about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2024-04-09Rollup merge of #123652 - cuviper:ui-vendor, r=jieyouxuMatthias Krüger-1/+1
2024-04-09Rollup merge of #123649 - maurer:kcfi-v0, r=compiler-errorsMatthias Krüger-0/+30
2024-04-09Rollup merge of #123648 - oli-obk:pattern_types_syntax, r=compiler-errorsMatthias Krüger-0/+38
2024-04-09Rollup merge of #122768 - oli-obk:why_is_E0699_so_bad, r=WaffleLapkinMatthias Krüger-18/+48
2024-04-08Auto merge of #122077 - oli-obk:eager_opaque_checks4, r=lcnrbors-109/+161
2024-04-08Fix UI tests with dist-vendored dependenciesJosh Stone-1/+1
2024-04-08KCFI: Use legal charset in shim encodingMatthew Maurer-0/+30
2024-04-08Avoid ICEing without the `pattern_types` feature gateOli Scherer-0/+38
2024-04-08Rollup merge of #123635 - maurer:kcfi-no-assoc, r=compiler-errorsMatthias Krüger-2/+6
2024-04-08Rollup merge of #123578 - lqd:regression-123275, r=compiler-errorsMatthias Krüger-0/+244
2024-04-08Rollup merge of #123518 - compiler-errors:by-move-fixes, r=oli-obkMatthias Krüger-0/+299
2024-04-08Rollup merge of #123367 - jswrenn:layoutify, r=compiler-errorsMatthias Krüger-520/+611
2024-04-08CFI: Fix ICE in KCFI non-associated function pointersMatthew Maurer-2/+6
2024-04-08Auto merge of #120131 - oli-obk:pattern_types_syntax, r=compiler-errorsbors-4/+741
2024-04-08Compute transmutability from `rustc_target::abi::Layout`Jack Wrenn-520/+611
2024-04-08Ensure the canonical_param_env_cache does not contain inconsistent informatio...Oli Scherer-0/+27
2024-04-08Mark some tests as known-bugs and add the test case from the corresponding issueOli Scherer-23/+78
2024-04-08Scrape extraneous regions from instantiate_nll_query_response_and_region_obli...Oli Scherer-1/+1
2024-04-08Pass list of defineable opaque types into canonical queriesOli Scherer-91/+29
2024-04-08Add regression testOli Scherer-0/+32
2024-04-08Rollup merge of #120144 - petrochenkov:unty, r=davidtwcoMatthias Krüger-23/+4
2024-04-08Normalize layout test to protect against android alignment differencesOli Scherer-14/+16
2024-04-08Actually create ranged int types in the type system.Oli Scherer-5/+592
2024-04-08Test macrosOli Scherer-0/+35
2024-04-08Start handling pattern types at the HIR -> Ty conversion boundaryOli Scherer-5/+13
2024-04-08Add pattern types to parserOli Scherer-0/+105
2024-04-08Auto merge of #123577 - Urgau:prep-work-for-compiletest-check-cfg, r=oli-obkbors-165/+121
2024-04-07Move testsCaio-0/+0
2024-04-07tests/ui: remove workaround for broken revisioned run-rustfix test许杰友 Jieyou Xu (Joe)-8/+4
2024-04-07compiletest: properly handle revisioned run-rustfix tests许杰友 Jieyou Xu (Joe)-0/+32
2024-04-07Rollup merge of #123579 - matthiaskrgr:I_Love_Tests, r=jieyouxuMatthias Krüger-0/+245
2024-04-07Rollup merge of #123410 - madsmtm:relax-framework-linking-test, r=fmeaseMatthias Krüger-2/+4
2024-04-07add test for assertion failed: !value.has_infer() #115806Matthias Krüger-0/+33
2024-04-06add non-regression test for issue 123275Rémy Rakic-0/+244
2024-04-07add test for ice: unknown alias DefKind: AnonConst #116710Matthias Krüger-0/+34
2024-04-07Rename invalid `false` cfg to valid `_false` cfgUrgau-2/+2
2024-04-07Remove useless configs in testsUrgau-44/+4
2024-04-07Unify all the always-false cfgs under the `FALSE` cfgUrgau-119/+115
2024-04-07Rollup merge of #123563 - Oneirical:version, r=jieyouxuMatthias Krüger-0/+9
2024-04-07Rollup merge of #123516 - estebank:issue-123428, r=compiler-errorsMatthias Krüger-0/+26
2024-04-07add test for ICE: failed to resolve instance for <fn() -> impl ...> #123145Matthias Krüger-0/+35
2024-04-07add test for ice called Option::unwrap() on a None value in collector.rs:934:...Matthias Krüger-0/+58
2024-04-06add test for ICE: Unexpected unsized type tail: &ReStatic [u8] #122488Matthias Krüger-0/+37
2024-04-06add test for ICE: !base.layout().is_sized() #123078Matthias Krüger-0/+48
2024-04-06Rewrite version test as UI testOneirical-0/+9
2024-04-06Do not ICE on field access check on expr with `ty::Error`Esteban Küber-0/+26
2024-04-06Put checks that detect UB under their own flag below debug_assertionsBen Kimock-45/+125
2024-04-06Rollup merge of #122291 - lilasta:stabilize_const_location_fields, r=dtolnayMatthias Krüger-8/+6
2024-04-06Auto merge of #123540 - matthiaskrgr:rollup-8ewq0zt, r=matthiaskrgrbors-0/+33
2024-04-06Relax framework linking testMads Marquart-2/+4