about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
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 #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-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-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
2018-05-12Better error reporting in Copy deriveleonardo.yvens-0/+54
2018-05-12Fix invalid deduplicationGuillaume Gomez-0/+21
2018-05-12rustc: Only suggest deleting `extern crate` if it worksAlex Crichton-11/+43
2018-05-12rustc: Allow an edition's feature on that editionAlex Crichton-0/+16
2018-05-12Rollup merge of #50550 - llogiq:fmt-result, r=petrochenkovMark Simulacrum-2/+2
2018-05-12Rollup merge of #50545 - rizakrko:const_time, r=oli-obkMark Simulacrum-0/+28
2018-05-12Auto merge of #50476 - zackmdavis:tame_unreachable_pub_suggestion, r=Manishearthbors-24/+42
2018-05-12typeck: Fix ICE with struct update syntaxDan Robertson-0/+40
2018-05-12Auto merge of #50249 - Zoxc:allocation-const, r=oli-obkbors-7/+1