index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc
/
metadata
/
decoder.rs
Age
Commit message (
Expand
)
Author
Lines
2012-12-20
Remove the cfg(stageN)-specific serialize code.
Erick Tryzelaar
-4
/
+0
2012-12-19
Remove serialize::traits submodule.
Erick Tryzelaar
-0
/
+4
2012-12-18
Stop resolving static methods at the module level. Closes #4179
Brian Anderson
-2
/
+2
2012-12-17
Switch from serialization to std::serialize. (snapshot)
Erick Tryzelaar
-2
/
+2
2012-12-13
librustc: Make `use` statements crate-relative by default. r=brson
Patrick Walton
-15
/
+16
2012-12-10
Remove un-needed code for obsolete classes
Tim Chevalier
-52
/
+22
2012-12-06
Rename std::ebml::Reader => std::ebml::reader, same for writer
Tim Chevalier
-99
/
+99
2012-12-04
librustc: Remove all legacy pattern bindings from libsyntax and librustc. rs=...
Patrick Walton
-6
/
+6
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+10
2012-11-30
Disallow dereferencing enum types when the variant is private
Tim Chevalier
-4
/
+7
2012-11-28
Register snapshots
Brian Anderson
-10
/
+0
2012-11-24
Split EBML module into a reader and a writer module
Tim Chevalier
-101
/
+104
2012-11-19
rustc: Implement explicit self for Eq and Ord. r=graydon
Patrick Walton
-0
/
+10
2012-11-08
rustc: Fix cross-crate reexports. #3908. r=pcwalton
Brian Anderson
-7
/
+23
2012-11-07
Rename src/rustc to src/librustc. Use the driver crate
Brian Anderson
-0
/
+1151