about summary refs log tree commit diff
path: root/src/librustc_metadata/cstore.rs
AgeCommit message (Expand)AuthorLines
2018-05-18Avoid generating attributes more than once for CrateMetadataIsaac Whitfield-24/+26
2018-05-18Remove attribute_cache from CrateMetadataIsaac Whitfield-1/+0
2018-05-17Keep crate edition in metadataVadim Petrochenkov-0/+5
2018-05-10Rollup merge of #50538 - michaelwoerister:atomic-cnums, r=ZoxcAlex Crichton-19/+23
2018-05-09Add comment about first element in CStore::metas.Michael Woerister-0/+4
2018-05-09Make CrateNum allocation more thread-safe.Michael Woerister-11/+9
2018-05-09Adapt some method visibilities in librustc_metadata::cstore.Michael Woerister-9/+11
2018-05-08Don't use Lock for heavily accessed CrateMetadata::cnum_map.Michael Woerister-2/+3
2018-04-26Rename rustc_back::target to rustc_target::spec.Irina Popa-1/+1
2018-04-26rustc_back: move LinkerFlavor, PanicStrategy, and RelroLevel to target.Irina Popa-1/+1
2018-03-25Rollup merge of #49299 - SimonSapin:ubiquity, r=nikomatsakiskennytm-10/+0
2018-03-23Stabilize the copy_closures and clone_closures featuresSimon Sapin-10/+0
2018-03-22rustc: Add a `#[wasm_import_module]` attributeAlex Crichton-4/+2
2018-03-12Make CStore thread-safeJohn Kåre Alsaker-4/+6
2018-03-12Make CrateMetadata thread-safeJohn Kåre Alsaker-7/+6
2018-03-12Require the metadata loader to be thread-safeJohn Kåre Alsaker-2/+2
2018-03-07Merge branch 'metadata-send-sync' of https://github.com/Zoxc/rust into update...Alex Crichton-2/+3
2018-03-07Make metadata references Send + SyncJohn Kåre Alsaker-2/+3
2018-03-06Rename exported_symbol_ids query to something more explicit and document what...Michael Woerister-2/+0
2018-03-02Replace Rc with Lrc for shared dataJohn Kåre Alsaker-9/+9
2017-12-27CStore switch FxHashMap to IndexVecEh2406-8/+17
2017-12-17Add sync module to rustc_data_structuresJohn Kåre Alsaker-1/+1
2017-11-12rustc_driver: base extern query providers on local ones.Eduard-Mihai Burtescu-1/+1
2017-11-07incr.comp.: Always require Session when decoding Spans (as to avoid silently ...Michael Woerister-19/+19
2017-10-24Introduce CrateDisambiguator newtype and fix testsIgor Matuszewski-2/+2
2017-10-23Use 128 bit instead of Symbol for crate disambiguatorIgor Matuszewski-1/+2
2017-09-20Fix ICEscalexm-0/+10
2017-09-09rustc: Remove `DepGraph` handling from rustc_metadataAlex Crichton-49/+27
2017-09-05rustc: Remove `CrateStore::used_crate*`Alex Crichton-42/+2
2017-09-05rustc: Migrate `visible_parent_map` to a queryAlex Crichton-3/+1
2017-09-05rustc: Remove a number of mutable fields in cstoreAlex Crichton-37/+1
2017-09-05rustc: Move crate_hash to a queryAlex Crichton-4/+0
2017-08-19rustc: Remove some dead codeVadim Petrochenkov-9/+1
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-1/+1
2017-07-05rustc: Implement the #[global_allocator] attributeAlex Crichton-5/+16
2017-06-16Auto merge of #42598 - cramertj:track-more-metadata, r=nikomatsakisbors-1/+1
2017-06-14Auto merge of #42433 - marco-c:profiling, r=alexcrichtonbors-0/+5
2017-06-13On-demand is_const_fnTaylor Cramer-1/+1
2017-06-09incr.comp.: Uniformly represent DepNodes as (Kind, StableHash) pairs.Michael Woerister-0/+7
2017-06-07Allocate DefIndices for global crate metadata.Michael Woerister-8/+3
2017-06-04Merge branch 'profiling' of github.com:whitequark/rust into profilingMarco Castelluccio-0/+5
2017-05-31Build DefPathHash->DefId table when incr.comp. is enabledMichael Woerister-1/+1
2017-05-17Auto merge of #41911 - michaelwoerister:querify_trait_def, r=nikomatsakisbors-0/+2
2017-05-15ICH: Hash lists of local trait impls as part of the HIR.Michael Woerister-0/+2
2017-05-14Remove rustc_llvm dependency from rustc_metadataRobin Kruppe-9/+6
2017-05-10rustc: Add a new `-Z force-unstable-if-unmarked` flagAlex Crichton-9/+0
2017-05-08incr.comp.: Hash more pieces of crate metadata to detect changes there.Michael Woerister-22/+31
2017-05-01Add profiling support, through the rustc -Z profile flag.whitequark-0/+5
2017-04-22cache attributes of items from foreign cratesAriel Ben-Yehuda-1/+2
2017-03-14Refactor `Attribute` to use `Path` and `TokenStream` instead of `MetaItem`.Jeffrey Seyfried-3/+6