summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2022-10-29Fix testsMark Rousskov-1/+3
2022-10-29No need to probe when relating opaques in nll_relateMichael Goulet-0/+24
2022-10-29Only ban duplication across parameters.Camille GILLOT-0/+3
2022-10-29Do not consider repeated lifetime params for elision.Camille GILLOT-1/+16
2022-10-29Add test validating successful backportMark Rousskov-0/+35
2022-10-29Add normalize hack backMichael Goulet-0/+31
2022-10-27Revert "Do not consider method call receiver as an argument in AST."Michael Goulet-46/+0
2022-10-20Do anonymous lifetimes remapping correctly for nested rpitsSantiago Pastorino-0/+23
2022-10-20Fix `TyKind::is_simple_path`.Nicholas Nethercote-0/+44
2022-10-20Tweak `deriving-all-codegen.rs`.Nicholas Nethercote-3/+5
2022-10-20Add test for issue 102389Gary Guo-0/+17
2022-10-20Better binder treatmentMichael Goulet-0/+41
2022-10-06Revert "Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obk"Camille GILLOT-74/+19
2022-10-06Support bindings with anon consts in genericsMichael Goulet-0/+15
2022-10-05use build-pass for the testX-1/+1
2022-10-05fix unwind drop glue for if-then scopesDing Xiang Fei-0/+44
2022-10-04Deny associated type bindings within associated type bindingsMichael Goulet-2/+73
2022-10-04Bless test output changesFrank Steffahn-4/+4
2022-10-04add testlcnr-0/+50
2022-10-04Use Predicate ConstraintCategory when normalizingJack Huey-0/+133
2022-10-04Final bitsJack Huey-0/+67
2022-10-04add miri test via const fnDing Xiang Fei-0/+19
2022-09-17Rollup merge of #101807 - jackh726:no-gat-defaults, r=lcnrDylan DPC-0/+54
2022-09-17Rollup merge of #101790 - TaKO8Ki:do-not-suggest-placeholder-to-const-and-sta...Dylan DPC-0/+28
2022-09-17Rollup merge of #98441 - calebzulawski:simd_as, r=oli-obkDylan DPC-0/+33
2022-09-17Rollup merge of #93628 - est31:stabilize_let_else, r=joshtriplettDylan DPC-105/+78
2022-09-16Rollup merge of #101741 - andrewpollack:add-needs-unwind-ui-tests, r=tmandryMichael Howell-11/+21
2022-09-16Auto merge of #97800 - pnkfelix:issue-97463-fix-aarch64-call-abi-does-not-zer...bors-0/+39
2022-09-16Adding needs-unwind arg to applicable compiler ui testsAndrew Pollack-11/+21
2022-09-16fix typo in comment noted by bjorn3.Felix S. Klock II-1/+1
2022-09-16Auto merge of #101902 - jackh726:revert-static-hrtb-error, r=nikomatsakisbors-200/+73
2022-09-16Add test for #101844Jack Huey-0/+73
2022-09-16Revert "Better errors for implied static bound"Jack Huey-67/+0
2022-09-16Revert "Use Predicate ConstraintCategory when normalizing"Jack Huey-133/+0
2022-09-16Rollup merge of #101843 - chenyukang:fix-101797, r=oli-obkGuillaume Gomez-0/+28
2022-09-16Rollup merge of #101753 - oli-obk:tait_closure_args, r=compiler-errorsDylan DPC-8/+47
2022-09-16do not suggest a placeholder to const and static without a typeTakayuki Maeda-0/+28
2022-09-15Auto merge of #101831 - compiler-errors:issue-75899, r=jackh726bors-0/+39
2022-09-15Remove the let_else feature gate from the testsuiteest31-78/+62
2022-09-15Remove feature gate from let else suggestionest31-8/+8
2022-09-15Stabilize the let_else featureest31-19/+8
2022-09-16tweak suggestionyukang-1/+1
2022-09-15Auto merge of #101410 - dingxiangfei2009:fix-let-else-scoping, r=jackh726bors-1/+22
2022-09-15fix #101797: Suggest associated const for incorrect use of let in traitsyukang-0/+28
2022-09-15Rollup merge of #101740 - andrewpollack:add-ignore-fuchsia-ui-tests, r=tmandryMatthias Krüger-0/+6
2022-09-15enclose else block in terminating scopeDing Xiang Fei-2/+1
2022-09-15add test for #99975Ding Xiang Fei-0/+20
2022-09-15reorder nesting scopes and declare bindings without drop scheduleDing Xiang Fei-1/+3
2022-09-15Normalize struct types in confirm_builtin_unsize_candidateMichael Goulet-0/+39
2022-09-15Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obkbors-19/+74