about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-05-30Fix `x test --stage 2 core` when download-rustc is enabledjyn-40/+149
2023-05-30Make `x test --dry-run` less verbosejyn-1/+3
2023-05-31Auto merge of #112070 - lcnr:disjoint-closure-capture-ub, r=oli-obkbors-19/+90
2023-05-30Auto merge of #109698 - epage:wtf, r=Amanieubors-83/+159
2023-05-30Auto merge of #111881 - lcnr:leak-check, r=nikomatsakis,jackh726bors-244/+320
2023-05-30Auto merge of #112102 - Nilstrieb:rollup-ivu1hmc, r=Nilstriebbors-434/+796
2023-05-30update universe used by the leak checklcnr-1/+3
2023-05-30coinductive cycle leak check testlcnr-0/+33
2023-05-30directory size limit :<lcnr-3/+3
2023-05-30add the leak check to the new solverlcnr-0/+29
2023-05-30update revision nameslcnr-5/+5
2023-05-30change redundant `clear()` to assertionlcnr-4/+2
2023-05-30rework the leak_check to take the outer_universelcnr-166/+178
2023-05-30Rollup merge of #112100 - jieyouxu:issue-106929, r=oli-obkNilstrieb-32/+42
2023-05-30Rollup merge of #112064 - GuillaumeGomez:migrate-gui-test-color-9, r=notriddleNilstrieb-5/+5
2023-05-30Rollup merge of #112060 - lcnr:early-binder, r=jackh726Nilstrieb-60/+60
2023-05-30Rollup merge of #111955 - jyn514:step-refactors, r=clubby789Nilstrieb-167/+225
2023-05-30Rollup merge of #111872 - bvanjoi:fix-103646, r=cjgillotNilstrieb-0/+38
2023-05-30Rollup merge of #111543 - Urgau:uplift_invalid_utf8_in_unchecked, r=WaffleLapkinNilstrieb-168/+423
2023-05-30Rollup merge of #107916 - reez12g:issue-107040, r=AmanieuNilstrieb-2/+3
2023-05-30add FIXME to a test which seems wrong.lcnr-0/+2
2023-05-30remove unused revisionlcnr-17/+1
2023-05-30coherence: don't add hidden types for opaqueslcnr-10/+59
2023-05-30leak_check: remove unused codepathlcnr-42/+9
2023-05-30Auto merge of #111768 - oli-obk:pair_const_llvm, r=cjgillotbors-83/+120
2023-05-30Don't typecheck suggested method call许杰友 Jieyou Xu (Joe)-32/+42
2023-05-30Auto merge of #112083 - scottmcm:simpler-range-next, r=thomccbors-46/+143
2023-05-30fix comment on Allocator traitreez12g-2/+3
2023-05-30Auto merge of #112075 - WaffleLapkin:unmkII, r=lcnrbors-234/+292
2023-05-30Auto merge of #111989 - klensy:deps-up-26-05-23, r=Mark-Simulacrumbors-123/+22
2023-05-29Auto merge of #112080 - matthiaskrgr:rollup-pmpbe49, r=matthiaskrgrbors-83/+385
2023-05-29Update a MIRI fake-time test that this makes "faster"Scott McMurray-1/+1
2023-05-29Make `TrustedStep` require `Copy`Scott McMurray-45/+142
2023-05-29Rollup merge of #112063 - WaffleLapkin:test_incremental_ice, r=cjgillotMatthias Krüger-0/+137
2023-05-29Rollup merge of #112057 - MU001999:fix/self-sugg, r=compiler-errorsMatthias Krüger-2/+24
2023-05-29Rollup merge of #112022 - compiler-errors:coercion-check-deep, r=lcnrMatthias Krüger-1/+20
2023-05-29Rollup merge of #111988 - BoxyUwU:make_tykind_debug_good, r=compiler-errorsMatthias Krüger-78/+176
2023-05-29Rollup merge of #111827 - AngelicosPhosphoros:add_docs_to_cranelift, r=bjorn3Matthias Krüger-0/+26
2023-05-29Rollup merge of #111558 - c410-f3r:t3st3ss, r=WaffleLapkinMatthias Krüger-2/+2
2023-05-29Fix bugs in `doc` refactorjyn-25/+40
2023-05-29Document `ShouldRun::paths`jyn-1/+9
2023-05-29Switch Steps from crates to crate_or_deps where possiblejyn-4/+6
2023-05-29Switch doc::{Std, Rustc} to `crate_or_deps`jyn-124/+100
2023-05-29Extend `msg` and `description` to work with any subcommandjyn-5/+9
2023-05-29Add a `make_run_crates` function and use it Rustc and Stdjyn-10/+17
2023-05-29Allow checking individual cratesjyn-17/+60
2023-05-29Give a more helpful error when calling `cargo_crates_in_set` for an aliasjyn-1/+4
2023-05-29Rename `tcx.mk_re_*` => `Region::new_*`Maybe Waffle-234/+292
2023-05-29add FIXMElcnr-0/+5
2023-05-29add testslcnr-0/+78