about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-05-15Bump Swatinem/rust-cacheLukas Wirth-2/+2
2024-05-15Use Swatinem/rust-cache for metrics CILukas Wirth-29/+12
2024-05-15Auto merge of #125136 - matthiaskrgr:rollup-ljm15m3, r=matthiaskrgrbors-34/+135
2024-05-15Rollup merge of #125135 - chenyukang:yukang-fix-116502, r=compiler-errorsMatthias Krüger-1/+47
2024-05-15Rollup merge of #125132 - mejrs:diag, r=compiler-errorsMatthias Krüger-5/+85
2024-05-15Rollup merge of #125108 - Zalathar:info-bitmap-bytes, r=nnethercoteMatthias Krüger-27/+2
2024-05-15Rollup merge of #124990 - fmease:expand-weak-aliases-within-cts, r=compiler-e...Matthias Krüger-1/+1
2024-05-15Fix the dedup error because of spans from suggestionyukang-1/+47
2024-05-15Auto merge of #125031 - Oneirical:dynamic-libs, r=jieyouxubors-37/+79
2024-05-14rustdoc: Negative impls are not notableMichael Goulet-0/+32
2024-05-14fix the testOneirical-5/+1
2024-05-15Auto merge of #125084 - Jules-Bertholet:fix-125058, r=Nadrierilbors-1/+53
2024-05-15delegation: Implement list delegationVadim Petrochenkov-58/+509
2024-05-15Add `on_unimplemented" typo suggestionsmejrs-5/+85
2024-05-14Port issue-11908 to rmakeOneirical-37/+79
2024-05-15Divide float nanoseconds instead of secondsArtyom Pavlov-2/+6
2024-05-14improve maybe_consume_incorrect_semicolonardi-28/+30
2024-05-14port no-cdylib-as-rdylib testOneirical-17/+16
2024-05-14remove cxx_flagsJulien-2/+1
2024-05-14rewrite c-link-to-rust-staticlibOneirical-17/+20
2024-05-14Auto merge of #17232 - Veykril:build-scripts-keep-going, r=Veykrilbors-9/+16
2024-05-14fix: Don't emit --keep-going for custom build script commandsLukas Wirth-9/+16
2024-05-14Fail on non-aarch64 targetsAlice Ryhl-0/+5
2024-05-14Auto merge of #125125 - lovesegfault:opt-dist-specify-rustc-perf, r=Mark-Simu...bors-0/+6
2024-05-14Auto merge of #12798 - Alexendoo:no-effect-path-statements, r=y21bors-56/+33
2024-05-14feat(tools/opt-dist): allow local builds to specify a rustc-perf checkoutBernardo Meurer Costa-0/+6
2024-05-14avoid using aligned_alloc; posix_memalign is better-behavedRalf Jung-11/+8
2024-05-14Don't lint path statements in no_effectAlex Macleod-56/+33
2024-05-14Auto merge of #125120 - compiler-errors:rollup-mnjybwv, r=compiler-errorsbors-599/+1042
2024-05-14Auto merge of #17216 - Young-Flash:mod_with_path, r=Veykrilbors-3/+78
2024-05-14Fix `read_exact` and `read_buf_exact` for `&[u8]` and `io:Cursor`Benoît du Garreau-10/+23
2024-05-14create a feature gatejdonszelmann-0/+5
2024-05-14Rollup merge of #125118 - GuillaumeGomez:cleanup-run-make, r=jieyouxuMichael Goulet-12/+6
2024-05-14Rollup merge of #125100 - compiler-errors:faster, r=nnethercoteMichael Goulet-9/+284
2024-05-14Rollup merge of #125088 - compiler-errors:uplift-alias-ty, r=lcnrMichael Goulet-534/+574
2024-05-14Rollup merge of #125080 - bvanjoi:fix-124946, r=nnethercoteMichael Goulet-6/+67
2024-05-14Rollup merge of #125047 - Oneirical:test5, r=jieyouxuMichael Goulet-16/+39
2024-05-14Rollup merge of #124844 - compiler-errors:shadow-probe, r=lcnrMichael Goulet-22/+39
2024-05-14Rollup merge of #119838 - joshtriplett:style-guide-binop-indent, r=compiler-e...Michael Goulet-0/+33
2024-05-14only find segs chain for missing methods when no available candidatesbohan-6/+67
2024-05-14Auto merge of #123816 - tgross35:f16-f128-mangling, r=michaelwoeristerbors-244/+924
2024-05-14Use new utility functions/methods in run-make testsGuillaume Gomez-12/+6
2024-05-14Auto merge of #17227 - Veykril:build-deps-changed-hashes, r=Veykrilbors-97/+94
2024-05-14Auto merge of #17228 - Veykril:stable-runnables-order, r=Veykrilbors-20/+34
2024-05-14internal: Sort computed runnablesLukas Wirth-20/+34
2024-05-14Enable v0 mangling tests and add checks for `f16`/`f128`Trevor Gross-241/+920
2024-05-14Add v0 symbol mangling for `f16` and `f128`Trevor Gross-3/+4
2024-05-14Auto merge of #125023 - morr0ne:linux-none-target, r=Nilstriebbors-0/+73
2024-05-14Hash file contents to verify whether file actually changedLukas Wirth-94/+75
2024-05-14Auto merge of #17225 - Veykril:expand-macro-interlocked, r=Veykrilbors-27/+15