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