| Age | Commit message (Expand) | Author | Lines |
| 2024-10-15 | Rollup merge of #131702 - compiler-errors:method-lookup-trait-warning, r=jiey... | Matthias Krüger | -0/+10 |
| 2024-10-15 | Rollup merge of #131675 - tdittr:update-unsupported-abi-message, r=compiler-e... | Matthias Krüger | -4/+4 |
| 2024-10-15 | Rollup merge of #131652 - compiler-errors:modifiers, r=Nadrieril,jieyouxu | Matthias Krüger | -165/+183 |
| 2024-10-15 | Rollup merge of #122670 - beetrees:non-unicode-option-env-error, r=compiler-e... | Matthias Krüger | -14/+52 |
| 2024-10-14 | Suppress import errors for traits that couldve applied in method lookup on error | Michael Goulet | -0/+10 |
| 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 | Move trait bound modifiers into ast::PolyTraitRef | Michael Goulet | -93/+109 |
| 2024-10-14 | Move trait bound modifiers into hir::PolyTraitRef | Michael Goulet | -76/+78 |
| 2024-10-14 | Update lint message for ABI not supported | Tamme Dittrich | -4/+4 |
| 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-13 | Fix bug where `option_env!` would return `None` when env var is present but n... | beetrees | -14/+52 |
| 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 |