| Age | Commit message (Expand) | Author | Lines |
| 2018-01-10 | Try to fix a perf regression by updating log | Malo Jaffré | -1/+1 |
| 2018-01-01 | Fix docs for future pulldown migration | Malo Jaffré | -0/+1 |
| 2017-12-22 | Auto merge of #46842 - michaelwoerister:fingerprint-vec, r=nikomatsakis | bors | -15/+26 |
| 2017-12-21 | Add GenericParam, refactor Generics in ast, hir, rustdoc | Jonas Platte | -13/+18 |
| 2017-12-20 | incr.comp.: Use an IndexVec instead of a hashmap for storing result hashes. | Michael Woerister | -15/+26 |
| 2017-12-14 | add trait aliases to HIR | Alex Burka | -1/+3 |
| 2017-12-09 | Use Try syntax for Option in place of macros or match | Matt Brubeck | -3/+2 |
| 2017-12-04 | Auto merge of #46427 - michaelwoerister:transitive-svh, r=nikomatsakis | bors | -3/+23 |
| 2017-12-02 | Auto merge of #46343 - jseyfried:fix_hygiene_bug, r=nrc | bors | -1/+2 |
| 2017-12-01 | incr.comp.: Incorporate the stable commandline arg hash and SVHs of upstream ... | Michael Woerister | -3/+23 |
| 2017-11-30 | Implement RFC 2128 (use_nested_groups) | Pietro Albini | -15/+7 |
| 2017-11-28 | Fix hygiene bug. | Jeffrey Seyfried | -1/+2 |
| 2017-11-17 | Auto merge of #46004 - michaelwoerister:cached-mir-wip-3, r=nikomatsakis | bors | -1/+11 |
| 2017-11-16 | Introduce LocalDefId which provides a type-level guarantee that the DefId is ... | Michael Woerister | -1/+11 |
| 2017-11-14 | rustc: split off BodyOwnerKind from MirSource. | Eduard-Mihai Burtescu | -0/+22 |
| 2017-11-09 | change separator from `.` to `-` | Mikhail Modin | -2/+5 |
| 2017-11-09 | change MIR dump filenames from `nodeN` to `DefPath` | Mikhail Modin | -0/+20 |
| 2017-11-08 | incr.comp.: Add some missing reads in HIR map. | Michael Woerister | -0/+12 |
| 2017-11-04 | Make DefIndex use newtype_index macro | Santiago Pastorino | -1/+1 |
| 2017-11-03 | [Syntax Breaking] Rename DefaultImpl to AutoImpl | leonardo.yvens | -6/+6 |
| 2017-10-26 | incr.comp.: Fix invalid DepNode assignment in HIR map. | Michael Woerister | -1/+1 |
| 2017-10-26 | Auto merge of #45464 - sinkuu:ice_44851, r=jseyfried | bors | -0/+14 |
| 2017-10-24 | Introduce CrateDisambiguator newtype and fix tests | Igor Matuszewski | -7/+13 |
| 2017-10-23 | Use 128 bit instead of Symbol for crate disambiguator | Igor Matuszewski | -2/+3 |
| 2017-10-23 | Fix #44851 by visiting tokens in `DefCollector` and `BuildReducedGraphVisitor` | sinkuu | -0/+14 |
| 2017-10-05 | Fix infinite recursion in <DepNode as Debug>. | Michael Woerister | -21/+0 |
| 2017-09-23 | incr.comp.: Do some various cleanup. | Michael Woerister | -11/+1 |
| 2017-09-23 | incr.comp.: Initial implemenation of append-only dep-graph. | Michael Woerister | -0/+9 |
| 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 | -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 | rework the README.md for rustc and add other readmes | Niko Matsakis | -0/+4 |
| 2017-09-18 | incr.comp.: Remove tcx from StableHashingContext. | Michael Woerister | -4/+4 |
| 2017-09-08 | Use NodeId/HirId instead of DefId for local variables. | Eduard-Mihai Burtescu | -17/+1 |
| 2017-09-05 | rustc: Store InternedString in `DefPathData` | Alex Crichton | -32/+36 |
| 2017-09-05 | rustc: Move stability functionality into queries | Alex Crichton | -1/+11 |
| 2017-09-01 | rustc: use hir::ItemLocalId instead of ast::NodeId in CFG. | Eduard-Mihai Burtescu | -1/+14 |
| 2017-08-25 | Fix merge conflict | Alex Crichton | -1/+1 |
| 2017-08-25 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -222/+297 |
| 2017-08-22 | incr.comp.: Cache Hir-DepNodeIndices in the HIR map. | Michael Woerister | -222/+297 |
| 2017-08-21 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -13/+31 |
| 2017-08-18 | rustc: Add `Local` to the HIR map of parents | Alex Crichton | -1/+19 |
| 2017-08-17 | rustc: Rename NodeLocal to NodeBinding | Alex Crichton | -12/+12 |
| 2017-08-17 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -1/+1 |
| 2017-08-15 | Fix typos & us spellings | Fourchaux | -1/+1 |
| 2017-08-14 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -1/+41 |
| 2017-08-14 | Auto merge of #43740 - michaelwoerister:local-id-in-typecktables, r=arielb1 | bors | -0/+40 |
| 2017-08-12 | Fix some typos | Bastien Orivel | -1/+1 |
| 2017-08-11 | Add some ID conversion methods to HIR map and Definitions. | Michael Woerister | -0/+23 |