| Age | Commit message (Expand) | Author | Lines |
| 2024-05-15 | Bump Swatinem/rust-cache | Lukas Wirth | -2/+2 |
| 2024-05-15 | Use Swatinem/rust-cache for metrics CI | Lukas Wirth | -29/+12 |
| 2024-05-15 | Auto merge of #125136 - matthiaskrgr:rollup-ljm15m3, r=matthiaskrgr | bors | -34/+135 |
| 2024-05-15 | Rollup merge of #125135 - chenyukang:yukang-fix-116502, r=compiler-errors | Matthias Krüger | -1/+47 |
| 2024-05-15 | Rollup merge of #125132 - mejrs:diag, r=compiler-errors | Matthias Krüger | -5/+85 |
| 2024-05-15 | Rollup merge of #125108 - Zalathar:info-bitmap-bytes, r=nnethercote | Matthias Krüger | -27/+2 |
| 2024-05-15 | Rollup merge of #124990 - fmease:expand-weak-aliases-within-cts, r=compiler-e... | Matthias Krüger | -1/+1 |
| 2024-05-15 | Fix the dedup error because of spans from suggestion | yukang | -1/+47 |
| 2024-05-15 | Auto merge of #125031 - Oneirical:dynamic-libs, r=jieyouxu | bors | -37/+79 |
| 2024-05-14 | rustdoc: Negative impls are not notable | Michael Goulet | -0/+32 |
| 2024-05-14 | fix the test | Oneirical | -5/+1 |
| 2024-05-15 | Auto merge of #125084 - Jules-Bertholet:fix-125058, r=Nadrieril | bors | -1/+53 |
| 2024-05-15 | delegation: Implement list delegation | Vadim Petrochenkov | -58/+509 |
| 2024-05-15 | Add `on_unimplemented" typo suggestions | mejrs | -5/+85 |
| 2024-05-14 | Port issue-11908 to rmake | Oneirical | -37/+79 |
| 2024-05-15 | Divide float nanoseconds instead of seconds | Artyom Pavlov | -2/+6 |
| 2024-05-14 | improve maybe_consume_incorrect_semicolon | ardi | -28/+30 |
| 2024-05-14 | port no-cdylib-as-rdylib test | Oneirical | -17/+16 |
| 2024-05-14 | remove cxx_flags | Julien | -2/+1 |
| 2024-05-14 | rewrite c-link-to-rust-staticlib | Oneirical | -17/+20 |
| 2024-05-14 | Auto merge of #17232 - Veykril:build-scripts-keep-going, r=Veykril | bors | -9/+16 |
| 2024-05-14 | fix: Don't emit --keep-going for custom build script commands | Lukas Wirth | -9/+16 |
| 2024-05-14 | Fail on non-aarch64 targets | Alice Ryhl | -0/+5 |
| 2024-05-14 | Auto merge of #125125 - lovesegfault:opt-dist-specify-rustc-perf, r=Mark-Simu... | bors | -0/+6 |
| 2024-05-14 | Auto merge of #12798 - Alexendoo:no-effect-path-statements, r=y21 | bors | -56/+33 |
| 2024-05-14 | feat(tools/opt-dist): allow local builds to specify a rustc-perf checkout | Bernardo Meurer Costa | -0/+6 |
| 2024-05-14 | avoid using aligned_alloc; posix_memalign is better-behaved | Ralf Jung | -11/+8 |
| 2024-05-14 | Don't lint path statements in no_effect | Alex Macleod | -56/+33 |
| 2024-05-14 | Auto merge of #125120 - compiler-errors:rollup-mnjybwv, r=compiler-errors | bors | -599/+1042 |
| 2024-05-14 | Auto merge of #17216 - Young-Flash:mod_with_path, r=Veykril | bors | -3/+78 |
| 2024-05-14 | Fix `read_exact` and `read_buf_exact` for `&[u8]` and `io:Cursor` | Benoît du Garreau | -10/+23 |
| 2024-05-14 | create a feature gate | jdonszelmann | -0/+5 |
| 2024-05-14 | Rollup merge of #125118 - GuillaumeGomez:cleanup-run-make, r=jieyouxu | Michael Goulet | -12/+6 |
| 2024-05-14 | Rollup merge of #125100 - compiler-errors:faster, r=nnethercote | Michael Goulet | -9/+284 |
| 2024-05-14 | Rollup merge of #125088 - compiler-errors:uplift-alias-ty, r=lcnr | Michael Goulet | -534/+574 |
| 2024-05-14 | Rollup merge of #125080 - bvanjoi:fix-124946, r=nnethercote | Michael Goulet | -6/+67 |
| 2024-05-14 | Rollup merge of #125047 - Oneirical:test5, r=jieyouxu | Michael Goulet | -16/+39 |
| 2024-05-14 | Rollup merge of #124844 - compiler-errors:shadow-probe, r=lcnr | Michael Goulet | -22/+39 |
| 2024-05-14 | Rollup merge of #119838 - joshtriplett:style-guide-binop-indent, r=compiler-e... | Michael Goulet | -0/+33 |
| 2024-05-14 | only find segs chain for missing methods when no available candidates | bohan | -6/+67 |
| 2024-05-14 | Auto merge of #123816 - tgross35:f16-f128-mangling, r=michaelwoerister | bors | -244/+924 |
| 2024-05-14 | Use new utility functions/methods in run-make tests | Guillaume Gomez | -12/+6 |
| 2024-05-14 | Auto merge of #17227 - Veykril:build-deps-changed-hashes, r=Veykril | bors | -97/+94 |
| 2024-05-14 | Auto merge of #17228 - Veykril:stable-runnables-order, r=Veykril | bors | -20/+34 |
| 2024-05-14 | internal: Sort computed runnables | Lukas Wirth | -20/+34 |
| 2024-05-14 | Enable v0 mangling tests and add checks for `f16`/`f128` | Trevor Gross | -241/+920 |
| 2024-05-14 | Add v0 symbol mangling for `f16` and `f128` | Trevor Gross | -3/+4 |
| 2024-05-14 | Auto merge of #125023 - morr0ne:linux-none-target, r=Nilstrieb | bors | -0/+73 |
| 2024-05-14 | Hash file contents to verify whether file actually changed | Lukas Wirth | -94/+75 |
| 2024-05-14 | Auto merge of #17225 - Veykril:expand-macro-interlocked, r=Veykril | bors | -27/+15 |