summary refs log tree commit diff
path: root/src/librustc/ty/maps
AgeCommit message (Expand)AuthorLines
2017-12-21Revert "Auto merge of #45225 - eddyb:trans-abi, r=arielb1"Ariel Ben-Yehuda-2/+2
2017-11-19rustc: rename CachedLayout to LayoutDetails.Eduard-Mihai Burtescu-1/+1
2017-11-19rustc: move layout::Struct into FieldPlacement/Abi.Eduard-Mihai Burtescu-1/+1
2017-11-19rustc: pre-compute field placements out of Layout.Eduard-Mihai Burtescu-2/+2
2017-11-17Auto merge of #46004 - michaelwoerister:cached-mir-wip-3, r=nikomatsakisbors-168/+746
2017-11-16incr.comp.: Remove default serialization implementations for things in rustc:...Michael Woerister-0/+16
2017-11-16incr.comp.: Remove some code duplication around TyDecoder by factoring things...Michael Woerister-109/+2
2017-11-16incr.comp.: Encode DefIds as DefPathHashes instead of recomputing those durin...Michael Woerister-73/+65
2017-11-15incr.comp.: Refactor query cache serialization to be more re-usable.Michael Woerister-19/+48
2017-11-14incr.comp.: Cache TypeckTables and add -Zincremental-queries flag.Michael Woerister-16/+79
2017-11-14incr.comp.: Add 'tcx to QueryDescription.Michael Woerister-89/+89
2017-11-14incr.comp.: Store the query result index which records where query results ca...Michael Woerister-19/+133
2017-11-14incr.comp.: Do some verification on data decoded from incr. comp. cache.Michael Woerister-6/+62
2017-11-14incr.comp.: Encode DefPathTables for reconstructing DefIds.Michael Woerister-2/+30
2017-11-14incr.comp.: Allow for mapping from prev-session-CrateNums to current-session-...Michael Woerister-5/+72
2017-11-14incr.comp.: Implement TyDecoder for on_disk_cache::CacheDecoder.Michael Woerister-11/+232
2017-11-14Auto merge of #45916 - eddyb:even-mirer-0, r=nikomatsakisbors-19/+0
2017-11-14rustc: move the MIR pass infrastructure and list to rustc_mir.Eduard-Mihai Burtescu-19/+0
2017-11-13incr.comp.: Add CacheEncoder for encoding query results into the incr.comp. c...Michael Woerister-17/+116
2017-11-13incr.comp.: Include header when loading cache files in order to get the same ...Michael Woerister-2/+2
2017-11-10incr.comp.: Don't crash in DepGraph::try_mark_green() when encountering a rem...Michael Woerister-1/+1
2017-11-10Auto merge of #45785 - arielb1:unsafe-fixes, r=eddybbors-5/+8
2017-11-10Auto merge of #45773 - Badel2:dotdoteq, r=petrochenkovbors-1/+1
2017-11-09Auto merge of #45736 - oli-obk:rvalue_promotable_map, r=nikomatsakisbors-2/+2
2017-11-08incr.comp.: Remove unused DepKind::WorkProduct.Michael Woerister-3/+2
2017-11-07incr.comp.: Add -Zincremental-verify-ich, which allows to perform a consisten...Michael Woerister-2/+30
2017-11-06collect unused unsafe codeAriel Ben-Yehuda-4/+3
2017-11-06run unsafety checking before dead block collectionAriel Ben-Yehuda-1/+5
2017-11-06Inclusive range updated to `..=` syntaxBadel2-1/+1
2017-11-03[Syntax Breaking] Rename DefaultImpl to AutoImplleonardo.yvens-3/+3
2017-11-03Use a `Set<T>` instead of a `Map<T, bool>`Oliver Schneider-2/+2
2017-11-01Auto merge of #45472 - michaelwoerister:incr-comp-caching-base, r=nikomatsakisbors-33/+254
2017-10-27Auto merge of #45353 - wesleywiser:untracked_queries, r=michaelwoeristerbors-4/+11
2017-10-26Handle eval_always queries in force()Wesley Wiser-4/+11
2017-10-25incr.comp.: Add documentation for OnDiskCache.Michael Woerister-28/+55
2017-10-25incr.comp.: Implement query diagnostic persistence.Michael Woerister-33/+227
2017-10-25Auto merge of #45476 - Xanewok:fingerprint-disambiguator, r=michaelwoeristerbors-2/+2
2017-10-24Introduce CrateDisambiguator newtype and fix testsIgor Matuszewski-3/+2
2017-10-24Auto merge of #45350 - cjkenn:cjkenn/used-trait-imports, r=nikomatsakisbors-0/+3
2017-10-23Use 128 bit instead of Symbol for crate disambiguatorIgor Matuszewski-1/+2
2017-10-21renamed queryMarco Concetto Rudilosso-2/+2
2017-10-21added trans_ prefix and pluralised types. Solved failing test on the incremen...Marco Concetto Rudilosso-0/+1
2017-10-21added newlines at the end of the file and changed 'normalising' to 'normalizing'Marco Concetto Rudilosso-2/+2
2017-10-21Create NormalizeTy queryMarco Concetto Rudilosso-0/+10
2017-10-20Fix typos in README.mdtopecongiro-3/+3
2017-10-19Add used_trait_imports querycjkenn-0/+3
2017-10-20Auto merge of #45312 - theotherjimmy:refactor-ensure, r=michaelwoeristerbors-49/+44
2017-10-18Auto merge of #44501 - nikomatsakis:issue-44137-non-query-data-in-tcx, r=eddybbors-2/+32
2017-10-17make `erase_regions` use a query instead of an ad-hoc cacheNiko Matsakis-0/+17
2017-10-16Rename `read_node_index` to `try_mark_green_and_read` in plumbingJimmy Brisson-4/+38