| Age | Commit message (Expand) | Author | Lines |
| 2024-03-06 | compiletest: Add a `//@ needs-threads` directive | Alex Crichton | -76/+74 |
| 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 | 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 | Merge `impl_trait_in_assoc_types_defined_by` query back into `opaque_types_de... | Oli Scherer | -10/+20 |
| 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-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 |
| 2024-03-05 | Disable `tests/ui-fulldeps/internal-lints/diagnostics.rs` on stage 1. | Nicholas Nethercote | -7/+8 |
| 2024-03-05 | Update debuginfo tests | Chris Denton | -2/+2 |
| 2024-03-05 | Auto merge of #120675 - oli-obk:intrinsics3.0, r=pnkfelix | bors | -0/+48 |
| 2024-03-04 | Auto merge of #121998 - matthiaskrgr:rollup-l7lzwpb, r=matthiaskrgr | bors | -16/+26 |
| 2024-03-04 | Rollup merge of #121969 - nnethercote:ParseSess-cleanups, r=wesleywiser | Matthias Krüger | -12/+8 |
| 2024-03-04 | Rollup merge of #121683 - fortanix:raoul/lvi_fixes, r=cuviper | Matthias Krüger | -4/+18 |
| 2024-03-05 | Rename all `ParseSess` variables/fields/lifetimes as `psess`. | Nicholas Nethercote | -7/+7 |
| 2024-03-04 | Split dots in filename, not the entire path | 许杰友 Jieyou Xu (Joe) | -0/+7 |
| 2024-03-04 | Auto merge of #120468 - alexcrichton:start-wasm32-wasi-rename, r=wesleywiser | bors | -4/+7 |
| 2024-03-04 | Add a scheme for moving away from `extern "rust-intrinsic"` entirely | Oli Scherer | -0/+48 |
| 2024-03-04 | Add regression ui test for duplicated path in dylib error | Guillaume Gomez | -0/+9 |
| 2024-03-04 | hir_analysis: enums return `None` in `find_field` | David Wood | -0/+70 |
| 2024-03-04 | Merge the impl trait in assoc type collector into the opaque type collector a... | Oli Scherer | -1/+16 |
| 2024-03-04 | Fix LVI tests after making frame pointers easily enableable | Raoul Strackx | -4/+18 |
| 2024-03-04 | Auto merge of #121964 - matthiaskrgr:rollup-rtcju5m, r=matthiaskrgr | bors | -0/+99 |
| 2024-03-04 | Rollup merge of #121912 - fmease:diag-method-chains-gat, r=compiler-errors,es... | Matthias Krüger | -0/+49 |
| 2024-03-04 | Rollup merge of #121130 - chenyukang:yukang-fix-121061-macro-later, r=matthia... | Matthias Krüger | -0/+50 |
| 2024-03-04 | Auto merge of #121900 - chenyukang:yukang-fix-121425-repr-pack-error, r=compi... | bors | -34/+103 |
| 2024-03-04 | Remove `file_path_mapping` param from `ParseSess::new`. | Nicholas Nethercote | -7/+3 |
| 2024-03-04 | add test for #78894 | surechen | -0/+14 |
| 2024-03-04 | Auto merge of #121955 - matthiaskrgr:rollup-1i3lo0j, r=matthiaskrgr | bors | -29/+259 |
| 2024-03-03 | Auto merge of #121665 - erikdesjardins:ptradd, r=nikic | bors | -6/+49 |
| 2024-03-03 | Rollup merge of #121945 - Nilstrieb:ignore-stage1, r=compiler-errors | Matthias Krüger | -8/+6 |
| 2024-03-03 | Rollup merge of #121749 - jieyouxu:issue-45127-fix, r=petrochenkov | Matthias Krüger | -14/+126 |