| Age | Commit message (Expand) | Author | Lines |
| 2023-12-02 | Rollup merge of #118524 - celinval:smir-instance-def, r=ouz-a | Matthias Krüger | -1/+27 |
| 2023-12-02 | Rollup merge of #118514 - Enselic:ice-probe, r=cjgillot | Matthias Krüger | -1/+10 |
| 2023-12-02 | Auto merge of #117912 - GeorgeWort:master, r=petrochenkov | bors | -16/+16 |
| 2023-12-02 | fix an ICE when a valtree failed to evaluate | Ralf Jung | -0/+15 |
| 2023-12-02 | Auto merge of #117754 - matthewjasper:subtype-overflow, r=lcnr | bors | -0/+100 |
| 2023-12-02 | Auto merge of #118470 - nnethercote:cleanup-error-handlers, r=compiler-errors | bors | -19/+19 |
| 2023-12-01 | Add more information to stable Instance | Celina G. Val | -1/+27 |
| 2023-12-02 | Auto merge of #118175 - lqd:unify-live-loans, r=matthewjasper | bors | -0/+46 |
| 2023-12-02 | Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`. | Nicholas Nethercote | -19/+19 |
| 2023-12-01 | Auto merge of #113923 - DianQK:restore-no-builtins-lto, r=pnkfelix | bors | -9/+105 |
| 2023-12-02 | Put `$(LLVM_BIN_DIR)` in quotes to prevent missing backslashes | DianQK | -1/+1 |
| 2023-12-01 | rustc_hir_typeck: Fix ICE when probing for non-ASCII function alternative | Martin Nordholts | -1/+10 |
| 2023-12-01 | Handle recursion limit for subtype and well-formed predicates | Matthew Jasper | -0/+100 |
| 2023-12-01 | Auto merge of #115993 - bvanjoi:fix-115966, r=petrochenkov | bors | -6/+74 |
| 2023-12-01 | Fix link name for `extern "C"` in msvc | DianQK | -1/+2 |
| 2023-12-01 | add tests from crater for liveness causing scope differences | Rémy Rakic | -0/+46 |
| 2023-12-01 | Auto merge of #117472 - jmillikin:stable-c-str-literals, r=Nilstrieb | bors | -56/+15 |
| 2023-12-01 | Rollup merge of #118486 - RalfJung:add-feature, r=compiler-errors | Takayuki Maeda | -73/+73 |
| 2023-12-01 | Rollup merge of #118483 - notriddle:notriddle/fmt-newline, r=GuillaumeGomez | Takayuki Maeda | -33/+33 |
| 2023-12-01 | vis note for no pub reexports glob import | bohan | -6/+74 |
| 2023-12-01 | Auto merge of #118472 - nnethercote:rustc_session, r=bjorn3 | bors | -1/+1 |
| 2023-11-30 | Auto merge of #116892 - ojeda:rethunk, r=wesleywiser | bors | -0/+107 |
| 2023-11-30 | Auto merge of #117805 - estebank:arg-fn-mismatch, r=petrochenkov | bors | -43/+80 |
| 2023-11-30 | generic_const_exprs: suggest to add the feature, not use it | Ralf Jung | -73/+73 |
| 2023-11-30 | Add `-Zfunction-return={keep,thunk-extern}` option | Miguel Ojeda | -0/+107 |
| 2023-11-30 | Auto merge of #118448 - ZetaNumbers:link_arg_attribute, r=petrochenkov | bors | -25/+76 |
| 2023-11-30 | rustdoc: `div.where` instead of fmt-newline class | Michael Howell | -33/+33 |
| 2023-11-30 | Enable link-arg link kind inside of #[link] attribute | zetanumbers | -25/+76 |
| 2023-11-30 | Auto merge of #118036 - DianQK:thinlto-tests, r=tmiasko | bors | -0/+32 |
| 2023-11-30 | Add thinlto support to codegen, assembly and coverage tests | DianQK | -0/+32 |
| 2023-11-30 | Rollup merge of #118458 - notriddle:notriddle/small-section-header, r=Guillau... | Matthias Krüger | -47/+47 |
| 2023-11-30 | Rollup merge of #118453 - estebank:priv-fields, r=compiler-errors | Matthias Krüger | -6/+6 |
| 2023-11-30 | Rollup merge of #118452 - notriddle:coloncolonspace, r=GuillaumeGomez,jsha | Matthias Krüger | -31/+88 |
| 2023-11-30 | Sort `PRINT_KINDS`. | Nicholas Nethercote | -1/+1 |
| 2023-11-30 | Auto merge of #118379 - compiler-errors:const-params-for-partialeq, r=fee1-dead | bors | -45/+13 |
| 2023-11-29 | rustdoc: remove small from `small-section-header` | Michael Howell | -47/+47 |
| 2023-11-29 | review comments and rebase fixes | Esteban Küber | -2/+2 |
| 2023-11-29 | On Fn arg mismatch for a fn path, suggest a closure | Esteban Küber | -43/+80 |
| 2023-11-29 | Avoid unnecessary pattern parse errors on `ref box` | Esteban Küber | -24/+2 |
| 2023-11-29 | fix rebase | Esteban Küber | -2/+24 |
| 2023-11-29 | Always emit help when failing to parse enum variant | Esteban Küber | -0/+4 |
| 2023-11-29 | Fix tidy | Esteban Küber | -2/+15 |
| 2023-11-29 | Fix test and move to more appropriate directory | Esteban Küber | -37/+63 |
| 2023-11-29 | Change how `for (x in foo) {}` is handled | Esteban Küber | -24/+79 |
| 2023-11-29 | Account for `(pat if expr) => {}` | Esteban Küber | -8/+25 |
| 2023-11-29 | Change enum parse recovery | Esteban Küber | -13/+9 |
| 2023-11-29 | Bubble parse error when expecting `)` | Esteban Küber | -51/+22 |
| 2023-11-29 | More accurate span for unnecessary parens suggestion | Esteban Küber | -1/+1 |
| 2023-11-29 | When parsing patterns, bubble all errors except reserved idents that aren't l... | Esteban Küber | -6/+208 |
| 2023-11-29 | Make `parse_pat_ident` not recover bad name | Esteban Küber | -273/+14 |