| Age | Commit message (Expand) | Author | Lines |
| 2023-12-19 | Fix c_variadic flag and add opaque info to PassMode | Celina G. Val | -13/+23 |
| 2023-12-18 | Add function ABI and type layout to StableMIR | Celina G. Val | -21/+640 |
| 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 | Fix ICE `ProjectionKinds Deref and Field were mismatched` | Gurinder Singh | -36/+24 |
| 2023-12-18 | Auto merge of #119069 - matthiaskrgr:rollup-xxk4m30, r=matthiaskrgr | bors | -24/+68 |
| 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 | 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 | 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 |
| 2023-12-17 | skip rpit constraint check if borrowck return type error | bohan | -0/+4 |
| 2023-12-17 | Auto merge of #119000 - celinval:smir-cstr, r=ouz-a | bors | -0/+15 |
| 2023-12-17 | Auto merge of #118830 - GuillaumeGomez:env-tracked_env, r=Nilstrieb | bors | -0/+4 |
| 2023-12-16 | Auto merge of #110494 - majaha:noTrapAfterNoreturn, r=nikic | bors | -0/+8 |
| 2023-12-16 | Remove unnecessary constness from ProjectionCandidate | Michael Goulet | -19/+12 |
| 2023-12-16 | Auto merge of #118897 - nnethercote:more-unescaping-cleanups, r=fee1-dead | bors | -88/+82 |
| 2023-12-15 | Rollup merge of #119004 - matthiaskrgr:conv, r=compiler-errors | Jubilee | -41/+25 |