aboutsummaryrefslogtreecommitdiff
path: root/src/lib/ebml.rs
Commit message (Expand)AuthorAgeFilesLines
* Downcase std modules again, move to :: for module dereferencingMarijn Haverbeke2011-05-121-0/+186
* Rename std modules to be camelcasedMarijn Haverbeke2011-05-061-186/+0
* Un-revert "Use different syntax for checks that matter to typestate", fixing ...Patrick Walton2011-05-021-1/+1
* Revert "Use different syntax for checks that matter to typestate"Graydon Hoare2011-05-021-1/+1
* Use different syntax for checks that matter to typestateTim Chevalier2011-05-021-1/+1
* replace error logging with log_err in stdlib and rustcMarijn Haverbeke2011-04-191-4/+4
* Revise EBML reader APIMarijn Haverbeke2011-04-071-89/+77
* rustc: Use the crate index to look up defsPatrick Walton2011-03-311-0/+21
* rustc: Look up names in "use"d cratesPatrick Walton2011-03-251-6/+9
* Start making the standard-lib utf-8 awareMarijn Haverbeke2011-03-251-4/+4
* stdlib: Add EBML writing functionalityPatrick Walton2011-03-221-2/+67
* lib: Add an EBML reader modulePatrick Walton2011-03-221-0/+109