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