about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2017-12-26rustc_trans: support ZST indexing involving uninhabited types.Eduard-Mihai Burtescu-0/+34
2017-12-26Auto merge of #46956 - estebank:incompatible-arm-span-label, r=Zoxcbors-20/+5
2017-12-25Auto merge of #46973 - arielb1:tuple-casting, r=estebankbors-0/+111
2017-12-25"incompatible arm" diagnostic span tweakEsteban Küber-20/+5
2017-12-25Auto merge of #46949 - davidtwco:issue-46631, r=arielb1bors-1/+30
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-24Handle casts to integer/float variablesAriel Ben-Yehuda-0/+25
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-23Update check::cast::pointer_kind logic to new rustcAriel Ben-Yehuda-0/+86
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-22Updated existing tests.David Wood-0/+2
2017-12-22Converted moves-based-on-type-tuple test and added MIR borrowck comparison.David Wood-1/+28
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