about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2019-02-07Add missing trailing newlineEsteban Küber-1/+1
2019-02-07Remove spurious complaint about missing expression for bare semicolonsEsteban Küber-8/+11
2019-02-07Deduplicate mismatched delimiter errorsEsteban Küber-52/+38
2019-02-07Auto merge of #57998 - niklasf:align-enum, r=nagisabors-18/+42
2019-02-06Lower constant patterns with ascribed types.David Wood-0/+39
2019-02-06error output updated by ./x.py test --stage 1 src/test/ui --incremental --blessClint Frederickson-38/+38
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-05[WIP] add better error message for partial moveClint Frederickson-1/+1
2019-02-05allow shorthand syntax for deprecation reasonAndy Russell-4/+34
2019-02-06Rollup merge of #58138 - ishitatsuyuki:stability-delay, r=estebankkennytm-0/+13
2019-02-05Add more testsOliver Scherer-0/+92
2019-02-05Fix span for closure return type when annotated.David Wood-0/+34
2019-02-05Auto merge of #57973 - davidtwco:issue-52891, r=estebankbors-61/+301
2019-02-04Add testishitatsuyuki-0/+13
2019-02-02Test behaviourClar Fon-4/+9
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-01add regression test for #57979Niko Matsakis-0/+42
2019-02-01Make the existential type errors a little bit more helpfulOliver Scherer-7/+7
2019-02-01Test more related casesOliver Scherer-0/+9
2019-02-01Restrict concrete types to equivalent typesOliver Scherer-16/+173
2019-02-01Generic type parameters are flexible even for existential typesOliver Scherer-86/+22
2019-02-01Test aller thingsOliver Scherer-0/+34
2019-02-01Test all the thingsOliver Scherer-24/+87
2019-02-01Be more permissive with required bounds on existential typesOliver Scherer-3/+8
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 more tests for #[repr(align(x))] on enumsNiklas Fiekas-4/+14
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-30Move privacy checking later in the pipeline and make some passes run in parallelJohn Kåre Alsaker-40/+59
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