about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-05-16Auto merge of #50710 - Zoxc:value_to_constvalue, r=oli-obkbors-0/+21
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-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-15Update bad-annotation error messagevarkor-2/+2
2018-05-15Auto merge of #50769 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-0/+96
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-14Auto merge of #50735 - eddyb:issue-50731, r=nikomatsakisbors-0/+15
2018-05-14Auto merge of #50385 - durka:stabilize-macro-lifetime, r=petrochenkovbors-38/+1
2018-05-14rustc: don't trip an assertion for enums with present but uninhabited variants.Eduard-Mihai Burtescu-0/+15
2018-05-14Auto merge of #50694 - leodasvacas:fix-impl-trait-self-substitution, r=petroc...bors-0/+29
2018-05-14Auto merge of #50675 - csmoe:var_span, r=oli-obkbors-10/+55
2018-05-14typeck: Save the index of private fieldsDan Robertson-0/+59
2018-05-13remove stray ui stderrAlex Burka-11/+0
2018-05-13stabilize :lifetimeAlex Burka-27/+1
2018-05-13Fix conversion from Miri Value to ConstValueJohn Kåre Alsaker-0/+21
2018-05-13Macros: Add a 'literal' fragment specifierDan Aloni-1/+174
2018-05-13Improve eager type resolution error messageleonardo.yvens-0/+52
2018-05-13Revert "mark applicability"csmoe-1/+0
2018-05-13mark applicabilitycsmoe-0/+1
2018-05-13Auto merge of #50704 - kennytm:rollup, r=kennytmbors-9/+105
2018-05-13Rollup merge of #50670 - alexcrichton:remove-extern-crate-correct-span, r=Man...kennytm-9/+105
2018-05-13Auto merge of #50643 - dlrobertson:fix_ice, r=oli-obkbors-0/+40
2018-05-13reduce variable spancsmoe-10/+55
2018-05-13Auto merge of #50622 - eddyb:make-room-for-ghosts, r=nikomatsakisbors-4/+69
2018-05-12Auto merge of #50536 - leodasvacas:report-fullfilment-errors-in-copy-derive, ...bors-0/+46
2018-05-12Fix self referential impl Trait substitutionsleonardo.yvens-0/+29
2018-05-12Fix rebaseleonardo.yvens-2/+2
2018-05-12rustdoc: Add support for pub(restricted)Oliver Middleton-0/+44
2018-05-12Merge all "Copy not implemented" errorsleonardo.yvens-15/+7