| Age | Commit message (Expand) | Author | Lines |
| 2023-06-03 | unique borrows are mutating uses | lcnr | -2/+1 |
| 2023-05-27 | Rollup merge of #111952 - cjgillot:drop-replace, r=WaffleLapkin | Guillaume Gomez | -3/+9 |
| 2023-05-25 | Ensure Fluent messages are in alphabetical order | clubby789 | -17/+17 |
| 2023-05-25 | Remove DesugaringKind::Replace. | Camille GILLOT | -3/+9 |
| 2023-05-17 | Rollup merge of #110930 - b-naber:normalize-elaborate-drops, r=cjgillot | Dylan DPC | -0/+1 |
| 2023-05-10 | Auto merge of #110820 - cjgillot:faster-dcp, r=oli-obk | bors | -124/+166 |
| 2023-05-10 | don't inline polymorphic adt instances whose fields contain projections | b-naber | -8/+3 |
| 2023-05-09 | Explicitly skip arguments. | Camille GILLOT | -0/+1 |
| 2023-05-09 | Implement SSA-based reference propagation. | Camille GILLOT | -1/+67 |
| 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 | -32/+22 |
| 2023-04-29 | Make PlaceMention a non-mutating use. | Camille GILLOT | -0/+1 |
| 2023-04-28 | dont expect normalization to succeed in elaborate_drops | b-naber | -3/+9 |
| 2023-04-24 | Split `{Idx, IndexVec, IndexSlice}` into their own modules | Maybe Waffle | -11/+11 |
| 2023-04-21 | offset_of | DrMeepster | -1/+1 |
| 2023-04-19 | Auto merge of #110407 - Nilstrieb:fluent-macro, r=davidtwco | bors | -1/+2 |
| 2023-04-18 | Add `rustc_fluent_macro` to decouple fluent from `rustc_macros` | Nilstrieb | -1/+2 |
| 2023-04-17 | Spelling - compiler | Josh Soref | -1/+1 |
| 2023-04-10 | Fix typos in compiler | DaniPopes | -8/+8 |
| 2023-04-06 | Revert box_free unwind action | Gary Guo | -1/+5 |
| 2023-04-06 | Fix new usage of old api | Gary Guo | -1/+1 |
| 2023-04-06 | Rename `Abort` terminator to `Terminate` | Gary Guo | -5/+5 |
| 2023-04-06 | Add `UnwindAction::Terminate` | Gary Guo | -2/+2 |
| 2023-04-06 | Add `UnwindAction::Unreachable` | Gary Guo | -1/+1 |
| 2023-04-06 | Refactor unwind from Option to a new enum | Gary Guo | -19/+19 |
| 2023-04-05 | Rollup merge of #109847 - clubby789:graphviz-reachable, r=oli-obk | Yuki Okushi | -2/+10 |
| 2023-04-05 | Disable path trimming during graphviz output | clubby789 | -1/+2 |
| 2023-04-02 | Use `&IndexSlice` instead of `&IndexVec` where possible | Scott McMurray | -9/+9 |
| 2023-04-02 | Auto merge of #109008 - clubby789:drop-elaborate-array, r=davidtwco | bors | -18/+54 |
| 2023-04-01 | Only create graphviz nodes for reachable MIR bb's | clubby789 | -2/+10 |
| 2023-03-31 | Auto merge of #109762 - scottmcm:variantdef-indexvec, r=WaffleLapkin | bors | -3/+3 |
| 2023-03-30 | Update `ty::VariantDef` to use `IndexVec<FieldIdx, FieldDef>` | Scott McMurray | -3/+3 |
| 2023-03-30 | Auto merge of #105587 - tgross35:once-cell-min, r=m-ou-se | bors | -1/+0 |
| 2023-03-29 | Stabilize a portion of 'once_cell' | Trevor Gross | -1/+0 |
| 2023-03-28 | Move `mir::Field` → `abi::FieldIdx` | Scott McMurray | -12/+12 |
| 2023-03-25 | Refactor: `VariantIdx::from_u32(0)` -> `FIRST_VARIANT` | Scott McMurray | -3/+3 |
| 2023-03-17 | Drop subslices of arrays | clubby789 | -18/+54 |
| 2023-03-14 | Use index based drop loop for slices and arrays | Tomasz Miąsko | -101/+32 |
| 2023-03-11 | Simplify message paths | est31 | -1/+1 |
| 2023-03-09 | Introduce a no-op PlaceMention statement for `let _ =`. | Camille GILLOT | -0/+4 |
| 2023-03-08 | Rollup merge of #108856 - Zeegomo:remove-drop-and-rep, r=tmiasko | Matthias Krüger | -11/+2 |
| 2023-03-07 | Remove DropAndReplace terminator | Giacomo Pasini | -11/+2 |
| 2023-03-05 | Erase lifetimes in SROA. | Camille GILLOT | -4/+5 |
| 2023-02-25 | Auto merge of #108250 - nnethercote:rename-interner-funcs, r=compiler-errors | bors | -3/+3 |