summary refs log tree commit diff
path: root/src/librustc_metadata/lib.rs
AgeCommit message (Expand)AuthorLines
2016-10-19Stabilise `?`Nick Cameron-1/+1
2016-09-20rustc_metadata: replace RBML with a simple and type-safe scheme.Eduard Burtescu-12/+1
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-0/+1
2016-09-20rustc_metadata: remove ty{en,de}code and move to auto-derived serialization.Eduard Burtescu-3/+1
2016-09-20Remove librbml and the RBML-tagged auto-encoder/decoder.Eduard Burtescu-3/+0
2016-09-20rustc_metadata: combine DecodeContext and rbml::reader::Decoder.Eduard Burtescu-4/+0
2016-09-20rustc_metadata: use specialization for {en,de}coding Ty and Substs.Eduard Burtescu-0/+1
2016-09-20rbml: move the tagged encoder/decoder to librustc_metadata.Eduard Burtescu-1/+13
2016-09-19Auto merge of #36102 - GuillaumeGomez:rustc_metadata_diagnostics, r=jonathand...bors-0/+2
2016-09-04Replace `_, _, _` with `..`Vadim Petrochenkov-0/+1
2016-09-04Add librustc metadata error codes to global checkggomez-0/+2
2016-09-02rustc: Implement custom derive (macros 1.1)Alex Crichton-1/+5
2016-08-17move CrateIndex into its own moduleNiko Matsakis-0/+1
2016-06-28refactor rustc_metadata to use CamelCase names and IndexVecAriel Ben-Yehuda-0/+1
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-1/+2
2016-04-12Do not encode name when encoding DefKeySeo Sanghyeon-1/+2
2016-04-06rustc: move rustc_front to rustc::hir.Eduard Burtescu-1/+0
2016-03-31librustc_metadata: use bug!(), span_bug!()Benjamin Herr-0/+1
2016-03-30rename `rustc_const_eval` to `rustc_const_math`Oliver Schneider-1/+1
2016-03-22sprinkle feature gates here and thereJorge Aparicio-0/+1
2016-03-10typestrong constant integersOliver Schneider-0/+1
2016-02-29std: Stabilize APIs for the 1.8 releaseAlex Crichton-1/+0
2016-01-24mk: Move from `-D warnings` to `#![deny(warnings)]`Alex Crichton-2/+3
2015-12-21Register new snapshotsAlex Crichton-2/+0
2015-12-09Auto merge of #30140 - michaelwoerister:tls-encoding, r=nikomatsakisbors-0/+1
2015-12-09Add scoped thread-local encoding and decoding contexts to cstore.Michael Woerister-0/+1
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-3/+2
2015-11-26split the metadata code into rustc_metadataAriel Ben-Yehuda-0/+61