| Age | Commit message (Expand) | Author | Lines |
| 2017-08-04 | Auto merge of #43403 - RalfJung:mir-validate, r=nikomatsakis | bors | -3/+25 |
| 2017-08-02 | Auto merge of #43605 - RalfJung:mapdoc, r=michaelwoerister | bors | -2/+4 |
| 2017-08-02 | Auto merge of #43584 - arielb1:unused-reads, r=eddyb | bors | -14/+14 |
| 2017-08-01 | improve hir::map::Map::get_parent_node doc | Ralf Jung | -2/+4 |
| 2017-08-01 | use FnLike to recognize functions for us | Ralf Jung | -0/+12 |
| 2017-08-01 | rustc::hir::map::definitions - fix O(n^2) when disambiguating | Ariel Ben-Yehuda | -14/+14 |
| 2017-07-31 | optionally only emit basic validation for functions containing unsafe block /... | Ralf Jung | -3/+3 |
| 2017-07-30 | default binding modes: add pat_binding_modes | Tobias Schottdorf | -35/+66 |
| 2017-07-30 | when suspending, we need to specify for which lifetime to recover | Ralf Jung | -0/+10 |
| 2017-07-29 | Auto merge of #43009 - GuillaumeGomez:unused-doc-comments, r=nrc | bors | -1/+8 |
| 2017-07-27 | Auto merge of #43438 - petrochenkov:path, r=jseyfried | bors | -1/+1 |
| 2017-07-27 | Give span to angle bracketed generic arguments | Vadim Petrochenkov | -1/+1 |
| 2017-07-27 | Auto merge of #43443 - bitshifter:issue-43317, r=nikomatsakis | bors | -8/+0 |
| 2017-07-27 | Make a lint instead | Guillaume Gomez | -0/+7 |
| 2017-07-27 | Throw errors when doc comments are added where they're unused | Guillaume Gomez | -1/+1 |
| 2017-07-24 | Rollup merge of #43361 - michaelwoerister:remove-retrace-path, r=nikomatsakis | Mark Simulacrum | -71/+24 |
| 2017-07-23 | Better detection of repr packed and align | Cameron Hart | -8/+0 |
| 2017-07-20 | Remove unused DefTable::retrace_path(). | Michael Woerister | -71/+24 |
| 2017-07-17 | Support repr alignment on unions. | Cameron Hart | -3/+4 |
| 2017-07-11 | Refactor cur_cmnt_and_lit away. | Mark Simulacrum | -19/+17 |
| 2017-07-11 | Refactor methods onto Printer struct. | Mark Simulacrum | -186/+185 |
| 2017-07-10 | Store all generic arguments for method calls in HIR | Vadim Petrochenkov | -31/+19 |
| 2017-07-10 | Store all generic arguments for method calls in AST | Vadim Petrochenkov | -2/+9 |
| 2017-07-05 | use field init shorthand in src/librustc | Zack M. Davis | -77/+77 |
| 2017-06-29 | Make `$crate` a keyword | Vadim Petrochenkov | -2/+4 |
| 2017-06-28 | Auto merge of #42850 - estebank:unwanted-return-rotj, r=nikomatsakis | bors | -5/+61 |
| 2017-06-27 | Review comments | Esteban Küber | -0/+22 |
| 2017-06-24 | Detect missing `;` on methods with return type `()` | Esteban Küber | -5/+39 |
| 2017-06-23 | change binding name of for loop lowering to appease clippy | Andre Bogus | -6/+6 |
| 2017-06-22 | Auto merge of #42634 - Zoxc:for-desugar2, r=nikomatsakis | bors | -10/+36 |
| 2017-06-17 | Fix formatting | John Kåre Alsaker | -1/+3 |
| 2017-06-17 | Make the `next` variable mutable to allow for ref mut in for patterns. | John Kåre Alsaker | -7/+7 |
| 2017-06-14 | Switch CrateNum queries to DefId | Taylor Cramer | -0/+2 |
| 2017-06-14 | Fix formatting and add a test for destruction order of unbound values | John Kåre Alsaker | -4/+11 |
| 2017-06-13 | Rollup merge of #42408 - bjorn3:patch-2, r=michaelwoerister | Corey Farwell | -10/+19 |
| 2017-06-13 | Change the for-loop desugar so the `break` does not affect type inference. Fi... | John Kåre Alsaker | -10/+27 |
| 2017-06-13 | Add docs to librustc/hir/check_attr.rs | bjorn3 | -10/+19 |
| 2017-06-13 | incr.comp.: Don't use Ident in DefPath because that's unstable across compila... | Michael Woerister | -87/+93 |
| 2017-06-09 | incr.comp.: Uniformly represent DepNodes as (Kind, StableHash) pairs. | Michael Woerister | -20/+25 |
| 2017-06-09 | Auto merge of #42504 - michaelwoerister:hash-dep-nodes-prep, r=nikomatsakis | bors | -12/+106 |
| 2017-06-07 | Allocate DefIndices for global crate metadata. | Michael Woerister | -12/+106 |
| 2017-06-06 | Rollup merge of #42409 - bjorn3:patch-3, r=frewsxcv | Corey Farwell | -44/+52 |
| 2017-06-04 | Update lowering.rs | bjorn3 | -2/+2 |
| 2017-06-04 | Update def.rs | bjorn3 | -1/+1 |
| 2017-06-04 | Auto merge of #42265 - Zoxc:for-sugar, r=eddyb | bors | -21/+53 |
| 2017-06-03 | Doc comments for librustc/hir/lowering.rs | bjorn3 | -35/+37 |
| 2017-06-03 | Add single doc comment to librustc/hir/def_id.rs | bjorn3 | -0/+1 |
| 2017-06-03 | Better docs for librustc/hir/def.rs | bjorn3 | -10/+15 |
| 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 |