summary refs log tree commit diff
path: root/src/librustc_metadata/cstore.rs
AgeCommit message (Expand)AuthorLines
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
2016-12-01Emit 'dllimport' attribute for dylib foreign items on Windows.Vadim Chugunov-8/+13
2016-11-28Avoid loading needless proc-macro dependencies.Jeffrey Seyfried-1/+1
2016-11-22Auto merge of #37681 - nrc:crate-metadata, r=@alexcrichtonbors-3/+13
2016-11-23Rebasing and review changesNick Cameron-1/+2
2016-11-21Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p...Jeffrey Seyfried-6/+7
2016-11-21Read in rmeta cratesNick Cameron-3/+12
2016-11-16rustc: Implement #[link(cfg(..))] and crt-staticAlex Crichton-6/+6
2016-11-10Support `#[macro_reexport]`ing custom derives.Jeffrey Seyfried-0/+3
2016-11-10Register and stability check `#[no_link]` crates.Jeffrey Seyfried-6/+7
2016-11-10Refactor `explicitly_linked: bool` -> `dep_kind: DepKind`.Jeffrey Seyfried-7/+2
2016-11-10Clean up `CrateSource`.Jeffrey Seyfried-36/+7
2016-11-08Replace FnvHasher use with FxHasher.Nicholas Nethercote-8/+8
2016-10-24Auto merge of #37292 - jseyfried:import_macros_in_resolve, r=nrcbors-13/+2
2016-10-24Refactor away `CrateLoader::load_macros`.Jeffrey Seyfried-13/+2
2016-10-23Run rustfmt on metadata folder - (1/2)Srinivas Reddy Thatiparthy-38/+46
2016-10-22Rename `loader.rs` -> `locator.rs`.Jeffrey Seyfried-2/+2