| Age | Commit message (Expand) | Author | Lines |
| 2017-12-24 | Make killing of out-of-scope borrows a pre-statement effect | Ariel Ben-Yehuda | -1/+30 |
| 2017-12-22 | Auto merge of #46838 - pnkfelix:issue-46112-followup, r=estebank | bors | -14/+34 |
| 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 | 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 | 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 | 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 |
| 2017-12-20 | use `report_generic_bound_failure` when we can in the compiler | Niko Matsakis | -58/+102 |
| 2017-12-20 | connect NLL machinery to the `NiceRegionError` code | Niko Matsakis | -69/+83 |
| 2017-12-20 | only dump causes if we have nothing better | Niko Matsakis | -5/+5 |
| 2017-12-20 | Add three point error handling to borrowck | Santiago Pastorino | -9/+35 |
| 2017-12-20 | connect NLL type checker to the impl trait code | Niko Matsakis | -0/+121 |
| 2017-12-20 | propagate `region_bound_pairs` into MIR type-check | Niko Matsakis | -0/+252 |
| 2017-12-20 | get the `DefiningTy` from the `body_owner_kind` not type | Niko Matsakis | -0/+21 |
| 2017-12-20 | Auto merge of #46583 - scottmcm:fix-static-i128-lower, r=eddyb | bors | -4/+244 |
| 2017-12-20 | MIR: terminate unreachable blocks in construct_const | Matti Niemenmaa | -0/+22 |
| 2017-12-20 | Rollup merge of #46856 - estebank:missing-in-impl-def-span, r=arielb1 | kennytm | -56/+24 |
| 2017-12-20 | Rollup merge of #46851 - petrochenkov:tospace, r=estebank | kennytm | -9/+9 |
| 2017-12-20 | Rollup merge of #46835 - topecongiro:bad-span-for-macro-invocation-in-type, r... | kennytm | -3/+2 |
| 2017-12-20 | Rollup merge of #46831 - Diggsey:float-debug-fmt, r=dtolnay | kennytm | -2/+2 |