about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2021-09-10Perform type inference in range patternGary Guo-12/+1
2021-09-10Improve diagnostics if a character literal contains combining marksFabian Wolff-0/+90
2021-09-10Rollup merge of #88578 - notriddle:notriddle/suggest-add-reference-to-for-loo...Manish Goregaokar-2/+92
2021-09-10Rollup merge of #88546 - scrabsha:scrabsha/closure-missing-braces, r=estebankManish Goregaokar-0/+110
2021-09-10Rollup merge of #87441 - ibraheemdev:i-86865, r=cjgillotManish Goregaokar-0/+29
2021-09-09In relate_tys, when creating new universes, insert missing universes as otherjackh726-0/+35
2021-09-09Ignore automatically derived impls of `Clone` and `Debug` in dead code analysisFabian Wolff-10/+128
2021-09-09Emit proper errors on missing closure bracesSasha Pourcelot-0/+110
2021-09-09add test for builtin types N + N unifying with fn callEllen-1/+22
2021-09-09Use more accurate spans for "unused delimiter" lintEsteban Kuber-82/+499
2021-09-09regression test for issue #88583.Felix S. Klock II-0/+15
2021-09-09Revert "Implement Anonymous{Struct, Union} in the AST"Felix S. Klock II-138/+0
2021-09-09Revert "Add test for restriction of anonymous types on validation"Felix S. Klock II-227/+0
2021-09-09Fix issue #72649: avoid spurious "previous iteration of loop" errors.Robert Xiao-0/+132
2021-09-09Allow ~const bounds on inherent implsDeadbeef-0/+21
2021-09-09Add another test case + fmtDeadbeef-10/+92
2021-09-09fix precise live dropsDeadbeef-4/+35
2021-09-09Use trait select logic instead of queryDeadbeef-4/+34
2021-09-09fmtDeadbeef-1/+1
2021-09-09Failing testDeadbeef-0/+31
2021-09-09Const drop selection candidatesDeadbeef-0/+51
2021-09-09better testDeadbeef-35/+15
2021-09-09Add a simple test caseDeadbeef-0/+48
2021-09-08Fatal error for functions with more than 65535 argumentsNoble-Mushtak-0/+25
2021-09-09CI pleaseEllen-0/+1
2021-09-09resolve `from_hir_call` FIXMEEllen-1/+24
2021-09-09add a `CastKind` to `Node::Cast`Ellen-0/+21
2021-09-09bless stderrEllen-13/+8
2021-09-09dont support blocksEllen-9/+3
2021-09-08Rollup merge of #88691 - hyd-dev:88649, r=Mark-SimulacrumJack Huey-0/+18
2021-09-08Rollup merge of #88553 - theo-lw:issue-88276, r=estebankJack Huey-6/+78
2021-09-08Rollup merge of #88541 - vandenheuvel:regression_test_74400, r=Mark-SimulacrumJack Huey-0/+54
2021-09-08Auto merge of #86943 - ptrojahn:suggest_derive, r=estebankbors-0/+148
2021-09-08Auto merge of #88061 - jackh726:genericbound-cleanup, r=estebankbors-49/+56
2021-09-08Auto merge of #88477 - sexxi-goose:issue-88476, r=nikomatsakisbors-0/+206
2021-09-07Fix duplicate errorjackh726-27/+6
2021-09-07Detect stricter constraints on gats where clauses in impls vs traitjackh726-20/+57
2021-09-07A bit of cleanup to astconvjackh726-45/+45
2021-09-07Don't move ?Trait bounds to param bounds if they're in where clausesjackh726-4/+11
2021-09-07Recover from `Foo(a: 1, b: 2)`Esteban Kuber-24/+42
2021-09-07Auto merge of #88161 - michaelwoerister:fix-whole-archive-no-bundle, r=petroc...bors-0/+31
2021-09-07test: add case for mutating iteratorMichael Howell-1/+44
2021-09-06Suggest wapping expr in parentheses on invalid unary negationAndrew Hickman-2/+34
2021-09-06Normalize assoc types when checking ret ty of mainThePuzzlemaker-0/+19
2021-09-06Add test for braced-macro followed by `.` or `?`.Mara Bos-0/+9
2021-09-06Add a regression test for https://github.com/rust-lang/rust/issues/88649hyd-dev-0/+18
2021-09-06Auto merge of #88686 - rylev:rollup-m1tf9ir, r=m-ou-sebors-1/+204
2021-09-06Suggest deriving traits if possiblePaul Trojahn-0/+148
2021-09-06Rollup merge of #88661 - est31:typo_fix_in_test, r=joshtriplettRyan Levick-1/+1
2021-09-06Rollup merge of #88602 - BoxyUwU:tests-uwu-nya, r=lcnrRyan Levick-0/+203