about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2017-12-24Make killing of out-of-scope borrows a pre-statement effectAriel Ben-Yehuda-1/+30
2017-12-22Auto merge of #46838 - pnkfelix:issue-46112-followup, r=estebankbors-14/+34
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-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-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-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
2017-12-20use `report_generic_bound_failure` when we can in the compilerNiko Matsakis-58/+102
2017-12-20connect NLL machinery to the `NiceRegionError` codeNiko Matsakis-69/+83
2017-12-20only dump causes if we have nothing betterNiko Matsakis-5/+5
2017-12-20Add three point error handling to borrowckSantiago Pastorino-9/+35
2017-12-20connect NLL type checker to the impl trait codeNiko Matsakis-0/+121
2017-12-20propagate `region_bound_pairs` into MIR type-checkNiko Matsakis-0/+252
2017-12-20get the `DefiningTy` from the `body_owner_kind` not typeNiko Matsakis-0/+21
2017-12-20Auto merge of #46583 - scottmcm:fix-static-i128-lower, r=eddybbors-4/+244
2017-12-20MIR: terminate unreachable blocks in construct_constMatti Niemenmaa-0/+22
2017-12-20Rollup merge of #46856 - estebank:missing-in-impl-def-span, r=arielb1kennytm-56/+24
2017-12-20Rollup merge of #46851 - petrochenkov:tospace, r=estebankkennytm-9/+9
2017-12-20Rollup merge of #46835 - topecongiro:bad-span-for-macro-invocation-in-type, r...kennytm-3/+2
2017-12-20Rollup merge of #46831 - Diggsey:float-debug-fmt, r=dtolnaykennytm-2/+2