| Age | Commit message (Expand) | Author | Lines |
| 2023-04-02 | Use `&IndexSlice` instead of `&IndexVec` where possible | Scott McMurray | -16/+23 |
| 2023-04-01 | Use `FieldIdx` in various things related to aggregates | Scott McMurray | -3/+4 |
| 2023-03-31 | Auto merge of #98112 - saethlin:mir-alignment-checks, r=oli-obk | bors | -2/+23 |
| 2023-03-30 | Update `ty::VariantDef` to use `IndexVec<FieldIdx, FieldDef>` | Scott McMurray | -1/+1 |
| 2023-03-29 | Rollup merge of #109716 - scottmcm:field-to-fieldidx, r=oli-obk | Matthias Krüger | -37/+34 |
| 2023-03-29 | Auto merge of #108089 - Zoxc:windows-tls, r=bjorn3 | bors | -11/+3 |
| 2023-03-29 | Auto merge of #109670 - lqd:init-mask, r=oli-obk | bors | -101/+445 |
| 2023-03-29 | Support TLS access into dylibs on Windows | John Kåre Alsaker | -11/+3 |
| 2023-03-28 | Move `mir::Field` → `abi::FieldIdx` | Scott McMurray | -37/+34 |
| 2023-03-28 | address review comments | Rémy Rakic | -6/+8 |
| 2023-03-27 | readability tweaks | Rémy Rakic | -22/+22 |
| 2023-03-27 | add more InitMask test coverage | Rémy Rakic | -0/+175 |
| 2023-03-27 | make InitMask lazy for fully init/uninit cases | Rémy Rakic | -58/+225 |
| 2023-03-27 | Add a builtin `FnPtr` trait | lcnr | -2/+4 |
| 2023-03-23 | A MIR transform that checks pointers are aligned | Ben Kimock | -2/+23 |
| 2023-03-22 | Add `CastKind::Transmute` to MIR | Scott McMurray | -1/+9 |
| 2023-03-23 | Rollup merge of #109280 - compiler-errors:no-vec-map, r=Mark-Simulacrum | Dylan DPC | -2/+2 |
| 2023-03-21 | IdentitySubsts::identity_for_item takes Into<DefId> | Michael Goulet | -2/+2 |
| 2023-03-21 | Rollup merge of #109408 - RalfJung:retags, r=compiler-errors | nils | -1/+2 |
| 2023-03-20 | not *all* retags might be explicit in Runtime MIR | Ralf Jung | -1/+2 |
| 2023-03-20 | Fix off-by-one in mir syntax doc | Andy Wang | -1/+1 |
| 2023-03-18 | Rollup merge of #109234 - tmiasko:overflow-checks, r=cjgillot | Matthias Krüger | -12/+8 |
| 2023-03-17 | Remove VecMap | Michael Goulet | -2/+2 |
| 2023-03-16 | Tweak implementation of overflow checking assertions | Tomasz Miąsko | -12/+8 |
| 2023-03-16 | Auto merge of #108944 - cjgillot:clear-local-info, r=oli-obk | bors | -44/+37 |
| 2023-03-16 | Rollup merge of #109180 - gimbles:master, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-03-15 | Auto merge of #108282 - cjgillot:mir-checked-sh, r=tmiasko | bors | -4/+0 |
| 2023-03-15 | unequal → not equal | gimbles | -1/+1 |
| 2023-03-14 | ICE when checking LocalInfo on runtime MIR. | Camille GILLOT | -18/+13 |
| 2023-03-14 | Remove LocalKind::Var. | Camille GILLOT | -5/+1 |
| 2023-03-14 | Make is_block_tail a variant of LocalInfo. | Camille GILLOT | -18/+5 |
| 2023-03-14 | Wrap the whole LocalInfo in ClearCrossCrate. | Camille GILLOT | -14/+29 |
| 2023-03-12 | Document BinOp::is_checkable | Tomasz Miąsko | -0/+3 |
| 2023-03-11 | Address the new odd backticks tidy lint in compiler/ | est31 | -0/+1 |
| 2023-03-09 | Pacify tidy. | Camille GILLOT | -2/+2 |
| 2023-03-09 | Introduce a no-op PlaceMention statement for `let _ =`. | Camille GILLOT | -0/+22 |
| 2023-03-08 | Rollup merge of #108856 - Zeegomo:remove-drop-and-rep, r=tmiasko | Matthias Krüger | -64/+2 |
| 2023-03-08 | Auto merge of #108312 - michaelwoerister:hash-set-not-hash-stable, r=eholk | bors | -2/+2 |
| 2023-03-07 | Remove DropAndReplace terminator | Giacomo Pasini | -64/+2 |
| 2023-03-07 | Auto merge of #108691 - aliemjay:closure-subject, r=jackh726 | bors | -12/+48 |
| 2023-03-05 | Auto merge of #108351 - petrochenkov:rmdit, r=cjgillot | bors | -1/+1 |
| 2023-03-04 | tweak ClosureOutlivesSubjectTy | Ali MJ Al-Nasrawy | -7/+10 |
| 2023-03-03 | Rollup merge of #108694 - est31:backticks_matchmaking_comments, r=Nilstrieb | Matthias Krüger | -2/+2 |
| 2023-03-03 | promote subject even if it has unnamed regions | Ali MJ Al-Nasrawy | -12/+45 |
| 2023-03-03 | Match unmatched backticks in comments in compiler/ | est31 | -2/+2 |
| 2023-03-02 | Rollup merge of #108022 - CraftSpider:align-bytes, r=oli-obk | Matthias Krüger | -28/+80 |
| 2023-03-02 | rustc_middle: Remove trait `DefIdTree` | Vadim Petrochenkov | -1/+1 |
| 2023-03-01 | Format | Rune Tynan | -8/+2 |
| 2023-03-01 | Remove last instances of HashSet in query result types. | Michael Woerister | -2/+2 |
| 2023-02-28 | Make zeroed return an Option | Rune Tynan | -13/+8 |