Commit f629592
authored
File tree
5 files changed
+6
-7
lines changed- crux-mir-comp/test/symb_eval/cryptol
- deps
- saw-central/src/SAWCentral/Crucible/MIR
5 files changed
+6
-7
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
- crucible-debug/test/Test.hs+4-1
- crucible-mir/CHANGELOG.md+1
- crucible-mir/src/Mir/Generator.hs+16
- crucible-mir/src/Mir/GenericOps.hs+1
- crucible-mir/src/Mir/Intrinsics.hs+68-1
- crucible-mir/src/Mir/JSON.hs+15-5
- crucible-mir/src/Mir/Mir.hs+24-19
- crucible-mir/src/Mir/PP.hs+4-6
- crucible-mir/src/Mir/Trans.hs+426-117
- crucible-mir/src/Mir/TransCustom.hs+96-17
- crucible-mir/src/Mir/TransTy.hs+223-38
- crux-mir/CHANGELOG.md+4
- crux-mir/test/Test.hs+5-2
- crux-mir/test/conc_eval/array/from_fn.rs+10
- crux-mir/test/conc_eval/cell/slice.rs-1
- crux-mir/test/conc_eval/cell/slice_from_mut.rs-1
- crux-mir/test/conc_eval/clos/clone_shim.rs+22
- crux-mir/test/conc_eval/clos/fn_dyn.rs-1
- crux-mir/test/conc_eval/clos/fn_dyn_box.rs+13
- crux-mir/test/conc_eval/clos/fn_dyn_box_mut.rs+13
- crux-mir/test/conc_eval/clos/fn_dyn_mut.rs+12
- crux-mir/test/conc_eval/clos/fn_dyn_nullary.rs+13
- crux-mir/test/conc_eval/dyn/arc.rs+33
- crux-mir/test/conc_eval/dyn/box.rs+31
- crux-mir/test/conc_eval/dyn/box_send.rs+16
- crux-mir/test/conc_eval/dyn/custom_dst.rs+43
- crux-mir/test/conc_eval/slice/custom_dst.rs+33
- crux-mir/test/conc_eval/slice/custom_dst_nested.rs+74
- crux-mir/test/symb_eval/array/symbolic.good+3
- crux-mir/test/symb_eval/array/symbolic.rs+12
- dependencies/mir-json+1-1
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1360 | 1360 | | |
1361 | 1361 | | |
1362 | 1362 | | |
1363 | | - | |
1364 | 1363 | | |
1365 | 1364 | | |
1366 | 1365 | | |
| |||
1423 | 1422 | | |
1424 | 1423 | | |
1425 | 1424 | | |
1426 | | - | |
1427 | | - | |
| 1425 | + | |
| 1426 | + | |
1428 | 1427 | | |
1429 | 1428 | | |
1430 | 1429 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
278 | | - | |
| 278 | + | |
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
| |||
0 commit comments