| Age | Commit message (Expand) | Author | Lines |
| 2023-03-27 | bump cargo submodule | Pietro Albini | -0/+0 |
| 2023-03-26 | bump version number | Pietro Albini | -1/+1 |
| 2023-03-20 | ci: use `apt install --download-only` for solaris debs | Josh Stone | -6/+4 |
| 2023-03-19 | 1.68.1 release | Mark Rousskov | -1/+1 |
| 2023-03-18 | Create dir for build_triple | Mu001999 | -0/+1 |
| 2023-03-18 | Revert "enable ThinLTO for rustc on x86_64-pc-windows-msvc dist builds" | Nilstrieb | -1/+0 |
| 2023-03-06 | Promote 1.68.0 beta to stable | Mark Rousskov | -1/+1 |
| 2023-03-03 | Fix array-size-threshold config deserialization error | Alex Macleod | -16/+12 |
| 2023-03-03 | Bump stage0 to stable | Josh Stone | -348/+291 |
| 2023-02-26 | [beta-1.68] cargo beta backports | Weihang Lo | -0/+0 |
| 2023-02-14 | Bring tests back into rustc source tarball | Tomasz Miąsko | -1/+1 |
| 2023-02-14 | Fix infinite loop in rustdoc get_all_import_attributes function | Guillaume Gomez | -1/+3 |
| 2023-02-09 | [beta-1.68] Update cargo | Weihang Lo | -0/+0 |
| 2023-02-07 | Revert "switch to the macos-12-xl builder" | Michael Goulet | -1/+1 |
| 2023-02-07 | Mark uninlined_format_args as pedantic | Manish Goregaokar | -1/+1 |
| 2023-01-31 | [beta] Update cargo | Weihang Lo | -0/+0 |
| 2023-01-24 | Set channel to beta | Mark Rousskov | -1/+1 |
| 2023-01-21 | Rollup merge of #107015 - cuviper:ra-riscv64, r=Mark-Simulacrum | Michael Goulet | -6/+0 |
| 2023-01-21 | Auto merge of #106948 - cuviper:ci-mingw-check, r=nikic | bors | -145/+72 |
| 2023-01-21 | Auto merge of #105924 - TimNN:ui-remap, r=Mark-Simulacrum | bors | -7/+54 |
| 2023-01-21 | Auto merge of #106977 - michaelwoerister:unord_id_collections, r=oli-obk | bors | -30/+30 |
| 2023-01-20 | Rollup merge of #107131 - notriddle:notriddle/rustdoc-radio-display-inline-fl... | Michael Goulet | -6/+1 |
| 2023-01-20 | Rollup merge of #107124 - DebugSteven:check-macro-expansion, r=albertlarsan68 | Michael Goulet | -1/+1 |
| 2023-01-20 | Rollup merge of #107095 - notriddle:notriddle/sidebar-current, r=GuillaumeGomez | Michael Goulet | -1/+1 |
| 2023-01-20 | Rollup merge of #107048 - DebugSteven:newer-x-check-cargo, r=albertlarsan68 | Michael Goulet | -0/+72 |
| 2023-01-20 | Auto merge of #105102 - compiler-errors:copy-impl-considering-regions, r=lcnr | bors | -2/+2 |
| 2023-01-20 | rustdoc: use CSS inline layout for radio line instead of flexbox | Michael Howell | -6/+1 |
| 2023-01-20 | Auto merge of #107120 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2023-01-20 | remove leading comma when there are no args in check macro expansion | DebugSteven | -1/+1 |
| 2023-01-20 | run cargo install to check for x installation and version | DebugSteven | -0/+72 |
| 2023-01-20 | Update cargo | Weihang Lo | -0/+0 |
| 2023-01-20 | Auto merge of #107106 - matthiaskrgr:rollup-g7r1ep0, r=matthiaskrgr | bors | -2/+7 |
| 2023-01-20 | Rollup merge of #107065 - flip1995:clippyup, r=Manishearth | Matthias Krüger | -1/+1 |
| 2023-01-20 | Rollup merge of #106738 - compiler-errors:known-bugs-oops, r=jackh726 | Matthias Krüger | -1/+6 |
| 2023-01-20 | Auto merge of #106090 - WaffleLapkin:dereffffffffff, r=Nilstrieb | bors | -2/+11 |
| 2023-01-20 | Auto merge of #107083 - GuillaumeGomez:revert-104889, r=notriddle | bors | -116/+49 |
| 2023-01-19 | rustdoc: remove redundant CSS selector `.sidebar .current` | Michael Howell | -1/+1 |
| 2023-01-19 | Make bare known-bug an error | Michael Goulet | -1/+6 |
| 2023-01-19 | Revert "Fix missing const expression items visit" | Guillaume Gomez | -158/+115 |
| 2023-01-19 | Revert "Improve code readability" | Guillaume Gomez | -23/+15 |
| 2023-01-19 | Revert "Speed up execution a bit by removing some walks" | Guillaume Gomez | -21/+2 |
| 2023-01-19 | Revert "Improve code" | Guillaume Gomez | -90/+93 |
| 2023-01-19 | Update cargo | Weihang Lo | -0/+0 |
| 2023-01-19 | Rollup merge of #107027 - GuillaumeGomez:rm-extra-removal, r=tmiasko | Guillaume Gomez | -1/+1 |
| 2023-01-19 | Rollup merge of #106931 - Ezrashaw:docs-e0208, r=compiler-errors | Guillaume Gomez | -2/+1 |
| 2023-01-19 | Move `unchecked_duration_subtraction` to pedantic | Alex Macleod | -1/+1 |
| 2023-01-19 | Allow for more efficient sorting when exporting Unord collections. | Michael Woerister | -2/+2 |
| 2023-01-19 | Use UnordMap instead of FxHashMap in define_id_collections!(). | Michael Woerister | -29/+29 |
| 2023-01-19 | Use UnordSet instead of FxHashSet in define_id_collections!(). | Michael Woerister | -1/+1 |
| 2023-01-19 | Auto merge of #106810 - oli-obk:resolver_reverse_plumbing, r=petrochenkov | bors | -10/+6 |