| Age | Commit message (Expand) | Author | Lines |
| 2017-01-26 | Update error code number | Guillaume Gomez | -5/+5 |
| 2017-01-26 | Add a distinct error code and description for "main function has wrong type" | Guillaume Gomez | -5/+5 |
| 2017-01-26 | Auto merge of #39075 - est31:remove_reflect, r=nikomatsakis | bors | -127/+0 |
| 2017-01-26 | drop_in_place is stable now, don't #![feature] it in the nomicon and a test | est31 | -2/+0 |
| 2017-01-26 | Auto merge of #39000 - nikomatsakis:incr_comp_crosscontaminate_impl_item, r=m... | bors | -92/+132 |
| 2017-01-25 | Auto merge of #38920 - petrochenkov:selfimpl, r=eddyb | bors | -10/+45 |
| 2017-01-25 | rename `Tables` to `TypeckTables` | Niko Matsakis | -94/+94 |
| 2017-01-25 | merge TypeckItemBody and Tables depnodes | Niko Matsakis | -92/+92 |
| 2017-01-25 | fix the test case by supplying proper options | Niko Matsakis | -0/+5 |
| 2017-01-25 | pacify the mercilous tidy | Niko Matsakis | -0/+10 |
| 2017-01-25 | process trait/impl items directly from the visitor callback | Niko Matsakis | -0/+25 |
| 2017-01-25 | Auto merge of #38856 - zackw:process-envs, r=aturon | bors | -2/+63 |
| 2017-01-25 | Hide uninhabitedness checks behind feature gate | Andrew Cann | -19/+50 |
| 2017-01-25 | Auto merge of #35712 - oli-obk:exclusive_range_patterns, r=nikomatsakis | bors | -6/+83 |
| 2017-01-25 | end temporary lifetimes being extended by `let X: &_` hints | Ariel Ben-Yehuda | -0/+27 |
| 2017-01-24 | incr.comp.: Make cross-crate tracking for incr. comp. opt-in. | Michael Woerister | -0/+15 |
| 2017-01-25 | Stabilize Self and associated types in struct expressions and patterns | Vadim Petrochenkov | -41/+0 |
| 2017-01-24 | Remove Reflect | est31 | -127/+0 |
| 2017-01-24 | Make backtraces work on Windows GNU targets again. | Segev Finer | -6/+0 |
| 2017-01-24 | parser: Permit trailing +'s in bound lists | Vadim Petrochenkov | -50/+8 |
| 2017-01-24 | Improve some expected/found error messages from parser | Vadim Petrochenkov | -9/+12 |
| 2017-01-24 | Add tests | Vadim Petrochenkov | -0/+233 |
| 2017-01-24 | Refactor parsing of generic arguments/parameters and where clauses | Vadim Petrochenkov | -30/+39 |
| 2017-01-24 | Auto merge of #39173 - jseyfried:tokenstream, r=nrc | bors | -294/+52 |
| 2017-01-22 | Refactor `TokenStream`. | Jeffrey Seyfried | -61/+52 |
| 2017-01-22 | [Gate Tests] - marking feature tests | Colm Seale | -0/+11 |
| 2017-01-22 | Auto merge of #39127 - canndrew:unreachable-pattern-errors-into-warnings, r=a... | bors | -0/+96 |
| 2017-01-22 | Remove duplicate `TokenStream` quoter tests (modulo imports). | Jeffrey Seyfried | -233/+0 |
| 2017-01-22 | Warn on unused `#[macro_use]` imports. | Jeffrey Seyfried | -2/+21 |
| 2017-01-21 | Generalize envs() and args() to iterators. | Zack Weinberg | -1/+4 |
| 2017-01-21 | Resolve `Self` in impl headers | Vadim Petrochenkov | -10/+45 |
| 2017-01-21 | Improve `unused_extern_crate` warnings. | Jeffrey Seyfried | -0/+5 |
| 2017-01-20 | More test fixes from rollup | Alex Crichton | -4/+8 |
| 2017-01-20 | Test fixes from the rollup | Alex Crichton | -12/+4 |
| 2017-01-20 | Rollup merge of #39197 - michaelwoerister:test-38942, r=alexcrichton | Alex Crichton | -0/+26 |
| 2017-01-20 | Rollup merge of #39195 - nagisa:deny-extra-requirement-in-impl, r=eddyb | Alex Crichton | -2/+0 |
| 2017-01-20 | Rollup merge of #39179 - petrochenkov:objparen, r=eddyb | Alex Crichton | -0/+15 |
| 2017-01-20 | Rollup merge of #39168 - estebank:multiline-candidate, r=petrochenkov | Alex Crichton | -21/+21 |
| 2017-01-20 | Rollup merge of #39157 - michaelwoerister:debug-lto, r=alexcrichton | Alex Crichton | -2/+74 |
| 2017-01-20 | Rollup merge of #39143 - nikomatsakis:issue-38967, r=eddyb | Alex Crichton | -0/+17 |
| 2017-01-20 | Rollup merge of #39138 - gralpli:issue-39089, r=nrc | Alex Crichton | -0/+13 |
| 2017-01-20 | Rollup merge of #39120 - alexcrichton:emscripten-tests, r=brson | Alex Crichton | -0/+29 |
| 2017-01-20 | Rollup merge of #39118 - jseyfried:token_tree_based_parser, r=nrc | Alex Crichton | -1/+1 |
| 2017-01-20 | Rollup merge of #39077 - jseyfried:crate_var_imports, r=nrc | Alex Crichton | -3/+10 |
| 2017-01-20 | Rollup merge of #39068 - alexcrichton:more-small-tests, r=brson | Alex Crichton | -3/+14 |
| 2017-01-20 | Rollup merge of #38842 - abonander:proc_macro_attribute, r=jseyfried | Alex Crichton | -6/+159 |
| 2017-01-21 | Add unreachable attribute to Err branch | Andrew Cann | -0/+20 |
| 2017-01-20 | Remove attribute on match | Andrew Cann | -0/+8 |
| 2017-01-20 | Auto merge of #38955 - estebank:highlighted-diags, r=nikomatsakis | bors | -19/+102 |
| 2017-01-20 | Auto merge of #38603 - arielb1:supertrait-self-3, r=nikomatsakis | bors | -0/+42 |