| Age | Commit message (Expand) | Author | Lines |
| 2017-06-22 | Fix formatting | John Kåre Alsaker | -1/+3 |
| 2017-06-22 | Make the `next` variable mutable to allow for ref mut in for patterns. | John Kåre Alsaker | -7/+7 |
| 2017-06-22 | Fix formatting and add a test for destruction order of unbound values | John Kåre Alsaker | -4/+11 |
| 2017-06-22 | Change the for-loop desugar so the `break` does not affect type inference. Fi... | John Kåre Alsaker | -10/+27 |
| 2017-06-04 | Auto merge of #42265 - Zoxc:for-sugar, r=eddyb | bors | -21/+53 |
| 2017-06-03 | Auto merge of #42332 - michaelwoerister:no-more-retracing, r=nikomatsakis | bors | -12/+44 |
| 2017-06-01 | Change for-loop desugar to not borrow the iterator during the loop | John Kåre Alsaker | -21/+53 |
| 2017-06-01 | Rollup merge of #42275 - scottmcm:try-trait, r=nikomatsakis | Corey Farwell | -6/+6 |
| 2017-05-31 | Don't print the whole crate disambiguator value in debug output | Michael Woerister | -1/+3 |
| 2017-05-31 | Build DefPathHash->DefId table when incr.comp. is enabled | Michael Woerister | -0/+24 |
| 2017-05-31 | Make a newtype for DefPathHash so they are not confused with content hashes | Michael Woerister | -11/+17 |
| 2017-05-25 | Lower `?` to `Try` instead of `Carrier` | Scott McMurray | -6/+6 |
| 2017-05-25 | Improve intercrate hygiene. | Jeffrey Seyfried | -56/+80 |
| 2017-05-25 | Improve efficiency. | Jeffrey Seyfried | -2/+4 |
| 2017-05-25 | Hygienize lifetimes. | Jeffrey Seyfried | -3/+3 |
| 2017-05-25 | Hygienize `librustc_privacy`. | Jeffrey Seyfried | -3/+9 |
| 2017-05-25 | Hygienize `librustc_typeck`. | Jeffrey Seyfried | -23/+61 |
| 2017-05-25 | Hygienize `librustc_resolve`. | Jeffrey Seyfried | -1/+1 |
| 2017-05-25 | Declarative macros 2.0 without hygiene. | Jeffrey Seyfried | -3/+5 |
| 2017-05-25 | Refactor out `ast::MacroDef`. | Jeffrey Seyfried | -1/+1 |
| 2017-05-21 | Make RangeInclusive just a two-field struct | Scott McMurray | -8/+8 |
| 2017-05-18 | Use 128 instead of 64 bits for DefPath hashes | Michael Woerister | -8/+9 |
| 2017-05-15 | ICH: Hash lists of local trait impls as part of the HIR. | Michael Woerister | -2/+2 |
| 2017-05-09 | Auto merge of #41709 - michaelwoerister:close-metadata-ich-holes, r=nikomatsakis | bors | -1/+8 |
| 2017-05-09 | Add INVALID_CRATE CrateNum constant. | Michael Woerister | -1/+4 |
| 2017-05-08 | Auto merge of #41515 - eddyb:non-static-assoc-const, r=nikomatsakis | bors | -22/+14 |
| 2017-05-08 | Remove need for &format!(...) or &&"" dances in `span_label` calls | Oliver Schneider | -2/+2 |
| 2017-05-08 | incr.comp.: Hash more pieces of crate metadata to detect changes there. | Michael Woerister | -0/+4 |
| 2017-05-06 | rustc: treat const bodies like fn bodies in middle::region. | Eduard-Mihai Burtescu | -22/+14 |
| 2017-05-03 | kill the old `visit_all_item_likes` infrastructure | Niko Matsakis | -4/+3 |
| 2017-05-02 | run MIR borrowck on the validated, not optimized, MIR | Niko Matsakis | -1/+1 |
| 2017-05-01 | remove unused `is_fn` | Niko Matsakis | -12/+0 |
| 2017-04-30 | introduce per-fn RegionMaps | Taylor Cramer | -1/+30 |
| 2017-04-26 | support `default impl` for specialization | Gianni Ciccarelli | -1/+1 |
| 2017-04-25 | support `default impl` for specialization | Gianni Ciccarelli | -0/+3 |
| 2017-04-24 | support `default impl` for specialization | Gianni Ciccarelli | -3/+4 |
| 2017-04-24 | support `default impl` for specialization | Gianni Ciccarelli | -6/+19 |
| 2017-04-21 | Implementation of repr struct alignment RFC 1358. | Cameron Hart | -0/+17 |
| 2017-04-15 | Auto merge of #41316 - suchithjn225:issue-41272, r=eddyb | bors | -87/+9 |
| 2017-04-15 | Aesthetic issue. Corrected indentation | Suchith J N | -2/+2 |
| 2017-04-15 | Fixed aesthetics of if let block | Suchith J N | -4/+4 |
| 2017-04-15 | Fixed aesthetics and test | Suchith J N | -4/+4 |
| 2017-04-15 | [41272] - Fixed to conform to rust project style | Suchith J N | -9/+8 |
| 2017-04-15 | [41272] - code for desugaring iflet changed | Suchith J N | -87/+10 |
| 2017-04-12 | Ensure walk_item visits GlobalAsm NodeId | A.J. Gardner | -1/+3 |
| 2017-04-12 | First attempt at global_asm! macro | A.J. Gardner | -1/+30 |
| 2017-04-12 | Rollup merge of #41063 - nikomatsakis:issue-40746-always-exec-loops, r=eddyb | Tim Neumann | -0/+21 |
| 2017-04-08 | Auto merge of #40887 - estebank:ty-placeholder, r=petrochenkov | bors | -1/+7 |
| 2017-04-07 | Merge branch 'master' into ty-placeholder | Esteban Küber | -0/+4 |
| 2017-04-07 | ICH: Centrally compute and cache DefPath hashes as part of DefPathTable. | Michael Woerister | -38/+98 |