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