summary refs log tree commit diff
path: root/src/librustc/ich
AgeCommit message (Expand)AuthorLines
2017-06-04Auto merge of #42265 - Zoxc:for-sugar, r=eddybbors-1/+7
2017-06-03Auto merge of #42332 - michaelwoerister:no-more-retracing, r=nikomatsakisbors-1/+2
2017-06-02Rollup merge of #42335 - jcowgill:fingerprint-be, r=michaelwoeristerMark Simulacrum-19/+1
2017-06-01Change for-loop desugar to not borrow the iterator during the loopJohn Kåre Alsaker-1/+7
2017-06-01Auto merge of #42281 - eddyb:well-adjusted, r=nikomatsakisbors-24/+11
2017-06-01Don't byteswap Fingerprints when encodingJames Cowgill-19/+1
2017-06-01rustc: decompose Adjustment into a vector of adjustment steps.Eduard-Mihai Burtescu-5/+9
2017-06-01rustc: move autoref and unsize from Adjust::DerefRef to Adjustment.Eduard-Mihai Burtescu-4/+2
2017-06-01rustc: replace autoderefs' use of MethodCallee with OverloadedDeref.Eduard-Mihai Burtescu-1/+1
2017-06-01rustc: replace method_map with Def::Method and node_substs entries.Eduard-Mihai Burtescu-4/+2
2017-06-01rustc: remove unnecessary ItemSubsts wrapper.Eduard-Mihai Burtescu-4/+2
2017-06-01rustc: replace TyFnDef in MethodCallee with just the FnSig.Eduard-Mihai Burtescu-1/+1
2017-06-01rustc: keep overloaded autoderef MethodCallee's in Adjust.Eduard-Mihai Burtescu-13/+2
2017-05-31Upgrade ProjectionTy's Name to a DefIdTobias Schottdorf-1/+1
2017-05-31Make a newtype for DefPathHash so they are not confused with content hashesMichael Woerister-1/+2
2017-05-28Auto merge of #42175 - michaelwoerister:filemap-hashing-fix-1, r=nikomatsakisbors-29/+54
2017-05-28add NullOp::SizeOf and BinOp::OffsetAriel Ben-Yehuda-2/+8
2017-05-26Auto merge of #42058 - froydnj:thiscall-support, r=nikomatsakisbors-0/+1
2017-05-25Improve intercrate hygiene.Jeffrey Seyfried-1/+1
2017-05-25Improve efficiency.Jeffrey Seyfried-1/+1
2017-05-25Hygienize `librustc_privacy`.Jeffrey Seyfried-0/+1
2017-05-25Declarative macros 2.0 without hygiene.Jeffrey Seyfried-0/+1
2017-05-24add thiscall calling convention supportNathan Froyd-0/+1
2017-05-23incr.comp.: Track expanded spans instead of FileMaps.Michael Woerister-29/+54
2017-05-18Use 128 instead of 64 bits for DefPath hashesMichael Woerister-1/+1
2017-05-18Use in-memory representation for Fingerprint that is more amenable to hashing.Michael Woerister-46/+26
2017-05-15ICH: Hash lists of local trait impls as part of the HIR.Michael Woerister-2/+33
2017-05-13rustc: stop interning CodeExtent, it's small enough.Eduard-Mihai Burtescu-8/+8
2017-05-13rustc: remove redundant fn_id's from CodeExtentData.Eduard-Mihai Burtescu-3/+2
2017-05-13rustc: treat ReEarlyBound as free without replacing it with ReFree.Eduard-Mihai Burtescu-1/+2
2017-05-13rustc: use DefId instead of CodeExtent for FreeRegion's scope.Eduard-Mihai Burtescu-6/+1
2017-05-08incr.comp.: Hash more pieces of crate metadata to detect changes there.Michael Woerister-4/+160
2017-04-30intern CodeExtentsNiko Matsakis-13/+2
2017-04-30On-demandify region mappingTaylor Cramer-1/+1
2017-04-25 support `default impl` for specializationGianni Ciccarelli-1/+1
2017-04-23rustc_const_eval: support all unit enum variants.Eduard-Mihai Burtescu-3/+6
2017-04-14Rollup merge of #40702 - mrhota:global_asm, r=nagisaCorey Farwell-0/+16
2017-04-13Make simple_global_asm even simplerA.J. Gardner-0/+3
2017-04-13Auto merge of #40570 - nikomatsakis:inference-subtype-through-obligation, r=a...bors-0/+4
2017-04-12First attempt at global_asm! macroA.J. Gardner-0/+13
2017-04-12Rollup merge of #41232 - arielb1:mir-rvalues, r=eddybTim Neumann-1/+2
2017-04-12ICH: Replace old, transitive metadata hashing with direct hashing approach.Michael Woerister-20/+12
2017-04-12ICH: Hash everything that gets encoded into crate metadata.Michael Woerister-14/+333
2017-04-11add Subtype predicateNiko Matsakis-0/+4
2017-04-11store Spans for all MIR localsAriel Ben-Yehuda-1/+2
2017-04-08Auto merge of #40887 - estebank:ty-placeholder, r=petrochenkovbors-0/+2
2017-04-07Merge branch 'master' into ty-placeholderEsteban Küber-1/+2627
2017-04-07ICH: Centrally compute and cache DefPath hashes as part of DefPathTable.Michael Woerister-42/+2
2017-04-06Introduce HashStable trait and base ICH implementations on it.Michael Woerister-1/+2625
2017-03-29Merge `ExpnId` and `SyntaxContext`.Jeffrey Seyfried-4/+0