about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2023-06-22Handle weak type aliases by immediately resolving them to their aliased typeOli Scherer-10/+0
2023-06-22Re-use error code for duplicate errorOli Scherer-2/+4
2023-06-22Fix a codegen testOli Scherer-1/+13
2023-06-22Treat opaque types failing the signature defining scope check as defining, as...Oli Scherer-63/+3
2023-06-22Stop failing eagerly, and collect all opaque types even if some are erroneous.Oli Scherer-19/+1
2023-06-22Add tests showcasing our short circuiting behaviour in the signature checks f...Oli Scherer-0/+129
2023-06-22Point to argument/return type instead of the whole function headerOli Scherer-18/+68
2023-06-22Rollup merge of #112908 - spastorino:add-def-id-to-early-bound-region-debug, ...Matthias Krüger-2/+2
2023-06-22Rollup merge of #112906 - fmease:rustdoc-render-assoc-ty-body-before-where-cl...Matthias Krüger-2/+2
2023-06-22Rollup merge of #112876 - compiler-errors:check-subst-compat-in-OpaqueTypeCol...Matthias Krüger-0/+103
2023-06-21Print def_id on EarlyBoundRegion debugSantiago Pastorino-2/+2
2023-06-21rustdoc: render the assoc ty body before the where-clauseLeón Orell Valerian Liehr-2/+2
2023-06-21Auto merge of #112900 - GuillaumeGomez:rollup-1blf4io, r=GuillaumeGomezbors-4/+62
2023-06-21Rollup merge of #112894 - GuillaumeGomez:gui-fields-display, r=notriddleGuillaume Gomez-0/+50
2023-06-21Rollup merge of #112868 - compiler-errors:liberate-afit-sugg, r=WaffleLapkinGuillaume Gomez-4/+12
2023-06-21Additional test demonstrating check for full trait refMichael Goulet-0/+55
2023-06-21Auto merge of #111684 - ChayimFriedman2:unused-offset-of, r=WaffleLapkinbors-133/+330
2023-06-21Don't substitute a GAT that has mismatched generics in OpaqueTypeCollectorMichael Goulet-0/+48
2023-06-21Liberate bound vars properly when suggesting missing AFITMichael Goulet-4/+12
2023-06-21Add test to prevent regression for fields displayGuillaume Gomez-0/+50
2023-06-21Auto merge of #112890 - GuillaumeGomez:rollup-7e01q69, r=GuillaumeGomezbors-4/+128
2023-06-21Rollup merge of #112853 - GuillaumeGomez:type_alias_type, r=oli-obkGuillaume Gomez-0/+47
2023-06-21Rollup merge of #112836 - GuillaumeGomez:rustdoc-invalid-file-creation, r=not...Guillaume Gomez-4/+81
2023-06-21Correctly handle Weak type aliases in rustdocGuillaume Gomez-4/+2
2023-06-21Add tests for invalid files generationGuillaume Gomez-4/+81
2023-06-21Add rustdoc tests for `lazy_type_alias`Guillaume Gomez-0/+49
2023-06-21Auto merge of #112834 - oli-obk:mir_opts_considered_unsound, r=cjgillotbors-169/+158
2023-06-21Warn on unused offset_of!() resultChayim Refael Friedman-133/+330
2023-06-21Disable two mir opts that are known to be unsoundOli Scherer-169/+158
2023-06-21Rollup merge of #112830 - nnethercote:more-codegen-cleanups, r=oli-obkNilstrieb-5/+6
2023-06-21Rollup merge of #112790 - WaffleLapkin:syntactically, r=NilstriebNilstrieb-0/+30
2023-06-21Remove Queries::ongoing_codegen.Nicholas Nethercote-5/+6
2023-06-20Auto merge of #112847 - bvanjoi:fix-112831, r=Nilstriebbors-0/+33
2023-06-20test(resolve): update_resolution for remove single importbohan-0/+33
2023-06-20Rollup merge of #112819 - dtolnay:weirdderef, r=NilstriebGuillaume Gomez-5/+5
2023-06-20Rollup merge of #112794 - bjorn3:fix_lib_global_alloc, r=oli-obkGuillaume Gomez-0/+22
2023-06-20Rollup merge of #112786 - lcnr:early-binder, r=NilstriebGuillaume Gomez-23/+23
2023-06-20Rollup merge of #112762 - chenyukang:yukang-fix-112507-argument-checking, r=c...Guillaume Gomez-0/+39
2023-06-20Rollup merge of #112720 - poliorcetics:rustdoc-item-type-color-same-as-item-c...Guillaume Gomez-0/+6
2023-06-20Auto merge of #112320 - compiler-errors:do-not-impl-via-obj, r=lcnrbors-2/+77
2023-06-20tests: add test for color of item kindAlexis (Poliorcetics) Bourget-0/+6
2023-06-20Merge attrs, better validationMichael Goulet-0/+54
2023-06-20Add rustc_do_not_implement_via_objectMichael Goulet-2/+23
2023-06-19Disable feature(unboxed_closures, fn_traits) in weird-exprsDavid Tolnay-5/+5
2023-06-19Rollup merge of #112781 - compiler-errors:new-solver-tait-overlaps-hidden, r=...Michael Goulet-0/+2
2023-06-19Rollup merge of #112596 - compiler-errors:missing-sig-with-rpitit, r=b-naberMichael Goulet-0/+59
2023-06-19Rollup merge of #112499 - tgross35:py-ruff-fixes, r=Mark-SimulacrumMichael Goulet-3/+3
2023-06-19Rollup merge of #112232 - fee1-dead-contrib:match-eq-const-msg, r=b-naberMichael Goulet-0/+51
2023-06-19Auto merge of #112805 - matthiaskrgr:rollup-r5yrefu, r=matthiaskrgrbors-1/+98
2023-06-19Fix linker failures when #[global_allocator] is used in a dependencybjorn3-0/+22