about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-12-18Check generic params after sigature for main-fn-tyr0cky-52/+54
2023-12-18Auto merge of #118584 - gurry:118144-projection-kind-mismatched, r=WaffleLapkinbors-36/+24
2023-12-18Auto merge of #117818 - fmease:properly-reject-defaultness-on-free-consts, r=...bors-5/+7
2023-12-18llvm-wrapper: adapt for LLVM API changesKrasimir Georgiev-0/+3
2023-12-18Fix ICE `ProjectionKinds Deref and Field were mismatched`Gurinder Singh-36/+24
2023-12-18Use `.into_diagnostic()` less.Nicholas Nethercote-130/+109
2023-12-18Add new tier 3 aarch64-apple-watchos targetleohowell-0/+20
2023-12-18Auto merge of #119069 - matthiaskrgr:rollup-xxk4m30, r=matthiaskrgrbors-24/+68
2023-12-18dont discard overflow from normalizes-to goalslcnr-22/+48
2023-12-18track the source of nested goalslcnr-81/+173
2023-12-18Rollup merge of #119059 - fmease:no-tilde-const-in-inh-impl-headers, r=fee1-deadMatthias Krüger-3/+17
2023-12-18Rollup merge of #118967 - RossSmyth:panic-messages, r=TaKO8KiMatthias Krüger-4/+11
2023-12-18Rollup merge of #118905 - bzEq:revert-u64-on-xcoff, r=WaffleLapkinMatthias Krüger-10/+14
2023-12-18Rollup merge of #118852 - Zalathar:no-spans, r=cjgillotMatthias Krüger-7/+26
2023-12-18Rename many `DiagCtxt` and `EarlyDiagCtxt` locals.Nicholas Nethercote-207/+199
2023-12-18Rename many `EarlyDiagCtxt` arguments.Nicholas Nethercote-168/+168
2023-12-18Rename many `DiagCtxt` arguments.Nicholas Nethercote-327/+291
2023-12-18Rename `__diagnostic_handler_sess` as `_sess`.Nicholas Nethercote-4/+5
2023-12-18Rename `DiagnosticDeriveKind::Diagnostic::handler` as `DiagnosticDeriveKind::...Nicholas Nethercote-10/+10
2023-12-18Rename `CollectProcMacros::handler` as `CollectProcMacros::dcx`.Nicholas Nethercote-11/+11
2023-12-18Rename `EarlyDiagCtxt::handler` as `EarlyDiagCtxt::dcx`.Nicholas Nethercote-17/+14
2023-12-18Rename `SilentEmitter::fatal_handler` as `SilentEmitter::fatal_dcx`.Nicholas Nethercote-5/+5
2023-12-18Rename `UnstableOptions::diagnostic_handler_flags` as `UnstableOptions::dcx_f...Nicholas Nethercote-2/+2
2023-12-18Rename `CodegenContext::create_diag_handler` as `CodegenContext::create_dcx`.Nicholas Nethercote-14/+10
2023-12-18Rename `ShowSpanVisitor::span_diagnostic` as `ShowSpanVisitor::dcx`.Nicholas Nethercote-6/+6
2023-12-18Rename `AstValidator::err_handler` as `AstValidator::dcx`.Nicholas Nethercote-41/+38
2023-12-18Rename `DiagnosticBuilder::handler` as `DiagnosticBuilder::dcx`.Nicholas Nethercote-2/+2
2023-12-18Rename `ParseSess::with_span_handler` as `ParseSess::with_dcx`.Nicholas Nethercote-5/+5
2023-12-18Rename `Parser::span_diagnostic` as `Parser::dcx`.Nicholas Nethercote-42/+40
2023-12-18Rename `Session::span_diagnostic` as `Session::dcx`.Nicholas Nethercote-194/+166
2023-12-18Rename `ParseSess::span_diagnostic` as `ParseSess::dcx`.Nicholas Nethercote-83/+75
2023-12-18Rename `HandlerFlags` as `DiagCtxtFlags`.Nicholas Nethercote-8/+8
2023-12-18Rename `EarlyErrorHandler` as `EarlyDiagCtxt`.Nicholas Nethercote-73/+62
2023-12-18Rename `HandlerInner` as `DiagCtxtInner`.Nicholas Nethercote-10/+10
2023-12-18Rename `Handler` as `DiagCtxt`.Nicholas Nethercote-177/+188
2023-12-18Make sure all kinds of generators only return unitMichael Goulet-3/+4
2023-12-18Ensure `yield` expressions desugar correctly in async generatorsMichael Goulet-20/+32
2023-12-18Address commentKai Luo-1/+1
2023-12-18Deny ~const trait bounds in inherent impl headersLeón Orell Valerian Liehr-3/+17
2023-12-18resolve: Replace visibility table in resolver outputs with query feedingVadim Petrochenkov-82/+49
2023-12-17Tolerate overaligned MIR constants for codegen.Camille GILLOT-1/+1
2023-12-17Rollup merge of #119052 - cjgillot:gvn-index-overflow, r=compiler-errorsMatthias Krüger-5/+3
2023-12-17Rollup merge of #119022 - compiler-errors:no-constness, r=fee1-deadMatthias Krüger-19/+12
2023-12-17Rollup merge of #118928 - EliseZeroTwo:EliseZeroTwo/fix-issue-118786, r=cjgillotMatthias Krüger-0/+7
2023-12-17Rollup merge of #118880 - GearsDatapacks:issue-118859-fix, r=compiler-errorsMatthias Krüger-3/+32
2023-12-17Avoid overflow in GVN constant indexing.Camille GILLOT-5/+3
2023-12-17Auto merge of #119048 - aliemjay:perf-register-pred, r=compiler-errorsbors-2/+3
2023-12-17don't fold ParamEnv in register_predicate_obligationAli MJ Al-Nasrawy-2/+3
2023-12-17Auto merge of #117884 - bvanjoi:fix-117794, r=compiler-errorsbors-0/+4
2023-12-17Auto merge of #118828 - mu001999:master, r=b-naberbors-17/+0