| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-03-14 | Wrap the whole LocalInfo in ClearCrossCrate. | Camille GILLOT | -2/+2 | |
| 2022-08-26 | Replace `Body::basic_blocks()` with field access | Tomasz Miąsko | -5/+5 | |
| 2022-08-23 | Remove support for adding statement to all successors | Tomasz Miąsko | -17/+0 | |
| This feature of MIR patch system is no longer used. | ||||
| 2022-08-23 | Elide storage markers when elaborating deref projections | Tomasz Miąsko | -3/+6 | |
| 2022-08-02 | Avoid invalidating the CFG in MirPatch. | Jakob Degen | -35/+30 | |
| As a part of this change, we adjust MirPatch to not needlessly create unnecessary resume blocks. | ||||
| 2022-05-26 | clippy::complexity fixes | Matthias Krüger | -2/+1 | |
| clone_on_copy useless_format bind_instead_of_map filter_map_identity useless_conversion map_flatten unnecessary_unwrap | ||||
| 2022-05-22 | Lifetime variance fixes for rustc | Michael Goulet | -1/+1 | |
| 2022-05-17 | Change `Successors` to `impl Iterator<Item = BasicBlock>` | SparrowLii | -3/+1 | |
| 2022-05-01 | re-name stuff | ouz-a | -6/+8 | |
| 2022-04-29 | exp-stuff-dirty | ouz-a | -0/+9 | |
| 2022-04-18 | replace iter with into_iter() | ouz-a | -2/+2 | |
| 2022-04-17 | fat vec | ouz-a | -7/+5 | |
| 2022-04-17 | format err | ouz-a | -5/+3 | |
| 2022-04-17 | little changes | ouz-a | -7/+5 | |
| 2022-04-16 | Make derefer work everwhere | ouz-a | -0/+26 | |
| Co-Authored-By: Oli Scherer <332036+oli-obk@users.noreply.github.com> | ||||
| 2021-09-07 | Move the dataflow framework to its own crate. | Camille GILLOT | -0/+173 | |
