about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2021-09-15factor into struct, and commentsGus Wynn-21/+49
2021-09-15Move some tests to more reasonable directoriesCaio-35/+0
2021-09-15Disable RemoveZsts in generators to avoid query cyclesTomasz Miąsko-0/+16
2021-09-15Move tests to library/core/testsAlbin Hedman-20/+0
2021-09-15Add test for try operator with OptionAlbin Hedman-2/+9
2021-09-15Add test for try operator on ResultAlbin Hedman-0/+16
2021-09-15Add tests for feature(const_identity_convert)Albin Hedman-0/+20
2021-09-15Move object safety suggestions to the end of the errorEsteban Kuber-40/+40
2021-09-15Check for shadowing issues involving block labelsTomasz Miąsko-20/+56
2021-09-15Coerce const FnDefs to implement const Fn traitsDeadbeef-0/+31
2021-09-15Auto merge of #88558 - fee1-dead:const-drop, r=oli-obkbors-0/+274
2021-09-15Point to closure when emitting 'cannot move out' for captured variableFabian Wolff-211/+495
2021-09-14Fix ICE when `start` lang item has wrong genericsasquared31415-10/+29
2021-09-14Add reachable_patterns lint to rfc-2008-non_exhaustiveDevin Ragotzy-5/+340
2021-09-14Auto merge of #88914 - GuillaumeGomez:rollup-h5svc6w, r=GuillaumeGomezbors-4/+47
2021-09-13Auto merge of #87794 - bonega:enum_niche_prefer_zero, r=nagisabors-0/+14
2021-09-13enum niche allocation grows toward zero if possibleAndreas Liljeqvist-0/+14
2021-09-13Rollup merge of #88894 - FabianWolff:issue-88818, r=estebankGuillaume Gomez-0/+38
2021-09-13Rollup merge of #88851 - fee1-dead:dup-bound, r=oli-obkGuillaume Gomez-4/+9
2021-09-13Improve error message for type mismatch in generator argumentsFabian Wolff-0/+31
2021-09-13Auto merge of #87915 - estebank:fancy-spans, r=oli-obkbors-842/+1046
2021-09-13Add negative test in macro-braces-dot-question.rs.Mara Bos-0/+2
2021-09-13error formatting and fix buildGus Wynn-26/+39
2021-09-13Highlight the const function if error happened because of a bound on the impl...Waffle-4/+23
2021-09-13Suggest replacing an inexisting field for an unmentioned fieldHirochika Matsumoto-2/+8
2021-09-12chore: convert to a multi-part suggestionMichael Howell-4/+7
2021-09-12Do not issue E0071 if a type error has already been reportedFabian Wolff-0/+26
2021-09-12Improve error message for missing trait in trait implFabian Wolff-0/+38
2021-09-12Auto merge of #88811 - jackh726:issue-88446, r=nikomatsakisbors-0/+35
2021-09-12Use boxed slice instead of BTreeSet.Camille GILLOT-11/+11
2021-09-12Rollup merge of #88709 - BoxyUwU:thir-abstract-const, r=lcnrManish Goregaokar-22/+77
2021-09-12Rollup merge of #88336 - jackh726:gats-where-constraints, r=estebankManish Goregaokar-17/+33
2021-09-12Fix suggestion for nested struct patternsFabian Wolff-0/+60
2021-09-11array comment + test for referencesGus Wynn-0/+71
2021-09-11skip the uninhabitated check and commentsGus Wynn-9/+27
2021-09-11must_not_suspend implGus Wynn-0/+249
2021-09-11Rollup merge of #88779 - estebank:unused-delims, r=davidtwcoJubilee-82/+499
2021-09-11Rollup merge of #88757 - andrewhickman:master, r=jackh726Jubilee-2/+34
2021-09-11Rollup merge of #88733 - Noble-Mushtak:88577, r=estebankJubilee-0/+25
2021-09-11Rollup merge of #88209 - Amanieu:asm_in_underscore, r=nagisaJubilee-25/+49
2021-09-11Rollup merge of #88147 - FabianWolff:issue-88097, r=jackh726Jubilee-0/+31
2021-09-11Allow simd_shuffle to accept vectors of any lengthCaleb Zulawski-18/+95
2021-09-11Fix duplicate bounds for const_trait_implDeadbeef-4/+9
2021-09-11Auto merge of #88214 - notriddle:notriddle/for-loop-span-drop-temps-mut, r=na...bors-0/+65
2021-09-11In suggest_missing_return_type, erase late bound regions after normalizingjackh726-0/+39
2021-09-10Add the corrections stuff to the 88803 test caseMichael Howell-1/+12
2021-09-10feat(rustc_typeck): suggest removing bad parens in `(recv.method)()`Michael Howell-0/+19
2021-09-10Fix error recovery in format macro parsingFabian Wolff-0/+77
2021-09-10Add a range pattern inference failing testGary Guo-0/+49
2021-09-10Add ui test for issue 88074Gary Guo-0/+16