about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2023-07-20Move OutFileName writing into rustc_sessionDavid Tolnay-1/+1
2023-07-20Add test of --print KIND=PATHDavid Tolnay-1/+18
2023-07-17Auto merge of #113336 - compiler-errors:new-solver-iat, r=lcnrbors-7/+69
2023-07-16Auto merge of #113769 - matthiaskrgr:rollup-p6i1rco, r=matthiaskrgrbors-0/+17
2023-07-17Rollup merge of #113755 - fmease:probe-adt-norm-lazy-ty-alias, r=oli-obkMatthias Krüger-0/+17
2023-07-16Auto merge of #113742 - compiler-errors:dont-short-circuit-intercrate-global-...bors-0/+36
2023-07-16Check GAT, IAT, and weak type where clauses during projectionMichael Goulet-7/+67
2023-07-16Add support for inherent projectionsMichael Goulet-0/+2
2023-07-16Auto merge of #113545 - cjgillot:query-entry, r=compiler-errorsbors-26/+26
2023-07-16Auto merge of #112239 - jieyouxu:targeted-no-method-suggestions, r=cjgillotbors-0/+126
2023-07-16Auto merge of #113557 - Amanieu:no-builtins-prelude, r=petrochenkovbors-335/+329
2023-07-16Add infrastructure `#[rustc_confusables]` attribute to allow targeted许杰友 Jieyou Xu (Joe)-0/+126
2023-07-16Auto merge of #113626 - Urgau:dedup-native-static-libs, r=petrochenkovbors-1/+11
2023-07-16Normalize lazy type aliases when probing for ADTsLeón Orell Valerian Liehr-0/+17
2023-07-16Don't call predicate_must_hold during fulfillment in intercrateMichael Goulet-0/+36
2023-07-15Auto merge of #113606 - jyn514:parallel-compiler-cleanup, r=cjgillotbors-1/+1
2023-07-15Check entry type as part of item type checking.Camille GILLOT-26/+26
2023-07-15Rollup merge of #113724 - GuillaumeGomez:migrate-gui-test-color-21, r=notriddleMatthias Krüger-10/+10
2023-07-15Rollup merge of #113709 - notriddle:notriddle/src, r=GuillaumeGomezMatthias Krüger-79/+79
2023-07-15Rollup merge of #113663 - syvb:non_inherited_unsafe_thir, r=cjgillotMatthias Krüger-2/+28
2023-07-15Rollup merge of #113625 - compiler-errors:structurally-norm-in-selection, r=lcnrMatthias Krüger-0/+18
2023-07-15Implement "items do not inherit unsafety" for THIR unsafecksyvb-2/+28
2023-07-15Auto merge of #112157 - erikdesjardins:align, r=nikicbors-8/+962
2023-07-15Migrate GUI colors test to original CSS color formatGuillaume Gomez-10/+10
2023-07-14rustdoc: use `src` consistently over `source` in JavaScriptMichael Howell-5/+5
2023-07-14rustdoc: use `src` consistently over `source` in codeMichael Howell-74/+74
2023-07-14i686-windows: make requested alignment > 4 special case apply transitivelyErik Desjardins-76/+78
2023-07-14Auto merge of #113471 - compiler-errors:new-solver-norm-escaping, r=lcnrbors-0/+18
2023-07-14extern-fn-explicit-align test: remove unnecessary derivesErik Desjardins-5/+0
2023-07-14Auto merge of #113703 - matthiaskrgr:rollup-19uhwuh, r=matthiaskrgrbors-1/+202
2023-07-14Structurally normalize in selectionMichael Goulet-0/+18
2023-07-14Rollup merge of #113692 - krasimirgg:llvm-17-no-opaque, r=nikicMatthias Krüger-0/+2
2023-07-14Rollup merge of #113681 - aDotInTheVoid:rdj-priv-supertrait, r=GuillaumeGomezMatthias Krüger-0/+15
2023-07-14Rollup merge of #113599 - chenyukang:yukang-fix-use-maybe_body_owned_by, r=cj...Matthias Krüger-1/+185
2023-07-14Auto merge of #109025 - cjgillot:refprop-dbg, r=JakobDegenbors-886/+676
2023-07-14Hide `compiler_builtins` in the preludeAmanieu d'Antras-335/+329
2023-07-14Allow escaping bound vars during normalize_erasing_regions in new solverMichael Goulet-0/+18
2023-07-14tests: adapt for removal of -opaque-pointers in LLVM 17Krasimir Georgiev-0/+2
2023-07-14Bless codegen test.Camille GILLOT-1/+1
2023-07-14refactor(rustc_middle): Substs -> GenericArgMahdi Dibaiee-74/+74
2023-07-14rustdoc-json: Add test for private supertrait.Alona Enraght-Moony-0/+15
2023-07-14Auto merge of #113519 - SparrowLii:parallel_typeck, r=cjgillotbors-29/+31
2023-07-14Auto merge of #113113 - Amanieu:box-vec-zst, r=Mark-Simulacrumbors-1/+1
2023-07-14fix the issue of shorthand in suggest_cloningyukang-3/+4
2023-07-14use maybe_body_owned_by for closureyukang-0/+183
2023-07-14Rollup merge of #112729 - jieyouxu:unused-qualifications-suggestion, r=b-naberMatthias Krüger-0/+79
2023-07-13Rollup merge of #113623 - GuillaumeGomez:add-jump-to-doc, r=notriddleMatthias Krüger-12/+64
2023-07-13Eliminate ZST allocations in `Box` and `Vec`Amanieu d'Antras-1/+1
2023-07-13Rollup merge of #113603 - workingjubilee:test-for-98016, r=oli-obkMatthias Krüger-4/+8
2023-07-13Rollup merge of #113353 - compiler-errors:select-better, r=lcnrMatthias Krüger-3/+32