about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-02-04Add testishitatsuyuki-0/+13
2019-02-03Fix testMatthias Einwag-1/+1
2019-02-03Apply review suggestions and fix testsMatthias Einwag-44/+132
2019-02-03Auto merge of #58081 - Centril:liballoc-2018, r=oli-obkbors-1/+1
2019-02-03liballoc: alloc-extern-crates test needs --edition=2018Mazdak Farrokhzad-1/+1
2019-02-02Test behaviourClar Fon-4/+9
2019-02-02Update visibility of intermediate use items.David Wood-0/+35
2019-02-02rustfmt the testRalf Jung-30/+62
2019-02-01fix the build errorsLokathor-3/+6
2019-02-01const-int-wrapping.rs += wrapping_negLokathor-2/+5
2019-02-01const-int-overflowing.rs += overflowing_negLokathor-0/+6
2019-02-02Test alloca with #[repr(align(x))] on enumNiklas Fiekas-0/+36
2019-02-01Auto merge of #57937 - denzp:nvptx, r=nagisabors-0/+173
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-01update testRalf Jung-13/+13
2019-02-01add regression test for #57979Niko Matsakis-0/+42
2019-02-01don't try to get a DefId for a Def that doesn't have oneQuietMisdreavus-0/+8
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-01Fix image link in the settings menuGuillaume Gomez-1/+1
2019-02-01Auto merge of #58002 - oli-obk:deprecated_sugg, r=zackmdavisbors-0/+34
2019-01-31rustdoc: wrap stability tags in colored spansAndy Russell-7/+15
2019-01-31Add more tests for #[repr(align(x))] on enumsNiklas Fiekas-8/+56
2019-01-31Add a forever unstable opt-out of const qualification checksOliver Scherer-0/+126
2019-01-31Auto merge of #57514 - michaelwoerister:xlto-tests, r=alexcrichtonbors-0/+69
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