about summary refs log tree commit diff
path: root/src/librustc_metadata/cstore.rs
AgeCommit message (Expand)AuthorLines
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
2016-09-27add a panic-strategy field to the target specificationJorge Aparicio-1/+1
2016-09-20rustc_metadata: replace RBML with a simple and type-safe scheme.Eduard Burtescu-58/+11
2016-09-20rustc_metadata: move all encoding/decoding helpers to methods.Eduard Burtescu-11/+11
2016-09-20rustc_metadata: use the shorthand encoding for predicates also.Eduard Burtescu-1/+0
2016-09-20rustc_metadata: group information into less tags.Eduard Burtescu-11/+9
2016-09-20rustc_metadata: move more RBML tags to auto-serialization.Eduard Burtescu-8/+14
2016-09-20rustc_metadata: go only through rustc_serialize in astencode.Eduard Burtescu-19/+19
2016-09-12crate-ify compiler-rt into compiler-builtinsJorge Aparicio-0/+5
2016-09-02rustc: Implement custom derive (macros 1.1)Alex Crichton-2/+12
2016-08-01Move caching of HIR-inlining into CStore in order to avoid duplicating inline...Michael Woerister-1/+12
2016-07-11Avoid passing around the thread-local interner in `librustc_metadata`.Jeffrey Seyfried-5/+1
2016-07-02add a encoding version to the actual metadataAriel Ben-Yehuda-10/+16
2016-06-28refactor rustc_metadata to use CamelCase names and IndexVecAriel Ben-Yehuda-19/+35
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-4/+5
2016-05-18allow retracing paths across cratesNiko Matsakis-1/+9
2016-05-18add a MetaData node and trigger reads from itNiko Matsakis-2/+2
2016-05-18thread the DepGraph to session/crate-storeNiko Matsakis-1/+5
2016-05-09rustc: Implement custom panic runtimesAlex Crichton-0/+15
2016-04-06rustc: move middle::{def,def_id,pat_util} to hir.Eduard Burtescu-1/+1
2016-04-06rustc: move rustc_front to rustc::hir.Eduard Burtescu-1/+1
2016-03-30Add method `visible_item_path` to `CStore`Jeffrey Seyfried-1/+4
2016-03-25track the extern-crate def-id rather than pathNiko Matsakis-50/+7
2016-03-25Add a "link-guard" to avoid accidentally linking to a wrong dylib at runtime.Michael Woerister-1/+1
2016-03-25Make the compiler emit an error if the crate graph contains two crates with t...Michael Woerister-0/+3