about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2017-12-26Do not expand a derive invocation when derive is not allowedSeiichi Uchida-0/+23
2017-12-25Auto merge of #46914 - mikeyhew:raw_pointer_self, r=arielb1bors-2/+4
2017-12-24Auto merge of #46896 - arielb1:shadow-scope, r=eddybbors-0/+32
2017-12-24Auto merge of #46894 - detrumi:fix-const-eval-trait, r=eddybbors-0/+34
2017-12-24Auto merge of #46859 - gereeter:uninhabited-unions, r=eddybbors-0/+39
2017-12-24Auto merge of #46888 - cramertj:nested-impl-trait-error, r=nikomatsakisbors-3/+42
2017-12-24Auto merge of #46833 - diwic:7c-abort-ffi, r=arielb1bors-0/+43
2017-12-23Testcase for const-eval array lengthsWilco Kusee-0/+34
2017-12-23Auto merge of #46864 - estebank:closure-type-err-sp, r=nikomatsakisbors-71/+27
2017-12-23Auto merge of #46857 - estebank:use-loop-sp, r=nikomatsakisbors-24/+5
2017-12-22Auto merge of #46838 - pnkfelix:issue-46112-followup, r=estebankbors-14/+34
2017-12-22Convert warning about `*const _` to a future-compat lintMichael Hewson-2/+4
2017-12-22Auto merge of #46752 - Yoric:nll, r=arielb1bors-23/+19
2017-12-22Auto merge of #46732 - estebank:silence-recovered-blocks, r=petrochenkovbors-25/+67
2017-12-21Auto merge of #46922 - kennytm:rollup, r=kennytmbors-16/+154
2017-12-21Do not emit type errors on recovered blocksEsteban Küber-25/+67
2017-12-21Auto merge of #45930 - jplatte:generics_refactoring, r=eddybbors-8/+8
2017-12-22Rollup merge of #46890 - arielb1:contributing-improvements, r=steveklabnikkennytm-10/+36
2017-12-22Rollup merge of #46858 - QuietMisdreavus:external-doc-error, r=estebankkennytm-1/+24
2017-12-22Rollup merge of #46847 - GuillaumeGomez:more-sidebar-escape, r=QuietMisdreavuskennytm-0/+45
2017-12-22Rollup merge of #46814 - varkor:contrib-7, r=alexcrichtonkennytm-3/+24
2017-12-22Rollup merge of #46809 - eddyb:issue-46769-optimal, r=arielb1kennytm-2/+11
2017-12-22Rollup merge of #46780 - varkor:contrib-5, r=arielb1kennytm-0/+14
2017-12-21Issue #46589 - Kill borrows on a local variable whenever we assign over this ...David Teller-23/+19
2017-12-21Add a feature gate for nested uses of `impl Trait`Taylor Cramer-3/+42
2017-12-21Auto merge of #46877 - Deewiant:gh46843, r=eddybbors-0/+22
2017-12-21Add GenericParam, refactor Generics in ast, hir, rustdocJonas Platte-8/+8
2017-12-21fix debuginfo scoping of let-statementsAriel Ben-Yehuda-0/+32
2017-12-21Rollup merge of #46860 - estebank:candidate-def-sp, r=petrochenkovGuillaume Gomez-14/+10
2017-12-21Rollup merge of #46827 - petrochenkov:assocrecov2, r=estebankGuillaume Gomez-3/+89
2017-12-21Escape more items in the sidebar when neededGuillaume Gomez-0/+45
2017-12-21Auto merge of #46754 - cramertj:refactor-arg-impl, r=nikomatsakisbors-3/+2
2017-12-21Auto merge of #46531 - cramertj:no-mo-modrs, r=nikomatsakisbors-10/+465
2017-12-21Mir: Abort on nounwind ABIsDavid Henningsson-0/+43
2017-12-21Auto merge of #46083 - petrochenkov:morepriv, r=nikomatsakisbors-23/+466
2017-12-21Always report private-in-public in associated types as hard errorsVadim Petrochenkov-23/+95
2017-12-21Prohibit access to private statics from other crates through macros 2.0Vadim Petrochenkov-0/+5
2017-12-21Properly check traits in type privacyVadim Petrochenkov-11/+9
2017-12-21Check associated type bindings for privacy and stabilityVadim Petrochenkov-0/+19
2017-12-21Add tests for associated item privacyVadim Petrochenkov-0/+349
2017-12-20Auto merge of #46862 - nikomatsakis:nll-master, r=arielb1bors-200/+885
2017-12-20A few small improvements to the contributing docsAriel Ben-Yehuda-10/+36
2017-12-20Fix parsing of paths with fn-like generic argumentsVadim Petrochenkov-15/+7
2017-12-20Add tests checking taht "priority" of qpath recovery is higher than unary and...Vadim Petrochenkov-3/+97
2017-12-20convert region-liveness-drop{-,-no-}may-dangle.rs into ui testsNiko Matsakis-66/+78
2017-12-20add some run-pass tests for NLL showing that things work as expectedNiko Matsakis-0/+108
2017-12-20when using feature(nll), don't warn about AST-based region errorsNiko Matsakis-4/+61
2017-12-20feature nll implies borrowck=mirSantiago Pastorino-1/+0
2017-12-20feature nll implies two-phase-borrowsSantiago Pastorino-1/+3
2017-12-20Add nll feature and make nll imply nll_dump_causeSantiago Pastorino-6/+35