| Age | Commit message (Expand) | Author | Lines |
| 2017-02-20 | Add tests for newly added error codes | Guillaume Gomez | -0/+42 |
| 2017-02-19 | Use ARM instead of SystemZ for testing not installed targets | Vadim Petrochenkov | -2/+2 |
| 2017-02-19 | Avoid ICE in Self::Assoc in impl headers | Vadim Petrochenkov | -0/+3 |
| 2017-02-19 | Privatize fields of PathResolution | Vadim Petrochenkov | -0/+31 |
| 2017-02-18 | Add tests for control flow in while condition | Taylor Cramer | -2/+56 |
| 2017-02-17 | remove vestiges of the old suggestion machinery | Niko Matsakis | -4/+1 |
| 2017-02-17 | Properly display note/expected details | Esteban Küber | -4/+4 |
| 2017-02-17 | Auto merge of #39485 - canndrew:inference-fix-39297, r=nikomatsakis | bors | -36/+0 |
| 2017-02-17 | Auto merge of #39752 - keeperofdakeys:macro-error, r=keeperofdakeys | bors | -33/+54 |
| 2017-02-16 | Refactor macro resolution errors + add derive macro suggestions | Josh Driver | -33/+54 |
| 2017-02-16 | Auto merge of #39876 - frewsxcv:rollup, r=frewsxcv | bors | -0/+49 |
| 2017-02-15 | static recursion test added to compile-fail test suite | Colm Seale | -0/+49 |
| 2017-02-15 | Stabilize field init shorthand | est31 | -28/+0 |
| 2017-02-14 | Rollup merge of #39772 - cseale:staged_api_whitelist_removal, r=est31 | Corey Farwell | -0/+24 |
| 2017-02-14 | Rollup merge of #39730 - jseyfried:fix_empty_seq_rep_ice, r=nrc | Corey Farwell | -0/+15 |
| 2017-02-14 | Adding compile fail test for staged_api feature | Colm Seale | -0/+24 |
| 2017-02-13 | Standardize lifetime and type parameter count mismatch errors | Jake Goulding | -11/+18 |
| 2017-02-13 | Remove duplicated "parameter" in E0089 text | Jake Goulding | -3/+2 |
| 2017-02-13 | Auto merge of #39456 - nagisa:mir-switchint-everywhere, r=nikomatsakis | bors | -12/+12 |
| 2017-02-12 | Auto merge of #39572 - jseyfried:fix_inert_attributes, r=nrc | bors | -10/+10 |
| 2017-02-12 | Auto merge of #39680 - canndrew:uninhabited_from-infinite-loop, r=arielb1 | bors | -0/+25 |
| 2017-02-12 | Allow using inert attributes from `proc_macro_derive`s with `#![feature(proc_... | Jeffrey Seyfried | -10/+10 |
| 2017-02-10 | Fix ICE on certain sequence repetitions. | Jeffrey Seyfried | -0/+15 |
| 2017-02-10 | Fix tests | Simonas Kazlauskas | -12/+12 |
| 2017-02-09 | Rollup merge of #39707 - durka:parsimonious-span-note, r=jonathandturner | Corey Farwell | -1/+1 |
| 2017-02-09 | Rollup merge of #39700 - msopena:master, r=est31 | Corey Farwell | -0/+17 |
| 2017-02-09 | Rollup merge of #39674 - jseyfried:fix_token_tree_parsing_ICE, r=nrc | Corey Farwell | -0/+32 |
| 2017-02-09 | change span_notes to notes in E0368/E0369 | Alex Burka | -1/+1 |
| 2017-02-09 | Adding compile fail test for const_indexing feature | Mario | -0/+17 |
| 2017-02-10 | Use global recursion limit when evaluating inhabitedness | Andrew Cann | -1/+2 |
| 2017-02-09 | Auto merge of #39265 - est31:master, r=petrochenkov | bors | -15/+0 |
| 2017-02-09 | Add recursion limit to inhabitedness check | Andrew Cann | -0/+24 |
| 2017-02-09 | Small inference fix | Andrew Cann | -36/+0 |
| 2017-02-09 | suggest doubling recursion limit in more situations | Alex Burka | -57/+0 |
| 2017-02-08 | Rollup merge of #39653 - JanZerebecki:test-issue-27433, r=alexcrichton | Corey Farwell | -0/+15 |
| 2017-02-08 | Rollup merge of #38699 - japaric:lsan, r=alexcrichton | Corey Farwell | -0/+13 |
| 2017-02-09 | Fix ICE when parsing token trees after an error. | Jeffrey Seyfried | -0/+32 |
| 2017-02-08 | sanitizer support | Jorge Aparicio | -0/+13 |
| 2017-02-08 | Add test for #27433 | Jan Zerebecki | -0/+15 |
| 2017-02-08 | Rollup merge of #39462 - emilio:improper-ctypes, r=nikomatsakis | Corey Farwell | -0/+6 |
| 2017-02-08 | Stabilize static in const | est31 | -15/+0 |
| 2017-02-07 | Rollup merge of #39361 - cengizIO:master, r=arielb1 | Corey Farwell | -27/+19 |
| 2017-02-05 | Auto merge of #38897 - nikomatsakis:issue-32330-followup, r=arielb1 | bors | -30/+18 |
| 2017-02-05 | make lifetimes that only appear in return type early-bound | Niko Matsakis | -30/+18 |
| 2017-02-05 | Rollup merge of #39526 - canndrew:uninhabited-while-let-fix, r=arielb1 | Corey Farwell | -0/+8 |
| 2017-02-05 | Rollup merge of #39442 - keeperofdakeys:expand-derives, r=jseyfried | Corey Farwell | -7/+9 |
| 2017-02-05 | Rollup merge of #39009 - canndrew:default-unit-warnings, r=nikomatsakis | Corey Farwell | -0/+51 |
| 2017-02-05 | Auto merge of #38103 - zackmdavis:lint_errors_resulting_from_lint_groups_or_w... | bors | -45/+12 |
| 2017-02-05 | Move derive macro expansion into the MacroExpander | Josh Driver | -6/+8 |
| 2017-02-05 | Rename CustomDerive to ProcMacroDerive for macros 1.1 | Josh Driver | -1/+1 |