| Age | Commit message (Expand) | Author | Lines |
| 2024-09-17 | internal: Extend `SourceChangeBuilder` to make make working with `SyntaxEdito... | DropDemBits | -1/+95 |
| 2024-09-17 | Rollup merge of #130467 - RalfJung:miri-sync, r=RalfJung | Matthias Krüger | -2536/+2705 |
| 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 | Handle errors and lints from external macros | Chayim Refael Friedman | -1/+62 |
| 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 | -53/+50 |
| 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 | -47/+48 |
| 2024-09-17 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-09-17 | Auto merge of #130456 - matthiaskrgr:rollup-h2qvk1f, r=matthiaskrgr | bors | -50/+130 |
| 2024-09-16 | fix: fix ambigious package name in flycheck | Jake | -1/+1 |
| 2024-09-17 | assert that unexpectedly unsized fields are sized in the param env | Lukas Markeffsky | -3/+3 |
| 2024-09-17 | Always cache macro expansions' root node in Semantics | Chayim Refael Friedman | -48/+166 |
| 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 |
| 2024-09-16 | Refator DependencyBuilder construction | Oli Scherer | -14/+15 |
| 2024-09-16 | Bump ui test | Oli Scherer | -1991/+1884 |
| 2024-09-17 | Refactor FileDescription::read/write | tiif | -113/+206 |
| 2024-09-16 | layout computation: eagerly error for unexpected unsized fields | Lukas Markeffsky | -45/+46 |
| 2024-09-16 | make `LayoutCx` not generic | Lukas Markeffsky | -2/+2 |
| 2024-09-16 | run_make_support: rectify symlink handling | 许杰友 Jieyou Xu (Joe) | -50/+130 |
| 2024-09-16 | fix clippy lints | Ralf Jung | -2/+2 |
| 2024-09-16 | fmt | The Miri Cronjob Bot | -2/+2 |
| 2024-09-16 | Merge from rustc | The Miri Cronjob Bot | -264/+639 |
| 2024-09-16 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-09-16 | Auto merge of #130220 - RalfJung:float-classify, r=workingjubilee | bors | -1/+0 |
| 2024-09-16 | Auto merge of #130377 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-09-16 | Fix printing of constants greater than `i128::MAX` | Chayim Refael Friedman | -3/+27 |
| 2024-09-15 | Update cargo | Weihang Lo | -0/+0 |
| 2024-09-15 | Rollup merge of #130342 - RalfJung:slice-idx-overflow, r=saethlin | Matthias Krüger | -31/+53 |
| 2024-09-15 | Rollup merge of #130293 - gurry:130142-lint-level-issue, r=cjgillot | Matthias Krüger | -1/+9 |
| 2024-09-15 | Rollup merge of #129828 - RalfJung:miri-data-race, r=saethlin | Matthias Krüger | -112/+483 |
| 2024-09-15 | use early return for race_detecting() logic | Ralf Jung | -156/+152 |
| 2024-09-15 | we can test more things on Solarish, and update its status in the README | Ralf Jung | -3/+3 |
| 2024-09-15 | test std::time APIs on FreeBSD and Solarish | Ralf Jung | -7/+7 |
| 2024-09-15 | add Android pthread support | Ralf Jung | -7/+7 |
| 2024-09-15 | make pthread-threadname nicer with cfg-if | Ralf Jung | -18/+39 |
| 2024-09-15 | enable std::sync tests on Solarish | Ralf Jung | -2/+2 |
| 2024-09-15 | move two tests to a better location | Ralf Jung | -0/+0 |
| 2024-09-15 | pthread: add FreeBSD, remove PTHREAD_MUTEX_NORMAL_FLAG hack | Ralf Jung | -52/+43 |
| 2024-09-15 | unix/sync: cleanup | Ralf Jung | -81/+29 |
| 2024-09-15 | stabilize const_mut_refs | Ralf Jung | -33/+29 |
| 2024-09-15 | also use compute_size_in_bytes for relevant multiplications in Miri | Ralf Jung | -31/+53 |
| 2024-09-14 | Auto merge of #129753 - folkertdev:stabilize-const-extern-fn, r=RalfJung | bors | -122/+111 |
| 2024-09-14 | Auto merge of #3884 - Mandragorian:detect_cond_move, r=RalfJung | bors | -57/+182 |
| 2024-09-14 | detect when pthread_cond_t is moved | Konstantinos Andrikopoulos | -57/+182 |
| 2024-09-14 | Rollup merge of #130268 - RalfJung:simd-shuffle-idx-vector, r=compiler-errors | León Orell Valerian Liehr | -12/+1 |