| Age | Commit message (Expand) | Author | Lines |
| 2023-11-12 | coverage: Regression test for #117788 | Zalathar | -0/+74 |
| 2023-11-09 | update mir-opt tests | lcnr | -21/+21 |
| 2023-11-09 | generator layout: ignore fake borrows | lcnr | -0/+34 |
| 2023-11-09 | add test for trivial bound not holding in `soa-derive` | Rémy Rakic | -0/+8 |
| 2023-11-09 | Make sure that predicates with unmentioned bound vars are still considered gl... | Michael Goulet | -0/+32 |
| 2023-11-09 | review + add tests | lcnr | -0/+41 |
| 2023-11-09 | dropck_outlives check generator witness needs_drop | lcnr | -37/+10 |
| 2023-10-20 | revert rust-lang/rust#114586 | Ali MJ Al-Nasrawy | -22/+110 |
| 2023-10-20 | Disable effects in libcore again | Oli Scherer | -0/+30 |
| 2023-10-20 | Make `#[repr(Rust)]` and `#[repr(C)]` incompatible with one another | León Orell Valerian Liehr | -0/+62 |
| 2023-10-20 | hide `host` param from generic parameter list of `~const` bounds | Oli Scherer | -1/+1 |
| 2023-10-20 | Add regression test for generic args showing `host` param | Oli Scherer | -0/+12 |
| 2023-10-20 | Test cross crate | Oli Scherer | -0/+15 |
| 2023-10-20 | Hide host effect params from docs | Oli Scherer | -2/+2 |
| 2023-10-20 | Add regression tests | Oli Scherer | -0/+19 |
| 2023-09-30 | Auto merge of #115933 - oli-obk:simd_shuffle_const, r=workingjubilee | bors | -19/+129 |
| 2023-09-29 | Rollup merge of #116263 - ferrocene:pa-more-bare-metal-fixes, r=oli-obk | Matthias Krüger | -4/+6 |
| 2023-09-29 | Rollup merge of #116030 - RalfJung:abi-compat-test, r=wesleywiser | Matthias Krüger | -10/+173 |
| 2023-09-29 | Rollup merge of #112123 - bvanjoi:fix-98562, r=compiler-errors | Matthias Krüger | -1/+50 |
| 2023-09-29 | Auto merge of #113301 - Be-ing:stabilize_bundle_whole-archive, r=petrochenkov | bors | -31/+2 |
| 2023-09-29 | mark relevant tests as requiring unwinding | Pietro Albini | -2/+5 |
| 2023-09-29 | Auto merge of #115759 - oli-obk:open_drop_from_non-ADT, r=lcnr | bors | -58/+133 |
| 2023-09-29 | add needs-relocation-model-pic to compiletest | Pietro Albini | -2/+1 |
| 2023-09-29 | fix(suggestion): insert projection to associated types | bohan | -1/+50 |
| 2023-09-29 | Rollup merge of #116253 - asquared31415:adt_const_params_feature, r=compiler-... | Matthias Krüger | -52/+197 |
| 2023-09-29 | Rollup merge of #116239 - cjgillot:issue-116212, r=WaffleLapkin | Matthias Krüger | -0/+14 |
| 2023-09-29 | Rollup merge of #116231 - DaniPopes:simpler-lint-array, r=Nilstrieb | Matthias Krüger | -10/+9 |
| 2023-09-29 | Rollup merge of #116201 - Jarcho:noop_fix, r=fee1-dead | Matthias Krüger | -7/+33 |
| 2023-09-29 | Auto merge of #116089 - estebank:issue-115992-2, r=compiler-errors | bors | -53/+218 |
| 2023-09-29 | Auto merge of #115843 - lcnr:bb-provisional-cache, r=compiler-errors | bors | -2/+78 |
| 2023-09-29 | Auto merge of #115821 - obeis:hir-analysis-migrate-diagnostics-5, r=compiler-... | bors | -3/+9 |
| 2023-09-28 | make adt_const_params feature suggestion more consistent with others and only... | asquared31415 | -52/+197 |
| 2023-09-28 | Auto merge of #115659 - compiler-errors:itp, r=cjgillot | bors | -91/+44 |
| 2023-09-28 | Remove `rustc_lint_defs::lint_array` | DaniPopes | -10/+9 |
| 2023-09-28 | Auto merge of #116199 - Urgau:simplify-invalid_ref_casting, r=cjgillot | bors | -22/+102 |
| 2023-09-28 | Add test for 116212. | Camille GILLOT | -0/+14 |
| 2023-09-28 | Strip `OpaqueCast` during `RevealAll`. | Oli Scherer | -23/+33 |
| 2023-09-28 | Bless mir-opt tests | Oli Scherer | -40/+46 |
| 2023-09-28 | Remove unnecessary generator-check, which also fixes the issue within async f... | Oli Scherer | -1/+2 |
| 2023-09-28 | Unconditionally run `RevealAll` pass and run it earlier | Oli Scherer | -17/+75 |
| 2023-09-28 | Rollup merge of #116214 - notriddle:master, r=aDotInTheVoid | Matthias Krüger | -0/+60 |
| 2023-09-28 | Rollup merge of #116191 - apekros:issue-56098, r=petrochenkov | Matthias Krüger | -0/+3 |
| 2023-09-28 | Fix `noop_method_call` detection for new diagnostic items | Jason Newcomb | -7/+33 |
| 2023-09-28 | Rollup merge of #116215 - estebank:parse-type-angle-bracket-tweak, r=compiler... | Matthias Krüger | -25/+147 |
| 2023-09-28 | Tweak wording of missing angle backets in qualified path | Esteban Küber | -25/+147 |
| 2023-09-27 | rustdoc: add URLs for test issues | Michael Howell | -0/+25 |
| 2023-09-27 | Rename issue-\d+.rs tests to have meaningful names | Michael Howell | -0/+0 |
| 2023-09-27 | Add `crate_name` to test so that it can be renamed | Michael Howell | -0/+35 |
| 2023-09-27 | Auto merge of #109597 - cjgillot:gvn, r=oli-obk | bors | -16/+6609 |
| 2023-09-27 | Fix ICE by introducing an expr_or_init variant for outside bodies | Urgau | -0/+4 |