| Age | Commit message (Expand) | Author | Lines |
| 2023-01-23 | Auto merge of #107136 - petrochenkov:dochidden, r=cjgillot | bors | -8/+1 |
| 2023-01-23 | Merge from rustc | Oli Scherer | -12/+149 |
| 2023-01-23 | Preparing for merge from rustc | Oli Scherer | -1/+1 |
| 2023-01-23 | add UI test + docs for `E0789` | Ezra Shaw | -1/+1 |
| 2023-01-23 | Auto merge of #107215 - Dylan-DPC:rollup-zqtiufk, r=Dylan-DPC | bors | -4/+4 |
| 2023-01-23 | Rollup merge of #107186 - GuillaumeGomez:correct-pseudo-element-selector, r=n... | Dylan DPC | -4/+4 |
| 2023-01-23 | Auto merge of #107044 - cuviper:more-llvm-ci, r=Mark-Simulacrum | bors | -0/+144 |
| 2023-01-22 | Merge from rustc | Ralf Jung | -597/+651 |
| 2023-01-22 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-01-22 | Print why a test was ignored if it's the only test specified. | Lenko Donchev | -28/+54 |
| 2023-01-22 | Auto merge of #106827 - alexcrichton:update-llvm-to-15.0.7, r=cuviper | bors | -0/+0 |
| 2023-01-22 | Auto merge of #107187 - matthiaskrgr:rollup-lvwzlg2, r=matthiaskrgr | bors | -89/+90 |
| 2023-01-22 | Update main.rs | Samuel Moelius | -1/+1 |
| 2023-01-22 | fix maintainer validation message | Abdur-Rahmaan Janhangeer | -67/+0 |
| 2023-01-22 | Rollup merge of #107174 - petrochenkov:defidoc, r=notriddle | Matthias Krüger | -65/+55 |
| 2023-01-22 | Rollup merge of #107152 - GuillaumeGomez:migrate-to-css-var, r=notriddle | Matthias Krüger | -21/+12 |
| 2023-01-22 | Rollup merge of #107127 - uweigand:s390x-sanitizer, r=Mark-Simulacrum | Matthias Krüger | -3/+16 |
| 2023-01-22 | Rollup merge of #107102 - compiler-errors:new-solver-new-candidats-4, r=lcnr | Matthias Krüger | -0/+7 |
| 2023-01-22 | Auto merge of #107137 - Mark-Simulacrum:169, r=Mark-Simulacrum | bors | -1/+1 |
| 2023-01-22 | Use correct pseudo-element selector | Guillaume Gomez | -4/+4 |
| 2023-01-21 | Rollup merge of #107015 - cuviper:ra-riscv64, r=Mark-Simulacrum | Michael Goulet | -6/+0 |
| 2023-01-21 | Fix typo in comment | Roy Wellington Ⅳ | -1/+1 |
| 2023-01-21 | This function appears to be unused | Roy Wellington Ⅳ | -16/+0 |
| 2023-01-22 | rustdoc: Use `DefId(Map,Set)` instead of `FxHash(Map,Set)` | Vadim Petrochenkov | -65/+55 |
| 2023-01-21 | Auto merge of #106948 - cuviper:ci-mingw-check, r=nikic | bors | -145/+72 |
| 2023-01-21 | Pass `--locked` to the x test tidy call | Albert Larsan | -1/+1 |
| 2023-01-21 | rustc_metadata: Encode `doc(hidden)` flag to metadata | Vadim Petrochenkov | -8/+1 |
| 2023-01-21 | Remove some superfluous type parameters from layout.rs. | Michael Benfield | -2/+2 |
| 2023-01-21 | Auto merge of #105924 - TimNN:ui-remap, r=Mark-Simulacrum | bors | -7/+54 |
| 2023-01-21 | Add compare-mode-next-solver | Michael Goulet | -0/+7 |
| 2023-01-21 | Auto merge of #106977 - michaelwoerister:unord_id_collections, r=oli-obk | bors | -30/+30 |
| 2023-01-21 | Migrate scraped-examples top and bottom "borders" to CSS variables | Guillaume Gomez | -21/+12 |
| 2023-01-21 | rustdoc: compute maximum Levenshtein distance based on the query | Michael Howell | -65/+84 |
| 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 | Bump to 1.69.0 | Mark Rousskov | -1/+1 |
| 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 | fix overlapping spans for `clippy::uninlined_format_args` | Lukas Markeffsky | -0/+4 |
| 2023-01-20 | Auto merge of #107120 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2023-01-20 | Enable sanitizers for s390x-linux | Ulrich Weigand | -3/+16 |
| 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 | Pull in more LLVM commits | Alex Crichton | -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 |