about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2019-02-06Auto merge of #56123 - oli-obk:import_miri_from_future, r=eddybbors-0/+126
2019-02-06Auto merge of #58061 - nnethercote:overhaul-syntax-Folder, r=petrochenkovbors-2/+2
2019-02-06Overhaul `syntax::fold::Folder`.Nicholas Nethercote-2/+2
2019-02-06Rollup merge of #58138 - ishitatsuyuki:stability-delay, r=estebankkennytm-0/+13
2019-02-05Auto merge of #57973 - davidtwco:issue-52891, r=estebankbors-61/+301
2019-02-04Add testishitatsuyuki-0/+13
2019-02-02Update visibility of intermediate use items.David Wood-0/+35
2019-02-01Auto merge of #57978 - varkor:fix-irrefutable-integer-range-match, r=oli-obkbors-0/+7
2019-02-01Fix bug in integer range matchingvarkor-0/+7
2019-02-01Auto merge of #57586 - Aaron1011:feature/pub-priv-dep, r=petrochenkovbors-0/+110
2019-02-01Update tests for future-compat warning removalAaron Hill-13/+2
2019-02-01Test allowing individual struct fieldAaron Hill-0/+6
2019-02-01Replace --extern-public with --extern-privateAaron Hill-6/+5
2019-02-01Remove feature from testAaron Hill-1/+0
2019-02-01Rename external_private_dependency to exported_private_dependenciesAaron Hill-5/+5
2019-02-01Add test for 'std' crate being publicAaron Hill-0/+13
2019-02-01Clippy fixes, rename stuff to match RFCAaron Hill-6/+27
2019-02-01Improve UI testsAaron Hill-6/+32
2019-02-01Add UI testAaron Hill-0/+57
2019-02-01Auto merge of #57916 - Zoxc:incr-passes4, r=michaelwoeristerbors-10/+3
2019-02-01Auto merge of #58002 - oli-obk:deprecated_sugg, r=zackmdavisbors-0/+34
2019-01-31Add a forever unstable opt-out of const qualification checksOliver Scherer-0/+126
2019-01-31Add suggestion for duplicated import.David Wood-61/+301
2019-01-31Rollup merge of #58008 - matthewjasper:places-conflict-args, r=oli-obkMazdak Farrokhzad-0/+36
2019-01-31Rollup merge of #58007 - estebank:issue-58006, r=petrochenkovMazdak Farrokhzad-0/+24
2019-01-31Rollup merge of #57999 - jethrogb:jb/movbe-feature, r=alexcrichtonMazdak Farrokhzad-1/+2
2019-01-31Rollup merge of #57008 - Knium:misleading-try-adding-parentheses-in-match-wit...Mazdak Farrokhzad-6/+54
2019-01-30Pass correct arguments to places_conflictMatthew Jasper-0/+36
2019-01-30Don't panic when accessing enum variant ctor using `Self` in matchEsteban Küber-0/+24
2019-01-30Add suggestions to deprecation lintsOliver Scherer-0/+34
2019-01-30Add MOVBE featureJethro Beekman-1/+2
2019-01-30Suggest to add each of `|` and `()` when unexpected `,` is found in patternKnium_-6/+54
2019-01-29Fix testsJohn Kåre Alsaker-10/+3
2019-01-29Auto merge of #57901 - lqd:issue_57362, r=nikomatsakisbors-45/+115
2019-01-28Refer to synthetically named lifetimes as "some specific lifetime" rather tha...Rémy Rakic-19/+19
2019-01-28Rollup merge of #57904 - euclio:attribute-typos, r=davidtwcoMazdak Farrokhzad-3/+43
2019-01-28Auto merge of #55704 - Nemo157:pinned-generators, r=Zoxcbors-74/+108
2019-01-28Unused variable suggestions on all patterns.David Wood-25/+129
2019-01-28Auto merge of #57910 - Mark-Simulacrum:delete-test, r=petrochenkovbors-4/+2
2019-01-27add typo suggestion to unknown attribute errorAndy Russell-3/+43
2019-01-27Temporary workaround for travis diagnostic differenceWim Looman-4/+6
2019-01-27Mark static generators as !UnpinWim Looman-0/+28
2019-01-27Change generator trait to use pinningWim Looman-74/+78
2019-01-27Auto merge of #57765 - Mark-Simulacrum:bootstrap-bump, r=alexcrichtonbors-3/+3
2019-01-27Update comment in test which has changed its purposeMark Rousskov-4/+2
2019-01-27When mentioning lifetimes, put either the trait ref or the self type closer t...Rémy Rakic-18/+18
2019-01-27Fix issue-57362-1.rs attributesRémy Rakic-0/+0
2019-01-27identify when implemented for "some specific lifetime"Niko Matsakis-12/+14
2019-01-27break apart testsNiko Matsakis-17/+24
2019-01-27Test new placeholder error messages in previously untested combinationsRemy Rakic-0/+61