summary refs log tree commit diff
path: root/src/librustc_metadata/schema.rs
AgeCommit message (Expand)AuthorLines
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