| Age | Commit message (Expand) | Author | Lines |
| 2017-07-12 | Auto merge of #43107 - michaelwoerister:less-span-info-in-debug, r=nikomatsakis | bors | -19/+24 |
| 2017-07-11 | Downgrade ProjectionTy's TraitRef to its substs | Tobias Schottdorf | -3/+3 |
| 2017-07-10 | Add StableHash implementation for ty::Instance. | Michael Woerister | -0/+57 |
| 2017-07-10 | Store all generic arguments for method calls in HIR | Vadim Petrochenkov | -1/+1 |
| 2017-07-07 | incr.comp.: Don't include span information in the ICH of type definitions. | Michael Woerister | -19/+24 |
| 2017-07-05 | use field init shorthand in src/librustc | Zack M. Davis | -3/+3 |
| 2017-07-05 | Merge remote-tracking branch 'origin/master' into proc_macro_api | Alex Crichton | -2/+1 |
| 2017-06-27 | rustc: move the PolyFnSig out of TyFnDef. | Eduard-Mihai Burtescu | -2/+1 |
| 2017-06-26 | Simplify `hygiene::Mark` application, and | Jeffrey Seyfried | -2/+1 |
| 2017-06-19 | Auto merge of #39409 - pnkfelix:mir-borrowck2, r=nikomatsakis | bors | -0/+3 |
| 2017-06-18 | Auto merge of #42593 - ibabushkin:on-demand-external-source, r=eddyb | bors | -0/+4 |
| 2017-06-13 | incr.comp.: Make DepNode's std::fmt::Debug implementation useful again. | Michael Woerister | -0/+11 |
| 2017-06-12 | Add `EndRegion` statement kind to MIR. | Felix S. Klock II | -0/+3 |
| 2017-06-10 | Added external crates' sources to FileMap. | Inokentiy Babushkin | -0/+1 |
| 2017-06-10 | Added source hashes to FileMap | Inokentiy Babushkin | -0/+3 |
| 2017-06-06 | ICH: Add some HashStable implementations. | Michael Woerister | -1/+14 |
| 2017-06-06 | ICH: Make StableHashingContext work with any TyCtxt, not just the global one. | Michael Woerister | -179/+210 |
| 2017-06-04 | Auto merge of #42265 - Zoxc:for-sugar, r=eddyb | bors | -1/+7 |
| 2017-06-03 | Auto merge of #42332 - michaelwoerister:no-more-retracing, r=nikomatsakis | bors | -1/+2 |
| 2017-06-02 | Rollup merge of #42335 - jcowgill:fingerprint-be, r=michaelwoerister | Mark Simulacrum | -19/+1 |
| 2017-06-01 | Change for-loop desugar to not borrow the iterator during the loop | John Kåre Alsaker | -1/+7 |
| 2017-06-01 | Auto merge of #42281 - eddyb:well-adjusted, r=nikomatsakis | bors | -24/+11 |
| 2017-06-01 | Don't byteswap Fingerprints when encoding | James Cowgill | -19/+1 |
| 2017-06-01 | rustc: decompose Adjustment into a vector of adjustment steps. | Eduard-Mihai Burtescu | -5/+9 |
| 2017-06-01 | rustc: move autoref and unsize from Adjust::DerefRef to Adjustment. | Eduard-Mihai Burtescu | -4/+2 |
| 2017-06-01 | rustc: replace autoderefs' use of MethodCallee with OverloadedDeref. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-06-01 | rustc: replace method_map with Def::Method and node_substs entries. | Eduard-Mihai Burtescu | -4/+2 |
| 2017-06-01 | rustc: remove unnecessary ItemSubsts wrapper. | Eduard-Mihai Burtescu | -4/+2 |
| 2017-06-01 | rustc: replace TyFnDef in MethodCallee with just the FnSig. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-06-01 | rustc: keep overloaded autoderef MethodCallee's in Adjust. | Eduard-Mihai Burtescu | -13/+2 |
| 2017-05-31 | Upgrade ProjectionTy's Name to a DefId | Tobias Schottdorf | -1/+1 |
| 2017-05-31 | Make a newtype for DefPathHash so they are not confused with content hashes | Michael Woerister | -1/+2 |
| 2017-05-28 | Auto merge of #42175 - michaelwoerister:filemap-hashing-fix-1, r=nikomatsakis | bors | -29/+54 |
| 2017-05-28 | add NullOp::SizeOf and BinOp::Offset | Ariel Ben-Yehuda | -2/+8 |
| 2017-05-26 | Auto merge of #42058 - froydnj:thiscall-support, r=nikomatsakis | bors | -0/+1 |
| 2017-05-25 | Improve intercrate hygiene. | Jeffrey Seyfried | -1/+1 |
| 2017-05-25 | Improve efficiency. | Jeffrey Seyfried | -1/+1 |
| 2017-05-25 | Hygienize `librustc_privacy`. | Jeffrey Seyfried | -0/+1 |
| 2017-05-25 | Declarative macros 2.0 without hygiene. | Jeffrey Seyfried | -0/+1 |
| 2017-05-24 | add thiscall calling convention support | Nathan Froyd | -0/+1 |
| 2017-05-23 | incr.comp.: Track expanded spans instead of FileMaps. | Michael Woerister | -29/+54 |
| 2017-05-18 | Use 128 instead of 64 bits for DefPath hashes | Michael Woerister | -1/+1 |
| 2017-05-18 | Use in-memory representation for Fingerprint that is more amenable to hashing. | Michael Woerister | -46/+26 |
| 2017-05-15 | ICH: Hash lists of local trait impls as part of the HIR. | Michael Woerister | -2/+33 |
| 2017-05-13 | rustc: stop interning CodeExtent, it's small enough. | Eduard-Mihai Burtescu | -8/+8 |
| 2017-05-13 | rustc: remove redundant fn_id's from CodeExtentData. | Eduard-Mihai Burtescu | -3/+2 |
| 2017-05-13 | rustc: treat ReEarlyBound as free without replacing it with ReFree. | Eduard-Mihai Burtescu | -1/+2 |
| 2017-05-13 | rustc: use DefId instead of CodeExtent for FreeRegion's scope. | Eduard-Mihai Burtescu | -6/+1 |
| 2017-05-08 | incr.comp.: Hash more pieces of crate metadata to detect changes there. | Michael Woerister | -4/+160 |
| 2017-04-30 | intern CodeExtents | Niko Matsakis | -13/+2 |