| Age | Commit message (Expand) | Author | Lines |
| 2017-10-08 | Rollup merge of #45018 - michaelwoerister:fix-dep-node-debug-recursion, r=eddyb | kennytm | -23/+2 |
| 2017-10-07 | Fix invalid rustdoc rendering for FnTy args | Guillaume Gomez | -13/+9 |
| 2017-10-07 | Add names to BareFnTy | Guillaume Gomez | -2/+10 |
| 2017-10-06 | implement pattern-binding-modes RFC | Tobias Schottdorf | -5/+9 |
| 2017-10-05 | Fix infinite recursion in <DepNode as Debug>. | Michael Woerister | -23/+2 |
| 2017-09-30 | remove "refinement on pat" FIXME | Niv Kaminer | -1/+0 |
| 2017-09-30 | address some `FIXME`s whose associated issues were marked as closed | Niv Kaminer | -2/+1 |
| 2017-09-29 | Auto merge of #44866 - mdevlamynck:impl-trait, r=eddyb | bors | -0/+12 |
| 2017-09-27 | Auto merge of #44709 - Badel2:inclusive-range-dotdoteq, r=petrochenkov | bors | -1/+1 |
| 2017-09-26 | impl Trait in argument position desugaring: | Matthias Devlamynck | -0/+12 |
| 2017-09-24 | put empty generic lists behind a pointer | Ariel Ben-Yehuda | -44/+94 |
| 2017-09-23 | incr.comp.: Do some various cleanup. | Michael Woerister | -11/+12 |
| 2017-09-23 | incr.comp.: Initial implemenation of append-only dep-graph. | Michael Woerister | -0/+9 |
| 2017-09-23 | Auto merge of #44633 - petrochenkov:priv2, r=nikomatsakis | bors | -9/+13 |
| 2017-09-23 | Rollup merge of #44745 - alexcrichton:no-delim-none, r=estebank | Corey Farwell | -11/+9 |
| 2017-09-23 | Give HirId to hir::Ty | Vadim Petrochenkov | -9/+13 |
| 2017-09-22 | Add information about the syntax used in ranges | Badel2 | -1/+1 |
| 2017-09-22 | Auto merge of #44696 - michaelwoerister:fingerprints-in-dep-graph-3, r=nikoma... | bors | -46/+171 |
| 2017-09-21 | Refactor lifetime name into an enum | Taylor Cramer | -9/+41 |
| 2017-09-21 | rustc: Don't use DelimToken::None if possible | Alex Crichton | -11/+9 |
| 2017-09-20 | Implement underscore lifetimes | Taylor Cramer | -1/+2 |
| 2017-09-20 | address review comments | Ariel Ben-Yehuda | -1/+4 |
| 2017-09-20 | add proofs and fix postorder traversal | Ariel Ben-Yehuda | -5/+13 |
| 2017-09-20 | Fix HIR printing of yield | John Kåre Alsaker | -1/+1 |
| 2017-09-20 | incr.comp.: Add some comments. | Michael Woerister | -1/+8 |
| 2017-09-20 | incr.comp.: Store result fingerprints in DepGraph. | Michael Woerister | -46/+164 |
| 2017-09-19 | Auto merge of #44505 - nikomatsakis:lotsa-comments, r=steveklabnik | bors | -1/+148 |
| 2017-09-19 | apply various nits | Niko Matsakis | -10/+7 |
| 2017-09-19 | rework the README.md for rustc and add other readmes | Niko Matsakis | -1/+151 |
| 2017-09-18 | rustc: Forbid interpolated tokens in the HIR | Alex Crichton | -2/+48 |
| 2017-09-18 | incr.comp.: Remove tcx from StableHashingContext. | Michael Woerister | -4/+4 |
| 2017-09-14 | rustc: Remove `Session::dep_graph` | Alex Crichton | -1/+3 |
| 2017-09-12 | Remove the `cstore` reference from Session in order to prepare encapsulating ... | Michael Woerister | -2/+7 |
| 2017-09-12 | Auto merge of #44275 - eddyb:deferred-ctfe, r=nikomatsakis | bors | -1/+1 |
| 2017-09-11 | Auto merge of #44435 - alexcrichton:in-scope, r=michaelwoerister | bors | -2/+2 |
| 2017-09-11 | rustc: Remove HirId from queries | Alex Crichton | -2/+2 |
| 2017-09-11 | rustc: intern ConstVal's in TyCtxt. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-09-08 | Use NodeId/HirId instead of DefId for local variables. | Eduard-Mihai Burtescu | -66/+46 |
| 2017-09-08 | Auto merge of #44142 - alexcrichton:dllimport-query, r=nikomatsakis | bors | -35/+49 |
| 2017-09-08 | Auto merge of #43742 - epdtry:pprust-expr-fix, r=petrochenkov | bors | -38/+179 |
| 2017-09-07 | pprust: increase precedence of block-like exprs | Stuart Pernsteiner | -6/+5 |
| 2017-09-06 | hir::print: fix parenthesization of exprs | Stuart Pernsteiner | -38/+180 |
| 2017-09-05 | rustc: Store InternedString in `DefPathData` | Alex Crichton | -33/+37 |
| 2017-09-05 | rustc: Move stability functionality into queries | Alex Crichton | -1/+11 |
| 2017-09-05 | rustc: Classify two more CrateStore methods untracked | Alex Crichton | -1/+1 |
| 2017-09-04 | Improve DefIndex formatting to be more semantic | est31 | -1/+10 |
| 2017-09-01 | rustc: use hir::ItemLocalId instead of ast::NodeId in CFG. | Eduard-Mihai Burtescu | -1/+14 |
| 2017-08-30 | Make fields of `Span` private | Vadim Petrochenkov | -28/+26 |
| 2017-08-25 | Fix merge conflict | Alex Crichton | -1/+1 |
| 2017-08-25 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -384/+475 |