| Age | Commit message (Expand) | Author | Lines |
| 2017-12-26 | rustc_trans: support ZST indexing involving uninhabited types. | Eduard-Mihai Burtescu | -0/+34 |
| 2017-12-26 | Auto merge of #46956 - estebank:incompatible-arm-span-label, r=Zoxc | bors | -20/+5 |
| 2017-12-25 | Auto merge of #46973 - arielb1:tuple-casting, r=estebank | bors | -0/+111 |
| 2017-12-25 | "incompatible arm" diagnostic span tweak | Esteban Küber | -20/+5 |
| 2017-12-25 | Auto merge of #46949 - davidtwco:issue-46631, r=arielb1 | bors | -1/+30 |
| 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 | Handle casts to integer/float variables | Ariel Ben-Yehuda | -0/+25 |
| 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 | Update check::cast::pointer_kind logic to new rustc | Ariel Ben-Yehuda | -0/+86 |
| 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 | Updated existing tests. | David Wood | -0/+2 |
| 2017-12-22 | Converted moves-based-on-type-tuple test and added MIR borrowck comparison. | David Wood | -1/+28 |
| 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 |