about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
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-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-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
2018-05-11Auto merge of #50161 - rizakrko:impl_note, r=estebankbors-10/+36
2018-05-11Auto merge of #50105 - mixi:crt-included, r=alexcrichtonbors-0/+57
2018-05-11rustc: Include semicolon when removing `extern crate`Alex Crichton-9/+105
2018-05-11fixed double ref hintRoman Stoliar-1/+1
2018-05-11[wip] fixed some error, added missing testRoman Stoliar-2/+17
2018-05-11unary op filter, dereference hintRoman Stoliar-17/+10
2018-05-11added missing implementation hintRoman Stoliar-0/+18
2018-05-11Introduce ConstValue and use it instead of miri's Value for constant valuesJohn Kåre Alsaker-7/+1
2018-05-11Add a test for issue 36710.Johannes Nixdorf-0/+57
2018-05-10don't make crazy suggestion for unreachable braced pub-useZack M. Davis-24/+42
2018-05-11Auto merge of #50440 - nikomatsakis:single-use-lifetimes, r=cramertjbors-108/+520
2018-05-10Auto merge of #50611 - alexcrichton:rollup, r=alexcrichtonbors-44/+430
2018-05-10const timeRoman Stoliar-0/+28
2018-05-10rustc: leave space for fields of uninhabited types to allow partial initializ...Eduard-Mihai Burtescu-4/+69
2018-05-10Rollup merge of #50590 - estebank:off-by-one, r=nikomatsakisAlex Crichton-22/+22
2018-05-10Rollup merge of #50569 - michaelwoerister:cross-lang-lto-2, r=alexcrichtonAlex Crichton-2/+2
2018-05-10Rollup merge of #50447 - ehuss:fix-update-references, r=alexcrichtonAlex Crichton-4/+5
2018-05-10Rollup merge of #49423 - gavento:gavento-dev, r=nikomatsakisAlex Crichton-16/+401