summary refs log tree commit diff
path: root/src/librustc_metadata/schema.rs
AgeCommit message (Expand)AuthorLines
2016-12-05trans: Rename `reachable` to `exported_symbols` where appropriate.Michael Woerister-1/+1
2016-12-02Auto merge of #38053 - eddyb:lazy-9, r=nikomatsakisbors-1/+0
2016-11-30rustc: track the Span's of definitions across crates.Eduard-Mihai Burtescu-8/+6
2016-11-29rustc: remove type information from TraitDef.Eduard-Mihai Burtescu-1/+0
2016-11-22rustc_metadata: don't break the version check when CrateRoot changes.Eduard-Mihai Burtescu-4/+5
2016-11-21Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p...Jeffrey Seyfried-2/+3
2016-11-17Auto merge of #37660 - nikomatsakis:incremental-36349, r=eddybbors-12/+7
2016-11-17hash the contents of impl-item-ref by adding them to visitorNiko Matsakis-12/+7
2016-11-16rustc: Implement #[link(cfg(..))] and crt-staticAlex Crichton-2/+2
2016-11-10Improve macro reexports.Jeffrey Seyfried-1/+1
2016-11-10Refactor `explicitly_linked: bool` -> `dep_kind: DepKind`.Jeffrey Seyfried-2/+2
2016-11-10rustc: unify and simplify managing associated items.Eduard Burtescu-5/+5
2016-10-28rustc: move mir::repr::* to mir.Eduard Burtescu-1/+1
2016-10-25run rustfmt on librustc_metadata folderSrinivas Reddy Thatiparthy-34/+32
2016-10-04Eliminate ty::VariantKind in favor of def::CtorKindVadim Petrochenkov-2/+2
2016-09-30Fix RUSTC_VERSION for 'documenting' build stage.Scott Olson-5/+3
2016-09-27add a panic-strategy field to the target specificationJorge Aparicio-1/+1
2016-09-20rustc_metadata: don't die with --test because CFG_VERSION is missing.Eduard Burtescu-0/+4
2016-09-20rustc_metadata: reduce Lazy{,Seq} overhead by using a relative encoding.Eduard Burtescu-4/+50
2016-09-20rustc_metadata: replace RBML with a simple and type-safe scheme.Eduard Burtescu-0/+299