| Age | Commit message (Expand) | Author | Lines |
| 2017-12-22 | Converted moves-based-on-type-tuple test and added MIR borrowck comparison. | David Wood | -18/+0 |
| 2017-12-22 | Auto merge of #46752 - Yoric:nll, r=arielb1 | bors | -43/+5 |
| 2017-12-22 | Auto merge of #46732 - estebank:silence-recovered-blocks, r=petrochenkov | bors | -1/+0 |
| 2017-12-21 | Auto merge of #46922 - kennytm:rollup, r=kennytm | bors | -0/+30 |
| 2017-12-21 | Do not emit type errors on recovered blocks | Esteban Küber | -1/+0 |
| 2017-12-22 | Rollup merge of #46858 - QuietMisdreavus:external-doc-error, r=estebank | kennytm | -0/+16 |
| 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 | -43/+5 |
| 2017-12-21 | Add a feature gate for nested uses of `impl Trait` | Taylor Cramer | -2/+41 |
| 2017-12-21 | Auto merge of #46877 - Deewiant:gh46843, r=eddyb | bors | -0/+22 |
| 2017-12-21 | Add tests | varkor | -0/+8 |
| 2017-12-21 | Auto merge of #46531 - cramertj:no-mo-modrs, r=nikomatsakis | bors | -4/+30 |
| 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 | when using feature(nll), don't warn about AST-based region errors | Niko Matsakis | -3/+9 |
| 2017-12-20 | connect NLL machinery to the `NiceRegionError` code | Niko Matsakis | -7/+7 |
| 2017-12-20 | Various tweaks | Esteban Küber | -4/+4 |
| 2017-12-20 | MIR: terminate unreachable blocks in construct_const | Matti Niemenmaa | -0/+22 |
| 2017-12-20 | Auto merge of #46733 - nikomatsakis:nll-master-to-rust-master-5, r=arielb1 | bors | -3/+3 |
| 2017-12-19 | Implement non-mod.rs mod statements | Taylor Cramer | -4/+30 |
| 2017-12-19 | add compile-fail error for external_doc errors | QuietMisdreavus | -0/+16 |
| 2017-12-19 | Followup for #46112. | Felix S. Klock II | -12/+32 |
| 2017-12-18 | Add trailing newline | varkor | -1/+1 |
| 2017-12-18 | Fix ICE when calling non-functions within closures | varkor | -0/+14 |
| 2017-12-17 | remove test for issue #26194 because it is now redundant | Michael Hewson | -18/+0 |
| 2017-12-17 | update error message in test/compile-fail/issue-26194.rs | Michael Hewson | -1/+1 |
| 2017-12-16 | Auto merge of #46719 - estebank:issue-39268, r=pnkfelix | bors | -6/+8 |
| 2017-12-15 | Same change to point at borrow for mir errors | Esteban Küber | -6/+8 |
| 2017-12-15 | make `blame_span` deterministic | Niko Matsakis | -3/+3 |
| 2017-12-15 | Auto merge of #46537 - pnkfelix:two-phase-borrows, r=arielb1 | bors | -0/+246 |
| 2017-12-15 | Auto merge of #46641 - petrochenkov:nohelp2, r=nikomatsakis | bors | -7928/+22 |
| 2017-12-14 | Auto merge of #45047 - durka:trait-alias, r=petrochenkov | bors | -0/+27 |
| 2017-12-14 | Fix rebase | Vadim Petrochenkov | -0/+33 |
| 2017-12-14 | Move compile-fail tests with NOTE/HELP annotations to UI | Vadim Petrochenkov | -7745/+0 |
| 2017-12-14 | Remove NOTE/HELP annotations from error index tests | Vadim Petrochenkov | -216/+22 |
| 2017-12-14 | error for impl trait alias | Alex Burka | -1/+3 |
| 2017-12-14 | feature gate trait aliases | Alex Burka | -2/+4 |
| 2017-12-14 | error on any use of trait alias | Alex Burka | -0/+2 |
| 2017-12-14 | add trait aliases to AST | Alex Burka | -0/+21 |
| 2017-12-14 | Auto merge of #45002 - oli-obk:miri, r=eddyb | bors | -2/+13 |
| 2017-12-13 | Check activation points as the place where mutable borrows become relevant. | Felix S. Klock II | -11/+72 |
| 2017-12-13 | two-phase-reservation-sharing-interference.rs variant that is perhaps more su... | Felix S. Klock II | -0/+38 |
| 2017-12-13 | test describing a currently unsupported corner case. | Felix S. Klock II | -0/+46 |
| 2017-12-13 | tests transcribed from nikos blog post. | Felix S. Klock II | -0/+101 |
| 2017-12-13 | correct comment in test | Niko Matsakis | -1/+1 |
| 2017-12-13 | fix closure tests now that MIR typeck works properly | Niko Matsakis | -5/+4 |