about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-01-12Auto merge of #56759 - petrochenkov:prestabuni, r=nikomatsakisbors-236/+158
2019-01-12Fix a hole in generic parameter import future-proofingVadim Petrochenkov-7/+42
2019-01-12Stabilize `uniform_paths`Vadim Petrochenkov-191/+48
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-951/+537
2019-01-12Rollup merge of #57535 - varkor:stabilise-if-while-let-patterns, r=CentrilMazdak Farrokhzad-168/+155
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-752/+353
2019-01-12const_let: --bless with --compare-mode=nllMazdak Farrokhzad-77/+74
2019-01-12Auto merge of #57532 - Centril:stabilize-2175, r=varkorbors-32/+12
2019-01-12bless ui/while-letMazdak Farrokhzad-0/+1
2019-01-12Stabilise irrefutable if-let and while-let patternsvarkor-168/+154
2019-01-12Auto merge of #57234 - Centril:const-stabilizations-2, r=oli-obkbors-136/+542
2019-01-11stabilize top level or-pats in if/while let.Mazdak Farrokhzad-32/+12
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-37/+38
2019-01-09Stabilize `let` bindings and destructuring in constants and const fnOliver Scherer-654/+232
2019-01-08Consolidate equality constraints error messagevarkor-2/+2
2019-01-08Add issue reference to E0202 messagevarkor-4/+4
2019-01-08Auto merge of #56407 - GuillaumeGomez:missing-docs-reexported-macros, r=varkorbors-0/+67
2019-01-08Auto merge of #57332 - Dylan-DPC:feature/stabilise-cfg-attr, r=Centrilbors-64/+12
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-07Auto merge of #57405 - pietroalbini:rollup, r=pietroalbinibors-1/+1
2019-01-07Rollup merge of #57358 - euclio:docck-unicode, r=QuietMisdreavusPietro Albini-1/+1
2019-01-07Auto merge of #57304 - davidtwco:issue-57280, r=nikomatsakisbors-0/+43
2019-01-07Auto merge of #57379 - petrochenkov:parsrecov, r=estebankbors-879/+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-879/+749
2019-01-06check missing docs for reexported macros as wellGuillaume Gomez-0/+67
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-06use utf-8 throughout htmldocckAndy Russell-1/+1
2019-01-06Auto merge of #57286 - alexcrichton:less-thin-2-2, r=nikomatsakisbors-141/+0
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-05Auto merge of #57354 - kennytm:rollup, r=kennytmbors-165/+184