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
Age
Commit message (
Expand
)
Author
Lines
2011-08-16
Port the stdlib to the expr foo::<T> syntax.
Erick Tryzelaar
-141
/
+147
2011-08-16
Port the stdlib to the decl foo<T> syntax.
Erick Tryzelaar
-144
/
+144
2011-08-16
Port the stdlib to the typaram foo<T> syntax.
Erick Tryzelaar
-144
/
+144
2011-08-16
Rename std::ivec to std::vec
Brian Anderson
-100
/
+100
2011-08-16
Replace std::ufind with std::ufindivec. Remove std::ufindivec
Brian Anderson
-60
/
+7
2011-08-16
Rename bitv::to_ivec to to_vec
Brian Anderson
-5
/
+5
2011-08-16
Continue migrating the std #fmt interface to ivecs
Brian Anderson
-28
/
+20
2011-08-16
Add and use an ivec interface to std::test
Brian Anderson
-5
/
+8
2011-08-16
Updating sio tests.
Eric Holk
-1
/
+0
2011-08-16
Removed trans_comm.rs from the compiler. Updating aio/sio to work with the ne...
Eric Holk
-123
/
+160
2011-08-16
Clean up zip and unzip in std::ivec
Marijn Haverbeke
-18
/
+13
2011-08-15
The wonky for...in... whitespace was bothering me. Sorry!
Lindsey Kuper
-45
/
+45
2011-08-15
Add operator 'copy', translates as fall-through.
Graydon Hoare
-2
/
+5
2011-08-15
Properly ref counting to fix valgrind issues on linux.
Eric Holk
-0
/
+6
2011-08-15
Removed spawn and task from the parser. Updated all the tests except for the ...
Eric Holk
-15
/
+20
2011-08-15
Removed old object-based chans.
Eric Holk
-29
/
+3
2011-08-15
Fixed memory accounting and task stack creation bugs.
Eric Holk
-0
/
+3
2011-08-15
Working on more spawn test cases.
Eric Holk
-4
/
+10
2011-08-15
Added a library version of spawn. Before long, we can remove the old version.
Eric Holk
-0
/
+79
2011-08-15
Move mode for lib comm, converted a few tests.
Eric Holk
-6
/
+4
2011-08-15
Port ID-based channels.
Eric Holk
-5
/
+41
2011-08-12
Remove std::ivec::to_vec
Brian Anderson
-8
/
+0
2011-08-12
Add an ivec interface to the #fmt library functions
Brian Anderson
-29
/
+53
2011-08-12
Remove std::vec
Brian Anderson
-22
/
+0
2011-08-12
Rename rust_list_files_ivec to rust_list_files
Brian Anderson
-4
/
+4
2011-08-12
Remove rust_list_files from std and rt
Brian Anderson
-2
/
+0
2011-08-12
Remove runtime vector builtins
Brian Anderson
-20
/
+0
2011-08-12
Don't export anything from std::vec
Brian Anderson
-2
/
+2
2011-08-12
Remove all usages of std::vec::vbuf
Brian Anderson
-41
/
+15
2011-08-12
Remove last use of vec:buf
Brian Anderson
-8
/
+2
2011-08-12
Remove vecs from std::sha1
Brian Anderson
-17
/
+4
2011-08-12
Remove last uses of vec::len
Brian Anderson
-3
/
+0
2011-08-12
Convert uint::parse_buf to ivecs
Brian Anderson
-3
/
+3
2011-08-12
Remove vecs from std::getopts
Brian Anderson
-27
/
+8
2011-08-12
Remove unused functions from std::vec
Brian Anderson
-316
/
+0
2011-08-12
Remove more exports from std::vec
Brian Anderson
-9
/
+1
2011-08-12
Remove more vectors from std
Brian Anderson
-12
/
+12
2011-08-12
Remove ebmlivec module
Brian Anderson
-1
/
+0
2011-08-12
Rename std::termivec to std::term
Brian Anderson
-8
/
+8
2011-08-12
Remove std::term
Brian Anderson
-89
/
+7
2011-08-12
Remove vecs from std::sort
Brian Anderson
-158
/
+19
2011-08-12
Remove usages of vec:print_debug_info
Brian Anderson
-2
/
+0
2011-08-12
Convert std::run to ivecs
Brian Anderson
-9
/
+11
2011-08-12
Remove vecs from std::bitv
Brian Anderson
-23
/
+3
2011-08-12
Hide even more exports from std::vec
Brian Anderson
-5
/
+1
2011-08-12
Remove a bunch of exports from std::vec
Brian Anderson
-7
/
+0
2011-08-12
Add reverse and reversed to std::ivec
Brian Anderson
-0
/
+26
2011-08-12
Add some of stdtest::vec into stdtest::ivec
Brian Anderson
-0
/
+22
2011-08-12
Don't export vec::alloc, vec::refcount
Brian Anderson
-2
/
+0
2011-08-12
Limit the exports from std::vec
Brian Anderson
-0
/
+25
[next]