| Age | Commit message (Expand) | Author | Lines |
| 2018-02-11 | rustc_mir: insert a dummy access to places being matched on, when building MIR. | Eduard-Mihai Burtescu | -16/+47 |
| 2018-01-12 | Treat #[path] files as mod.rs files | Taylor Cramer | -16/+0 |
| 2018-01-01 | Auto merge of #47098 - estebank:immutable-field, r=nagisa | bors | -2/+2 |
| 2018-01-01 | Auto merge of #47064 - kennytm:force-trailing-newlines, r=estebank | bors | -9/+5 |
| 2017-12-31 | Reword trying to operate in immutable fields | Esteban Küber | -2/+2 |
| 2017-12-31 | Removed unnecessary output of linker options when linker is not installed | Felix Schütt | -1/+1 |
| 2017-12-31 | Auto merge of #47044 - topecongiro:fixed-ices, r=estebank | bors | -0/+111 |
| 2017-12-30 | Add tests on fixed ICEs | Seiichi Uchida | -0/+111 |
| 2017-12-30 | Remove excessive trailing newlines. | kennytm | -4/+0 |
| 2017-12-30 | Add trailing newlines to files which have no trailing newlines. | kennytm | -5/+5 |
| 2017-12-28 | Auto merge of #47031 - topecongiro:issue-41719, r=jseyfried | bors | -0/+18 |
| 2017-12-28 | Auto merge of #47013 - topecongiro:issue-46655, r=petrochenkov | bors | -0/+23 |
| 2017-12-28 | Auto merge of #47017 - topecongiro:issue-33469, r=estebank | bors | -0/+19 |
| 2017-12-27 | Auto merge of #47014 - topecongiro:fixed-ices, r=estebank | bors | -0/+79 |
| 2017-12-28 | Report an error when resolving non-ident macro path failed | topecongiro | -0/+18 |
| 2017-12-27 | Auto merge of #46479 - bkchr:termination_trait, r=arielb1 | bors | -3/+23 |
| 2017-12-26 | Auto merge of #46975 - matthewjasper:mir-moveck-asm, r=arielb1 | bors | -1/+103 |
| 2017-12-26 | Do not panic on interpolated token inside quote macro | Seiichi Uchida | -0/+19 |
| 2017-12-26 | Adds termination_trait feature gate | Bastian Köcher | -0/+15 |
| 2017-12-26 | Fixes tests | Bastian Köcher | -12/+2 |
| 2017-12-26 | Implements RFC 1937: `?` in `main` | Bastian Köcher | -0/+15 |
| 2017-12-26 | Add tests to fixed ICEs | Seiichi Uchida | -0/+79 |
| 2017-12-26 | Do not expand a derive invocation when derive is not allowed | Seiichi Uchida | -0/+23 |
| 2017-12-25 | Auto merge of #46949 - davidtwco:issue-46631, r=arielb1 | bors | -18/+0 |
| 2017-12-24 | Auto merge of #46888 - cramertj:nested-impl-trait-error, r=nikomatsakis | bors | -2/+41 |
| 2017-12-23 | Give MIR borrowck a better understanding of inline asm | Matthew Jasper | -1/+103 |
| 2017-12-23 | Auto merge of #46864 - estebank:closure-type-err-sp, r=nikomatsakis | bors | -4/+4 |
| 2017-12-22 | Auto merge of #46838 - pnkfelix:issue-46112-followup, r=estebank | bors | -12/+32 |
| 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 | 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 |