| Age | Commit message (Expand) | Author | Lines |
| 2024-12-13 | Rollup merge of #134140 - compiler-errors:unsafe-binders-ast, r=oli-obk | Matthias Krüger | -13/+338 |
| 2024-12-13 | Rollup merge of #134130 - bjorn3:prepare_driver_query_removal, r=oli-obk | Matthias Krüger | -34/+32 |
| 2024-12-13 | Rollup merge of #134058 - RalfJung:interpret-typing-env, r=lcnr | Matthias Krüger | -8/+9 |
| 2024-12-13 | Rollup merge of #133938 - nnethercote:rustc_mir_dataflow-renamings, r=oli-obk | Matthias Krüger | -422/+360 |
| 2024-12-13 | Rollup merge of #133937 - estebank:silence-resolve-errors-from-mod-with-parse... | Matthias Krüger | -58/+122 |
| 2024-12-13 | Auto merge of #133899 - scottmcm:strip-mir-debuginfo, r=oli-obk | bors | -4/+63 |
| 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 tools | Michael Goulet | -1/+1 |
| 2024-12-12 | Add tests | Michael Goulet | -1/+3 |
| 2024-12-12 | Add unwrap_unsafe_binder and wrap_unsafe_binder macro operators | Michael Goulet | -12/+193 |
| 2024-12-12 | Lower AST and resolve lifetimes for unsafe binder types | Michael Goulet | -0/+98 |
| 2024-12-12 | Parsing unsafe binders | Michael Goulet | -1/+45 |
| 2024-12-12 | Remove 'tcx lifetime from QuerySystemFns | bjorn3 | -4/+4 |
| 2024-12-12 | Move type size and vtable size printing to start_codegen | bjorn3 | -12/+12 |
| 2024-12-12 | Pass rustc_ast::Crate rather than Queries to after_crate_root_parsing | bjorn3 | -8/+6 |
| 2024-12-12 | Pass TyCtxt rather than Queries to after_expansion | bjorn3 | -10/+10 |
| 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 |