| Age | Commit message (Expand) | Author | Lines |
| 2018-03-22 | permit `'_` and `&T` in impl headers | Niko Matsakis | -0/+1 |
| 2018-03-21 | Now it compiles | Mrowqa | -1/+2 |
| 2018-03-17 | AST/HIR: Clarify what the optional name in extern crate items mean | Vadim Petrochenkov | -1/+1 |
| 2018-03-08 | Add InterpretInterner to StableHashingContext for AllocId serialization | Oliver Schneider | -66/+66 |
| 2018-03-06 | Add linkage to TransFnAttrs | Wesley Wiser | -0/+2 |
| 2018-03-06 | Add target_features to TransFnAttrs | Wesley Wiser | -0/+2 |
| 2018-03-06 | Remove export_name query | Wesley Wiser | -0/+2 |
| 2018-03-06 | Add `inline` to `TransFnAttrs` | Wesley Wiser | -0/+11 |
| 2018-03-06 | Add query for trans fn attributes | Wesley Wiser | -0/+21 |
| 2018-01-25 | Rollup merge of #47502 - petrochenkov:label, r=eddyb | Alex Crichton | -1/+6 |
| 2018-01-23 | Adds support for immovable generators. Move checking of invalid borrows acros... | John Kåre Alsaker | -0/+5 |
| 2018-01-22 | AST/HIR: Add a separate structure for labels | Vadim Petrochenkov | -1/+6 |
| 2018-01-13 | Remove `impl Foo for ..` in favor of `auto trait Foo` | leonardo.yvens | -1/+0 |
| 2017-12-22 | Auto merge of #46732 - estebank:silence-recovered-blocks, r=petrochenkov | bors | -0/+2 |
| 2017-12-21 | Do not emit type errors on recovered blocks | Esteban Küber | -0/+2 |
| 2017-12-21 | Add GenericParam, refactor Generics in ast, hir, rustdoc | Jonas Platte | -5/+9 |
| 2017-12-15 | Refactor argument-position impl Trait | Taylor Cramer | -1/+0 |
| 2017-12-14 | add trait aliases to HIR | Alex Burka | -0/+2 |
| 2017-12-13 | Auto merge of #46419 - jseyfried:all_imports_in_metadata, r=nrc | bors | -1/+3 |
| 2017-12-08 | incr.comp.: Hash spans unconditionally for full accuracy. | Michael Woerister | -100/+6 |
| 2017-12-05 | Add field `is_import` to `def::Export`. | Jeffrey Seyfried | -1/+2 |
| 2017-12-05 | Include non-`pub` `use` and `extern crate` items in the crate metadata for ma... | Jeffrey Seyfried | -0/+1 |
| 2017-11-29 | incr.comp.: Remove an unnecessary HIR access which enables hashing spans for ... | Michael Woerister | -11/+9 |
| 2017-11-22 | Implement in-band lifetime bindings | Taylor Cramer | -1/+2 |
| 2017-11-21 | Auto merge of #45701 - cramertj:impl-trait-this-time, r=eddyb | bors | -1/+6 |
| 2017-11-17 | Fix impl Trait Lifetime Handling | Taylor Cramer | -1/+6 |
| 2017-11-17 | Auto merge of #46004 - michaelwoerister:cached-mir-wip-3, r=nikomatsakis | bors | -1/+19 |
| 2017-11-16 | Introduce LocalDefId which provides a type-level guarantee that the DefId is ... | Michael Woerister | -1/+19 |
| 2017-11-15 | Split hir::TyImplTrait, move checks to HIR lowering | Christopher Vittal | -1/+2 |
| 2017-11-07 | incr.comp.: Don't filter out StmtDecls from hir::Block during hashing as thes... | Michael Woerister | -27/+1 |
| 2017-11-03 | add `auto` keyword, parse `auto trait`, lower to HIR | leonardo.yvens | -1/+5 |
| 2017-11-03 | [Syntax Breaking] Rename DefaultImpl to AutoImpl | leonardo.yvens | -2/+2 |
| 2017-10-31 | Auto merge of #45551 - michaelwoerister:fix-hir-depnodes-and-ich, r=nikomatsakis | bors | -8/+26 |
| 2017-10-27 | Implement RFC 1861: Extern types | Paul Lietar | -1/+3 |
| 2017-10-26 | incr.comp.: Update overflow-check logic in HIR hashing. | Michael Woerister | -8/+26 |
| 2017-10-17 | Lifted generics into TraitItem and ImplItem from MethodSig -- HIR now matches... | Sunjay Varma | -2/+5 |
| 2017-10-07 | Fix invalid rustdoc rendering for FnTy args | Guillaume Gomez | -1/+2 |
| 2017-09-26 | impl Trait in argument position desugaring: | Matthias Devlamynck | -1/+6 |
| 2017-09-24 | put empty generic lists behind a pointer | Ariel Ben-Yehuda | -1/+1 |
| 2017-09-23 | Give HirId to hir::Ty | Vadim Petrochenkov | -0/+1 |
| 2017-09-22 | Auto merge of #44696 - michaelwoerister:fingerprints-in-dep-graph-3, r=nikoma... | bors | -4/+21 |
| 2017-09-21 | Refactor lifetime name into an enum | Taylor Cramer | -0/+7 |
| 2017-09-20 | incr.comp.: Store result fingerprints in DepGraph. | Michael Woerister | -4/+2 |
| 2017-09-20 | incr.comp.: Make sure traits_in_scope results are hashed in a stable way. | Michael Woerister | -0/+19 |
| 2017-09-18 | incr.comp.: Remove tcx from StableHashingContext. | Michael Woerister | -60/+60 |
| 2017-09-18 | incr.comp.: Make the StableHashingContext mostly independent of the tcx. | Michael Woerister | -13/+3 |
| 2017-09-18 | incr.comp.: Already hash HIR bodies during metadata export so they don't have... | Michael Woerister | -32/+18 |
| 2017-09-18 | Fix issues uncovered by rebasing: | Michael Woerister | -99/+101 |
| 2017-09-18 | incr.comp.: Compute hashes of all query results. | Michael Woerister | -14/+40 |
| 2017-08-25 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -13/+6 |