| Age | Commit message (Expand) | Author | Lines |
| 2024-09-29 | Auto merge of #129687 - Urgau:rfc3127-sysroot-2, r=jieyouxu | bors | -4/+15 |
| 2024-09-28 | compiletest: normalize to `$SRC_DIR_REAL` before `$TEST_BUILD_DIR` | Urgau | -6/+6 |
| 2024-09-28 | Rollup merge of #130973 - matthiaskrgr:crash_rename, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2024-09-28 | Rollup merge of #128778 - RalfJung:atomic-read-read-races, r=Mark-Simulacrum | Matthias Krüger | -275/+262 |
| 2024-09-28 | Auto merge of #130964 - matthiaskrgr:rollup-suriuub, r=matthiaskrgr | bors | -3/+0 |
| 2024-09-28 | compiletest: rename "runtest/crash.rs" to "runtest/crashes.rs" to be in line ... | Matthias Krüger | -1/+1 |
| 2024-09-28 | Further clarificarion for atomic and UnsafeCell docs: | Ralf Jung | -0/+17 |
| 2024-09-28 | allow mixed-size atomic reads | Ralf Jung | -153/+202 |
| 2024-09-28 | miri: no longer complain about read-read races | Ralf Jung | -122/+43 |
| 2024-09-28 | Rollup merge of #130953 - workingjubilee:rename-a-few-ctypes-tests, r=fee1-dead | Matthias Krüger | -3/+0 |
| 2024-09-28 | Auto merge of #130874 - klensy:bumpme, r=jieyouxu | bors | -3/+5 |
| 2024-09-28 | Auto merge of #130929 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-09-27 | tests: issue-34798.rs => allow-phantomdata-in-ffi.rs | Jubilee Young | -1/+0 |
| 2024-09-27 | tests: issue-14309.* => repr-rust-is-undefined.* | Jubilee Young | -1/+0 |
| 2024-09-27 | tests: issue-69488.rs => load-preserves-partial-init-issue-69488.rs | Jubilee Young | -1/+0 |
| 2024-09-27 | Update cargo | Weihang Lo | -0/+0 |
| 2024-09-27 | Rollup merge of #130926 - ChrisDenton:cc-1-1-22, r=tgross35 | Matthias Krüger | -0/+1 |
| 2024-09-27 | compiletest: fallback to the original path if it's not a symlink | Urgau | -11/+6 |
| 2024-09-27 | Implement RFC3137 trim-paths sysroot changes | Urgau | -3/+19 |
| 2024-09-27 | Allow shlex stdlib dependency | Chris Denton | -0/+1 |
| 2024-09-27 | bless tidy | klensy | -1/+3 |
| 2024-09-27 | bump few deps | klensy | -2/+2 |
| 2024-09-26 | Rollup merge of #130912 - estebank:point-at-arg-type, r=compiler-errors | Jubilee | -2/+2 |
| 2024-09-26 | Rollup merge of #130911 - notriddle:notriddle/suggest-wrap-parens-fn-pointer,... | Jubilee | -1/+0 |
| 2024-09-26 | Rollup merge of #130889 - tgross35:rustbook-cargo-update, r=tgross35 | Jubilee | -226/+222 |
| 2024-09-26 | diagnostics: wrap fn cast suggestions in parens | Michael Howell | -1/+0 |
| 2024-09-27 | On implicit `Sized` bound on fn argument, point at type instead of pattern | Esteban Küber | -2/+2 |
| 2024-09-27 | Extend rustdoc template check to detect unneeded comments | Guillaume Gomez | -1/+33 |
| 2024-09-26 | Adjust allowed dependencies from the latest `cargo update` | Trevor Gross | -1/+1 |
| 2024-09-26 | cargo update: rustbook | github-actions | -226/+222 |
| 2024-09-26 | Stabilize `const_refs_to_static` | Ding Xiang Fei | -2/+0 |
| 2024-09-25 | Auto merge of #130812 - lnicola:sync-from-ra, r=lnicola | bors | -22630/+14369 |
| 2024-09-25 | Auto merge of #130778 - flip1995:clippy-subtree-update, r=Manishearth | bors | -2572/+7430 |
| 2024-09-25 | Add missing rustc_private | Laurențiu Nicola | -0/+7 |
| 2024-09-25 | Auto merge of #18183 - lnicola:sync-from-rust, r=lnicola | bors | -10207/+16459 |
| 2024-09-25 | Run rustfmt | Laurențiu Nicola | -3/+1 |
| 2024-09-25 | Pass all-targets for build scripts in more cli commands | Lukas Wirth | -12/+30 |
| 2024-09-25 | Add more LayoutError variants | Laurențiu Nicola | -3/+8 |
| 2024-09-25 | Bump rustc crates | Laurențiu Nicola | -17/+17 |
| 2024-09-25 | Merge from rust-lang/rust | Laurențiu Nicola | -10189/+16438 |
| 2024-09-25 | Preparing for merge from rust-lang/rust | Laurențiu Nicola | -1/+1 |
| 2024-09-25 | Auto merge of #130807 - tgross35:rollup-p304vzf, r=tgross35 | bors | -23/+15 |
| 2024-09-24 | Rollup merge of #130793 - jieyouxu:mention-crashes-verbose, r=matthiaskrgr | Trevor Gross | -4/+5 |
| 2024-09-24 | Rollup merge of #130764 - compiler-errors:inherent, r=estebank | Trevor Gross | -14/+5 |
| 2024-09-24 | Auto merge of #130739 - jieyouxu:stage0_run_make, r=Kobzol | bors | -2/+3 |
| 2024-09-24 | be even more precise about "cast" vs "coercion" | Lukas Markeffsky | -5/+5 |
| 2024-09-24 | unify dyn* coercions with other pointer coercions | Lukas Markeffsky | -1/+1 |
| 2024-09-24 | Mention `COMPILETEST_VERBOSE_CRASHES` on crash test failure | 许杰友 Jieyou Xu (Joe) | -4/+5 |
| 2024-09-24 | Remove unused import from Clippy versions.py file | Philipp Krones | -1/+0 |
| 2024-09-24 | Auto merge of #18164 - ShoyuVanilla:use-as-alias, r=Veykril | bors | -13/+97 |