| Age | Commit message (Expand) | Author | Lines |
| 2023-09-21 | Prevent promotion of const fn calls in inline consts | Oli Scherer | -1/+16 |
| 2023-09-21 | Add regression test | Oli Scherer | -0/+21 |
| 2023-09-21 | Improve invalid UTF-8 lint by finding the expression initializer | Urgau | -39/+123 |
| 2023-09-21 | update tests | lcnr | -11/+116 |
| 2023-09-20 | Auto merge of #115987 - loongarch-rs:fix-transparent-union-abi, r=bjorn3 | bors | -2/+0 |
| 2023-09-20 | Validate crate name in CLI option --extern | León Orell Valerian Liehr | -16/+28 |
| 2023-09-20 | Migrate `rustc_hir_analysis` to session diagnostic | Obei Sideg | -3/+9 |
| 2023-09-20 | Rollup merge of #115965 - matthewjasper:extra-if-let-guard-tests, r=compiler-... | Matthias Krüger | -4/+297 |
| 2023-09-20 | Auto merge of #115734 - tmiasko:kcfi-no-core, r=compiler-errors | bors | -5/+16 |
| 2023-09-20 | Auto merge of #115486 - compiler-errors:dont-capture-late-pls, r=cjgillot | bors | -120/+195 |
| 2023-09-20 | bless the known-bug tests | Deadbeef | -109/+67 |
| 2023-09-20 | Enable effects for libcore | Deadbeef | -171/+225 |
| 2023-09-20 | Auto merge of #115959 - nikic:update-llvm-13, r=cuviper | bors | -0/+32 |
| 2023-09-20 | tests/ui/abi: Enable repr(transparent) union ABI tests on LoongArch64 | WANG Rui | -2/+0 |
| 2023-09-19 | Add test for future-incompat diagnostics with json output | Jeremy Fitzhardinge | -0/+20 |
| 2023-09-19 | Add `type` field to json diagnostic outputs | Jeremy Fitzhardinge | -34/+34 |
| 2023-09-19 | wrap fn sig binders in fn ptr | Eduardo Sánchez Muñoz | -18/+6 |
| 2023-09-19 | Rollup merge of #115801 - compiler-errors:async-cycle-mono, r=oli-obk | Guillaume Gomez | -0/+122 |
| 2023-09-19 | Rollup merge of #115499 - msizanoen1:riscv-fix-transparent-union-abi, r=bjorn3 | Guillaume Gomez | -2/+1 |
| 2023-09-19 | rustc_hir_analysis: add a helper to check function the signature mismatches | Eduardo Sánchez Muñoz | -119/+193 |
| 2023-09-19 | Add more if let guard tests | Matthew Jasper | -4/+297 |
| 2023-09-19 | tests/ui/abi: Enable repr(transparent) union ABI tests on RISC-V | msizanoen | -2/+1 |
| 2023-09-19 | Rollup merge of #115924 - compiler-errors:non-exhaustive-1-zst, r=RalfJung | Guillaume Gomez | -1/+81 |
| 2023-09-19 | Rollup merge of #115625 - compiler-errors:hrtb-infer-err, r=b-naber | Guillaume Gomez | -0/+37 |
| 2023-09-19 | Update to LLVM 17.0.0 | Nikita Popov | -0/+32 |
| 2023-09-19 | Don't complain on a single non-exhaustive 1-zst | Michael Goulet | -1/+81 |
| 2023-09-19 | Don't resolve generic instances if they may be shadowed by dyn | Michael Goulet | -0/+50 |
| 2023-09-19 | Explain HRTB + infer limitations of old solver | Michael Goulet | -0/+37 |
| 2023-09-19 | Rollup merge of #115879 - clubby789:migrate-hir-typeck-cast, r=compiler-errors | Matthias Krüger | -10/+50 |
| 2023-09-19 | Rollup merge of #115873 - BoxyUwU:tykind_adt_debug, r=oli-obk | Matthias Krüger | -90/+26 |
| 2023-09-19 | Rollup merge of #115869 - ferrocene:pa-fix-tests-cargo-remap, r=compiler-errors | Matthias Krüger | -3/+0 |
| 2023-09-18 | Auto merge of #115748 - RalfJung:post-mono, r=oli-obk | bors | -75/+150 |
| 2023-09-18 | Prevent using `#[target_feature]` on lang item functions | Eduardo Sánchez Muñoz | -0/+56 |
| 2023-09-18 | make more pretty | Boxy | -90/+26 |
| 2023-09-18 | Prototype using const generic for simd_shuffle IDX array | Oli Scherer | -19/+129 |
| 2023-09-18 | remove provisional cache | lcnr | -2/+78 |
| 2023-09-18 | Migrate 'cast to bool' diagnostic | clubby789 | -10/+50 |
| 2023-09-17 | Auto merge of #115334 - RalfJung:transparent-aligned-zst, r=compiler-errors | bors | -44/+61 |
| 2023-09-17 | Auto merge of #115909 - Dylan-DPC:rollup-uf96r2d, r=Dylan-DPC | bors | -20/+85 |
| 2023-09-17 | Rollup merge of #115862 - clubby789:migrate-callee-translatable, r=compiler-e... | Dylan DPC | -12/+18 |
| 2023-09-17 | Rollup merge of #115654 - RalfJung:pass-mode-cast, r=compiler-errors | Dylan DPC | -2/+2 |
| 2023-09-17 | Rollup merge of #115611 - lukas-code:format!("{r#ident}"), r=compiler-errors | Dylan DPC | -0/+61 |
| 2023-09-17 | Rollup merge of #114965 - benschulz:mpsc-drop, r=dtolnay | Dylan DPC | -6/+4 |
| 2023-09-17 | Auto merge of #114452 - weiznich:feature/diagnostic_on_unimplemented, r=compi... | bors | -6/+207 |
| 2023-09-17 | Auto merge of #113748 - clarfonthey:ip-step, r=dtolnay | bors | -1/+1 |
| 2023-09-16 | Rollup merge of #115860 - Soveu:varargs2, r=WaffleLapkin | Matthias Krüger | -2/+5 |
| 2023-09-16 | Rollup merge of #115866 - RalfJung:interpret-debug, r=compiler-errors | Matthias Krüger | -16/+15 |
| 2023-09-16 | Auto merge of #115315 - RalfJung:field-capture-packed-alignment, r=oli-obk | bors | -17/+12 |
| 2023-09-16 | impl Step for IP addresses | ltdk | -1/+1 |
| 2023-09-16 | Auto merge of #114494 - est31:extend_useless_ptr_null_checks, r=jackh726 | bors | -21/+31 |