about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2021-09-19Rollup merge of #88996 - Aaron1011:trailing-macro-semi, r=petrochenkovYuki Okushi-0/+34
2021-09-19Rollup merge of #88966 - tmiasko:block-label-shadowing, r=petrochenkovYuki Okushi-20/+56
2021-09-19Rollup merge of #88855 - calebzulawski:feature/simd_shuffle, r=nagisaYuki Okushi-18/+135
2021-09-19Rollup merge of #87960 - hkmatsumoto:suggest-inexisting-field-for-unmentioned...Yuki Okushi-2/+8
2021-09-19Auto merge of #89028 - Aaron1011:coercion-cause, r=nagisabors-14/+14
2021-09-18deduplicationGus Wynn-59/+45
2021-09-18generic testGus Wynn-0/+52
2021-09-18Auto merge of #88650 - sapessi:issue-77175-fix, r=estebankbors-0/+19
2021-09-18Suggest better place to add call parentheses for method expressions wrapped i...Jakub Beránek-0/+32
2021-09-17Add nofallback testsMark Rousskov-23/+95
2021-09-17Add another case of fallback to () avoid breakageMark Rousskov-0/+53
2021-09-17introduce new fallback algorithmNiko Matsakis-19/+83
2021-09-17Rollup merge of #88954 - nbdd0121:panic3, r=oli-obkGuillaume Gomez-37/+83
2021-09-17Rollup merge of #88899 - FabianWolff:issue-88844, r=matthewjasperGuillaume Gomez-0/+26
2021-09-17Rollup merge of #87566 - JohnTitor:find-eqeq-on-assoc-type-bounds, r=estebankGuillaume Gomez-0/+42
2021-09-17Rollup merge of #87460 - FabianWolff:issue-87456, r=Aaron1011Guillaume Gomez-211/+495
2021-09-17Rollup merge of #86422 - JohnTitor:clearer-parens-err-for-loop, r=estebankGuillaume Gomez-7/+10
2021-09-17Apply review commentsYuki Okushi-4/+6
2021-09-17Rollup merge of #88911 - FabianWolff:issue-88653, r=petrochenkovYuki Okushi-0/+31
2021-09-17Rollup merge of #88883 - c410-f3r:tests, r=petrochenkovYuki Okushi-35/+0
2021-09-17Rollup merge of #87529 - FabianWolff:issue-87496, r=nikomatsakisYuki Okushi-0/+28
2021-09-17Recover invalid assoc type bounds using `==`Yuki Okushi-0/+40
2021-09-17Use `multipart_suggestion`Yuki Okushi-3/+7
2021-09-17Emit clearer diagnostics for parens around `for` loop headsYuki Okushi-5/+4
2021-09-17Make diagnostics clearer for `?` operatorsYuki Okushi-2/+25
2021-09-16Auto merge of #88719 - estebank:point-at-arg-for-obligation, r=nagisabors-335/+690
2021-09-16feat(rustc_parse): recover from pre-RFC-2000 const generics syntaxMichael Howell-0/+178
2021-09-16Propagate coercion cause into `try_coerce`Aaron Hill-14/+14
2021-09-16Auto merge of #89019 - Manishearth:rollup-5qp8a5s, r=Manishearthbors-64/+82
2021-09-16Add a separate error for `dyn Trait` in `const fn`Waffle-18/+18
2021-09-16Rollup merge of #88892 - estebank:trait-objects, r=petrochenkovManish Goregaokar-40/+40
2021-09-16Rollup merge of #88729 - estebank:struct-literal-using-parens, r=oli-obkManish Goregaokar-24/+42
2021-09-16Add `ConstraintCategory::Usage` for handling aggregate constructionAaron Hill-25/+27
2021-09-16Auto merge of #88979 - tmiasko:no-remove-zsts-in-generators, r=oli-obkbors-0/+16
2021-09-16fix rebaseEsteban Kuber-0/+18
2021-09-16Point at argument when evaluating `Path`'s boundsEsteban Kuber-46/+10
2021-09-16Fix rebaseEsteban Kuber-3/+12
2021-09-16Remove unnecessary labelEsteban Kuber-28/+7
2021-09-16fix rebaseEsteban Kuber-1/+3
2021-09-16Point at call span that introduced obligation for the argEsteban Kuber-249/+657
2021-09-16Refactor `FulfillmentError` to track less dataEsteban Kuber-3/+3
2021-09-16Point at argument instead of call for their obligationsEsteban Kuber-47/+22
2021-09-16Auto merge of #86809 - DevinR528:reachable-pat, r=Nadrierilbors-5/+340
2021-09-16Fix shuffle index constant not being monomorphized.Caleb Zulawski-0/+40
2021-09-15Fix linting when trailing macro expands to a trailing semiAaron Hill-0/+34
2021-09-15Rollup merge of #88907 - WaffleLapkin:targeted_const_fn_with_a_bound_in_impl_...Manish Goregaokar-4/+23
2021-09-15Rollup merge of #88841 - notriddle:notriddle/method-parens, r=estebankManish Goregaokar-0/+33
2021-09-15Rollup merge of #88775 - pnkfelix:revert-anon-union-parsing, r=davidtwcoManish Goregaokar-365/+15
2021-09-15Rollup merge of #88690 - m-ou-se:macro-braces-dot-question-expr-parse, r=nagisaManish Goregaokar-0/+11
2021-09-15Allow `panic!("{}", computed_str)` in const fn.Gary Guo-37/+83