| Age | Commit message (Expand) | Author | Lines |
| 2023-12-03 | Disallow guards on never patterns | Nadrieril | -43/+47 |
| 2023-12-03 | Disallow an arm without a body (except for never patterns) | Nadrieril | -12/+128 |
| 2023-12-03 | Detect attempts to expand a macro to a match arm again | Nadrieril | -29/+27 |
| 2023-12-03 | Parse a pattern with no arm | Nadrieril | -274/+415 |
| 2023-12-02 | Add tests | Nadrieril | -1/+229 |
| 2023-12-02 | Auto merge of #118175 - lqd:unify-live-loans, r=matthewjasper | bors | -102/+144 |
| 2023-12-01 | Auto merge of #113923 - DianQK:restore-no-builtins-lto, r=pnkfelix | bors | -89/+133 |
| 2023-12-02 | Put `$(LLVM_BIN_DIR)` in quotes to prevent missing backslashes | DianQK | -1/+1 |
| 2023-12-01 | Auto merge of #117248 - ChrisDenton:ci-symlink, r=m-ou-se | bors | -1/+1 |
| 2023-12-01 | Auto merge of #115993 - bvanjoi:fix-115966, r=petrochenkov | bors | -32/+118 |
| 2023-12-01 | Fix link name for `extern "C"` in msvc | DianQK | -1/+2 |
| 2023-12-01 | improve NLL/polonius scope equality assertion | Rémy Rakic | -1/+2 |
| 2023-12-01 | add tests from crater for liveness causing scope differences | Rémy Rakic | -0/+46 |
| 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 | -90/+41 |
| 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 | -124/+116 |
| 2023-12-01 | Rollup merge of #118489 - wesleywiser:vacation, r=wesleywiser | Takayuki Maeda | -1/+1 |
| 2023-12-01 | Rollup merge of #118486 - RalfJung:add-feature, r=compiler-errors | Takayuki Maeda | -74/+74 |
| 2023-12-01 | Rollup merge of #118483 - notriddle:notriddle/fmt-newline, r=GuillaumeGomez | Takayuki Maeda | -49/+41 |
| 2023-12-01 | vis note for no pub reexports glob import | bohan | -32/+118 |
| 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 | -118/+87 |
| 2023-11-30 | Wesley is on vacation | Wesley Wiser | -1/+1 |
| 2023-11-30 | Auto merge of #116892 - ojeda:rethunk, r=wesleywiser | bors | -10/+216 |
| 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 | -61/+253 |
| 2023-11-30 | generic_const_exprs: suggest to add the feature, not use it | Ralf Jung | -74/+74 |
| 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/+215 |
| 2023-11-30 | Auto merge of #118448 - ZetaNumbers:link_arg_attribute, r=petrochenkov | bors | -26/+114 |
| 2023-11-30 | rustdoc: `div.where` instead of fmt-newline class | Michael Howell | -49/+41 |
| 2023-11-30 | Enable link-arg link kind inside of #[link] attribute | zetanumbers | -26/+114 |
| 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 | Auto merge of #118036 - DianQK:thinlto-tests, r=tmiasko | bors | -15/+87 |
| 2023-11-30 | rustc_codegen_llvm: remove outdated count in comment | Miguel Ojeda | -1/+1 |
| 2023-11-30 | Add thinlto support to codegen, assembly and coverage tests | DianQK | -15/+87 |
| 2023-11-30 | Auto merge of #118473 - matthiaskrgr:rollup-q96bm3u, r=matthiaskrgr | bors | -154/+188 |
| 2023-11-30 | Rollup merge of #118464 - wesleywiser:fix_dispose_ordering, r=Nilstrieb | Matthias Krüger | -6/+18 |
| 2023-11-30 | Rollup merge of #118458 - notriddle:notriddle/small-section-header, r=Guillau... | Matthias Krüger | -63/+63 |
| 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 | -7/+8 |
| 2023-11-30 | Rollup merge of #118452 - notriddle:coloncolonspace, r=GuillaumeGomez,jsha | Matthias Krüger | -51/+99 |