| Age | Commit message (Expand) | Author | Lines |
| 2024-12-13 | Auto merge of #132706 - compiler-errors:async-closures, r=oli-obk | bors | -23/+3 |
| 2024-12-13 | Stabilize async closures | Michael Goulet | -23/+3 |
| 2024-12-12 | Auto merge of #132961 - adetaylor:arbitrary-self-types-the-big-bit, r=compile... | bors | -148/+500 |
| 2024-12-12 | Rollup merge of #134204 - Zalathar:llvm-bool, r=SparrowLii | Matthias Krüger | -1/+3 |
| 2024-12-12 | Rollup merge of #133249 - heiher:loong-abi-check, r=workingjubilee | Matthias Krüger | -1/+3 |
| 2024-12-12 | Rollup merge of #133122 - compiler-errors:afidt, r=oli-obk | Matthias Krüger | -33/+386 |
| 2024-12-12 | Fix our `llvm::Bool` typedef to be signed, to match `LLVMBool` | Zalathar | -1/+3 |
| 2024-12-12 | Rollup merge of #134187 - nnethercote:rm-PErr, r=jieyouxu | Matthias Krüger | -12/+11 |
| 2024-12-12 | Rollup merge of #134173 - onur-ozkan:allow-symbol-intern-string-literal, r=ji... | Matthias Krüger | -0/+12 |
| 2024-12-12 | Rollup merge of #134154 - dev-ardi:field-expr-generics, r=compiler-errors | Matthias Krüger | -3/+11 |
| 2024-12-12 | Rollup merge of #134152 - nnethercote:simplify-rustc_mir_dataflow-abs_domain,... | Matthias Krüger | -37/+11 |
| 2024-12-12 | Rollup merge of #134144 - compiler-errors:fallback-apit, r=WaffleLapkin | Matthias Krüger | -11/+8 |
| 2024-12-12 | Rollup merge of #134070 - oli-obk:push-nquzymupzlsq, r=jieyouxu | Matthias Krüger | -44/+74 |
| 2024-12-12 | Rollup merge of #122003 - mati865:gnullvm-build-libunwind, r=petrochenkov | Matthias Krüger | -0/+2 |
| 2024-12-12 | Auto merge of #129181 - beetrees:asm-spans, r=pnkfelix,compiler-errors | bors | -33/+44 |
| 2024-12-12 | Properly consider APITs for never type fallback ascription fix | Michael Goulet | -11/+8 |
| 2024-12-12 | Remove `PErr`. | Nicholas Nethercote | -12/+11 |
| 2024-12-11 | Auto merge of #128004 - folkertdev:naked-fn-asm, r=Amanieu | bors | -17/+316 |
| 2024-12-11 | Clarify why a type is rejected for asm! | Oli Scherer | -44/+73 |
| 2024-12-11 | Evaluate constants in SIMD vec lengths before rejecting them | Oli Scherer | -0/+1 |
| 2024-12-11 | Auto merge of #134177 - matthiaskrgr:rollup-hgp8q60, r=matthiaskrgr | bors | -195/+299 |
| 2024-12-11 | Rollup merge of #134165 - durin42:wasm-target-string, r=jieyouxu | Matthias Krüger | -7/+13 |
| 2024-12-11 | Rollup merge of #134163 - Zalathar:covfun, r=SparrowLii,jieyouxu | Matthias Krüger | -182/+263 |
| 2024-12-11 | Rollup merge of #134148 - dev-ardi:cleanup_check_field_expr, r=compiler-errors | Matthias Krüger | -6/+23 |
| 2024-12-11 | allow `symbol_intern_string_literal` lint in test modules | onur-ozkan | -0/+12 |
| 2024-12-11 | Don't emit "field expressions may not have generic arguments" if it's a metho... | Orion Gonzalez | -3/+11 |
| 2024-12-11 | document check_expr_field | Orion Gonzalez | -6/+23 |
| 2024-12-11 | Arbitrary self types v2: detect shadowing problems. | Adrian Taylor | -4/+19 |
| 2024-12-11 | Arbitrary self types v2: deshadow quicker | Adrian Taylor | -38/+174 |
| 2024-12-11 | Arbitrary self types v2: deshadowing probe | Adrian Taylor | -10/+114 |
| 2024-12-11 | Arbitrary self types v2: pick diags to stack. | Adrian Taylor | -77/+85 |
| 2024-12-11 | Arbitrary self types v2: use Receiver trait | Adrian Taylor | -47/+136 |
| 2024-12-11 | wasm(32|64): update alignment string | Augie Fackler | -7/+13 |
| 2024-12-11 | coverage: Store intermediate region tables in `CovfunRecord` | Zalathar | -55/+77 |
| 2024-12-11 | coverage: Only generate a CGU's covmap record if it has covfun records | Zalathar | -4/+14 |
| 2024-12-11 | ABI checks: add support for loongarch | WANG Rui | -1/+3 |
| 2024-12-11 | Rollup merge of #134158 - compiler-errors:item-def-id, r=jackh726 | Jacob Pratt | -9/+9 |
| 2024-12-11 | Rollup merge of #134142 - compiler-errors:paren-sug, r=jieyouxu | Jacob Pratt | -5/+30 |
| 2024-12-11 | Rollup merge of #134141 - compiler-errors:anon-adt, r=lqd | Jacob Pratt | -31/+4 |
| 2024-12-11 | Rollup merge of #134139 - mustartt:pgo-linker-flag, r=saethlin | Jacob Pratt | -0/+2 |
| 2024-12-11 | Rollup merge of #134105 - compiler-errors:validate-self-preds, r=wesleywiser | Jacob Pratt | -2/+9 |
| 2024-12-11 | coverage: Reify `CovfunRecord` as an intermediate step | Zalathar | -36/+45 |
| 2024-12-11 | coverage: Extract function metadata handling to a `covfun` submodule | Zalathar | -166/+206 |
| 2024-12-11 | Rename projection_def_id to item_def_id | Michael Goulet | -9/+9 |
| 2024-12-11 | Simplify `rustc_mir_dataflow::abs_domain`. | Nicholas Nethercote | -37/+11 |
| 2024-12-10 | Rudimentary heuristic to insert parentheses when needed for RPIT overcaptures... | Michael Goulet | -5/+30 |
| 2024-12-10 | emit `.weak_definition` instead of `.weak` on macos | Folkert de Vries | -28/+37 |
| 2024-12-10 | codegen `#[naked]` functions using `global_asm!` | Folkert | -17/+307 |
| 2024-12-10 | Remove more traces of anonymous ADTs | Michael Goulet | -31/+4 |
| 2024-12-10 | Rollup merge of #134115 - durin42:ppc64-target-string, r=jieyouxu | León Orell Valerian Liehr | -9/+14 |