about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2019-01-13Removed more copyright notices.Alexander Regueiro-14/+4
2019-01-13Auto merge of #51487 - Zoxc:incr-passes, r=michaelwoeristerbors-36/+181
2019-01-13forbid manually impl'ing one of an object type's marker traitsAriel Ben-Yehuda-0/+132
2019-01-13Rollup merge of #57549 - taiki-e:must_use, r=estebankMazdak Farrokhzad-1/+1
2019-01-13Rollup merge of #57102 - davidtwco:issue-57100, r=nikomatsakisMazdak Farrokhzad-126/+216
2019-01-13librustc_mir: Fix ICE with slice patternsDan Robertson-0/+55
2019-01-13remove extern_in_paths.Mazdak Farrokhzad-113/+48
2019-01-13Address review commentsVadim Petrochenkov-8/+8
2019-01-13Implement basic input validation for built-in attributesVadim Petrochenkov-1199/+1065
2019-01-13Change #[must_use] message of IteratorTaiki Endo-1/+1
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-12Don't add label to the match expr when the type is not fully realizedEsteban Küber-13/+1
2019-01-12Reword label as per review commentEsteban Küber-25/+25
2019-01-12Point at the match discriminant when arm pattern has a type mismatchEsteban Küber-2/+54
2019-01-12Suggest correct location for lifetime parameters in useEsteban Küber-38/+39
2019-01-13Update the const fn tracking issue to the new metabugvarkor-4/+4
2019-01-12Remove unrelated errors from parse stderr testsEsteban Küber-105/+35
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-13privacy: Fix private-in-public check for existential typesVadim Petrochenkov-0/+15
2019-01-13resolve: Add a test for issue #57539Vadim Petrochenkov-0/+26
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-11Add label for invalid literal suffixEsteban Küber-8/+8
2019-01-11Tweak incorrect discriminator value variant errorEsteban Küber-19/+40
2019-01-11Small tweaks to parser errorsEsteban Küber-17/+19
2019-01-11Tweak type argument after assoc type errorEsteban Küber-1/+1
2019-01-11Continue evaluating after finding incorrect .. in patternEsteban Küber-8/+32
2019-01-11fix testEsteban Küber-0/+1
2019-01-11Continue evaluating after incorrect float literalEsteban Küber-11/+49
2019-01-11fix testsEsteban Küber-2/+3
2019-01-11Continue evaluating after type argument in where clauseEsteban Küber-2/+10
2019-01-11Continue evaluating after missing `for` in `impl Trait for Foo`Esteban Küber-7/+28