| Age | Commit message (Expand) | Author | Lines |
| 2023-04-16 | Auto merge of #110375 - JohnTitor:rollup-ghvdaxm, r=JohnTitor | bors | -2/+4 |
| 2023-04-16 | Rollup merge of #110366 - matthiaskrgr:compl_123, r=Nilstrieb | Yuki Okushi | -1/+1 |
| 2023-04-16 | Rollup merge of #110356 - jyn514:rust-installer-tests, r=ozkanonur | Yuki Okushi | -1/+3 |
| 2023-04-15 | Auto merge of #110319 - ferrocene:pa-more-ignore-reasons, r=ehuss | bors | -187/+458 |
| 2023-04-15 | fix clippy::{filter_map_identiy, map_identity, manual_flatten} | Matthias Krüger | -1/+1 |
| 2023-04-15 | Auto merge of #110227 - klensy:bs-win, r=Mark-Simulacrum | bors | -4/+0 |
| 2023-04-15 | Fix `x test rust-installer` when `cargo` is set to a relative path | jyn | -1/+3 |
| 2023-04-15 | bump to rust 1.71.0 | Pietro Albini | -1/+1 |
| 2023-04-15 | Auto merge of #110335 - asomers:rust-gdb-freebsd, r=jyn514 | bors | -3/+3 |
| 2023-04-15 | Auto merge of #109802 - notriddle:notriddle/rustdoc-search-generics-nested, r... | bors | -11/+21 |
| 2023-04-14 | Typo fix in src/etc/rust-gdb | Alan Somers | -1/+1 |
| 2023-04-15 | Auto merge of #110142 - Mark-Simulacrum:reduce-core-counts, r=pietroalbini | bors | -64/+72 |
| 2023-04-14 | Fix rust-gdb and rust-gdbgui on FreeBSD | Alan Somers | -3/+3 |
| 2023-04-14 | Update how-to-read-rustdoc.md | Michael Howell | -0/+11 |
| 2023-04-14 | rustdoc-search: add support for nested generics | Michael Howell | -11/+10 |
| 2023-04-14 | Auto merge of #110197 - cjgillot:codegen-discr, r=pnkfelix | bors | -1/+1 |
| 2023-04-14 | Auto merge of #110331 - matthiaskrgr:rollup-9vldvow, r=matthiaskrgr | bors | -17/+12 |
| 2023-04-14 | Rollup merge of #110328 - GuillaumeGomez:auto-disambiguation-proc-trait, r=no... | Matthias Krüger | -0/+7 |
| 2023-04-14 | Rollup merge of #110244 - kadiwa4:unnecessary_imports, r=JohnTitor | Matthias Krüger | -17/+5 |
| 2023-04-14 | Add explanations for auto-disambiguation when an intra doc link is resolved t... | Guillaume Gomez | -0/+7 |
| 2023-04-14 | Auto merge of #110263 - jyn514:ui-fulldeps-llvm, r=albertlarsan68 | bors | -4/+24 |
| 2023-04-14 | Pacify tidy. | Camille GILLOT | -1/+1 |
| 2023-04-14 | Auto merge of #110324 - JohnTitor:rollup-jq31pd1, r=JohnTitor | bors | -83/+473 |
| 2023-04-14 | Rollup merge of #110305 - notriddle:notriddle/es6-map-set, r=GuillaumeGomez | Yuki Okushi | -58/+73 |
| 2023-04-14 | Rollup merge of #106249 - Ezrashaw:suggest-test-tool, r=jyn514,albertlarsan68 | Yuki Okushi | -23/+373 |
| 2023-04-14 | Rollup merge of #103682 - Swatinem:stable-run-directory, r=GuillaumeGomez | Yuki Okushi | -2/+27 |
| 2023-04-14 | Auto merge of #110177 - RalfJung:miri-tests, r=oli-obk | bors | -1/+4 |
| 2023-04-14 | mark needs-llvm-components as being handled elsewhere | Pietro Albini | -0/+5 |
| 2023-04-14 | use a shared headers cache | Pietro Albini | -9/+28 |
| 2023-04-14 | add line numbers to error messages | Pietro Albini | -6/+8 |
| 2023-04-14 | show all invalid directives errors rather than just the first one | Pietro Albini | -5/+36 |
| 2023-04-14 | refactor ignore- and only- to use decisions | Pietro Albini | -53/+50 |
| 2023-04-14 | rename rust-lldb to needs-rust-lldb for consistency | Pietro Albini | -9/+6 |
| 2023-04-14 | refactor needs, validate them, and add ignore reasons | Pietro Albini | -104/+250 |
| 2023-04-14 | add pretty ignore reasons for llvm, cdb, gdb and lldb | Pietro Albini | -33/+107 |
| 2023-04-14 | Rollup merge of #110279 - GuillaumeGomez:compiler-macro-derive, r=notriddle | Matthias Krüger | -40/+55 |
| 2023-04-14 | Auto merge of #109875 - jyn514:no-fulldeps, r=compiler-errors | bors | -1/+1 |
| 2023-04-13 | Move most ui-fulldeps tests to ui | jyn | -1/+1 |
| 2023-04-14 | Auto merge of #110160 - petrochenkov:notagain2, r=cjgillot | bors | -5/+5 |
| 2023-04-13 | rustdoc-search: use ES6 Map for `Result` instead of Object | Michael Howell | -21/+40 |
| 2023-04-13 | rustdoc-search: use ES6 `Set` for deduplication instead of `Object` | Michael Howell | -3/+3 |
| 2023-04-13 | rustdoc-search: use ES6 `Map` for generic matching instead of `Object` | Michael Howell | -23/+14 |
| 2023-04-13 | rustdoc-search: use ES6 `Map` for aliases instead of `Object` | Michael Howell | -11/+16 |
| 2023-04-13 | Auto merge of #110253 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2023-04-13 | Update cargo | Weihang Lo | -0/+0 |
| 2023-04-13 | Rollup merge of #110265 - KittyBorgX:master, r=ozkanonur | Matthias Krüger | -0/+6 |
| 2023-04-13 | Auto merge of #109989 - ids1024:m68k-asm, r=Amanieu | bors | -1/+13 |
| 2023-04-13 | Correctly handle built-in compiler proc-macros as proc-macro and not macro | Guillaume Gomez | -40/+55 |
| 2023-04-13 | Rollup merge of #110072 - joshtriplett:stabilize-is-terminal, r=Mark-Simulacrum | Matthias Krüger | -5/+0 |
| 2023-04-13 | Auto merge of #109786 - estebank:tweak-add-line-sugg, r=compiler-errors | bors | -11/+19 |