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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
ebml.rs
Age
Commit message (
Expand
)
Author
Lines
2011-06-15
Reformat source tree (minus a couple tests that are still grumpy).
Graydon Hoare
-49
/
+35
2011-05-31
stdlib: Remove unneeded type params from alt patterns
Brian Anderson
-2
/
+2
2011-05-17
Finally rename std::_xxx to std::xxx
Marijn Haverbeke
-4
/
+4
2011-05-16
Rewrite everything to use [] instead of vec() in value position.
Graydon Hoare
-10
/
+10
2011-05-12
Downcase std modules again, move to :: for module dereferencing
Marijn Haverbeke
-0
/
+186
2011-05-06
Rename std modules to be camelcased
Marijn Haverbeke
-186
/
+0
2011-05-02
Un-revert "Use different syntax for checks that matter to typestate", fixing ...
Patrick Walton
-1
/
+1
2011-05-02
Revert "Use different syntax for checks that matter to typestate"
Graydon Hoare
-1
/
+1
2011-05-02
Use different syntax for checks that matter to typestate
Tim Chevalier
-1
/
+1
2011-04-19
replace error logging with log_err in stdlib and rustc
Marijn Haverbeke
-4
/
+4
2011-04-07
Revise EBML reader API
Marijn Haverbeke
-89
/
+77
2011-03-31
rustc: Use the crate index to look up defs
Patrick Walton
-0
/
+21
2011-03-25
rustc: Look up names in "use"d crates
Patrick Walton
-6
/
+9
2011-03-25
Start making the standard-lib utf-8 aware
Marijn Haverbeke
-4
/
+4
2011-03-22
stdlib: Add EBML writing functionality
Patrick Walton
-2
/
+67
2011-03-22
lib: Add an EBML reader module
Patrick Walton
-0
/
+109