| Age | Commit message (Expand) | Author | Lines |
| 2024-10-01 | Refactor return_read_bytes_and_count and return_written_byte_count_or_error | tiif | -67/+76 |
| 2024-09-30 | Comment out cast checks for unknown ptr kind | Chayim Refael Friedman | -25/+48 |
| 2024-09-30 | internal: remove `Default` from OpQueue | David Barsky | -24/+40 |
| 2024-09-30 | Auto merge of #18210 - ChayimFriedman2:label-macro, r=Veykril | bors | -27/+71 |
| 2024-09-30 | When resolving labels in `break` and `continue` for the IDE, do not resolve t... | Chayim Refael Friedman | -24/+40 |
| 2024-09-30 | Auto merge of #131044 - EnzymeAD:enzyme-testinfra, r=jieyouxu | bors | -0/+15 |
| 2024-09-30 | Auto merge of #18167 - SomeoneToIgnore:fat-completions, r=Veykril | bors | -75/+226 |
| 2024-09-30 | Auto merge of #18207 - mbwilding:master, r=Veykril | bors | -21/+21 |
| 2024-09-30 | panic when an interpreter error gets unintentionally discarded | Ralf Jung | -3/+8 |
| 2024-09-30 | Auto merge of #18085 - ChayimFriedman2:gate-test, r=Veykril | bors | -18/+109 |
| 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-30 | Gate `#[test]` expansion under `cfg(test)`. | Chayim Refael Friedman | -45/+78 |
| 2024-09-30 | Provide an config option to not set `cfg(test)` | Chayim Refael Friedman | -15/+73 |
| 2024-09-29 | rustdoc-json: `Id(String)` -> `Id(u32)` | schvv31n | -22/+18 |
| 2024-09-29 | Auto merge of #18205 - noahmbright:object_safety, r=HKalbasi | bors | -109/+117 |
| 2024-09-29 | When glueing together tokens from macros, merge their spans | Chayim Refael Friedman | -3/+31 |
| 2024-09-29 | Auto merge of #18208 - davidbarsky:davidbarsky/push-qkwkmttnukqt, r=lnicola | bors | -3/+12 |
| 2024-09-29 | let rustfmt format imports | Ralf Jung | -319/+255 |
| 2024-09-29 | internal: allow overriding proc macro server in analysis-stats | David Barsky | -3/+12 |
| 2024-09-29 | Rollup merge of #131000 - rust-lang:cargo_update, r=clubby789 | Matthias Krüger | -26/+26 |
| 2024-09-29 | Rename object_safety to dyn_compatibility | Noah Bright | -106/+112 |
| 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 | Fix ambiguity with CamelCase diagnostic messages | Matthew Wilding | -21/+21 |
| 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 | Update handlers.rs to handlers/requests.rs | Noah Bright | -3/+5 |
| 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 | Auto merge of #18192 - darichey:read-buildfile-into-vfs, r=Veykril | bors | -0/+16 |