| Age | Commit message (Expand) | Author | Lines |
| 2017-11-14 | Backported merge of #45785 - arielb1:unsafe-fixes, r=eddyb | bors | -0/+1 |
| 2017-10-20 | incr.comp.: Add missing match branch in HashStable impl for ty::RegionKind. | Michael Woerister | -0/+3 |
| 2017-10-07 | Fix invalid rustdoc rendering for FnTy args | Guillaume Gomez | -1/+2 |
| 2017-10-05 | Auto merge of #44940 - philipc:remap-path, r=michaelwoerister | bors | -0/+1 |
| 2017-10-03 | Rename FileMap::path and change to an Option | Philip Craig | -1/+1 |
| 2017-09-30 | Don't use remapped path when loading modules and include files | Philip Craig | -0/+1 |
| 2017-09-29 | Auto merge of #44866 - mdevlamynck:impl-trait, r=eddyb | bors | -2/+8 |
| 2017-09-27 | Auto merge of #44709 - Badel2:inclusive-range-dotdoteq, r=petrochenkov | bors | -0/+2 |
| 2017-09-26 | impl Trait in argument position desugaring: | Matthias Devlamynck | -2/+8 |
| 2017-09-25 | Auto merge of #44809 - arielb1:small-scope, r=eddyb | bors | -7/+2 |
| 2017-09-25 | Auto merge of #44700 - arielb1:mir-effectck, r=nikomatsakis | bors | -0/+38 |
| 2017-09-24 | encode region::Scope using fewer bytes | Ariel Ben-Yehuda | -16/+1 |
| 2017-09-24 | move Scope behind an enum | Ariel Ben-Yehuda | -1/+11 |
| 2017-09-24 | move unsafety checking to MIR | Ariel Ben-Yehuda | -1/+21 |
| 2017-09-24 | add lint levels to VisibilityScope | Ariel Ben-Yehuda | -0/+18 |
| 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 | Add support for `..=` syntax | Alex Burka | -0/+2 |
| 2017-09-22 | Auto merge of #44696 - michaelwoerister:fingerprints-in-dep-graph-3, r=nikoma... | bors | -4/+40 |
| 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/+16 |
| 2017-09-20 | incr.comp.: Make sure traits_in_scope results are hashed in a stable way. | Michael Woerister | -0/+24 |
| 2017-09-18 | rustc: Forbid interpolated tokens in the HIR | Alex Crichton | -18/+5 |
| 2017-09-18 | incr.comp.: Fix rebase fallout. | Michael Woerister | -2/+2 |
| 2017-09-18 | incr.comp.: Remove tcx from StableHashingContext. | Michael Woerister | -213/+227 |
| 2017-09-18 | incr.comp.: Make the StableHashingContext mostly independent of the tcx. | Michael Woerister | -23/+46 |
| 2017-09-18 | incr.comp.: Initialize IGNORED_ATTRS in StableHashingContext lazily. | Michael Woerister | -10/+21 |
| 2017-09-18 | incr.comp.: Initialize the CachingCodemapView in StableHashingContext lazily. | Michael Woerister | -9/+21 |
| 2017-09-18 | incr.comp.: Use StableHash impls instead of functions for hashing most maps. | Michael Woerister | -166/+29 |
| 2017-09-18 | incr.comp.: Already hash HIR bodies during metadata export so they don't have... | Michael Woerister | -32/+80 |
| 2017-09-18 | Fix issues uncovered by rebasing: | Michael Woerister | -132/+175 |
| 2017-09-18 | incr.comp.: Move result fingerprinting to DepGraph::with_task(). | Michael Woerister | -2/+8 |
| 2017-09-18 | incr.comp.: Compute hashes of all query results. | Michael Woerister | -62/+341 |
| 2017-09-16 | Rollup merge of #44560 - qmx:import-TyCtxt, r=eddyb | Alex Crichton | -4/+4 |
| 2017-09-14 | bring TyCtxt into scope | Douglas Campos | -4/+4 |
| 2017-09-13 | honor #[rustc_const_unstable] attributes | Alex Burka | -1/+7 |
| 2017-09-12 | Auto merge of #44275 - eddyb:deferred-ctfe, r=nikomatsakis | bors | -23/+32 |
| 2017-09-11 | rustc: Remove HirId from queries | Alex Crichton | -3/+2 |
| 2017-09-11 | rustc: use ConstVal::Unevaluated instead of mir::Literal::Item. | Eduard-Mihai Burtescu | -4/+0 |
| 2017-09-11 | rustc: evaluate fixed-length array length expressions lazily. | Eduard-Mihai Burtescu | -0/+8 |
| 2017-09-11 | rustc: introduce ty::Const { ConstVal, Ty }. | Eduard-Mihai Burtescu | -2/+7 |
| 2017-09-11 | rustc: intern ConstVal's in TyCtxt. | Eduard-Mihai Burtescu | -19/+19 |
| 2017-09-01 | rustc: rename CodeExtent to Scope and RegionMaps to ScopeTree. | Eduard-Mihai Burtescu | -13/+12 |
| 2017-08-30 | Merge branch 'hide-trait-map' into rollup | Alex Crichton | -2/+4 |
| 2017-08-30 | Make fields of `Span` private | Vadim Petrochenkov | -5/+5 |
| 2017-08-29 | rustc: Make the `trait_map` of TyCtxt private | Alex Crichton | -2/+4 |
| 2017-08-25 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -13/+6 |
| 2017-08-25 | Auto merge of #44012 - michaelwoerister:cache-hir-dep-node-index, r=nikomatsakis | bors | -0/+3 |
| 2017-08-24 | Auto merge of #43532 - petrochenkov:pgargs, r=nikomatsakis | bors | -13/+3 |
| 2017-08-22 | incr.comp.: Cache Hir-DepNodeIndices in the HIR map. | Michael Woerister | -0/+3 |