summary refs log tree commit diff
path: root/src/librustc_metadata/cstore.rs
AgeCommit message (Expand)AuthorLines
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
2017-02-25rustc: introduce a query system for type information in ty::maps.Eduard Burtescu-0/+2
2017-02-08sanitizer supportJorge Aparicio-0/+5
2017-01-19Implement the "static-nobundle" library kind (RFC 1717).Vadim Chugunov-1/+1
2017-01-09metadata: Add is_exported_symbol() method to CrateStore.Michael Woerister-0/+2
2017-01-06rustc: store ty::Tables separately for each body (except closures').Eduard-Mihai Burtescu-2/+0
2016-12-28rustc: simplify constant cross-crate loading and rustc_passes::consts.Eduard-Mihai Burtescu-10/+1
2016-12-16definitions: Store DefPath data in separate table in metadataMichael Woerister-2/+2
2016-12-05Consider only libs that aren't excluded by #[link(cfg=...)]Vadim Chugunov-1/+1
2016-12-01Tighten up error checking of library renames.Vadim Chugunov-17/+0
2016-12-01Implement native library kind and name overrides from the command line.Vadim Chugunov-0/+17