summary refs log tree commit diff
path: root/src/librustc_metadata/cstore_impl.rs
AgeCommit message (Expand)AuthorLines
2017-01-06rebase: remove `tcx` from `associated_item`Niko Matsakis-2/+1
2016-12-09move the check for instantiation from metadata encoding to the actual decisio...Oliver Schneider-0/+5
2016-12-06Auto merge of #37973 - vadimcn:dllimport, r=alexcrichtonbors-3/+11
2016-12-05Refactor symbol export list generation.Michael Woerister-0/+8
2016-12-05trans: Rename `reachable` to `exported_symbols` where appropriate.Michael Woerister-2/+2
2016-12-02Auto merge of #38053 - eddyb:lazy-9, r=nikomatsakisbors-2/+2
2016-12-01Emit 'dllimport' attribute for dylib foreign items on Windows.Vadim Chugunov-3/+11
2016-11-30rustc: track the Span's of definitions across crates.Eduard-Mihai Burtescu-6/+14
2016-11-29rustc: simplify AdtDef by removing the field types and ty::ivar.Eduard-Mihai Burtescu-1/+1
2016-11-29rustc: remove type information from TraitDef.Eduard-Mihai Burtescu-1/+1
2016-11-29Save bodies of functions for inlining into other cratesFlorian Diebold-23/+3
2016-11-28Avoid loading needless proc-macro dependencies.Jeffrey Seyfried-0/+6
2016-11-22Auto merge of #37681 - nrc:crate-metadata, r=@alexcrichtonbors-3/+2
2016-11-21Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p...Jeffrey Seyfried-7/+7
2016-11-20Move `syntax::util::interner` -> `syntax::symbol`, cleanup.Jeffrey Seyfried-7/+8
2016-11-21Read in rmeta cratesNick Cameron-3/+2
2016-11-17Auto merge of #37793 - jseyfried:fix_proc_macro_def_ids, r=nrcbors-1/+1
2016-11-16rustc: Implement #[link(cfg(..))] and crt-staticAlex Crichton-3/+3
2016-11-16Improve proc macro def ids.Jeffrey Seyfried-1/+1
2016-11-10Support `#[macro_reexport]`ing custom derives.Jeffrey Seyfried-5/+10
2016-11-10Improve macro reexports.Jeffrey Seyfried-1/+40
2016-11-10Refactor `explicitly_linked: bool` -> `dep_kind: DepKind`.Jeffrey Seyfried-6/+6
2016-11-10Clean up `CrateSource`.Jeffrey Seyfried-1/+1
2016-11-10rustc: unify and simplify managing associated items.Eduard Burtescu-6/+6
2016-10-30Auto merge of #37401 - eddyb:lazy-2, r=nikomatsakisbors-5/+0
2016-10-28rustc: move the MIR map into TyCtxt.Eduard Burtescu-7/+6
2016-10-28rustc: move mir::repr::* to mir.Eduard Burtescu-1/+1
2016-10-25rustc_metadata: move is_extern_item to trans.Eduard Burtescu-5/+0
2016-10-22Rename `loader.rs` -> `locator.rs`.Jeffrey Seyfried-3/+3
2016-10-22Rename `csearch.rs` -> `cstore_impl.rs`.Jeffrey Seyfried-0/+591