| Age | Commit message (Expand) | Author | Lines |
| 2023-04-16 | bootstrap: treat src/tools/cargo as a workspace member | Weihang Lo | -15/+44 |
| 2023-04-16 | tidy: `check_crate_duplicate` is no longer useful | Weihang Lo | -47/+8 |
| 2023-04-16 | chore: allow `cargo` to have its own workspace | Weihang Lo | -30/+49 |
| 2023-04-16 | Spelling src/doc | Josh Soref | -9/+9 |
| 2023-04-16 | spelling: typographical | Josh Soref | -1/+1 |
| 2023-04-16 | spelling: github | Josh Soref | -4/+4 |
| 2023-04-16 | Alloc `hir::Lit` in an arena to remove the destructor from `Expr` | Nilstrieb | -5/+5 |
| 2023-04-16 | Remove #[alloc_error_handler] from the compiler and library | Amanieu d'Antras | -4/+0 |
| 2023-04-16 | Improve doc comment of AllocExtra's backtrace | Ben Kimock | -1/+2 |
| 2023-04-16 | Add a flag to disable leak backtraces | Ben Kimock | -9/+52 |
| 2023-04-16 | Auto merge of #110405 - fee1-dead-contrib:rollup-9rkree6, r=fee1-dead | bors | -1/+1 |
| 2023-04-16 | Report a backtrace for memory leaks under Miri | Ben Kimock | -42/+127 |
| 2023-04-16 | fix clippy::toplevel_ref_arg and ::manual_map | Matthias Krüger | -4/+3 |
| 2023-04-16 | bolt: remove deprecated option value | klensy | -1/+1 |
| 2023-04-16 | Rollup merge of #110345 - nnethercote:rm-Super-impls-for-Region, r=compiler-e... | fee1-dead | -6/+5 |
| 2023-04-16 | Fix error due to renaming of ignore_git | Erik Hofmayer | -1/+1 |
| 2023-04-16 | Add needs-git-hash header to compiletest | Erik Hofmayer | -0/+24 |
| 2023-04-16 | more clippy fixes: clippy::{iter_cloned_collect, unwarp_or_else_default, opti... | Matthias Krüger | -1/+1 |
| 2023-04-16 | Set git info env variables when building tools | Erik Hofmayer | -0/+6 |
| 2023-04-16 | Auto merge of #110375 - JohnTitor:rollup-ghvdaxm, r=JohnTitor | bors | -2/+4 |
| 2023-04-16 | Remove `TypeSuper{Foldable,Visitable}` impls for `Region`. | Nicholas Nethercote | -6/+5 |
| 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 | rustdoc: stop passing a title to `replaceState` second argument | Michael Howell | -4/+2 |
| 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 | Correct default value for default-linker-libraries | Adam Sunderland | -2/+2 |
| 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 | Auto merge of #2843 - jsoref:spelling, r=RalfJung | bors | -77/+77 |
| 2023-04-14 | Add explanations for auto-disambiguation when an intra doc link is resolved t... | Guillaume Gomez | -0/+7 |
| 2023-04-14 | Fix spelling | Josh Soref | -77/+77 |
| 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 |