summary refs log tree commit diff
path: root/src/librustc/metadata/encoder.rs
AgeCommit message (Expand)AuthorLines
2012-12-17Switch from serialization to std::serialize. (snapshot)Erick Tryzelaar-41/+41
2012-12-13Fix encoding of trait static method paths. Closes #4097. r=pcwaltonBrian Anderson-1/+4
2012-12-13librustc: Make `use` statements crate-relative by default. r=brsonPatrick Walton-2/+2
2012-12-10Remove un-needed code for obsolete classesTim Chevalier-60/+13
2012-12-06Rename std::ebml::Reader => std::ebml::reader, same for writerTim Chevalier-41/+41
2012-12-04librustc: Long lines. rs=rustbotPatrick Walton-2/+7
2012-12-04librustc: Remove all legacy pattern bindings from libsyntax and librustc. rs=...Patrick Walton-20/+20
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-11-29librustc: Eliminate most expressions of the form `a.b()` that are not method ...Patrick Walton-6/+6
2012-11-24Split EBML module into a reader and a writer moduleTim Chevalier-42/+43
2012-11-17Merge remote-tracking branch 'brson/codemap'Brian Anderson-1/+1
2012-11-14librustc: Require the #[derivable] attribute, remove the significance of "imp...Patrick Walton-15/+11
2012-11-12Objectify the codemapBrian Anderson-1/+1
2012-11-07Rename src/rustc to src/librustc. Use the driver crateBrian Anderson-0/+1246