summary refs log tree commit diff
path: root/src/librustc/metadata/decoder.rs
AgeCommit message (Collapse)AuthorLines
2012-12-20Remove the cfg(stageN)-specific serialize code.Erick Tryzelaar-4/+0
2012-12-19Remove serialize::traits submodule.Erick Tryzelaar-0/+4
2012-12-18Stop resolving static methods at the module level. Closes #4179Brian Anderson-2/+2
2012-12-17Switch from serialization to std::serialize. (snapshot)Erick Tryzelaar-2/+2
2012-12-13librustc: Make `use` statements crate-relative by default. r=brsonPatrick Walton-15/+16
2012-12-10Remove un-needed code for obsolete classesTim Chevalier-52/+22
and rename "class" to "struct" everywhere possible (except local vars, I was too lazy for that) -- that is why this commit is so big. No review, just dead code removal and renaming. Closes #3515
2012-12-06Rename std::ebml::Reader => std::ebml::reader, same for writerTim Chevalier-99/+99
Closes #4076
2012-12-04librustc: Remove all legacy pattern bindings from libsyntax and librustc. ↵Patrick Walton-6/+6
rs=refactoring
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-11-30Disallow dereferencing enum types when the variant is privateTim Chevalier-4/+7
If an enum type's only variant is private, disallow dereferencing values of its type. Due to #4082, this only applies to enums that are in the same crate. r=pcwalton Closes #818
2012-11-28Register snapshotsBrian Anderson-10/+0
2012-11-24Split EBML module into a reader and a writer moduleTim Chevalier-101/+104
Minor refactoring, no review. Closes #2739
2012-11-19rustc: Implement explicit self for Eq and Ord. r=graydonPatrick Walton-0/+10
2012-11-08rustc: Fix cross-crate reexports. #3908. r=pcwaltonBrian Anderson-7/+23
2012-11-07Rename src/rustc to src/librustc. Use the driver crateBrian Anderson-0/+1151