about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2019-01-13Rollup merge of #57564 - varkor:update-const_fn-tracking-issue, r=CentrilMazdak Farrokhzad-4/+4
2019-01-13Rollup merge of #57560 - petrochenkov:selfinmac, r=alexregMazdak Farrokhzad-0/+21
2019-01-13Rollup merge of #57557 - petrochenkov:ecused, r=varkorMazdak Farrokhzad-0/+66
2019-01-13Rollup merge of #57412 - JohnTitor:improve-the-wording-1, r=varkorMazdak Farrokhzad-45/+45
2019-01-13Update the const fn tracking issue to the new metabugvarkor-4/+4
2019-01-13hygiene: Do not treat `Self` ctor as a local variableVadim Petrochenkov-0/+21
2019-01-13resolve: Mark extern crate items as used in more casesVadim Petrochenkov-0/+66
2019-01-12Auto merge of #56759 - petrochenkov:prestabuni, r=nikomatsakisbors-212/+145
2019-01-12Fix a hole in generic parameter import future-proofingVadim Petrochenkov-7/+42
2019-01-12Stabilize `uniform_paths`Vadim Petrochenkov-167/+35
2019-01-12resolve: Prohibit use of imported tool modulesVadim Petrochenkov-6/+44
2019-01-12resolve: Prohibit use of imported non-macro attributesVadim Petrochenkov-4/+23
2019-01-12resolve: Prohibit use of uniform paths in macros originating from 2015 editionVadim Petrochenkov-1/+1
2019-01-12resolve: Assign `pub` and `pub(crate)` visibilities to `macro_rules` itemsVadim Petrochenkov-40/+13
2019-01-12Auto merge of #57542 - Centril:rollup, r=Centrilbors-928/+569
2019-01-12Rollup merge of #57535 - varkor:stabilise-if-while-let-patterns, r=CentrilMazdak Farrokhzad-155/+196
2019-01-12Rollup merge of #57522 - euclio:format-ice, r=varkorMazdak Farrokhzad-4/+11
2019-01-12Rollup merge of #57493 - euclio:deref-suggest, r=oli-obkMazdak Farrokhzad-21/+12
2019-01-12Rollup merge of #57459 - varkor:E0202-issue-reference, r=petrochenkovMazdak Farrokhzad-6/+6
2019-01-12Rollup merge of #57175 - oli-obk:const_let_stabilization, r=nikomatsakisMazdak Farrokhzad-742/+344
2019-01-12const_let: --bless with --compare-mode=nllMazdak Farrokhzad-77/+74
2019-01-12Auto merge of #57532 - Centril:stabilize-2175, r=varkorbors-31/+0
2019-01-12bless ui/while-letMazdak Farrokhzad-0/+1
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-10use structured suggestion when casting a referenceAndy Russell-21/+12
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-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