about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-05-17Auto merge of #50400 - ehuss:compiletest-revisions, r=alexcrichtonbors-13/+13
2018-05-16Fix update-references for tests within subdirectories.Eric Huss-3/+4
2018-05-16compiletest: Run revisions as independent tests.Eric Huss-13/+12
2018-05-17Auto merge of #50665 - alexcrichton:fix-single-item-path-warnings, r=oli-obkbors-16/+176
2018-05-17Auto merge of #50807 - kennytm:rollup, r=kennytmbors-9/+197
2018-05-17Rollup merge of #50808 - SimonSapin:nonzero, r=alexcrichtonkennytm-7/+2
2018-05-17Rollup merge of #50793 - jrlusby:master, r=petrochenkovkennytm-1/+322
2018-05-17Rollup merge of #50788 - varkor:missing-const-cast, r=cramertjkennytm-0/+30
2018-05-17Rollup merge of #50787 - ehuss:fix-run-make-wasm, r=alexcrichtonkennytm-1/+1
2018-05-17Rollup merge of #50752 - GuillaumeGomez:more-error-code-in-libsyntax-ext, r=f...kennytm-0/+88
2018-05-17Rollup merge of #50728 - sinkuu:fix_50702, r=GuillaumeGomezkennytm-1/+13
2018-05-16Auto merge of #50710 - Zoxc:value_to_constvalue, r=oli-obkbors-0/+21
2018-05-16Remove empty file introduced by rebaseJane Lusby-0/+0
2018-05-16Remove empty filesJane Lusby-0/+0
2018-05-16Stabilize num::NonZeroU*Simon Sapin-4/+0
2018-05-16Make core::nonzero privateSimon Sapin-4/+3
2018-05-16Rollup merge of #50669 - QuietMisdreavus:deprecated-attrs, r=GuillaumeGomezkennytm-0/+26
2018-05-16Rollup merge of #50656 - leodasvacas:fix-impl-trait-in-main-ret, r=nikomatsakiskennytm-0/+37
2018-05-16Auto merge of #50045 - est31:label_break_value, r=eddybbors-1/+322
2018-05-16Add feature gate label_break_valueest31-10/+44
2018-05-16Test that label break value only works on actual blocksest31-0/+60
2018-05-16Add E0696 for continue pointing to a labeled blockest31-0/+64
2018-05-16Add E0695 for unlabeled breaksest31-0/+42
2018-05-16Make the compiler support the label-break-value featureest31-1/+1
2018-05-16Add a file with test casesest31-0/+121
2018-05-16Auto merge of #50473 - petrochenkov:pmapi, r=alexcrichtonbors-55/+324
2018-05-16Auto merge of #48557 - matthewjasper:allow-trvial-bounds, r=nikomatsakisbors-5/+916
2018-05-16Fix rustdoc panic with `impl Trait` in type parametersShotaro Yamada-1/+13
2018-05-16Fix an ICE when casting a nonexistent constvarkor-0/+30
2018-05-15Fix run-make wasm testsEric Huss-1/+1
2018-05-15Auto merge of #48523 - varkor:generics-ty-generalisations, r=nikomatsakisbors-2/+2
2018-05-16Fix stability annotations for already stable bits of proc macro API 1.1Vadim Petrochenkov-43/+36
2018-05-15Represent lifetimes as two joint tokens in proc macrosVadim Petrochenkov-0/+129
2018-05-15proc_macro: Validate inputs to `Punct::new` and `Ident::new`Vadim Petrochenkov-0/+147
2018-05-15TokenTree: Op -> Punct, Term -> IdentVadim Petrochenkov-18/+18
2018-05-15rustc: Fix `crate` lint for single-item pathsAlex Crichton-16/+176
2018-05-15Update bad-annotation error messagevarkor-2/+2
2018-05-15Auto merge of #50769 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-0/+96
2018-05-15Add missing error codes in libsyntax-ext asmGuillaume Gomez-0/+88
2018-05-15Rollup merge of #50712 - leodasvacas:improve-eager-resolution-error-message, ...Guillaume Gomez-0/+52
2018-05-15Rollup merge of #50691 - ollie27:rustdoc_pub_restricted, r=QuietMisdreavusGuillaume Gomez-0/+44
2018-05-15Update existing tests for trivial bounds changesMatthew Jasper-5/+6
2018-05-15Add tests for trivial boundsMatthew Jasper-0/+587
2018-05-15Add trivial bounds lintMatthew Jasper-0/+118
2018-05-15Feature gate trivial boundsMatthew Jasper-0/+205
2018-05-15Auto merge of #50351 - varkor:vestigial-never-conversion, r=nikomatsakisbors-3/+2
2018-05-15Auto merge of #50259 - GuillaumeGomez:improve-results, r=ollie27bors-0/+21
2018-05-15Auto merge of #50011 - varkor:partialord-opt-ii, r=Manishearthbors-30/+0
2018-05-14Auto merge of #50693 - dlrobertson:fix_50493, r=petrochenkovbors-0/+59
2018-05-14drop unnecessary "warning" from warning textQuietMisdreavus-2/+2