| Age | Commit message (Expand) | Author | Lines |
| 2024-03-07 | Regenerate `uninhabited_enum_branching.rs` | DianQK | -0/+226 |
| 2024-03-07 | Merge `check_mod_impl_wf` and `check_mod_type_wf` | Oli Scherer | -208/+702 |
| 2024-03-07 | Auto merge of #122113 - matthiaskrgr:rollup-5d1jnwi, r=matthiaskrgr | bors | -3/+169 |
| 2024-03-07 | Rollup merge of #122109 - alexcrichton:compiletests-needs-threads, r=workingj... | Matthias Krüger | -76/+74 |
| 2024-03-07 | Rollup merge of #122107 - Urgau:non_local_def-allow, r=WaffleLapkin | Matthias Krüger | -55/+66 |
| 2024-03-07 | Rollup merge of #122061 - workingjubilee:prefix-llvm-error, r=cuviper | Matthias Krüger | -1/+1 |
| 2024-03-06 | Rollup merge of #122027 - compiler-errors:rpitit-cycle, r=spastorino | Matthias Krüger | -0/+18 |
| 2024-03-06 | Rollup merge of #122022 - heiher:loongarch-features, r=petrochenkov | Matthias Krüger | -3/+3 |
| 2024-03-06 | Rollup merge of #121958 - chenyukang:yukang-fix-121915-import, r=petrochenkov | Matthias Krüger | -0/+148 |
| 2024-03-06 | Temporarily make allow-by-default the non_local_definitions lint | Urgau | -55/+66 |
| 2024-03-06 | Rollup merge of #122038 - Alexendoo:unused-qualifications, r=petrochenkov | Matthias Krüger | -1/+19 |
| 2024-03-06 | Rollup merge of #121382 - nnethercote:rework-untranslatable_diagnostic-lint, ... | Matthias Krüger | -7/+40 |
| 2024-03-06 | Rollup merge of #121190 - bvanjoi:fix-114884, r=petrochenkov | Matthias Krüger | -0/+37 |
| 2024-03-06 | Rollup merge of #117199 - Zalathar:instrument-coverage-on, r=oli-obk,Nadrieril | Matthias Krüger | -2/+2 |
| 2024-03-06 | Rollup merge of #113518 - jyn514:streaming-failures, r=cuviper | Matthias Krüger | -0/+156 |
| 2024-03-06 | compiletest: Add a `//@ needs-threads` directive | Alex Crichton | -76/+74 |
| 2024-03-06 | Fix redundant import errors for preload extern crate | yukang | -0/+148 |
| 2024-03-06 | avoid overlapping privacy suggestion for single nested imports | bohan | -0/+37 |
| 2024-03-06 | Auto merge of #121956 - ChrisDenton:srwlock, r=joboet | bors | -2/+2 |
| 2024-03-06 | Auto merge of #121679 - lcnr:opaque-wf-check-2, r=oli-obk | bors | -93/+272 |
| 2024-03-06 | loongarch: add frecipe and relax target feature | WANG Rui | -3/+3 |
| 2024-03-06 | Change the documented implicit value of `-C instrument-coverage` to `=yes` | Zalathar | -2/+2 |
| 2024-03-05 | Clarify FatalErrorHandler | Jubilee Young | -1/+1 |
| 2024-03-06 | Rewrite the `untranslatable_diagnostic` lint. | Nicholas Nethercote | -7/+40 |
| 2024-03-06 | Auto merge of #122045 - matthiaskrgr:rollup-5l3vpn7, r=matthiaskrgr | bors | -12/+29 |
| 2024-03-05 | Rollup merge of #122018 - RalfJung:box-custom-alloc, r=oli-obk | Matthias Krüger | -0/+11 |
| 2024-03-05 | Rollup merge of #121894 - RalfJung:const_eval_select, r=oli-obk | Matthias Krüger | -12/+8 |
| 2024-03-05 | Rollup merge of #121857 - compiler-errors:async-closure-signature-deduction, ... | Matthias Krüger | -0/+10 |
| 2024-03-05 | Rollup merge of #121991 - oli-obk:merge_opaque_types_defined_by_queries, r=co... | Matthias Krüger | -10/+20 |
| 2024-03-05 | Rollup merge of #121978 - GuillaumeGomez:dylib-duplicated-path, r=bjorn3 | Matthias Krüger | -0/+9 |
| 2024-03-05 | Rollup merge of #121975 - davidtwco:issue-121757, r=petrochenkov | Matthias Krüger | -0/+70 |
| 2024-03-05 | Rollup merge of #121961 - surechen:add_test_20240304, r=petrochenkov | Matthias Krüger | -0/+124 |
| 2024-03-05 | Rollup merge of #121846 - bvanjoi:fix-121760, r=petrochenkov | Matthias Krüger | -0/+56 |
| 2024-03-05 | Rollup merge of #121202 - Urgau:check-cfg-limit-diagnostics, r=pnkfelix | Matthias Krüger | -28/+40 |
| 2024-03-05 | Fix linting paths with qself in `unused_qualifications` | Alex Macleod | -1/+19 |
| 2024-03-05 | Merge `impl_trait_in_assoc_types_defined_by` query back into `opaque_types_de... | Oli Scherer | -10/+20 |
| 2024-03-05 | Uplift some feeding out of associated_type_for_impl_trait_in_impl and into qu... | Michael Goulet | -0/+18 |
| 2024-03-05 | only set noalias on Box with the global allocator | Ralf Jung | -0/+11 |
| 2024-03-05 | Auto merge of #121992 - jieyouxu:fix-tidy-unpaired-revision, r=onur-ozkan | bors | -1/+8 |
| 2024-03-05 | Update test names to not have dots | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-03-05 | Limit the number of names and values in check-cfg diagnostics | Urgau | -28/+40 |
| 2024-03-05 | Rollup merge of #121838 - oli-obk:impl_trait_in_assoc_tys_fix, r=compiler-errors | Matthias Krüger | -0/+43 |
| 2024-03-05 | Rollup merge of #121826 - estebank:e0277-root-obligation-2, r=oli-obk | Matthias Krüger | -115/+105 |
| 2024-03-05 | Rollup merge of #121664 - compiler-errors:adjust-error-yield-lowering, r=spas... | Matthias Krüger | -0/+21 |
| 2024-03-05 | Auto merge of #121780 - nnethercote:diag-renaming2, r=davidtwco | bors | -20/+21 |
| 2024-03-04 | libtest: Print the names of failed tests eagerly | jyn | -0/+156 |
| 2024-03-05 | add test for #71450 | surechen | -0/+110 |
| 2024-03-05 | Rename `SubdiagnosticMessageOp` as `SubdiagMessageOp`. | Nicholas Nethercote | -3/+3 |
| 2024-03-05 | Rename `SubdiagnosticMessage` as `SubdiagMessage`. | Nicholas Nethercote | -7/+7 |
| 2024-03-05 | Rename `DiagnosticMessage` as `DiagMessage`. | Nicholas Nethercote | -7/+7 |