| Age | Commit message (Expand) | Author | Lines |
| 2023-11-15 | Re-format code with new rustfmt | Mark Rousskov | -222/+314 |
| 2023-11-15 | Bump cfg(bootstrap)s | Mark Rousskov | -117/+115 |
| 2023-11-15 | Substitute version placeholders | Mark Rousskov | -5/+5 |
| 2023-11-16 | Auto merge of #117954 - aeubanks:dibuilder2, r=durin42 | bors | -1/+5 |
| 2023-11-15 | llvm-wrapper: Pass newly added param to DIBuilder::createEnumerationType() | Arthur Eubanks | -1/+5 |
| 2023-11-15 | 17 -> 18 | Arthur Eubanks | -1/+1 |
| 2023-11-15 | [llvm-wrapper] Pass newly added param to DIBuilder::createStaticMemberType() | Arthur Eubanks | -0/+3 |
| 2023-11-15 | Auto merge of #117878 - gavinleroy:proper-depth-check, r=lcnr | bors | -2/+8 |
| 2023-11-15 | Auto merge of #116555 - paulmenage:llvm-module-flag, r=wesleywiser | bors | -0/+49 |
| 2023-11-15 | Auto merge of #117819 - fmease:rustc_parse_format-stable-rustc, r=Nilstrieb | bors | -5/+2 |
| 2023-11-15 | Auto merge of #117908 - lcnr:region-kind-rename, r=BoxyUwU | bors | -258/+284 |
| 2023-11-15 | Auto merge of #117848 - compiler-errors:method-ambiguity-no-rcvr, r=TaKO8Ki | bors | -2/+6 |
| 2023-11-15 | Add arm64e-apple-darwin target | Artyom Tetyukhin | -0/+28 |
| 2023-11-15 | Add arm64e-apple-ios target | Artyom Tetyukhin | -16/+70 |
| 2023-11-15 | Auto merge of #117814 - RalfJung:rustc-logger-without-set-var, r=TaKO8Ki | bors | -16/+39 |
| 2023-11-15 | Ensure strings created with `const_str` get the `unnamed_addr` attribute | Thom Chiovoloni | -0/+1 |
| 2023-11-15 | discard invalid spans in external blocks | bohan | -2/+4 |
| 2023-11-15 | Auto merge of #117517 - klinvill:smir-projections, r=ouz-a | bors | -7/+182 |
| 2023-11-15 | Remove unused features. | Nicholas Nethercote | -2/+0 |
| 2023-11-14 | Clarify how to choose a FutureIncompatibilityReason variant. | Eric Huss | -0/+67 |
| 2023-11-14 | Make UserTypeProjection projections Opaque | Kirby Linvill | -6/+7 |
| 2023-11-15 | Auto merge of #117359 - tmiasko:call-def, r=cjgillot | bors | -30/+63 |
| 2023-11-15 | fix doc link | lcnr | -1/+1 |
| 2023-11-14 | Rollup merge of #117911 - catandcoder:master, r=lqd | Matthias Krüger | -13/+13 |
| 2023-11-14 | Rollup merge of #117893 - sjwang05:issue-52544-take-1, r=wesleywiser | Matthias Krüger | -19/+41 |
| 2023-11-14 | Rollup merge of #117834 - RalfJung:target-feature-stability, r=b-naber | Matthias Krüger | -246/+280 |
| 2023-11-14 | Rollup merge of #117686 - compiler-errors:gen-body, r=wesleywiser | Matthias Krüger | -11/+1 |
| 2023-11-14 | Fix def-use check for call terminators | Tomasz Miąsko | -30/+63 |
| 2023-11-14 | Auto merge of #117849 - compiler-errors:cycle, r=cjgillot | bors | -8/+7 |
| 2023-11-14 | Fix some typos | cui fliter | -13/+13 |
| 2023-11-14 | review + fix CI | lcnr | -3/+3 |
| 2023-11-14 | finish `RegionKind` rename | lcnr | -258/+284 |
| 2023-11-14 | Auto merge of #117787 - ouz-a:smir_coroutinewitness, r=celinval | bors | -1/+14 |
| 2023-11-14 | Add guard checking for associated types before computing intercrate ambiguity... | Gavin Gray | -1/+7 |
| 2023-11-14 | rename debugging support functions | Rémy Rakic | -11/+14 |
| 2023-11-14 | `LivenessValues` does not need to be generic over regions | Rémy Rakic | -18/+18 |
| 2023-11-14 | introduce `is_live_anywhere` instead of peeking into points | Rémy Rakic | -6/+12 |
| 2023-11-14 | Auto merge of #117731 - nnethercote:rustc_macros, r=Nilstrieb | bors | -93/+60 |
| 2023-11-14 | Auto merge of #117330 - tmiasko:custom-mir-cleanup-blocks, r=cjgillot | bors | -36/+142 |
| 2023-11-14 | Custom MIR: Support cleanup blocks | Tomasz Miąsko | -36/+142 |
| 2023-11-14 | Auto merge of #117856 - estebank:issue-66023, r=compiler-errors | bors | -10/+22 |
| 2023-11-14 | Auto merge of #117801 - tmiasko:remove-zsts-fuel, r=cjgillot | bors | -6/+5 |
| 2023-11-14 | Auto merge of #117773 - nnethercote:rm-Zperf-stats, r=wesleywiser | bors | -99/+31 |
| 2023-11-14 | Detect more `=>` typos | Esteban Küber | -10/+12 |
| 2023-11-13 | Suggest lhs deref for binops | sjwang05 | -19/+41 |
| 2023-11-14 | Recover `dyn` and `impl` after `for<...>` | Michael Goulet | -3/+60 |
| 2023-11-13 | Auto merge of #117887 - matthiaskrgr:rollup-rgur03f, r=matthiaskrgr | bors | -12/+16 |
| 2023-11-13 | Rollup merge of #117870 - lcnr:rename-args_ref, r=compiler-errors | Matthias Krüger | -10/+8 |
| 2023-11-13 | Rollup merge of #117695 - 3tilley:prioritise-unwrap-expect-over-last-method-c... | Matthias Krüger | -2/+2 |
| 2023-11-13 | Rollup merge of #114224 - inferiorhumanorgans:solaris-llvm-wrapper, r=cuviper | Matthias Krüger | -0/+6 |