| Age | Commit message (Expand) | Author | Lines |
| 2024-10-03 | Auto merge of #127912 - joboet:tls_dtor_thread_current, r=cuviper | bors | -7/+7 |
| 2024-10-02 | bless miri tests | joboet | -7/+7 |
| 2024-10-01 | Rollup merge of #130885 - RalfJung:interp-error-discard, r=oli-obk | Jubilee | -729/+740 |
| 2024-10-01 | make InterpResult a dedicated type to avoid accidentally discarding the error | Ralf Jung | -733/+739 |
| 2024-09-30 | Update wasm-component-ld to 0.5.9 | Alex Crichton | -1/+1 |
| 2024-09-30 | Auto merge of #131044 - EnzymeAD:enzyme-testinfra, r=jieyouxu | bors | -0/+15 |
| 2024-09-30 | panic when an interpreter error gets unintentionally discarded | Ralf Jung | -3/+8 |
| 2024-09-30 | Auto merge of #131036 - RalfJung:miri-sync, r=RalfJung | bors | -474/+602 |
| 2024-09-29 | add has_enzyme/needs-enzyme to the test infra | Manuel Drehwald | -0/+15 |
| 2024-09-29 | let rustfmt format imports | Ralf Jung | -319/+255 |
| 2024-09-29 | Rollup merge of #131000 - rust-lang:cargo_update, r=clubby789 | Matthias Krüger | -26/+26 |
| 2024-09-29 | Rollup merge of #130383 - onur-ozkan:ignore-llvm-changes-on-ci-llvm-true, r=M... | Guillaume Gomez | -0/+9 |
| 2024-09-29 | bump few deps | klensy | -63/+24 |
| 2024-09-29 | skip old getrandom crate on Solaris | Ralf Jung | -5/+10 |
| 2024-09-29 | create `CiEnv::is_rust_lang_managed_ci_job` | onur-ozkan | -0/+9 |
| 2024-09-29 | Auto merge of #129687 - Urgau:rfc3127-sysroot-2, r=jieyouxu | bors | -4/+15 |
| 2024-09-29 | cargo update | github-actions | -26/+26 |
| 2024-09-28 | compiletest: normalize to `$SRC_DIR_REAL` before `$TEST_BUILD_DIR` | Urgau | -6/+6 |
| 2024-09-28 | Auto merge of #3918 - devnexen:solaris_arc4random_buf, r=RalfJung | bors | -4/+31 |
| 2024-09-28 | make sure the new function is tested | Ralf Jung | -4/+4 |
| 2024-09-28 | implements arc4random_buf shim for freebsd/solarish platforms. | David Carlier | -0/+27 |
| 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 | add tests for validity of Box with custom allocator | Ralf Jung | -0/+99 |
| 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 | Update cc to 1.1.22 | Chris Denton | -6/+33 |
| 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 |