summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2023-04-21remove the early return in `Sysroot::run` which causes bypassing symlinkingozkanonur-1/+0
2023-04-21ship clippy, miri and rustfmt with sysrootozkanonur-6/+27
2023-04-20rustdoc-search: use more descriptive "x not found; y instead" messageMichael Howell-1/+1
2023-04-20Spelling tools/compiletestJosh Soref-4/+4
2023-04-20rustdoc-search: make type name correction choice deterministicMichael Howell-0/+3
2023-04-20rustdoc-search: clean up `checkIfInGenerics` call at end of `checkType`Michael Howell-5/+1
2023-04-20add subst_identity_iter and subst_identity_iter_copied methods on EarlyBinder...Kyle Matsuda-6/+3
2023-04-20add EarlyBinder to output of explicit_item_bounds; replace bound_explicit_ite...Kyle Matsuda-7/+7
2023-04-20change usages of explicit_item_bounds to bound_explicit_item_boundsKyle Matsuda-14/+17
2023-04-20Move test filesCaio-1/+1
2023-04-20Remove WithOptconstParam.Camille GILLOT-12/+6
2023-04-20Auto merge of #110612 - matthiaskrgr:rollup-y2hbjws, r=matthiaskrgrbors-8/+77
2023-04-20Rollup merge of #110565 - weihanglo:linkchecker, r=ehussMatthias Krüger-8/+18
2023-04-20Rollup merge of #108795 - thomcc:x86_64h-target, r=wesleywiserMatthias Krüger-0/+59
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-20Rollup merge of #110584 - ferrocene:comptest-sysroot-arg, r=oli-obkMatthias Krüger-2/+5
2023-04-20Rollup merge of #110581 - slanterns:fix-style, r=GuillaumeGomezMatthias Krüger-0/+2
2023-04-20Rollup merge of #110574 - wangkirin:fix-out-of-date-comments, r=albertlarsan68Matthias Krüger-2/+2
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-20Rollup merge of #110516 - loongarch-rs:update-bootstrap-linux-raw-sys, r=Mark...Yuki Okushi-2/+2
2023-04-20Style fix for loongarch-linux.mdSlanterns-0/+2
2023-04-20 fix out of date comment about rpath in bootstrapWang Qilin-2/+2
2023-04-20Auto merge of #110535 - nikic:llvm-16.0.2, r=cuviperbors-0/+0
2023-04-19rustdoc-search: give longer notification for type correctionsMichael Howell-2/+7
2023-04-19Auto merge of #110546 - matthiaskrgr:rollup-346kik6, r=matthiaskrgrbors-35/+39
2023-04-19Auto merge of #110496 - WaffleLapkin:🏳️‍⚧️sound, r=compiler-errorsbors-1/+1
2023-04-19Rollup merge of #110541 - jyn514:fix-configure, r=ozkanonurMatthias Krüger-5/+7
2023-04-19Rollup merge of #110533 - GuillaumeGomez:missing-blanket-impl-trait-not-publi...Matthias Krüger-1/+1
2023-04-19Rollup merge of #110521 - jyn514:test-lint-docs, r=albertlarsan68Matthias Krüger-1/+11
2023-04-19Rollup merge of #110515 - jyn514:download-rustc-llvm, r=albertlarsan68Matthias Krüger-14/+0
2023-04-19Rollup merge of #110430 - jsoref:spelling-src-ci, r=albertlarsan68Matthias Krüger-8/+8
2023-04-19Rollup merge of #110429 - jsoref:spelling-src-bootstrap, r=albertlarsan68Matthias Krüger-6/+6
2023-04-19Rollup merge of #110123 - madsravn:master, r=jyn514Matthias Krüger-0/+6
2023-04-19Remove a test that wasn't carrying its weightOli Scherer-11/+0
2023-04-19configure: Set `profile = user` by defaultjyn-0/+3
2023-04-19configure: Fix bug in `configure_top_level_key`jyn-5/+4
2023-04-19Changing position of early exit and using standard error method with correct ...Mads Ravn-4/+4
2023-04-19Update to LLVM 16.0.2Nikita Popov-0/+0
2023-04-19Fix missing blanket impl if the trait is not directly publicGuillaume Gomez-1/+1
2023-04-19Rollup merge of #110507 - weihanglo:print-try-run-output, r=jyn514Matthias Krüger-1/+1
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-19bootstrap: Update linux-raw-sys to 0.3.2WANG Rui-2/+2
2023-04-19Remove find_map_relevant_implMichael Goulet-9/+11
2023-04-18Don't special-case download-rustc in `maybe_install_llvm`jyn-14/+0
2023-04-19Auto merge of #110229 - jyn514:download-rustc-tests, r=albertlarsan68bors-17/+77
2023-04-18boostrap: print output during building toolsWeihang Lo-1/+1
2023-04-18clippy: add test for https://github.com/rust-lang/rust-clippy/issues/10645Matthias Krüger-1/+20