| Age | Commit message (Expand) | Author | Lines |
| 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 | Tweak unclosed generics errors | Esteban Küber | -10/+35 |
| 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 | fix: correct the arg for 'suggest to use associated function syntax' diagnostic | Young-Flash | -3/+5 |
| 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-11-30 | Change prefetch to avoid deadlock | Andreas Jonson | -16/+7 |
| 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 |
| 2023-11-30 | Change SwitchTarget representation | Celina G. Val | -44/+72 |
| 2023-11-30 | Add `-Zfunction-return={keep,thunk-extern}` option | Miguel Ojeda | -9/+83 |
| 2023-11-30 | Enable link-arg link kind inside of #[link] attribute | zetanumbers | -1/+17 |
| 2023-11-30 | explain a good reason for why LocalValue does not store the type of the local | Ralf Jung | -0/+3 |
| 2023-11-30 | rustc_codegen_llvm: remove outdated count in comment | Miguel Ojeda | -1/+1 |
| 2023-11-30 | Auto merge of #118473 - matthiaskrgr:rollup-q96bm3u, r=matthiaskrgr | bors | -34/+20 |
| 2023-11-30 | Rollup merge of #118464 - wesleywiser:fix_dispose_ordering, r=Nilstrieb | Matthias Krüger | -6/+18 |
| 2023-11-30 | Rollup merge of #118456 - aDotInTheVoid:unused-symbols, r=WaffleLapkin | Matthias Krüger | -27/+0 |
| 2023-11-30 | Rollup merge of #118453 - estebank:priv-fields, r=compiler-errors | Matthias Krüger | -1/+2 |
| 2023-11-30 | Auto merge of #118408 - RalfJung:aggregate-assign-uninit, r=saethlin | bors | -60/+72 |
| 2023-11-30 | Inline and remove `select_debuginfo_compression`. | Nicholas Nethercote | -9/+1 |
| 2023-11-30 | Sort `PRINT_KINDS`. | Nicholas Nethercote | -13/+15 |
| 2023-11-30 | Improve integer interning in `default_configuration`. | Nicholas Nethercote | -10/+9 |
| 2023-11-30 | Move `is_ascii_ident` to where it's used. | Nicholas Nethercote | -13/+13 |
| 2023-11-30 | Update a comment. | Nicholas Nethercote | -1/+1 |
| 2023-11-30 | Remove unused `FileMatch`. | Nicholas Nethercote | -6/+0 |