| Age | Commit message (Expand) | Author | Lines |
| 2023-05-09 | Prevent stack overflow. | Camille GILLOT | -1/+2 |
| 2023-05-09 | Add a few comments. | Camille GILLOT | -6/+12 |
| 2023-05-09 | Do not flood on copy_nonoverlapping. | Camille GILLOT | -5/+7 |
| 2023-05-09 | Extract handle_set_discriminant. | Camille GILLOT | -2/+20 |
| 2023-05-09 | Trim the places that will not be used. | Camille GILLOT | -1/+10 |
| 2023-05-09 | Precompute values to flood. | Camille GILLOT | -19/+51 |
| 2023-05-09 | Create tracked places breadth first. | Camille GILLOT | -65/+49 |
| 2023-05-09 | Make HasTop and HasBottom consts. | Camille GILLOT | -18/+16 |
| 2023-04-24 | Split `{Idx, IndexVec, IndexSlice}` into their own modules | Maybe Waffle | -1/+1 |
| 2023-04-17 | Spelling - compiler | Josh Soref | -1/+1 |
| 2023-04-06 | Fix new usage of old api | Gary Guo | -1/+1 |
| 2023-04-02 | Use `&IndexSlice` instead of `&IndexVec` where possible | Scott McMurray | -5/+5 |
| 2023-03-28 | Move `mir::Field` → `abi::FieldIdx` | Scott McMurray | -3/+3 |
| 2023-03-09 | Introduce a no-op PlaceMention statement for `let _ =`. | Camille GILLOT | -0/+1 |
| 2023-03-08 | Rollup merge of #108856 - Zeegomo:remove-drop-and-rep, r=tmiasko | Matthias Krüger | -1/+1 |
| 2023-03-07 | Remove DropAndReplace terminator | Giacomo Pasini | -1/+1 |
| 2023-03-05 | Erase lifetimes in SROA. | Camille GILLOT | -4/+5 |
| 2023-02-15 | Rollup merge of #107411 - cjgillot:dataflow-discriminant, r=oli-obk | Dylan DPC | -61/+214 |
| 2023-02-08 | Rollup merge of #107271 - Zeegomo:drop-rmw, r=oli-obk | Matthias Krüger | -3/+3 |
| 2023-02-06 | Rename assign_idx methods. | Camille GILLOT | -23/+32 |
| 2023-02-06 | Complete for_each_aliasing_place. | Camille GILLOT | -0/+7 |
| 2023-02-06 | Improve value_analysis API. | Camille GILLOT | -7/+18 |
| 2023-02-06 | Limit creation of tracked place directly. | Camille GILLOT | -4/+18 |
| 2023-02-06 | Handle discriminants in dataflow-const-prop. | Camille GILLOT | -31/+142 |
| 2023-02-06 | Only exclude locals if the place is not indirect. | Camille GILLOT | -9/+11 |
| 2023-02-06 | Remove redundant test. | Camille GILLOT | -2/+1 |
| 2023-02-05 | Run SROA to fixpoint. | Camille GILLOT | -1/+1 |
| 2023-02-05 | Simplify construction of replacement map. | Camille GILLOT | -1/+1 |
| 2023-01-30 | Treat Drop as a rmw operation | Giacomo Pasini | -3/+3 |
| 2023-01-23 | Create stable metric to measure long computation in Const Eval | Bryan Garza | -1/+2 |
| 2023-01-05 | Fix `uninlined_format_args` for some compiler crates | nils | -1/+1 |
| 2022-12-20 | rustc: Remove needless lifetimes | Jeremy Stucki | -1/+1 |
| 2022-12-19 | Revert "Auto merge of #103880 - b-naber:field-ty-mir, r=lcnr" | Rémy Rakic | -2/+2 |
| 2022-12-16 | Auto merge of #103880 - b-naber:field-ty-mir, r=lcnr | bors | -2/+2 |
| 2022-12-05 | fix dupe word typos | Rageking8 | -1/+1 |
| 2022-11-23 | use no type in ProjectionElem::Field for PlaceBuilder::UpVar | b-naber | -2/+2 |
| 2022-11-18 | couple of clippy::perf fixes | Matthias Krüger | -1/+1 |
| 2022-11-12 | Remove log statement that was commented out | Jannis Christopher Köhl | -2/+0 |
| 2022-11-12 | Exclude locals completely, instead of individual places | Jannis Christopher Köhl | -29/+18 |
| 2022-11-11 | Add test for repr(transparent) with scalar | Jannis Christopher Köhl | -2/+5 |
| 2022-11-10 | Simplify creation of map | Jannis Christopher Köhl | -52/+25 |
| 2022-11-09 | Fix struct field tracking and add tests for it | Jannis Christopher Köhl | -7/+7 |
| 2022-11-09 | Completely remove tracking of references for now | Jannis Christopher Köhl | -135/+37 |
| 2022-11-07 | Fix rebase | Jannis Christopher Köhl | -2/+1 |
| 2022-11-07 | Small corrections of documentation | Jannis Christopher Köhl | -3/+3 |
| 2022-11-07 | Limit number of tracked places, and some other perf improvements | Jannis Christopher Köhl | -11/+46 |
| 2022-11-07 | Move HasTop and HasBottom into lattice.rs | Jannis Christopher Köhl | -26/+7 |
| 2022-11-07 | Explicitly match all terminators | Jannis Christopher Köhl | -2/+11 |
| 2022-11-07 | Improve documentation of assumptions | Jannis Christopher Köhl | -65/+51 |
| 2022-11-07 | Improve documentation, plus some small changes | Jannis Christopher Köhl | -76/+126 |