| Age | Commit message (Expand) | Author | Lines |
| 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 | -275/+301 |
| 2023-11-15 | Auto merge of #117848 - compiler-errors:method-ambiguity-no-rcvr, r=TaKO8Ki | bors | -2/+52 |
| 2023-11-15 | Auto merge of #117814 - RalfJung:rustc-logger-without-set-var, r=TaKO8Ki | bors | -47/+82 |
| 2023-11-15 | Auto merge of #117517 - klinvill:smir-projections, r=ouz-a | bors | -7/+355 |
| 2023-11-15 | Auto merge of #117917 - slanterns:slanterns-1.74-release_note, r=Mark-Simulacrum | bors | -1/+3 |
| 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/+93 |
| 2023-11-15 | fix doc link | lcnr | -1/+1 |
| 2023-11-15 | tidy | Slanterns | -1/+1 |
| 2023-11-14 | Auto merge of #117915 - matthiaskrgr:rollup-ztljqrr, r=matthiaskrgr | bors | -291/+404 |
| 2023-11-15 | Add missing entries in 1.74 release notes | Slanterns | -0/+2 |
| 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/+71 |
| 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/+26 |
| 2023-11-14 | Rollup merge of #116244 - estebank:issue-73497, r=b-naber | Matthias Krüger | -2/+14 |
| 2023-11-14 | Auto merge of #117907 - nikic:update-llvm-17, r=cuviper | bors | -0/+0 |
| 2023-11-14 | Auto merge of #117701 - lnicola:sync-from-ra, r=onur-ozkan,HKalbasi | bors | -2066/+14906 |
| 2023-11-14 | Fix def-use check for call terminators | Tomasz Miąsko | -30/+93 |
| 2023-11-14 | Depend on rustc_driver | Laurențiu Nicola | -0/+4 |
| 2023-11-14 | Auto merge of #117849 - compiler-errors:cycle, r=cjgillot | bors | -9/+8 |
| 2023-11-14 | Fix some typos | cui fliter | -13/+13 |
| 2023-11-14 | review + fix CI | lcnr | -4/+4 |
| 2023-11-14 | finish `RegionKind` rename | lcnr | -274/+300 |
| 2023-11-14 | Auto merge of #117787 - ouz-a:smir_coroutinewitness, r=celinval | bors | -1/+14 |
| 2023-11-14 | Update to LLVM 17.0.5 | Nikita Popov | -0/+0 |
| 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 | -107/+428 |
| 2023-11-14 | Custom MIR: Support cleanup blocks | Tomasz Miąsko | -107/+428 |
| 2023-11-14 | Auto merge of #117856 - estebank:issue-66023, r=compiler-errors | bors | -10/+46 |
| 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-13 | Suggest lhs deref for binops | sjwang05 | -19/+71 |
| 2023-11-14 | Auto merge of #116301 - mj10021:issue-115737-fix, r=cuviper | bors | -7/+24 |
| 2023-11-13 | Auto merge of #117887 - matthiaskrgr:rollup-rgur03f, r=matthiaskrgr | bors | -14/+40 |
| 2023-11-13 | Rollup merge of #117879 - durin42:nneg-zext, r=nikic | Matthias Krüger | -2/+2 |
| 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/+24 |
| 2023-11-13 | Rollup merge of #114224 - inferiorhumanorgans:solaris-llvm-wrapper, r=cuviper | Matthias Krüger | -0/+6 |
| 2023-11-13 | review comments: more targeted span setting approach | Esteban Küber | -2/+28 |
| 2023-11-13 | Auto merge of #116866 - slanterns:inspect-stabilize, r=BurntSushi | bors | -16/+4 |
| 2023-11-13 | Add missing rustc_private features | Laurențiu Nicola | -1/+8 |
| 2023-11-13 | Try Mode::ToolRustc | Laurențiu Nicola | -6/+6 |
| 2023-11-13 | Mention LLVM 64186 in a comment | Josh Stone | -0/+1 |
| 2023-11-13 | Auto merge of #117881 - TaKO8Ki:rollup-n7jtmgj, r=TaKO8Ki | bors | -114/+39 |
| 2023-11-14 | Rollup merge of #117872 - Mark-Simulacrum:fwd-port-cranelift, r=onur-ozkan | Takayuki Maeda | -4/+1 |
| 2023-11-14 | Rollup merge of #117863 - nnethercote:rustc_index, r=Mark-Simulacrum | Takayuki Maeda | -69/+4 |
| 2023-11-14 | Rollup merge of #117858 - compiler-errors:span, r=lcnr | Takayuki Maeda | -19/+30 |
| 2023-11-14 | Rollup merge of #117830 - Nilstrieb:object-lifetime-default-nits, r=cjgillot | Takayuki Maeda | -10/+4 |