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