| Age | Commit message (Expand) | Author | Lines |
| 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 | Auto merge of #39887 - nikomatsakis:issue-39292, r=arielb1 | bors | -0/+26 |
| 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 | 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 |
| 2017-02-09 | Rollup merge of #39707 - durka:parsimonious-span-note, r=jonathandturner | Corey Farwell | -39/+3 |
| 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 | -39/+3 |
| 2017-02-09 | Auto merge of #39694 - frewsxcv:rollup, r=frewsxcv | bors | -18/+89 |
| 2017-02-09 | Adding compile fail test for const_indexing feature | Mario | -0/+17 |
| 2017-02-09 | Rollup merge of #39682 - solson:fix-unaligned-read, r=eddyb | Corey Farwell | -15/+46 |
| 2017-02-09 | Rollup merge of #39678 - vadimcn:top-level-expn, r=michaelwoerister | Corey Farwell | -0/+43 |
| 2017-02-09 | Rollup merge of #39604 - est31:i128_tests, r=alexcrichton | Corey Farwell | -3/+0 |
| 2017-02-09 | Auto merge of #38109 - tromey:main-subprogram, r=michaelwoerister | bors | -0/+56 |
| 2017-02-09 | removed unused struct | Oliver Schneider | -6/+0 |
| 2017-02-09 | remove wrong packed struct test | Oliver Schneider | -6/+0 |