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-08-31
Produce the start of an immutable treemap.
Michael Sullivan
-0
/
+1
2011-08-30
Add #ifmt extension, like #fmt but for istrs. Issue #855
Brian Anderson
-0
/
+1
2011-08-26
stdlib: Added an incredibly simple treemap.
Eric Holk
-0
/
+1
2011-08-22
Add std::istr. Issue #855
Brian Anderson
-0
/
+1
2011-08-16
Rename std::ivec to std::vec
Brian Anderson
-1
/
+1
2011-08-16
Replace std::ufind with std::ufindivec. Remove std::ufindivec
Brian Anderson
-1
/
+0
2011-08-16
Removed trans_comm.rs from the compiler. Updating aio/sio to work with the ne...
Eric Holk
-0
/
+1
2011-08-12
Remove std::vec
Brian Anderson
-1
/
+0
2011-08-12
Remove ebmlivec module
Brian Anderson
-1
/
+0
2011-08-12
Rename std::termivec to std::term
Brian Anderson
-1
/
+1
2011-08-12
Remove std::term
Brian Anderson
-1
/
+0
2011-08-12
Rename std::ioivec to std::io
Brian Anderson
-1
/
+1
2011-08-12
Remove std::io
Brian Anderson
-1
/
+0
2011-08-08
stdlib: std::ebmlivec and std::ebml are now synonyms
Patrick Walton
-1
/
+1
2011-08-05
Basic async IO module using libuv
Rob Arnold
-0
/
+2
2011-08-01
Add std::char module
Brian Anderson
-0
/
+1
2011-08-01
Started working on a library-based comm system. Creating and deleting ports w...
Eric Holk
-0
/
+1
2011-07-11
stdlib: Add interior vector-ified versions of ebml and term
Patrick Walton
-0
/
+2
2011-07-10
stdlib: Implement an interior-vector version of the io module
Patrick Walton
-0
/
+1
2011-07-10
stdlib: Add unsafe to the std.rc, now that it actually builds
Patrick Walton
-0
/
+1
2011-07-09
Begin adding some test runner types to std. Issue #428
Brian Anderson
-0
/
+1
2011-07-08
stdlib: Add an offset function for simple pointer arithmetic on unsafe pointers
Patrick Walton
-0
/
+1
2011-07-08
Adding more support for working with u64s.
Eric Holk
-0
/
+1
2011-07-08
stdlib: Add an interior vector version of union-find for now
Patrick Walton
-0
/
+1
2011-06-30
Use attributes for conditional compilation in std.rc
Brian Anderson
-12
/
+14
2011-06-28
Rework how linkage attributes are determined
Brian Anderson
-4
/
+6
2011-06-18
Replace unexported meta tags with attributes
Brian Anderson
-3
/
+2
2011-06-17
rustc: Support both meta tags and attributes for crate metadata
Brian Anderson
-4
/
+4
2011-06-16
stdlib: Introduce an ivec module into the standard library; add a minimal tes...
Patrick Walton
-0
/
+1
2011-06-15
stdlib: Add an either module
Brian Anderson
-0
/
+1
2011-06-13
This is the mega-ucontext commit. It replaces the task switching mechanism wi...
Eric Holk
-2
/
+2
2011-06-08
Tidy up 'export meta' situation now that snapshot understands it.
Graydon Hoare
-4
/
+4
2011-06-07
More work on proper linkage name-mangling. Almost right, aside from version n...
Graydon Hoare
-3
/
+5
2011-06-03
rustc: Add a "smallintmap" implementation
Patrick Walton
-0
/
+1
2011-05-17
Finally rename std::_xxx to std::xxx
Marijn Haverbeke
-8
/
+8
2011-05-13
Make the parser more careful about keywords
Marijn Haverbeke
-1
/
+1
2011-05-12
Downcase std modules again, move to :: for module dereferencing
Marijn Haverbeke
-48
/
+48
2011-05-06
Rename std modules to be camelcased
Marijn Haverbeke
-39
/
+38
2011-04-29
stdlib: Add a Time module to the standard library
Patrick Walton
-0
/
+1
2011-04-28
stdlib: Add a color_supported() function to Term
Patrick Walton
-0
/
+4
2011-04-26
stdlib: Add a silly ANSI color library
Patrick Walton
-0
/
+1
2011-04-26
Add GetOpts module to std
Marijn Haverbeke
-0
/
+1
2011-04-21
stdlib: Add a pointer equality function to the standard library and a test case
Patrick Walton
-0
/
+1
2011-04-19
Remove effect system from src.
Graydon Hoare
-15
/
+0
2011-04-11
Move the extfmt data model into the standard library.
Brian Anderson
-0
/
+1
2011-04-07
stdlib: Add a simple union-find data structure
Patrick Walton
-0
/
+2
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
[next]