| Age | Commit message (Expand) | Author | Lines |
| 2023-12-19 | Fix c_variadic flag and add opaque info to PassMode | Celina G. Val | -17/+53 |
| 2023-12-18 | Add function ABI and type layout to StableMIR | Celina G. Val | -25/+760 |
| 2023-12-18 | Auto merge of #119024 - lqd:linker-docs, r=petrochenkov | bors | -4/+57 |
| 2023-12-18 | Auto merge of #118584 - gurry:118144-projection-kind-mismatched, r=WaffleLapkin | bors | -36/+51 |
| 2023-12-18 | Auto merge of #117818 - fmease:properly-reject-defaultness-on-free-consts, r=... | bors | -13/+43 |
| 2023-12-18 | Fix ICE `ProjectionKinds Deref and Field were mismatched` | Gurinder Singh | -36/+51 |
| 2023-12-18 | Auto merge of #119070 - lnicola:sync-from-ra, r=lnicola | bors | -476/+1079 |
| 2023-12-18 | fix typo in stable doc codegen-options chapter | Rémy Rakic | -1/+1 |
| 2023-12-18 | describe unstable self-contained linking components in the unstable book | Rémy Rakic | -0/+24 |
| 2023-12-18 | Auto merge of #119069 - matthiaskrgr:rollup-xxk4m30, r=matthiaskrgr | bors | -47/+162 |
| 2023-12-18 | Merge commit '21b06c1beb9bb59369ffd652f5d617bcf6952e05' into sync-from-ra | Laurențiu Nicola | -476/+1079 |
| 2023-12-18 | Rollup merge of #119059 - fmease:no-tilde-const-in-inh-impl-headers, r=fee1-dead | Matthias Krüger | -20/+36 |
| 2023-12-18 | Rollup merge of #119051 - ChrisDenton:wine, r=workingjubilee | Matthias Krüger | -6/+8 |
| 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/+93 |
| 2023-12-18 | Auto merge of #119063 - nnethercote:dcx, r=compiler-errors | bors | -1392/+1296 |
| 2023-12-18 | Fix up some `ui-fulldeps` tests. | Nicholas Nethercote | -22/+22 |
| 2023-12-18 | Rename many `DiagCtxt` and `EarlyDiagCtxt` locals. | Nicholas Nethercote | -261/+253 |
| 2023-12-18 | Rename many `EarlyDiagCtxt` arguments. | Nicholas Nethercote | -196/+196 |
| 2023-12-18 | Rename many `DiagCtxt` arguments. | Nicholas Nethercote | -353/+317 |
| 2023-12-18 | Rename `__diagnostic_handler_sess` as `_sess`. | Nicholas Nethercote | -4/+5 |
| 2023-12-18 | Rename `default_handler` as `default_dcx`. | Nicholas Nethercote | -2/+2 |
| 2023-12-18 | Rename `new_handler` as `new_dcx`. | Nicholas Nethercote | -10/+6 |
| 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 | -4/+3 |
| 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 | -11/+11 |
| 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 | -204/+176 |
| 2023-12-18 | Rename `ParseSess::span_diagnostic` as `ParseSess::dcx`. | Nicholas Nethercote | -98/+89 |
| 2023-12-18 | Rename `HandlerFlags` as `DiagCtxtFlags`. | Nicholas Nethercote | -8/+8 |
| 2023-12-18 | Rename `EarlyErrorHandler` as `EarlyDiagCtxt`. | Nicholas Nethercote | -88/+77 |
| 2023-12-18 | Rename `HandlerInner` as `DiagCtxtInner`. | Nicholas Nethercote | -10/+10 |
| 2023-12-18 | Rename `Handler` as `DiagCtxt`. | Nicholas Nethercote | -204/+216 |
| 2023-12-18 | Auto merge of #119007 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2023-12-18 | Auto merge of #118657 - petrochenkov:feedvis, r=cjgillot | bors | -82/+49 |
| 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 | -20/+36 |
| 2023-12-18 | resolve: Replace visibility table in resolver outputs with query feeding | Vadim Petrochenkov | -82/+49 |
| 2023-12-17 | Auto merge of #114962 - darklyspaced:debug, r=est31 | bors | -18/+18 |
| 2023-12-17 | Update cargo | Weihang Lo | -0/+0 |
| 2023-12-17 | Auto merge of #119053 - matthiaskrgr:rollup-hky3ld3, r=matthiaskrgr | bors | -27/+739 |
| 2023-12-17 | Rollup merge of #119052 - cjgillot:gvn-index-overflow, r=compiler-errors | Matthias Krüger | -5/+229 |