| Age | Commit message (Expand) | Author | Lines |
| 2024-10-14 | Remove `'apostrophes'` from `rustc_parse_format` | Lieselotte | -5/+5 |
| 2024-10-14 | Rollup merge of #131667 - taiki-e:aarch64-inline-asm-reg-emit, r=Amanieu | Matthias Krüger | -49/+62 |
| 2024-10-14 | Rollup merge of #131550 - compiler-errors:extern-diags, r=spastorino | Matthias Krüger | -10/+14 |
| 2024-10-14 | Rollup merge of #131430 - surechen:fix_130495, r=jieyouxu | Matthias Krüger | -4/+18 |
| 2024-10-14 | Rollup merge of #131332 - taiki-e:arm64ec-clobber-abi, r=Amanieu | Matthias Krüger | -20/+34 |
| 2024-10-14 | Rollup merge of #131660 - Urgau:non_local_def-131643, r=jieyouxu | Matthias Krüger | -3/+7 |
| 2024-10-14 | Rollup merge of #131593 - RalfJung:alloc-no-clone, r=saethlin | Matthias Krüger | -14/+19 |
| 2024-10-14 | Rollup merge of #131473 - workingjubilee:move-that-abi-up, r=saethlin | Matthias Krüger | -261/+285 |
| 2024-10-14 | Special treatment empty tuple when suggest adding a string literal in format ... | surechen | -4/+18 |
| 2024-10-14 | Fix AArch64InlineAsmReg::emit | Taiki Endo | -49/+62 |
| 2024-10-14 | Fix clobber_abi and disallow SVE-related registers in Arm64EC inline assembly | Taiki Endo | -20/+34 |
| 2024-10-13 | Rollup merge of #131653 - compiler-errors:no-modifier-hack, r=fee1-dead | Matthias Krüger | -8/+2 |
| 2024-10-13 | Also use outermost const-anon for impl items in `non_local_defs` lint | Urgau | -3/+7 |
| 2024-10-13 | Remove const trait bound modifier hack | Michael Goulet | -8/+2 |
| 2024-10-13 | Rollup merge of #131086 - printfn:update-unicode-width, r=Mark-Simulacrum | Matthias Krüger | -2/+2 |
| 2024-10-12 | Rollup merge of #131626 - matthiaskrgr:dont_string, r=lqd | Trevor Gross | -4/+4 |
| 2024-10-12 | Rollup merge of #131334 - heiher:loong-sanitizers, r=Mark-Simulacrum | Trevor Gross | -3/+18 |
| 2024-10-12 | Rollup merge of #131120 - tgross35:stabilize-const_option, r=RalfJung | Trevor Gross | -2/+0 |
| 2024-10-12 | Update unicode-width to 0.2.0 | printfn | -2/+2 |
| 2024-10-12 | Stabilize `const_option` | Trevor Gross | -2/+0 |
| 2024-10-12 | Rollup merge of #131599 - compiler-errors:storage, r=lcnr | Matthias Krüger | -43/+42 |
| 2024-10-12 | Rollup merge of #131567 - CastilloDel:reject-unstable-with-accepted-features,... | Matthias Krüger | -0/+33 |
| 2024-10-12 | Rollup merge of #131277 - ismailarilik:handle-potential-query-instability-lin... | Matthias Krüger | -1/+2 |
| 2024-10-12 | Rollup merge of #131239 - VulnBandit:trait-vulnerability, r=lcnr | Matthias Krüger | -35/+37 |
| 2024-10-12 | Rollup merge of #128784 - tdittr:check-abi-on-fn-ptr, r=compiler-errors | Matthias Krüger | -15/+82 |
| 2024-10-12 | remove a couple of redundant String to String conversion | Matthias Krüger | -4/+4 |
| 2024-10-12 | Rollup merge of #131605 - DianQK:llvm-const-int, r=the8472 | Trevor Gross | -0/+13 |
| 2024-10-12 | Rollup merge of #131596 - RalfJung:interp-result-must-use, r=jieyouxu | Trevor Gross | -0/+1 |
| 2024-10-12 | Rollup merge of #131590 - matthiaskrgr:clones3, r=compiler-errors | Trevor Gross | -2/+2 |
| 2024-10-12 | Rollup merge of #130870 - surechen:fix_130791, r=compiler-errors | Trevor Gross | -0/+18 |
| 2024-10-12 | `LLVMConstInt` only allows integer types | DianQK | -0/+13 |
| 2024-10-12 | Shallowly match opaque key in storage | Michael Goulet | -43/+42 |
| 2024-10-12 | mark InterpResult as must_use | Ralf Jung | -0/+1 |
| 2024-10-12 | miri: avoid cloning AllocExtra | Ralf Jung | -14/+19 |
| 2024-10-12 | yeet some clones | Matthias Krüger | -2/+2 |
| 2024-10-12 | Emit an error for unstable attributes that reference already stable features | CastilloDel | -0/+33 |
| 2024-10-11 | Rollup merge of #131565 - Urgau:non_local_def-rm-deprecate, r=compiler-errors | Trevor Gross | -5/+0 |
| 2024-10-11 | Rollup merge of #131546 - surechen:fix_129833, r=jieyouxu | Trevor Gross | -1/+9 |
| 2024-10-11 | Rollup merge of #131310 - taiki-e:msp430-clobber-abi, r=Amanieu | Trevor Gross | -0/+10 |
| 2024-10-11 | Rollup merge of #124874 - jedbrown:float-mul-add-fast, r=saethlin | Trevor Gross | -1/+34 |
| 2024-10-12 | Make unused_parens's suggestion considering expr's attributes | surechen | -1/+9 |
| 2024-10-11 | compiler: Wire `{TyAnd,}Layout` into `rustc_abi` | Jubilee Young | -253/+279 |
| 2024-10-11 | compiler: Empty out rustc_target::abi | Jubilee Young | -0/+0 |
| 2024-10-11 | compiler: Move impl of ToJson for abi::Endian | Jubilee Young | -8/+6 |
| 2024-10-11 | Rollup merge of #131552 - durin42:llvm-20-getOrInsertDeclaration, r=cuviper | Trevor Gross | -6/+19 |
| 2024-10-11 | Rollup merge of #131543 - Zalathar:goodbye-llvm-17, r=petrochenkov | Trevor Gross | -16/+7 |
| 2024-10-11 | intrinsics.fmuladdf{16,32,64,128}: expose llvm.fmuladd.* semantics | Jed Brown | -1/+34 |
| 2024-10-11 | Remove deprecation note in the `non_local_definitions` warning | Urgau | -5/+0 |
| 2024-10-11 | RustWrapper: adapt for rename of Intrinsic::getDeclaration | Augie Fackler | -6/+19 |
| 2024-10-11 | Auto merge of #131547 - matthiaskrgr:rollup-ui4p744, r=matthiaskrgr | bors | -23/+29 |