| Age | Commit message (Expand) | Author | Lines |
| 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-21 | rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::Const | Ralf Jung | -4/+4 |
| 2023-09-20 | Delete obsolete --disable-per-crate-search rustdoc flag | David Tolnay | -9/+0 |
| 2023-09-21 | Increasing the SIMD size improves the vectorization possibilities | DianQK | -13/+13 |
| 2023-09-20 | Auto merge of #115987 - loongarch-rs:fix-transparent-union-abi, r=bjorn3 | bors | -2/+0 |
| 2023-09-20 | Ignore debug-assertions in test. | Camille GILLOT | -0/+1 |
| 2023-09-20 | Validate crate name in CLI option --extern | León Orell Valerian Liehr | -17/+29 |
| 2023-09-20 | Do not create a DerefLen place for `Box<[T]>`. | Camille GILLOT | -0/+952 |
| 2023-09-20 | Rollup merge of #115988 - notriddle:notriddle/search-tab-layout, r=GuillaumeG... | Guillaume Gomez | -1/+85 |
| 2023-09-20 | Rollup merge of #115962 - Zalathar:debug, r=oli-obk | Guillaume Gomez | -39/+0 |
| 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 | coverage: Remove debug code from the instrumentor | Zalathar | -39/+0 |
| 2023-09-20 | Auto merge of #115734 - tmiasko:kcfi-no-core, r=compiler-errors | bors | -6/+28 |
| 2023-09-19 | rustdoc: add test cases, and fix, search tabs | Michael Howell | -1/+85 |
| 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 | fix rustdoc tests | Deadbeef | -10/+12 |
| 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 | Auto merge of #115979 - GuillaumeGomez:rollup-06ujzgh, r=GuillaumeGomez | bors | -28/+136 |
| 2023-09-19 | Rollup merge of #115947 - GuillaumeGomez:custom_code_classes_in_docs-warning,... | Guillaume Gomez | -26/+13 |
| 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 | Auto merge of #115627 - compiler-errors:icedump-no-std, r=m-ou-se | bors | -2/+2 |
| 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 | Update tests for custom classes | Guillaume Gomez | -41/+9 |
| 2023-09-19 | Auto merge of #115865 - RalfJung:mir-mod, r=oli-obk | bors | -2/+2 |
| 2023-09-19 | Add more if let guard tests | Matthew Jasper | -4/+297 |
| 2023-09-19 | Add new rustdoc-ui test for `custom_code_classes_in_docs` feature | Guillaume Gomez | -1/+20 |
| 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 | Rollup merge of #114941 - compiler-errors:inline-shadowed-by-dyn, r=lcnr | Guillaume Gomez | -0/+126 |
| 2023-09-19 | Rollup merge of #112725 - notriddle:notriddle/advanced-search, r=GuillaumeGomez | Guillaume Gomez | -2/+317 |
| 2023-09-19 | Update to LLVM 17.0.0 | Nikita Popov | -0/+32 |
| 2023-09-19 | use pretty_print_const_value from MIR constant 'extra' printing | Ralf Jung | -2/+2 |
| 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 | -19/+93 |
| 2023-09-19 | Explain HRTB + infer limitations of old solver | Michael Goulet | -0/+37 |
| 2023-09-19 | Failing test | Michael Goulet | -0/+52 |
| 2023-09-19 | Rollup merge of #115930 - Zalathar:spans-bug, r=compiler-errors | Matthias Krüger | -16/+305 |
| 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 | -105/+29 |
| 2023-09-19 | Rollup merge of #115869 - ferrocene:pa-fix-tests-cargo-remap, r=compiler-errors | Matthias Krüger | -3/+0 |