about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2023-10-02Point out the actual mismatch errorMichael Goulet-0/+38
2023-10-02For a single impl candidate, try to unify it with error trait refMichael Goulet-31/+31
2023-10-02Auto merge of #102099 - InnovativeInventor:re-cold-land, r=nikicbors-1/+79
2023-10-02Don't suggest nonsense suggestions for unconstrained type vars in note_source...Michael Goulet-0/+35
2023-10-02have better explanation for `relate_types`ouz-a-8/+4
2023-10-02change is_subtype to relate_typesouz-a-47/+53
2023-10-02Add docs, remove code, change subtyper codeouz-a-310/+9
2023-10-02subtyping_projectionsouz-a-2/+309
2023-10-02Rollup merge of #114454 - Nilstrieb:no-evil-sorting, r=cjgillotTyler Mandry-80/+80
2023-10-02Replace `HashMap` with `IndexMap` in pattern binding resolveNilstrieb-80/+80
2023-10-02Address misc feedbackChinedu Francis Nwafili-35/+1
2023-10-02Limit to LLVM 17.0.2 to work around WinEH codegen bugNikita Popov-1/+4
2023-10-02Update stack protector testNikita Popov-1/+1
2023-10-02Fix codegen tests on panic=abort targetsNikita Popov-2/+2
2023-10-02Reapply: Mark drop calls in landing pads cold instead of noinlineErik Desjardins-0/+75
2023-10-02MIRI -> MiriRalf Jung-1/+2
2023-10-01Auto merge of #116281 - Nadrieril:eager-const-eval, r=cjgillotbors-15/+77
2023-10-01Auto merge of #116304 - Zalathar:unreachable, r=cjgillotbors-0/+136
2023-10-01Auto merge of #116228 - bvanjoi:fix-116164, r=cjgillotbors-0/+33
2023-10-01coverage: Regression test for functions with unreachable bodiesZalathar-0/+136
2023-09-30Validate `~const` trait bounds on associated fns.Raekye-12/+105
2023-10-01Evaluate float consts eagerlyNadrieril-15/+77
2023-09-30Auto merge of #115933 - oli-obk:simd_shuffle_const, r=workingjubileebors-19/+129
2023-09-29Rollup merge of #116263 - ferrocene:pa-more-bare-metal-fixes, r=oli-obkMatthias Krüger-4/+6
2023-09-29Rollup merge of #116030 - RalfJung:abi-compat-test, r=wesleywiserMatthias Krüger-10/+173
2023-09-29Rollup merge of #112123 - bvanjoi:fix-98562, r=compiler-errorsMatthias Krüger-1/+50
2023-09-29Only trigger refine lint on reachable traitsMichael Goulet-6/+17
2023-09-29Auto merge of #113301 - Be-ing:stabilize_bundle_whole-archive, r=petrochenkovbors-31/+2
2023-09-29Add test for rust-lang#114912apekros-0/+33
2023-09-29mark relevant tests as requiring unwindingPietro Albini-2/+5
2023-09-29Auto merge of #115759 - oli-obk:open_drop_from_non-ADT, r=lcnrbors-58/+133
2023-09-29add needs-relocation-model-pic to compiletestPietro Albini-2/+1
2023-09-29fix(suggestion): insert projection to associated typesbohan-1/+50
2023-09-29Rollup merge of #116253 - asquared31415:adt_const_params_feature, r=compiler-...Matthias Krüger-52/+197
2023-09-29Rollup merge of #116239 - cjgillot:issue-116212, r=WaffleLapkinMatthias Krüger-0/+14
2023-09-29Rollup merge of #116231 - DaniPopes:simpler-lint-array, r=NilstriebMatthias Krüger-10/+9
2023-09-29Rollup merge of #116201 - Jarcho:noop_fix, r=fee1-deadMatthias Krüger-7/+33
2023-09-29Auto merge of #116089 - estebank:issue-115992-2, r=compiler-errorsbors-53/+218
2023-09-29Auto merge of #115843 - lcnr:bb-provisional-cache, r=compiler-errorsbors-2/+78
2023-09-29Auto merge of #115821 - obeis:hir-analysis-migrate-diagnostics-5, r=compiler-...bors-3/+9
2023-09-28make adt_const_params feature suggestion more consistent with others and only...asquared31415-52/+197
2023-09-28On type error of closure call argument, point at earlier calls that affected ...Esteban Küber-3/+152
2023-09-28Auto merge of #115659 - compiler-errors:itp, r=cjgillotbors-91/+44
2023-09-28Remove `rustc_lint_defs::lint_array`DaniPopes-10/+9
2023-09-28Auto merge of #116199 - Urgau:simplify-invalid_ref_casting, r=cjgillotbors-22/+102
2023-09-28Const stabilize mem::discriminantDavid Tolnay-2/+1
2023-09-28Add test for 116212.Camille GILLOT-0/+14
2023-09-28Strip `OpaqueCast` during `RevealAll`.Oli Scherer-23/+33
2023-09-28Bless mir-opt testsOli Scherer-40/+46
2023-09-28Remove unnecessary generator-check, which also fixes the issue within async f...Oli Scherer-1/+2