about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2022-03-18Auto merge of #95065 - matthiaskrgr:rollup-75i6oz5, r=matthiaskrgrbors-13/+32
2022-03-18Rollup merge of #95039 - spastorino:overlap-super-predicates, r=nikomatsakisMatthias Krüger-13/+32
2022-03-18Auto merge of #88098 - Amanieu:oom_panic, r=nagisabors-0/+23
2022-03-18Auto merge of #95056 - Dylan-DPC:rollup-swtuw2n, r=Dylan-DPCbors-3/+177
2022-03-17Rollup merge of #94997 - michaelwoerister:fix-enum-type-name-layout-error, r=...Dylan DPC-0/+44
2022-03-17Rollup merge of #94982 - skippy10110:deprecated_safe, r=Dylan-DPCDylan DPC-0/+28
2022-03-17Rollup merge of #94960 - codehorseman:master, r=oli-obkDylan DPC-2/+2
2022-03-17Rollup merge of #94731 - TaKO8Ki:const-generic-expr-recovery, r=davidtwco,oli...Dylan DPC-0/+75
2022-03-17Rollup merge of #94309 - eholk:issue-57017, r=tmandryDylan DPC-0/+22
2022-03-17Rollup merge of #91133 - terrarier2111:unsafe-diagnostic, r=jackh726Dylan DPC-1/+6
2022-03-17This test now worksSantiago Pastorino-13/+2
2022-03-17Make negative coherence work when there's impl negative on super predicatesSantiago Pastorino-0/+18
2022-03-16erase late-bound regions in dyn projection types for debuginfoMichael Goulet-0/+7
2022-03-16Add double negative trait test caseSantiago Pastorino-0/+12
2022-03-16debuginfo: Fix ICE when generating name for type that produces a layout error.Michael Woerister-0/+44
2022-03-16resolve the conflict in compiler/rustc_session/src/parse.rscodehorseman-2/+2
2022-03-16Rollup merge of #94974 - c410-f3r:let-chain-dashufwrqwemkf-let-else, r=joshtr...Dylan DPC-0/+173
2022-03-16Rollup merge of #94951 - est31:irrefutable_let_chain_patterns, r=estebankDylan DPC-10/+159
2022-03-16Rollup merge of #94868 - dtolnay:noblock, r=Dylan-DPCDylan DPC-3/+3
2022-03-16Extend the irrefutable_let_patterns lint to let chainsest31-10/+159
2022-03-15Auto merge of #94925 - lcnr:relax-sus-auto-impls, r=estebankbors-1/+22
2022-03-15Add deprecated_safe feature gate and attribute, cc #94978skippy10110-0/+28
2022-03-15Ensure that `let_else` does not interact with `let_chains`Caio-0/+173
2022-03-15Rollup merge of #94947 - Dylan-DPC:fix/typos, r=oli-obkMatthias Krüger-1/+1
2022-03-15Auto merge of #94584 - pnkfelix:inject-use-suggestion-sites, r=ekuberbors-15/+180
2022-03-15Auto merge of #92285 - compiler-errors:dyn-proj-bounds, r=nikomatsakisbors-11/+85
2022-03-15fix typosDylan DPC-1/+1
2022-03-14check all dyn obligations, actuallyMichael Goulet-11/+35
2022-03-14check Projection supertrait bounds when confirming dyn candidateMichael Goulet-0/+50
2022-03-14Rollup merge of #94670 - xFrednet:rfc-2383-expect-impl-after-party, r=flip199...Matthias Krüger-0/+77
2022-03-14Rollup merge of #93977 - compiler-errors:sized-generic-metadata, r=wesleywiserMatthias Krüger-0/+91
2022-03-14Rollup merge of #90621 - adamgemmell:dev/stabilise-target-feature, r=AmanieuMatthias Krüger-2/+2
2022-03-14Stabilise `aarch64_target_feature`Adam Gemmell-2/+2
2022-03-14relax `suspicious_auto_trait_impls` lintlcnr-1/+22
2022-03-13Fix definition of Box in ssa-analysis-regression-50041.rsbjorn3-2/+2
2022-03-13Auto merge of #94895 - matthiaskrgr:rollup-9hue5qk, r=matthiaskrgrbors-0/+17
2022-03-12Rollup merge of #94867 - notriddle:notriddle/i32-count-regression-test, r=Dyl...Matthias Krüger-0/+17
2022-03-12Auto merge of #90358 - DevinR528:omitted-field-fix, r=jackh726bors-76/+412
2022-03-12Fix rebase conflicts with stderr filesDevin Ragotzy-53/+160
2022-03-12Only filter doc(hidden) fields/variants when not crate localDevin Ragotzy-9/+65
2022-03-12Update output for doc hidden usefulness ui test outputDevin Ragotzy-62/+64
2022-03-12Add struct to doc hidden usefulness ui testsDevin Ragotzy-11/+35
2022-03-12Add struct to stability ui tests in usefulnessDevin Ragotzy-15/+60
2022-03-12Update non-exhaustive omitted_patterns ui outputDevin Ragotzy-4/+46
2022-03-12Add unstable struct fields to ui testsDevin Ragotzy-2/+62
2022-03-12Auto merge of #94865 - notriddle:notriddle/single-colon-path-not-const-generi...bors-0/+24
2022-03-12Auto merge of #94711 - ouz-a:master3, r=oli-obkbors-0/+92
2022-03-12Use consistent prose for `::`Michael Howell-2/+2
2022-03-12Auto merge of #94873 - DrMeepster:box_alloc_ice3, r=oli-obkbors-0/+6
2022-03-12Auto merge of #94870 - notriddle:notriddle/filter-regression, r=oli-obkbors-3/+3