| Age | Commit message (Expand) | Author | Lines |
| 2024-03-05 | build rustc with 1CGU on x86_64-pc-windows-msvc | Rémy Rakic | -1/+2 |
| 2024-03-05 | Auto merge of #121992 - jieyouxu:fix-tidy-unpaired-revision, r=onur-ozkan | bors | -8/+27 |
| 2024-03-05 | Auto merge of #121138 - Swatinem:grapheme-extend-ascii, r=cuviper | bors | -1/+1 |
| 2024-03-05 | Update test names to not have dots | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-03-05 | Assert that test names cannot contain dots | 许杰友 Jieyou Xu (Joe) | -0/+6 |
| 2024-03-05 | Auto merge of #122012 - matthiaskrgr:rollup-bzqjj2n, r=matthiaskrgr | bors | -284/+435 |
| 2024-03-05 | Rollup merge of #121997 - RalfJung:cast-float-ty, r=compiler-errors | Matthias Krüger | -23/+35 |
| 2024-03-05 | Rollup merge of #121993 - Zoxc:query-stack-panic-queries, r=compiler-errors | Matthias Krüger | -2/+7 |
| 2024-03-05 | Rollup merge of #121987 - Nadrieril:abort-on-arity-mismatch, r=compiler-errors | Matthias Krüger | -7/+15 |
| 2024-03-05 | Rollup merge of #121913 - Zoxc:query-fix, r=compiler-errors | Matthias Krüger | -3/+2 |
| 2024-03-05 | Rollup merge of #121838 - oli-obk:impl_trait_in_assoc_tys_fix, r=compiler-errors | Matthias Krüger | -81/+61 |
| 2024-03-05 | Rollup merge of #121826 - estebank:e0277-root-obligation-2, r=oli-obk | Matthias Krüger | -157/+212 |
| 2024-03-05 | Rollup merge of #121664 - compiler-errors:adjust-error-yield-lowering, r=spas... | Matthias Krüger | -9/+64 |
| 2024-03-05 | Rollup merge of #121287 - zachs18:rc-into-raw-must-use, r=cuviper | Matthias Krüger | -2/+3 |
| 2024-03-05 | Rollup merge of #121262 - 20jasper:add-vector-time-complexity, r=cuviper | Matthias Krüger | -0/+21 |
| 2024-03-05 | Rollup merge of #121213 - Takashiidobe:takashi/example-for-rc-into-inner, r=c... | Matthias Krüger | -0/+15 |
| 2024-03-05 | Auto merge of #121001 - nyurik:optimize-core-fmt, r=cuviper | bors | -0/+6 |
| 2024-03-05 | Auto merge of #121780 - nnethercote:diag-renaming2, r=davidtwco | bors | -639/+609 |
| 2024-03-05 | Adjust `Diag::new` signature. | Nicholas Nethercote | -1/+1 |
| 2024-03-05 | Rename `DiagnosticMetadata` as `DiagMetadata`. | Nicholas Nethercote | -92/+86 |
| 2024-03-05 | Rename `StructuredDiagnostic` as `StructuredDiag`. | Nicholas Nethercote | -12/+10 |
| 2024-03-05 | Rename `BuiltinLintDiagnostics` as `BuiltinLintDiag`. | Nicholas Nethercote | -113/+105 |
| 2024-03-05 | Rename `DiagnosticExt` as `DiagExt`. | Nicholas Nethercote | -4/+4 |
| 2024-03-05 | Rename `DiagnosticMode` as `DiagMode`. | Nicholas Nethercote | -22/+19 |
| 2024-03-05 | Rename `SubdiagnosticMessageOp` as `SubdiagMessageOp`. | Nicholas Nethercote | -57/+55 |
| 2024-03-05 | Rename `SubdiagnosticMessage` as `SubdiagMessage`. | Nicholas Nethercote | -85/+83 |
| 2024-03-05 | Fix some out-of-date comments. | Nicholas Nethercote | -4/+4 |
| 2024-03-05 | Rename `DiagnosticMessage` as `DiagMessage`. | Nicholas Nethercote | -261/+253 |
| 2024-03-05 | Disable `tests/ui-fulldeps/internal-lints/diagnostics.rs` on stage 1. | Nicholas Nethercote | -7/+8 |
| 2024-03-05 | Auto merge of #120675 - oli-obk:intrinsics3.0, r=pnkfelix | bors | -51/+207 |
| 2024-03-04 | typo | Ralf Jung | -1/+1 |
| 2024-03-04 | Auto merge of #121998 - matthiaskrgr:rollup-l7lzwpb, r=matthiaskrgr | bors | -889/+900 |
| 2024-03-04 | Rollup merge of #121994 - wesleywiser:update_musl_version_docs, r=ehuss | Matthias Krüger | -23/+23 |
| 2024-03-04 | Rollup merge of #121977 - Lee-Janggun:master, r=WaffleLapkin | Matthias Krüger | -2/+2 |
| 2024-03-04 | Rollup merge of #121969 - nnethercote:ParseSess-cleanups, r=wesleywiser | Matthias Krüger | -718/+665 |
| 2024-03-04 | Rollup merge of #121968 - roblabla:fix-win7, r=jhpratt | Matthias Krüger | -1/+1 |
| 2024-03-04 | Rollup merge of #121939 - jonaspleyer:patch-typo-core-From-descr, r=workingju... | Matthias Krüger | -3/+3 |
| 2024-03-04 | Rollup merge of #121928 - Zalathar:then-else-args, r=Nadrieril | Matthias Krüger | -66/+72 |
| 2024-03-04 | Rollup merge of #121732 - Voultapher:improve-assert_matches-documentation, r=... | Matthias Krüger | -32/+58 |
| 2024-03-04 | Rollup merge of #121703 - compiler-errors:new, r=lcnr | Matthias Krüger | -35/+53 |
| 2024-03-04 | Rollup merge of #121683 - fortanix:raoul/lvi_fixes, r=cuviper | Matthias Krüger | -4/+18 |
| 2024-03-04 | Rollup merge of #120976 - matthiaskrgr:constify_TL_statics, r=lcnr | Matthias Krüger | -5/+5 |
| 2024-03-05 | Rename all `ParseSess` variables/fields/lifetimes as `psess`. | Nicholas Nethercote | -687/+653 |
| 2024-03-04 | interpret/cast: make more matches on FloatTy properly exhaustive | Ralf Jung | -23/+35 |
| 2024-03-04 | Use Path::file_stem instead | 许杰友 Jieyou Xu (Joe) | -3/+1 |
| 2024-03-04 | Update platform-support.md with supported musl version | Wesley Wiser | -23/+23 |
| 2024-03-04 | Avoid using unnecessary queries when printing the query stack in panics | John Kåre Alsaker | -2/+7 |
| 2024-03-04 | Split dots in filename, not the entire path | 许杰友 Jieyou Xu (Joe) | -7/+22 |
| 2024-03-04 | Auto merge of #120468 - alexcrichton:start-wasm32-wasi-rename, r=wesleywiser | bors | -125/+213 |
| 2024-03-04 | Abort on arity mismatch | Nadrieril | -7/+15 |