about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2019-01-11Continue evaluating after parsing incorrect binary literalEsteban Küber-5/+18
2019-01-11Continue parsing after lifetime in incorrect locationEsteban Küber-5/+49
2019-01-11Continue parser after trailing type argument attributeEsteban Küber-6/+14
2019-01-12Stabilise irrefutable if-let and while-let patternsvarkor-155/+195
2019-01-12Auto merge of #57234 - Centril:const-stabilizations-2, r=oli-obkbors-16/+429
2019-01-11stabilize top level or-pats in if/while let.Mazdak Farrokhzad-31/+0
2019-01-11don't unwrap unexpected tokens in `format!`Andy Russell-4/+11
2019-01-11Auto merge of #57355 - arielb1:correct-subst, r=nikomatsakisbors-0/+23
2019-01-11Update testsJohn Kåre Alsaker-36/+181
2019-01-10new trait alias testsNiko Matsakis-0/+122
2019-01-10use structured suggestion when casting a referenceAndy Russell-21/+12
2019-01-09provide suggestion for invalid boolean castAndy Russell-20/+25
2019-01-09clarify resolve typo suggestionAndy Russell-106/+178
2019-01-09Fix irrefutable slice patterns in const fnOliver Scherer-0/+25
2019-01-09const fn feature gate is not needed anymore in a lot of testsOliver Scherer-33/+31
2019-01-09Stabilize `let` bindings and destructuring in constants and const fnOliver Scherer-647/+229
2019-01-08Consolidate equality constraints error messagevarkor-2/+2
2019-01-08Add issue reference to E0202 messagevarkor-4/+4
2019-01-08improve non_camel_case_types diagnosticsAndy Russell-66/+95
2019-01-08improve non_upper_case_globals diagnosticsAndy Russell-59/+121
2019-01-08improve non_snake_case diagnosticsAndy Russell-120/+106
2019-01-08bless youdylan_DPC-2/+2
2019-01-08remove unwanted stage0 line, fix styledylan_DPC-7/+5
2019-01-08remove unused imports and feature gate from testsdylan_DPC-7/+5
2019-01-08stabilise cfg_attrdylan_DPC-51/+3
2019-01-08Improve the wordingYuki Okushi-45/+45
2019-01-07Auto merge of #57304 - davidtwco:issue-57280, r=nikomatsakisbors-0/+43
2019-01-07Auto merge of #57379 - petrochenkov:parsrecov, r=estebankbors-875/+749
2019-01-06Auto merge of #57344 - petrochenkov:regreach, r=arielb1bors-0/+37
2019-01-06tests: Do not use `-Z parse-only`, continue compilation to test recoveryVadim Petrochenkov-875/+749
2019-01-06Auto merge of #57272 - petrochenkov:featrecov, r=estebankbors-175/+297
2019-01-06Fix CI failuresVadim Petrochenkov-63/+64
2019-01-06Make sure feature gate errors are recoverable (take 2)Vadim Petrochenkov-112/+233
2019-01-06Auto merge of #57291 - euclio:method-call-suggestion, r=estebankbors-33/+33
2019-01-05Auto merge of #57230 - estebank:return-mismatch, r=varkorbors-112/+112
2019-01-05privacy: Mark everything in a header of a reachable impl as reachableVadim Petrochenkov-8/+28
2019-01-05privacy: Fix regression in impl reachabilityVadim Petrochenkov-0/+17
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-135/+135
2019-01-05Rollup merge of #57229 - mikeyhew:fix-56806, r=varkorkennytm-0/+19
2019-01-05Rollup merge of #57219 - matthewjasper:mir-cleanup, r=nikomatsakiskennytm-14/+9
2019-01-05Auto merge of #57099 - davidtwco:issue-57098, r=nikomatsakisbors-0/+6
2019-01-05Show suggestion to use .char().nth() and link to The Book on unimplemented In...folex-0/+4
2019-01-05Auto merge of #56837 - arielb1:nonprincipal-trait-objects, r=nikomatsakisbors-26/+302
2019-01-05Auto merge of #56145 - weiznich:re_rebalance_coherence, r=nikomatsakisbors-235/+1491
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-17/+35
2019-01-04Make conflicting borrow description more robust.David Wood-0/+96
2019-01-04add test for #57162Ariel Ben-Yehuda-0/+7
2019-01-04Auto merge of #56897 - euclio:parse-fatal, r=estebankbors-12/+218