| Age | Commit message (Expand) | Author | Lines |
| 2024-09-18 | Auto merge of #18137 - ShoyuVanilla:expr-2021, r=Veykril | bors | -21/+192 |
| 2024-09-18 | feat: Implement `expr_2021` | Shoyu Vanilla | -21/+192 |
| 2024-09-18 | Don't lint names of #[no_mangle] extern fns | valadaptive | -6/+73 |
| 2024-09-18 | skip in-tree compiler build for llvm-bitcode-linker if ci-rustc is on | onur-ozkan | -2/+5 |
| 2024-09-18 | Add diagnostics for `unsafe_op_in_unsafe_fn` | Chayim Refael Friedman | -10/+55 |
| 2024-09-17 | Use `SyntaxEditor` in `extract_type_alias` | DropDemBits | -13/+15 |
| 2024-09-17 | internal: Extend `SourceChangeBuilder` to make make working with `SyntaxEdito... | DropDemBits | -1/+95 |
| 2024-09-17 | Auto merge of #130483 - matthiaskrgr:rollup-q1r0g0y, r=matthiaskrgr | bors | -2537/+2707 |
| 2024-09-17 | Rollup merge of #130467 - RalfJung:miri-sync, r=RalfJung | Matthias Krüger | -2536/+2705 |
| 2024-09-17 | Rollup merge of #130452 - randomPoison:trusty-update-maintainers, r=ehuss | Matthias Krüger | -1/+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 | Handle errors and lints from external macros | Chayim Refael Friedman | -1/+62 |
| 2024-09-17 | Avoid an allocation in `rewrite_int_lit` | Mattias Wallin | -1/+1 |
| 2024-09-17 | Avoid allocating `Vec` in `light_rewrite_comment` | Mattias Wallin | -5/+3 |
| 2024-09-17 | Use `usize::MAX` instead of deprecated `usize::max_value` | Mattias Wallin | -12/+12 |
| 2024-09-17 | Rollup merge of #129988 - arnaudgolfouse:modify-locale_resources, r=davidtwco | Matthias Krüger | -2/+2 |
| 2024-09-17 | Add zlib to musl dist image so rust-lld will support zlib compression for deb... | Kyle Huey | -0/+1 |
| 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 | -58/+60 |
| 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 | -52/+58 |
| 2024-09-17 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-09-17 | delete sub directory "debug" to not delete the change-id file | onur-ozkan | -3/+3 |
| 2024-09-17 | Auto merge of #130456 - matthiaskrgr:rollup-h2qvk1f, r=matthiaskrgr | bors | -50/+130 |
| 2024-09-16 | Update Trusty target maintainers | Nicole LeGare | -1/+2 |
| 2024-09-16 | fix: fix ambigious package name in flycheck | Jake | -1/+1 |
| 2024-09-16 | Add x86_64-unknown-trusty as tier 3 | Nicole LeGare | -0/+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 | Non-panicking Display for Path | Mattias Wallin | -11/+7 |
| 2024-09-16 | run_make_support: rectify symlink handling | 许杰友 Jieyou Xu (Joe) | -50/+130 |
| 2024-09-15 | Rollup merge of #130420 - jieyouxu:build_helpers_docs, r=onur-ozkan | Jubilee | -0/+9 |
| 2024-09-15 | Rollup merge of #130336 - onur-ozkan:simple-improvement, r=albertlarsan68 | Jubilee | -5/+1 |
| 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 | -319/+794 |
| 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 | bootstrap: register tool docs for src/tools/build_helper | 许杰友 Jieyou Xu (Joe) | -0/+9 |