about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2023-04-18Auto merge of #110478 - jyn514:stage1-fulldeps, r=albertlarsan68bors-9/+43
2023-04-18Auto merge of #110242 - cuviper:vanilla-llvm-16, r=Mark-Simulacrumbors-7/+73
2023-04-18Rollup merge of #110450 - GuillaumeGomez:fix-nested-items-on-private-doc, r=n...Matthias Krüger-10/+38
2023-04-18Rollup merge of #110442 - ferrocene:pa-build-metrics-dry-run, r=ozkanonurMatthias Krüger-6/+22
2023-04-18Rollup merge of #110348 - GuillaumeGomez:disambiguators-suffixes-rustdoc-book...Matthias Krüger-3/+8
2023-04-18Rollup merge of #109981 - duckymirror:issue-107094, r=albertlarsan68Matthias Krüger-0/+30
2023-04-17Support `x test --stage 1 ui-fulldeps`jyn-9/+43
2023-04-18Auto merge of #110403 - klensy:bolt-deprecate, r=albertlarsan68,Kobzolbors-1/+1
2023-04-17Rollup merge of #110337 - iterion:patch-1, r=jyn514Matthias Krüger-2/+2
2023-04-17Fix invalid handling of nested items with `--document-private-items`Guillaume Gomez-5/+35
2023-04-17Remove unused RustdocVisitor::visit_item_inner return typeGuillaume Gomez-5/+3
2023-04-17Add code comment to remind contributors to update rustdoc book if they update...Guillaume Gomez-0/+2
2023-04-17Add list of supported disambiguators and suffixes for intra-doc links in the ...Guillaume Gomez-3/+6
2023-04-17avoid including dry run steps in the build metricsPietro Albini-6/+22
2023-04-17Auto merge of #110440 - matthiaskrgr:rollup-eit19vi, r=matthiaskrgrbors-45/+42
2023-04-17Rollup merge of #110423 - jsoref:spelling-srcdoc, r=NilstriebMatthias Krüger-9/+9
2023-04-17Rollup merge of #110421 - jsoref:spelling-librustdoc, r=notriddleMatthias Krüger-28/+28
2023-04-17Rollup merge of #110404 - matthiaskrgr:mapmap, r=NilstriebMatthias Krüger-4/+3
2023-04-17Rollup merge of #110341 - notriddle:notriddle/main-js-replacestate, r=Guillau...Matthias Krüger-4/+2
2023-04-17Auto merge of #109588 - Nilstrieb:dropless-expr, r=compiler-errorsbors-5/+5
2023-04-16Spelling librustdocJosh Soref-28/+28
2023-04-17Auto merge of #109061 - saethlin:leak-backtraces, r=oli-obkbors-44/+173
2023-04-16Test python2.7 in dist-x86_64-illumosJosh Stone-2/+3
2023-04-16ci: add a runner for vanilla LLVM 16Josh Stone-5/+70
2023-04-16bootstrap: switch from `stream_cargo` to `try_run_quiet`Weihang Lo-3/+3
2023-04-16chore: remove `rustc-workspace-hack`Weihang Lo-181/+2
2023-04-16chore: remove Cargo features in rustc-workspace-hackWeihang Lo-85/+1
2023-04-16bootstrap: treat src/tools/cargo as a workspace memberWeihang Lo-15/+44
2023-04-16tidy: `check_crate_duplicate` is no longer usefulWeihang Lo-47/+8
2023-04-16chore: allow `cargo` to have its own workspaceWeihang Lo-30/+49
2023-04-16Spelling src/docJosh Soref-9/+9
2023-04-16Alloc `hir::Lit` in an arena to remove the destructor from `Expr`Nilstrieb-5/+5
2023-04-16Improve doc comment of AllocExtra's backtraceBen Kimock-1/+2
2023-04-16Add a flag to disable leak backtracesBen Kimock-9/+52
2023-04-16Auto merge of #110405 - fee1-dead-contrib:rollup-9rkree6, r=fee1-deadbors-1/+1
2023-04-16Report a backtrace for memory leaks under MiriBen Kimock-42/+127
2023-04-16fix clippy::toplevel_ref_arg and ::manual_mapMatthias Krüger-4/+3
2023-04-16bolt: remove deprecated option valueklensy-1/+1
2023-04-16Rollup merge of #110345 - nnethercote:rm-Super-impls-for-Region, r=compiler-e...fee1-dead-6/+5
2023-04-16Fix error due to renaming of ignore_gitErik Hofmayer-1/+1
2023-04-16Add needs-git-hash header to compiletestErik Hofmayer-0/+24
2023-04-16more clippy fixes: clippy::{iter_cloned_collect, unwarp_or_else_default, opti...Matthias Krüger-1/+1
2023-04-16Set git info env variables when building toolsErik Hofmayer-0/+6
2023-04-16Auto merge of #110375 - JohnTitor:rollup-ghvdaxm, r=JohnTitorbors-2/+4
2023-04-16Remove `TypeSuper{Foldable,Visitable}` impls for `Region`.Nicholas Nethercote-6/+5
2023-04-16Rollup merge of #110366 - matthiaskrgr:compl_123, r=NilstriebYuki Okushi-1/+1
2023-04-16Rollup merge of #110356 - jyn514:rust-installer-tests, r=ozkanonurYuki Okushi-1/+3
2023-04-15Auto merge of #110319 - ferrocene:pa-more-ignore-reasons, r=ehussbors-187/+458
2023-04-15rustdoc: stop passing a title to `replaceState` second argumentMichael Howell-4/+2
2023-04-15fix clippy::{filter_map_identiy, map_identity, manual_flatten}Matthias Krüger-1/+1