summary refs log tree commit diff
path: root/src/test/ui/issues
AgeCommit message (Expand)AuthorLines
2019-02-22update test files to reflect new outputNiko Matsakis-3/+3
2019-02-22make generalization code create new variables in correct universeNiko Matsakis-0/+36
2019-02-17Address review comments and cleanup codeVadim Petrochenkov-14/+14
2019-02-17#56411 do not suggest a fix for a import conflict in a macroFrançois Mockers-0/+53
2019-02-04Don't panic when accessing enum variant ctor using `Self` in matchEsteban Küber-0/+24
2019-01-14Rollup merge of #57585 - estebank:trailing-semicolon, r=petrochenkovMazdak Farrokhzad-6/+12
2019-01-14Rollup merge of #57477 - euclio:clarify-lev-suggestion, r=zackmdavisMazdak Farrokhzad-15/+25
2019-01-14Auto merge of #57387 - euclio:nonstandard-style-suggestions, r=oli-obkbors-11/+11
2019-01-13Recover from item trailing semicolonEsteban Küber-6/+12
2019-01-13Auto merge of #57580 - Centril:rollup, r=Centrilbors-0/+77
2019-01-13Rollup merge of #57538 - dlrobertson:fix_57472, r=zackmdavisMazdak Farrokhzad-0/+55
2019-01-13Rollup merge of #57366 - estebank:point-match-discrim, r=varkorMazdak Farrokhzad-0/+22
2019-01-13Auto merge of #51487 - Zoxc:incr-passes, r=michaelwoeristerbors-0/+34
2019-01-13Rollup merge of #57102 - davidtwco:issue-57100, r=nikomatsakisMazdak Farrokhzad-8/+11
2019-01-13librustc_mir: Fix ICE with slice patternsDan Robertson-0/+55
2019-01-12Reword label as per review commentEsteban Küber-10/+10
2019-01-12Point at the match discriminant when arm pattern has a type mismatchEsteban Küber-0/+22
2019-01-12Rollup merge of #57535 - varkor:stabilise-if-while-let-patterns, r=CentrilMazdak Farrokhzad-7/+8
2019-01-12Rollup merge of #57175 - oli-obk:const_let_stabilization, r=nikomatsakisMazdak Farrokhzad-217/+27
2019-01-12const_let: --bless with --compare-mode=nllMazdak Farrokhzad-57/+3
2019-01-12Stabilise irrefutable if-let and while-let patternsvarkor-7/+8
2019-01-11Auto merge of #57355 - arielb1:correct-subst, r=nikomatsakisbors-0/+23
2019-01-11Update testsJohn Kåre Alsaker-0/+34
2019-01-09clarify resolve typo suggestionAndy Russell-15/+25
2019-01-09const fn feature gate is not needed anymore in a lot of testsOliver Scherer-5/+3
2019-01-09Stabilize `let` bindings and destructuring in constants and const fnOliver Scherer-158/+24
2019-01-08improve non_upper_case_globals diagnosticsAndy Russell-11/+11
2019-01-06Auto merge of #57272 - petrochenkov:featrecov, r=estebankbors-4/+6
2019-01-06Make sure feature gate errors are recoverable (take 2)Vadim Petrochenkov-4/+6
2019-01-06Auto merge of #57291 - euclio:method-call-suggestion, r=estebankbors-9/+13
2019-01-05Auto merge of #57230 - estebank:return-mismatch, r=varkorbors-22/+24
2019-01-05use the correct supertrait substitution in `object_ty_for_trait`Ariel Ben-Yehuda-0/+23
2019-01-05Rollup merge of #57249 - frewsxcv:frewsxcv-second-edition, r=KodrAuskennytm-22/+22
2019-01-05Rollup merge of #57229 - mikeyhew:fix-56806, r=varkorkennytm-0/+19
2019-01-05Auto merge of #56837 - arielb1:nonprincipal-trait-objects, r=nikomatsakisbors-26/+302
2019-01-04use `delay_span_bug` instead of `bug!` when doing layout sanity checkMichael Hewson-0/+19
2019-01-04Improve diagnostic labels and add note.David Wood-2/+4
2019-01-04add test for #57162Ariel Ben-Yehuda-0/+7
2019-01-04Auto merge of #56897 - euclio:parse-fatal, r=estebankbors-10/+12
2019-01-04alphabetize marker traits when printedAriel Ben-Yehuda-10/+10
2019-01-04implement a hack to make traitobject 0.1.0 compileAriel Ben-Yehuda-28/+297
2019-01-03use structured suggestion for method callsAndy Russell-9/+13
2019-01-02improve handling for subtypeNiko Matsakis-21/+7
2019-01-02say "the lifetime" instead of "some lifetime" when it feels rightNiko Matsakis-4/+4
2019-01-02apply the new placeholder errors even with just one placeholderNiko Matsakis-37/+20
2019-01-02WIP other test changesNiko Matsakis-1/+0
2019-01-02tests: worse diagnostics, but basically same errorsNiko Matsakis-78/+66
2019-01-02make `panictry!` private to libsyntaxAndy Russell-10/+12
2019-01-02Auto merge of #57250 - codeworm96:tyerr_msg, r=varkorbors-12/+12
2019-01-01Auto merge of #57209 - estebank:suggest-raw-ident, r=petrochenkovbors-0/+12