summary refs log tree commit diff
path: root/src/librustc/metadata
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-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
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-142/+142
Closes #4076
2012-12-05librustc: Fix handling of `~` and `@` unary operators in mode computation. ↵Patrick Walton-1/+1
Closes #4114. rs=bugfix
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. ↵Patrick Walton-53/+53
rs=refactoring
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
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-29librustc: Eliminate most expressions of the form `a.b()` that are not method ↵Patrick Walton-12/+12
calls. rs=refactoring
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
Minor refactoring, no review. Closes #2739
2012-11-21Introduce a T_err type for type errorsTim Chevalier-0/+1
This allows more errors to be non-fatal, as per #1871. I only went through and started changing span_fatal to span_err in check.rs. There are probably more errors that could be made non-fatal. So if you see derived type errors appearing from now on, file a bug! r=graydon Closes #1871
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
Conflicts: src/libsyntax/ext/source_util.rs
2012-11-14librustc: Require the #[derivable] attribute, remove the significance of ↵Patrick Walton-15/+11
"impl Foo : Bar;", and allow only a subset of methods in a trait to be derived. r=brson
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