| Age | Commit message (Expand) | Author | Lines |
| 2017-02-20 | check_match: don't treat privately uninhabited types as uninhabited | Ariel Ben-Yehuda | -7/+62 |
| 2017-02-20 | Rollup merge of #39913 - nikomatsakis:inference-error, r=pnkfelix | Corey Farwell | -4/+337 |
| 2017-02-20 | Add tests for newly added error codes | Guillaume Gomez | -0/+42 |
| 2017-02-19 | fix run-pass test that required `Copy` impl | Niko Matsakis | -0/+2 |
| 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 | -34/+88 |
| 2017-02-18 | Properly implement labeled breaks in while conditions | Taylor Cramer | -0/+16 |
| 2017-02-18 | Auto merge of #39887 - nikomatsakis:issue-39292, r=arielb1 | bors | -0/+26 |
| 2017-02-17 | Normalize labeled and unlabeled breaks | Taylor Cramer | -8/+0 |
| 2017-02-17 | remove vestiges of the old suggestion machinery | Niko Matsakis | -4/+92 |
| 2017-02-17 | Properly display note/expected details | Esteban Küber | -4/+10 |
| 2017-02-17 | add some sample UI error test cases | Niko Matsakis | -0/+243 |
| 2017-02-17 | Auto merge of #39485 - canndrew:inference-fix-39297, r=nikomatsakis | bors | -25/+11 |
| 2017-02-17 | Auto merge of #39752 - keeperofdakeys:macro-error, r=keeperofdakeys | bors | -50/+175 |
| 2017-02-16 | erase late bound regions in `get_vtable_methods()` | Niko Matsakis | -0/+26 |
| 2017-02-16 | Refactor macro resolution errors + add derive macro suggestions | Josh Driver | -50/+175 |
| 2017-02-16 | Auto merge of #39876 - frewsxcv:rollup, r=frewsxcv | bors | -0/+129 |
| 2017-02-15 | Rollup merge of #39834 - cseale:feature-gate-static-recursion, r=est31 | Corey Farwell | -0/+49 |
| 2017-02-15 | Rollup merge of #39804 - seppo0010:recommend-five-traits, r=jonathandturner | Corey Farwell | -0/+80 |
| 2017-02-15 | static recursion test added to compile-fail test suite | Colm Seale | -0/+49 |
| 2017-02-15 | Improve backtrace formating while panicking. | Yamakaky | -3/+50 |
| 2017-02-15 | Stabilize field init shorthand | est31 | -32/+0 |
| 2017-02-14 | Show five traits implementation in help when there are exactly five | Sebastian Waisbrot | -0/+80 |
| 2017-02-14 | Rollup merge of #39813 - sanxiyn:non-camel-case-variant, r=petrochenkov | Corey Farwell | -0/+18 |
| 2017-02-14 | Rollup merge of #39785 - alexcrichton:no-thread-sanitizer, r=japaric | Corey Farwell | -31/+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 | Use check_variant for non_camel_case_types lint | Seo Sanghyeon | -0/+18 |
| 2017-02-14 | Adding compile fail test for staged_api feature | Colm Seale | -0/+24 |
| 2017-02-13 | test: Remove sanitizer-thread test | Alex Crichton | -31/+0 |
| 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 | -18/+23 |
| 2017-02-12 | Auto merge of #39572 - jseyfried:fix_inert_attributes, r=nrc | bors | -28/+26 |
| 2017-02-12 | Rollup merge of #39743 - GuillaumeGomez:rustdoc-test-output, r=alexcrichton | Guillaume Gomez | -1/+1 |
| 2017-02-12 | Rollup merge of #39654 - ollie27:rustdoc_attributes, r=GuillaumeGomez | Guillaume Gomez | -0/+27 |
| 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 | -28/+26 |
| 2017-02-12 | Auto merge of #39554 - zackmdavis:assert_eq_has_a_terrible_error_message_when... | bors | -0/+38 |
| 2017-02-11 | Add tested item in the rustdoc --test output | Guillaume Gomez | -1/+1 |
| 2017-02-10 | Rollup merge of #39721 - whataloadofwhat:catch-unwind-bang, r=alexcrichton | Corey Farwell | -0/+17 |
| 2017-02-10 | Rollup merge of #39692 - oli-obk:patch-2, r=aturon | Corey Farwell | -12/+0 |
| 2017-02-10 | Fix ICE on certain sequence repetitions. | Jeffrey Seyfried | -0/+15 |
| 2017-02-10 | Change std::panicking::try::Data into a union | whataloadofwhat | -0/+17 |
| 2017-02-10 | Rebase fixups | Simonas Kazlauskas | -2/+2 |
| 2017-02-10 | Fix tests | Simonas Kazlauskas | -14/+14 |
| 2017-02-10 | Fix codegen test | Simonas Kazlauskas | -3/+7 |
| 2017-02-10 | If is now always a SwitchInt in MIR | Simonas Kazlauskas | -0/+1 |