summary refs log tree commit diff
path: root/src/librustc/middle/astencode.rs
AgeCommit message (Expand)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-12/+14
2012-12-17Switch from serialization to std::serialize. (snapshot)Erick Tryzelaar-63/+62
2012-12-13librustc: Allow moves out of `self`. r=nmatsakisPatrick Walton-1/+2
2012-12-13librustc: Make `use` statements crate-relative by default. r=brsonPatrick Walton-31/+25
2012-12-12syntax: remove all remaining uses of #ast, and #ast / qquote itself.Graydon Hoare-11/+24
2012-12-10Remove un-needed code for obsolete classesTim Chevalier-2/+2
2012-12-06Rename std::ebml::Reader => std::ebml::reader, same for writerTim Chevalier-30/+30
2012-12-04librustc: Implement moves based on type. r=nmatsakisPatrick Walton-0/+12
2012-12-04librustc: Remove all legacy pattern bindings from libsyntax and librustc. rs=...Patrick Walton-12/+12
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-11-30librustc: Implement simple explicit self for objects. r=nmatsakisPatrick Walton-0/+8
2012-11-29impls of traits cannot define methods on the anonymous traitBrian Anderson-3/+10
2012-11-29Allow for macros to occur in statement position.Paul Stansifer-1/+2
2012-11-24Split EBML module into a reader and a writer moduleTim Chevalier-27/+30
2012-11-07Rename src/rustc to src/librustc. Use the driver crateBrian Anderson-0/+1082