summary refs log tree commit diff
path: root/src/librustc/metadata
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-2/+2
2012-12-17Change iter::find's closure to take a refErick Tryzelaar-1/+1
2012-12-17Switch from serialization to std::serialize. (snapshot)Erick Tryzelaar-43/+43
2012-12-13Rename Send trait to OwnedBrian Anderson-2/+2
2012-12-13Rename Owned trait to DurableBrian Anderson-2/+2
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-63/+34
2012-12-10Remove un-needed code for obsolete classesTim Chevalier-133/+44
2012-12-06Rename std::ebml::Reader => std::ebml::reader, same for writerTim Chevalier-142/+142
2012-12-05librustc: Fix handling of `~` and `@` unary operators in mode computation. Cl...Patrick Walton-1/+1
2012-12-04librustc: Long lines. rs=rustbotPatrick Walton-2/+7
2012-12-04librustc: Implement moves based on type. r=nmatsakisPatrick Walton-1/+2
2012-12-04librustc: Remove all legacy pattern bindings from libsyntax and librustc. rs=...Patrick Walton-53/+53
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+110
2012-11-30Disallow dereferencing enum types when the variant is privateTim Chevalier-5/+8
2012-11-29librustc: Eliminate most expressions of the form `a.b()` that are not method ...Patrick Walton-12/+12
2012-11-28core: Convert some records to structsBrian Anderson-1/+1
2012-11-28Remove uses of #[merge]Brian Anderson-0/+33
2012-11-28Register snapshotsBrian Anderson-10/+0
2012-11-26Remove the crate languageBrian Anderson-0/+32
2012-11-24Split EBML module into a reader and a writer moduleTim Chevalier-144/+149
2012-11-21Introduce a T_err type for type errorsTim Chevalier-0/+1
2012-11-19rustc: Implement explicit self for Eq and Ord. r=graydonPatrick Walton-0/+10
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-12rustc: Implement floating point literal inference. r=nmatsakisPatrick Walton-0/+5
2012-11-08rustc: Fix cross-crate reexports. #3908. r=pcwaltonBrian Anderson-9/+32
2012-11-07Rename src/rustc to src/librustc. Use the driver crateBrian Anderson-0/+4548