| Age | Commit message (Expand) | Author | Lines |
| 2024-09-25 | enable pthread_cond_timedwait test on Android | Ralf Jung | -1/+1 |
| 2024-09-25 | Android: Fixed tests for libc time API | Yoh Deadfall | -8/+28 |
| 2024-09-25 | disable AVR test since it doesn't work | Ralf Jung | -1/+2 |
| 2024-09-25 | update BASIC test list: no longer test HashMap, add libc-mem instead of 'alig... | Ralf Jung | -6/+6 |
| 2024-09-25 | avoid using HashMap in fs test | Ralf Jung | -3/+3 |
| 2024-09-25 | add test for std::random | Ralf Jung | -0/+5 |
| 2024-09-25 | fmt | The Miri Cronjob Bot | -16/+19 |
| 2024-09-25 | Merge from rustc | The Miri Cronjob Bot | -53/+105 |
| 2024-09-25 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-09-24 | be even more precise about "cast" vs "coercion" | Lukas Markeffsky | -1/+1 |
| 2024-09-24 | Scope CI permissions to the job that needs it | Jakub Beránek | -6/+5 |
| 2024-09-24 | looks like we need more permissions | Ralf Jung | -1/+3 |
| 2024-09-23 | Rollup merge of #130727 - compiler-errors:objects, r=RalfJung | Michael Goulet | -8/+41 |
| 2024-09-23 | Check vtable projections for validity in miri | Michael Goulet | -8/+41 |
| 2024-09-23 | Auto merge of #125645 - RalfJung:unclear_local_imports, r=nnethercote | bors | -45/+47 |
| 2024-09-23 | fix workflow permissions | Ralf Jung | -1/+2 |
| 2024-09-23 | fix unqualified_local_imports in Miri | Ralf Jung | -45/+47 |
| 2024-09-23 | add test for new abort_unwind function | Ralf Jung | -0/+44 |
| 2024-09-23 | update miri test | joboet | -1/+1 |
| 2024-09-23 | miri: shim `CCRandomGenerateBytes` | joboet | -0/+17 |
| 2024-09-22 | Auto merge of #3852 - tiif:rwrefactor, r=RalfJung | bors | -153/+249 |
| 2024-09-22 | simplify eventfd handling a bit | Ralf Jung | -49/+30 |
| 2024-09-22 | remove some unnecessary to_owned | Ralf Jung | -9/+9 |
| 2024-09-22 | read, write: move cast-to-usize logic up and deduplicate it | Ralf Jung | -4/+6 |
| 2024-09-22 | further tweak FileDescription comments | Ralf Jung | -17/+12 |
| 2024-09-22 | Pass pointer and len to FileDescription::write and change the type of len in ... | tiif | -47/+60 |
| 2024-09-22 | Use &[u8] instead of Vec<u8> and improve docs | tiif | -13/+25 |
| 2024-09-22 | try to give the CI job permission to create PRs | Ralf Jung | -0/+3 |
| 2024-09-22 | rustfmt: switch over to setting style_edition | Ralf Jung | -1/+1 |
| 2024-09-22 | Merge from rustc | Ralf Jung | -2/+2 |
| 2024-09-22 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2024-09-21 | Auto merge of #127546 - workingjubilee:5-level-paging-exists, r=saethlin | bors | -2/+2 |
| 2024-09-21 | fmt (with a huge diff for some reason) | Ralf Jung | -205/+180 |
| 2024-09-21 | Merge from rustc | Ralf Jung | -4/+40 |
| 2024-09-21 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2024-09-20 | Auto merge of #124895 - obeis:static-mut-hidden-ref, r=compiler-errors | bors | -0/+35 |
| 2024-09-20 | miri: An error message got changed | Jubilee Young | -2/+2 |
| 2024-09-19 | Make the intention of the miri test more clear | Adwin White | -4/+5 |
| 2024-09-19 | Adapt test to new layout | Adwin White | -2/+2 |
| 2024-09-17 | Use `@only-target` in SSE and SSE2 tests too | Eduardo Sánchez Muñoz | -1784/+1760 |
| 2024-09-17 | ptr_offset_unsigned_overflow: extend test | Ralf Jung | -5/+6 |
| 2024-09-17 | Auto merge of #3891 - tiif:tokiotest, r=RalfJung | bors | -5/+46 |
| 2024-09-17 | Tokio ICE fix: Changed the type of EpollEventInterest::epfd from i32 to WeakF... | tiif | -5/+46 |
| 2024-09-17 | Auto merge of #3894 - rust-lang:rustup-2024-09-17, r=RalfJung | bors | -15/+10 |
| 2024-09-17 | Auto merge of #3893 - rust-lang:autolabel, r=RalfJung | bors | -0/+12 |
| 2024-09-17 | fmt | The Miri Cronjob Bot | -6/+2 |
| 2024-09-17 | Merge from rustc | The Miri Cronjob Bot | -9/+8 |
| 2024-09-17 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-09-16 | Automatically add/remove labesl when github review (requests) are used | Oli Scherer | -0/+12 |
| 2024-09-16 | Fix run --dep | Oli Scherer | -3/+8 |