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
/
std.rc
Age
Commit message (
Expand
)
Author
Lines
2011-03-25
Start making the standard-lib utf-8 aware
Marijn Haverbeke
-0
/
+3
2011-03-22
lib: Add an EBML reader module
Patrick Walton
-0
/
+1
2011-03-16
Switch all vases of vec += elt to vec += vec. Prohibit former in rustboot. Tw...
Graydon Hoare
-0
/
+11
2011-03-14
Add functionality for running external programs to the std lib
Marijn Haverbeke
-1
/
+3
2011-03-14
Add basic file-system functionality
Marijn Haverbeke
-2
/
+8
2011-02-22
Rename std._io to std.io since 'io' is no longer a keyword
Brian Anderson
-2
/
+2
2011-02-21
Implement sha-1 in standard library. Closes #228
Brian Anderson
-0
/
+1
2011-01-10
Add std.path module for pathname manipulations.
Graydon Hoare
-0
/
+1
2010-12-21
Add std.sort, with a simple mergesort.
Graydon Hoare
-0
/
+1
2010-11-05
Move the option type to its own module
Patrick Walton
-0
/
+1
2010-11-05
Revert "Move the option type to its own module"
Patrick Walton
-1
/
+0
2010-11-05
Move the option type to its own module
Patrick Walton
-0
/
+1
2010-10-21
line length police; moved comp.util.bits to std.bitv
Dave Herman
-0
/
+1
2010-10-15
Encode and decode tag types in dwarf properly. Add list module to std. Shift ...
Graydon Hoare
-1
/
+2
2010-09-22
Reformat standard library; no code changes.
Graydon Hoare
-8
/
+17
2010-09-09
Switch tags to purely nominal, removing TY_iso and TY_idx. Seems to mostly wo...
Graydon Hoare
-0
/
+1
2010-08-24
Add std.dbg module for inspecting rust values in memory.
Roy Frostig
-0
/
+3
2010-08-20
Add _uint module to std, move some code around.
Graydon Hoare
-1
/
+2
2010-08-11
Added support for task sleeping in the scheduler.
Michael Bebenita
-0
/
+2
2010-07-25
Expose an RNG (the one used by our runtime) to Rust via std.
Roy Frostig
-0
/
+2
2010-07-20
Add a (coarse, first-pass) deque implementation to stdlib.
Roy Frostig
-5
/
+2
2010-07-16
Add incomplete hashmap implementation to stdlib.
Roy Frostig
-0
/
+9
2010-07-05
Teach the dwarf readers to handle udata, so we can link with util.option; add...
Graydon Hoare
-0
/
+4
2010-06-23
Populate tree.
Graydon Hoare
-0
/
+35