| Age | Commit message (Expand) | Author | Lines |
| 2023-04-18 | Auto merge of #110478 - jyn514:stage1-fulldeps, r=albertlarsan68 | bors | -9/+43 |
| 2023-04-18 | Auto merge of #110242 - cuviper:vanilla-llvm-16, r=Mark-Simulacrum | bors | -7/+73 |
| 2023-04-18 | Rollup merge of #110450 - GuillaumeGomez:fix-nested-items-on-private-doc, r=n... | Matthias Krüger | -10/+38 |
| 2023-04-18 | Rollup merge of #110442 - ferrocene:pa-build-metrics-dry-run, r=ozkanonur | Matthias Krüger | -6/+22 |
| 2023-04-18 | Rollup merge of #110348 - GuillaumeGomez:disambiguators-suffixes-rustdoc-book... | Matthias Krüger | -3/+8 |
| 2023-04-18 | Rollup merge of #109981 - duckymirror:issue-107094, r=albertlarsan68 | Matthias Krüger | -0/+30 |
| 2023-04-17 | Support `x test --stage 1 ui-fulldeps` | jyn | -9/+43 |
| 2023-04-18 | Auto merge of #110403 - klensy:bolt-deprecate, r=albertlarsan68,Kobzol | bors | -1/+1 |
| 2023-04-17 | Rollup merge of #110337 - iterion:patch-1, r=jyn514 | Matthias Krüger | -2/+2 |
| 2023-04-17 | Fix invalid handling of nested items with `--document-private-items` | Guillaume Gomez | -5/+35 |
| 2023-04-17 | Remove unused RustdocVisitor::visit_item_inner return type | Guillaume Gomez | -5/+3 |
| 2023-04-17 | Add code comment to remind contributors to update rustdoc book if they update... | Guillaume Gomez | -0/+2 |
| 2023-04-17 | Add list of supported disambiguators and suffixes for intra-doc links in the ... | Guillaume Gomez | -3/+6 |
| 2023-04-17 | avoid including dry run steps in the build metrics | Pietro Albini | -6/+22 |
| 2023-04-17 | Auto merge of #110440 - matthiaskrgr:rollup-eit19vi, r=matthiaskrgr | bors | -45/+42 |
| 2023-04-17 | Rollup merge of #110423 - jsoref:spelling-srcdoc, r=Nilstrieb | Matthias Krüger | -9/+9 |
| 2023-04-17 | Rollup merge of #110421 - jsoref:spelling-librustdoc, r=notriddle | Matthias Krüger | -28/+28 |
| 2023-04-17 | Rollup merge of #110404 - matthiaskrgr:mapmap, r=Nilstrieb | Matthias Krüger | -4/+3 |
| 2023-04-17 | Rollup merge of #110341 - notriddle:notriddle/main-js-replacestate, r=Guillau... | Matthias Krüger | -4/+2 |
| 2023-04-17 | Auto merge of #109588 - Nilstrieb:dropless-expr, r=compiler-errors | bors | -5/+5 |
| 2023-04-16 | Spelling librustdoc | Josh Soref | -28/+28 |
| 2023-04-17 | Auto merge of #109061 - saethlin:leak-backtraces, r=oli-obk | bors | -44/+173 |
| 2023-04-16 | Test python2.7 in dist-x86_64-illumos | Josh Stone | -2/+3 |
| 2023-04-16 | ci: add a runner for vanilla LLVM 16 | Josh Stone | -5/+70 |
| 2023-04-16 | bootstrap: switch from `stream_cargo` to `try_run_quiet` | Weihang Lo | -3/+3 |
| 2023-04-16 | chore: remove `rustc-workspace-hack` | Weihang Lo | -181/+2 |
| 2023-04-16 | chore: remove Cargo features in rustc-workspace-hack | Weihang Lo | -85/+1 |
| 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 | Alloc `hir::Lit` in an arena to remove the destructor from `Expr` | Nilstrieb | -5/+5 |
| 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 |