about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2023-04-21Bless miri.Camille GILLOT-11/+20
2023-04-21Auto merge of #109002 - michaelvanstraten:master, r=petrochenkovbors-1/+5
2023-04-21Auto merge of #96840 - cjgillot:query-feed, r=oli-obkbors-10/+4
2023-04-21Auto merge of #110370 - c410-f3r:dqewdas, r=petrochenkovbors-1/+1
2023-04-20Auto merge of #109999 - m-ou-se:flatten-format-args, r=oli-obkbors-0/+3
2023-04-20Move test filesCaio-1/+1
2023-04-20Remove WithOptconstParam.Camille GILLOT-10/+4
2023-04-20Auto merge of #110612 - matthiaskrgr:rollup-y2hbjws, r=matthiaskrgrbors-8/+18
2023-04-20Rollup merge of #110565 - weihanglo:linkchecker, r=ehussMatthias Krüger-8/+18
2023-04-20Auto merge of #110444 - ferrocene:comptest-lines, r=Mark-Simulacrumbors-8/+68
2023-04-20Add compare-output-lines-by-subset flag to compiletestLukas Wirth-8/+68
2023-04-20linkchecker: running from a directory separate from the bookWeihang Lo-8/+18
2023-04-20Allow overwriting the sysroot compile flag in compile testsLukas Wirth-2/+5
2023-04-19Auto merge of #110546 - matthiaskrgr:rollup-346kik6, r=matthiaskrgrbors-1/+11
2023-04-19Auto merge of #110496 - WaffleLapkin:🏳️‍⚧️sound, r=compiler-errorsbors-1/+1
2023-04-19Rollup merge of #110521 - jyn514:test-lint-docs, r=albertlarsan68Matthias Krüger-1/+11
2023-04-19Rollup merge of #110476 - compiler-errors:ty-err-ctxt-good-path, r=lcnrMatthias Krüger-1/+20
2023-04-18Fix `x test lint-docs` when download-rustc is enabledjyn-1/+11
2023-04-18clippy: add test for https://github.com/rust-lang/rust-clippy/issues/10645Matthias Krüger-1/+20
2023-04-18Remove very useless `as_substs` usage from clippyMaybe Waffle-1/+1
2023-04-18Auto merge of #110478 - jyn514:stage1-fulldeps, r=albertlarsan68bors-2/+7
2023-04-18Rollup merge of #109981 - duckymirror:issue-107094, r=albertlarsan68Matthias Krüger-0/+20
2023-04-17Support `x test --stage 1 ui-fulldeps`jyn-2/+7
2023-04-17Force -Zflatten-format-args=no in Clippy.Mara Bos-0/+3
2023-04-17Auto merge of #110440 - matthiaskrgr:rollup-eit19vi, r=matthiaskrgrbors-5/+5
2023-04-17Rollup merge of #110421 - jsoref:spelling-librustdoc, r=notriddleMatthias Krüger-5/+5
2023-04-17Auto merge of #109588 - Nilstrieb:dropless-expr, r=compiler-errorsbors-5/+5
2023-04-16Spelling librustdocJosh Soref-5/+5
2023-04-17Auto merge of #109061 - saethlin:leak-backtraces, r=oli-obkbors-44/+173
2023-04-16chore: remove `rustc-workspace-hack`Weihang Lo-49/+0
2023-04-16chore: remove Cargo features in rustc-workspace-hackWeihang Lo-84/+1
2023-04-16tidy: `check_crate_duplicate` is no longer usefulWeihang Lo-47/+8
2023-04-16chore: allow `cargo` to have its own workspaceWeihang Lo-28/+40
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-16Report a backtrace for memory leaks under MiriBen Kimock-42/+127
2023-04-16Add needs-git-hash header to compiletestErik Hofmayer-0/+20
2023-04-15Auto merge of #110319 - ferrocene:pa-more-ignore-reasons, r=ehussbors-187/+458
2023-04-14Auto merge of #110197 - cjgillot:codegen-discr, r=pnkfelixbors-1/+1
2023-04-14Rollup merge of #110244 - kadiwa4:unnecessary_imports, r=JohnTitorMatthias Krüger-6/+2
2023-04-14Pacify tidy.Camille GILLOT-1/+1
2023-04-14Rollup merge of #106249 - Ezrashaw:suggest-test-tool, r=jyn514,albertlarsan68Yuki Okushi-0/+200
2023-04-14mark needs-llvm-components as being handled elsewherePietro Albini-0/+5
2023-04-14use a shared headers cachePietro Albini-9/+28
2023-04-14add line numbers to error messagesPietro Albini-6/+8
2023-04-14show all invalid directives errors rather than just the first onePietro Albini-5/+36
2023-04-14refactor ignore- and only- to use decisionsPietro Albini-53/+50
2023-04-14rename rust-lldb to needs-rust-lldb for consistencyPietro Albini-9/+6
2023-04-14refactor needs, validate them, and add ignore reasonsPietro Albini-104/+250