| Age | Commit message (Expand) | Author | Lines |
| 2023-03-06 | Auto merge of #108818 - Mark-Simulacrum:stable-next, r=Mark-Simulacrum 1.68.0 | bors | -1/+207 |
| 2023-03-06 | Promote 1.68.0 beta to stable | Mark Rousskov | -1/+207 |
| 2023-03-04 | Auto merge of #108670 - cuviper:beta-next, r=cuviper | bors | -799/+499 |
| 2023-03-03 | Yeet point_at_expr_source_of_inferred_type for now | Michael Goulet | -276/+6 |
| 2023-03-03 | Fix array-size-threshold config deserialization error | Alex Macleod | -16/+52 |
| 2023-03-03 | Add test for VecDeque::append ZST capacity overflow | pommicket | -0/+14 |
| 2023-03-03 | Use checked_add in VecDeque::append for ZSTs to avoid overflow | pommicket | -1/+1 |
| 2023-03-03 | Disambiguate comments | Markus Everling | -2/+2 |
| 2023-03-03 | Fix `VecDeque::shrink_to` and add tests. | Markus Everling | -55/+104 |
| 2023-03-03 | Revert to using `RtlGenRandom` | Chris Denton | -103/+31 |
| 2023-03-03 | Bump stage0 to stable | Josh Stone | -348/+291 |
| 2023-02-27 | Auto merge of #108508 - weihanglo:update-beta-cargo, r=weihanglo | bors | -23/+53 |
| 2023-02-26 | [beta-1.68] cargo beta backports | Weihang Lo | -23/+53 |
| 2023-02-15 | Auto merge of #108037 - Mark-Simulacrum:beta-next, r=Mark-Simulacrum | bors | -4/+57 |
| 2023-02-14 | Bring tests back into rustc source tarball | Tomasz Miąsko | -1/+1 |
| 2023-02-14 | Add regression test for #107350 | Guillaume Gomez | -0/+18 |
| 2023-02-14 | Fix infinite loop in rustdoc get_all_import_attributes function | Guillaume Gomez | -1/+3 |
| 2023-02-14 | Do not eagerly recover for bad impl-trait in macros | Michael Goulet | -2/+35 |
| 2023-02-09 | Auto merge of #107849 - weihanglo:update-beta-cargo, r=weihanglo | bors | -0/+0 |
| 2023-02-09 | [beta-1.68] Update cargo | Weihang Lo | -0/+0 |
| 2023-02-08 | Auto merge of #107609 - pnkfelix:backport-reverts-to-fix-thin-archive-reading... | bors | -47/+57 |
| 2023-02-07 | Revert "switch to the macos-12-xl builder" | Michael Goulet | -7/+7 |
| 2023-02-07 | Mark uninlined_format_args as pedantic | Manish Goregaokar | -1/+1 |
| 2023-02-02 | Revert "Avoid a temporary file when processing macOS fat archives" | bjorn3 | -34/+36 |
| 2023-02-02 | Revert "Remove macOS fat archive support from LlvmArchiveBuilder" | bjorn3 | -4/+10 |
| 2023-02-02 | Revert back to LlvmArchiveBuilder on all platforms | bjorn3 | -1/+3 |
| 2023-02-01 | Auto merge of #107504 - weihanglo:update-beta-cargo, r=ehuss | bors | -11/+11 |
| 2023-01-31 | [beta] Update cargo | Weihang Lo | -11/+11 |
| 2023-01-25 | Auto merge of #107258 - Mark-Simulacrum:beta-next, r=Mark-Simulacrum | bors | -14/+14 |
| 2023-01-24 | Set channel to beta | Mark Rousskov | -1/+1 |
| 2023-01-24 | Set version placeholders to 1.68 | Mark Rousskov | -13/+13 |
| 2023-01-22 | Auto merge of #107185 - compiler-errors:rollup-wkomjma, r=compiler-errors | bors | -51/+577 |
| 2023-01-21 | Rollup merge of #107029 - albertlarsan68:patch-2, r=Mark-Simulacrum | Michael Goulet | -1/+3 |
| 2023-01-21 | Rollup merge of #107015 - cuviper:ra-riscv64, r=Mark-Simulacrum | Michael Goulet | -6/+0 |
| 2023-01-21 | Rollup merge of #106935 - TaKO8Ki:fix-104440, r=cjgillot | Michael Goulet | -25/+174 |
| 2023-01-21 | Rollup merge of #106749 - glandium:dwarf, r=Mark-Simulacrum | Michael Goulet | -2/+2 |
| 2023-01-21 | Rollup merge of #106578 - compiler-errors:recursive-opaque-closure, r=TaKO8Ki | Michael Goulet | -6/+99 |
| 2023-01-21 | Rollup merge of #106144 - tgross35:patch-1, r=Mark-Simulacrum | Michael Goulet | -0/+69 |
| 2023-01-21 | Rollup merge of #106113 - krasimirgg:llvm-16-ext-tyid, r=nikic | Michael Goulet | -11/+9 |
| 2023-01-21 | Rollup merge of #103418 - Aaron1011:macro-semicolon-future-incompat, r=davidtwco | Michael Goulet | -0/+221 |
| 2023-01-22 | Auto merge of #107133 - pnkfelix:revert-pr-84022-for-issue-106337, r=Mark-Sim... | bors | -49/+238 |
| 2023-01-21 | Auto merge of #106948 - cuviper:ci-mingw-check, r=nikic | bors | -145/+72 |
| 2023-01-21 | Add `SEMICOLON_IN_EXPRESSIONS_FROM_MACROS` to future-incompat report | Aaron Hill | -0/+221 |
| 2023-01-21 | Auto merge of #105924 - TimNN:ui-remap, r=Mark-Simulacrum | bors | -60/+103 |
| 2023-01-21 | Auto merge of #106977 - michaelwoerister:unord_id_collections, r=oli-obk | bors | -119/+394 |
| 2023-01-21 | Auto merge of #106976 - tmiasko:borrowck-lazy-dominators, r=cjgillot | bors | -12/+12 |
| 2023-01-21 | Auto merge of #106884 - clubby789:fieldless-enum-debug, r=michaelwoerister | bors | -47/+130 |
| 2023-01-21 | Label closure captures/generator locals that make opaque types recursive | Michael Goulet | -6/+99 |
| 2023-01-21 | Auto merge of #107143 - compiler-errors:rollup-zabvmo5, r=compiler-errors | bors | -410/+1086 |
| 2023-01-20 | Rollup merge of #107131 - notriddle:notriddle/rustdoc-radio-display-inline-fl... | Michael Goulet | -6/+1 |