| Age | Commit message (Expand) | Author | Lines |
| 2023-12-03 | Auto merge of #118542 - chenyukang:yukang-fix-parser-ice-118531, r=cjgillot | bors | -12/+4 |
| 2023-12-02 | Avoid per-register closure expansions | Mark Rousskov | -58/+63 |
| 2023-12-02 | Rollup merge of #118524 - celinval:smir-instance-def, r=ouz-a | Matthias Krüger | -19/+107 |
| 2023-12-02 | Rollup merge of #118514 - Enselic:ice-probe, r=cjgillot | Matthias Krüger | -3/+4 |
| 2023-12-02 | Fix parser ICE from attrs | yukang | -12/+4 |
| 2023-12-02 | Auto merge of #117912 - GeorgeWort:master, r=petrochenkov | bors | -6/+27 |
| 2023-12-02 | fix an ICE when a valtree failed to evaluate | Ralf Jung | -2/+10 |
| 2023-12-02 | Auto merge of #117754 - matthewjasper:subtype-overflow, r=lcnr | bors | -5/+30 |
| 2023-12-02 | Auto merge of #118470 - nnethercote:cleanup-error-handlers, r=compiler-errors | bors | -486/+464 |
| 2023-12-01 | Add more information to stable Instance | Celina G. Val | -19/+107 |
| 2023-12-02 | Auto merge of #118175 - lqd:unify-live-loans, r=matthewjasper | bors | -102/+98 |
| 2023-12-02 | Inline and remove `LoweringContext::handler()`. | Nicholas Nethercote | -6/+2 |
| 2023-12-02 | Remove unnecessary qualifiers. | Nicholas Nethercote | -3/+3 |
| 2023-12-02 | Use `Session::diagnostic` in more places. | Nicholas Nethercote | -40/+33 |
| 2023-12-02 | Use `Session::diagnostic` in more places. | Nicholas Nethercote | -66/+51 |
| 2023-12-02 | `Handler` tweaks. | Nicholas Nethercote | -8/+6 |
| 2023-12-02 | Rename `LayoutCalculator::delay_bug` as `LayoutCalculator::delayed_bug`. | Nicholas Nethercote | -4/+4 |
| 2023-12-02 | Rename `Handler::delay_good_path_bug` as `Handler::good_path_delayed_bug`. | Nicholas Nethercote | -25/+28 |
| 2023-12-02 | Rename `HandlerInner::delayed_span_bugs` as `HandlerInner::span_delayed_bugs`. | Nicholas Nethercote | -21/+21 |
| 2023-12-02 | Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`. | Nicholas Nethercote | -254/+285 |
| 2023-12-02 | Rename `*note_without_error` as `*note`. | Nicholas Nethercote | -40/+20 |
| 2023-12-02 | Rename `HandlerInner::failure` as `HandlerInner::failure_note`. | Nicholas Nethercote | -4/+4 |
| 2023-12-02 | Rename `Handler::span_note_diag` as `struct_span_note`. | Nicholas Nethercote | -3/+3 |
| 2023-12-02 | Remove an unnecessary local variable. | Nicholas Nethercote | -2/+1 |
| 2023-12-02 | Return `ErrorGuaranteed` from `span_err_with_code` methods. | Nicholas Nethercote | -3/+4 |
| 2023-12-02 | Inline and remove `DiagnosticBuilder::new_diagnostic_fatal`. | Nicholas Nethercote | -9/+1 |
| 2023-12-01 | Auto merge of #113923 - DianQK:restore-no-builtins-lto, r=pnkfelix | bors | -80/+28 |
| 2023-12-01 | rustc_hir_typeck: Fix ICE when probing for non-ASCII function alternative | Martin Nordholts | -3/+4 |
| 2023-12-01 | Handle recursion limit for subtype and well-formed predicates | Matthew Jasper | -5/+30 |
| 2023-12-01 | Auto merge of #115993 - bvanjoi:fix-115966, r=petrochenkov | bors | -26/+44 |
| 2023-12-01 | improve NLL/polonius scope equality assertion | Rémy Rakic | -1/+2 |
| 2023-12-01 | move and maintain live loans in `LivenessValues` | Rémy Rakic | -97/+94 |
| 2023-12-01 | rename a couple of trivial variables | Rémy Rakic | -3/+3 |
| 2023-12-01 | remove useless debug log | Rémy Rakic | -2/+0 |
| 2023-12-01 | Auto merge of #117472 - jmillikin:stable-c-str-literals, r=Nilstrieb | bors | -8/+4 |
| 2023-12-01 | Auto merge of #118216 - lqd:constraint-generation-non-non, r=matthewjasper | bors | -432/+454 |
| 2023-12-01 | Auto merge of #118493 - TaKO8Ki:rollup-jfkdbyo, r=TaKO8Ki | bors | -1/+1 |
| 2023-12-01 | Rollup merge of #118486 - RalfJung:add-feature, r=compiler-errors | Takayuki Maeda | -1/+1 |
| 2023-12-01 | vis note for no pub reexports glob import | bohan | -26/+44 |
| 2023-12-01 | Auto merge of #118482 - RalfJung:interpret-local-type, r=WaffleLapkin | bors | -0/+3 |
| 2023-12-01 | Auto merge of #118461 - celinval:smir-switch-targets, r=ouz-a | bors | -44/+69 |
| 2023-12-01 | Auto merge of #118472 - nnethercote:rustc_session, r=bjorn3 | bors | -117/+86 |
| 2023-11-30 | Auto merge of #116892 - ojeda:rethunk, r=wesleywiser | bors | -10/+84 |
| 2023-12-01 | Clarify the `lockfile` field in `IncrCompSession`. | Nicholas Nethercote | -3/+6 |
| 2023-12-01 | Remove unused field from `IncrCompSession`. | Nicholas Nethercote | -11/+5 |
| 2023-12-01 | Move `WasiExecModel`. | Nicholas Nethercote | -7/+7 |
| 2023-12-01 | Reduce `pub` exposure. | Nicholas Nethercote | -7/+5 |
| 2023-11-30 | Auto merge of #117805 - estebank:arg-fn-mismatch, r=petrochenkov | bors | -18/+173 |
| 2023-11-30 | generic_const_exprs: suggest to add the feature, not use it | Ralf Jung | -1/+1 |
| 2023-11-30 | Fix SwitchTarget pretty print | Celina G. Val | -4/+1 |