| Age | Commit message (Expand) | Author | Lines |
| 2018-01-12 | Ignore CTFE errors while lowering patterns | Seiichi Uchida | -0/+21 |
| 2018-01-11 | Don't track local_needs_drop separately in qualify_consts (fixes #47351). | Alexander Regueiro | -0/+10 |
| 2018-01-11 | Add tests to fixed issues. | Seiichi Uchida | -0/+16 |
| 2018-01-10 | Modify message to match label | Esteban Küber | -1/+1 |
| 2018-01-10 | Updated other tests affected by change. | David Wood | -12/+12 |
| 2018-01-09 | Treat #[path] files as mod.rs files | Taylor Cramer | -16/+0 |
| 2018-01-07 | Assignment to immutable argument: diagnostic tweak | Esteban Küber | -2/+2 |
| 2018-01-07 | `struct` pattern parsing and diagnostic tweaks | Esteban Küber | -1/+1 |
| 2018-01-07 | Auto merge of #47156 - petrochenkov:extpath, r=nikomatsakis | bors | -0/+98 |
| 2018-01-05 | Auto merge of #46907 - varkor:contrib-8, r=nagisa | bors | -0/+8 |
| 2018-01-04 | Auto merge of #47124 - estebank:loan-paths, r=nikomatsakis | bors | -7/+9 |
| 2018-01-03 | Auto merge of #46984 - arielb1:pre-statement-effect, r=nikomatsakis | bors | -1/+0 |
| 2018-01-03 | Auto merge of #47127 - EdSchouten:cloudabi-tests, r=kennytm | bors | -0/+7 |
| 2018-01-03 | Support `extern` in paths | Vadim Petrochenkov | -0/+98 |
| 2018-01-03 | Rollup merge of #47104 - matthewjasper:dont-panic-on-generic-drop, r=estebank | kennytm | -0/+24 |
| 2018-01-02 | Be ambiguous when type cannot be properly mentioned | Esteban Küber | -3/+6 |
| 2018-01-02 | Auto merge of #47105 - matthewjasper:dont-panic-for-mut-in-static, r=estebank | bors | -0/+21 |
| 2018-01-02 | Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI. | Ed Schouten | -0/+7 |
| 2018-01-02 | Auto merge of #47111 - rkruppe:repr-transparent, r=estebank | bors | -45/+0 |
| 2018-01-01 | Move reason for move to label | Esteban Küber | -7/+6 |
| 2018-01-01 | Check all repr hints together when checking for mis-applied attributes | Robin Kruppe | -45/+0 |
| 2018-01-01 | Delay panic for aliasing violation for static items. | matthewjasper | -0/+21 |
| 2018-01-01 | Delay panic from incoherent drop implementation | matthewjasper | -0/+24 |
| 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 | Make killing of out-of-scope borrows a pre-statement effect | Ariel Ben-Yehuda | -1/+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 |