about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-12-13Rollup merge of #134140 - compiler-errors:unsafe-binders-ast, r=oli-obkMatthias Krüger-13/+338
2024-12-13Rollup merge of #134130 - bjorn3:prepare_driver_query_removal, r=oli-obkMatthias Krüger-34/+32
2024-12-13Rollup merge of #134058 - RalfJung:interpret-typing-env, r=lcnrMatthias Krüger-8/+9
2024-12-13Rollup merge of #133938 - nnethercote:rustc_mir_dataflow-renamings, r=oli-obkMatthias Krüger-422/+360
2024-12-13Rollup merge of #133937 - estebank:silence-resolve-errors-from-mod-with-parse...Matthias Krüger-58/+122
2024-12-13Auto merge of #133899 - scottmcm:strip-mir-debuginfo, r=oli-obkbors-4/+63
2024-12-13Auto merge of #132706 - compiler-errors:async-closures, r=oli-obkbors-23/+3
2024-12-13Stabilize async closuresMichael Goulet-23/+3
2024-12-12Auto merge of #132961 - adetaylor:arbitrary-self-types-the-big-bit, r=compile...bors-148/+500
2024-12-12Rollup merge of #134204 - Zalathar:llvm-bool, r=SparrowLiiMatthias Krüger-1/+3
2024-12-12Rollup merge of #133249 - heiher:loong-abi-check, r=workingjubileeMatthias Krüger-1/+3
2024-12-12Rollup merge of #133122 - compiler-errors:afidt, r=oli-obkMatthias Krüger-33/+386
2024-12-12Fix toolsMichael Goulet-1/+1
2024-12-12Add testsMichael Goulet-1/+3
2024-12-12Add unwrap_unsafe_binder and wrap_unsafe_binder macro operatorsMichael Goulet-12/+193
2024-12-12Lower AST and resolve lifetimes for unsafe binder typesMichael Goulet-0/+98
2024-12-12Parsing unsafe bindersMichael Goulet-1/+45
2024-12-12Remove 'tcx lifetime from QuerySystemFnsbjorn3-4/+4
2024-12-12Move type size and vtable size printing to start_codegenbjorn3-12/+12
2024-12-12Pass rustc_ast::Crate rather than Queries to after_crate_root_parsingbjorn3-8/+6
2024-12-12Pass TyCtxt rather than Queries to after_expansionbjorn3-10/+10
2024-12-12Fix our `llvm::Bool` typedef to be signed, to match `LLVMBool`Zalathar-1/+3
2024-12-12Rollup merge of #134187 - nnethercote:rm-PErr, r=jieyouxuMatthias Krüger-12/+11
2024-12-12Rollup merge of #134173 - onur-ozkan:allow-symbol-intern-string-literal, r=ji...Matthias Krüger-0/+12
2024-12-12Rollup merge of #134154 - dev-ardi:field-expr-generics, r=compiler-errorsMatthias Krüger-3/+11
2024-12-12Rollup merge of #134152 - nnethercote:simplify-rustc_mir_dataflow-abs_domain,...Matthias Krüger-37/+11
2024-12-12Rollup merge of #134144 - compiler-errors:fallback-apit, r=WaffleLapkinMatthias Krüger-11/+8
2024-12-12Rollup merge of #134070 - oli-obk:push-nquzymupzlsq, r=jieyouxuMatthias Krüger-44/+74
2024-12-12Rollup merge of #122003 - mati865:gnullvm-build-libunwind, r=petrochenkovMatthias Krüger-0/+2
2024-12-12Auto merge of #129181 - beetrees:asm-spans, r=pnkfelix,compiler-errorsbors-33/+44
2024-12-12Properly consider APITs for never type fallback ascription fixMichael Goulet-11/+8
2024-12-12Remove `PErr`.Nicholas Nethercote-12/+11
2024-12-11Auto merge of #128004 - folkertdev:naked-fn-asm, r=Amanieubors-17/+316
2024-12-11Clarify why a type is rejected for asm!Oli Scherer-44/+73
2024-12-11Evaluate constants in SIMD vec lengths before rejecting themOli Scherer-0/+1
2024-12-11Auto merge of #134177 - matthiaskrgr:rollup-hgp8q60, r=matthiaskrgrbors-195/+299
2024-12-11Rollup merge of #134165 - durin42:wasm-target-string, r=jieyouxuMatthias Krüger-7/+13
2024-12-11Rollup merge of #134163 - Zalathar:covfun, r=SparrowLii,jieyouxuMatthias Krüger-182/+263
2024-12-11Rollup merge of #134148 - dev-ardi:cleanup_check_field_expr, r=compiler-errorsMatthias Krüger-6/+23
2024-12-11allow `symbol_intern_string_literal` lint in test modulesonur-ozkan-0/+12
2024-12-11Don't emit "field expressions may not have generic arguments" if it's a metho...Orion Gonzalez-3/+11
2024-12-11document check_expr_fieldOrion Gonzalez-6/+23
2024-12-11Arbitrary self types v2: detect shadowing problems.Adrian Taylor-4/+19
2024-12-11Arbitrary self types v2: deshadow quickerAdrian Taylor-38/+174
2024-12-11Arbitrary self types v2: deshadowing probeAdrian Taylor-10/+114
2024-12-11Arbitrary self types v2: pick diags to stack.Adrian Taylor-77/+85
2024-12-11Arbitrary self types v2: use Receiver traitAdrian Taylor-47/+136
2024-12-11wasm(32|64): update alignment stringAugie Fackler-7/+13
2024-12-11coverage: Store intermediate region tables in `CovfunRecord`Zalathar-55/+77
2024-12-11coverage: Only generate a CGU's covmap record if it has covfun recordsZalathar-4/+14