about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-02-07Adjust parser generic parameter errorsvarkor-26/+67
2019-02-07Fix ast_validation printing of const genericsvarkor-2/+2
2019-02-07Add test for const parameter before other generic parametersvarkor-0/+39
2019-02-07Add test for const parameter depending on type parametervarkor-0/+28
2019-02-07Add test forbidding const parameters in const fnvarkor-0/+36
2019-02-07Update testsvarkor-257/+182
2019-02-07Add const generics feature gate testvarkor-0/+31
2019-02-07Auto merge of #58010 - Zoxc:parallel-passes, r=michaelwoeristerbors-40/+59
2019-02-07Auto merge of #58254 - kennytm:rollup, r=kennytmbors-0/+30
2019-02-07Rollup merge of #58192 - dlrobertson:fix_57876, r=oli-obkkennytm-0/+30
2019-02-07Auto merge of #57998 - niklasf:align-enum, r=nagisabors-18/+133
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-26/+30
2019-02-06Auto merge of #58058 - QuietMisdreavus:use-attr, r=GuillaumeGomezbors-0/+8
2019-02-06Overhaul `syntax::fold::Folder`.Nicholas Nethercote-26/+30
2019-02-05Do not ICE in codegen given a extern_type staticDan Robertson-0/+30
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-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-02Update visibility of intermediate use items.David Wood-0/+35
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-01don't try to get a DefId for a Def that doesn't have oneQuietMisdreavus-0/+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-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