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-07-14
Add a flag to run ignored tests. Issue #428
Brian Anderson
-22
/
+79
2011-07-14
Add head and tail functions to std::ivec
Brian Anderson
-0
/
+10
2011-07-14
Add is_empty, is_not_empty preds to std::ivec
Brian Anderson
-0
/
+20
2011-07-14
Add a facility for ignoring tests. Issue #428
Brian Anderson
-17
/
+52
2011-07-14
The test runner's main returns unit, not int. Issue #428
Brian Anderson
-5
/
+3
2011-07-13
Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases.
Graydon Hoare
-4
/
+4
2011-07-13
Feeble attempt at putting out the win tinderbox
Marijn Haverbeke
-2
/
+2
2011-07-12
stdlib: Fix vector index in linux_os::waitpid. Put out burning tinderbox.
Patrick Walton
-1
/
+1
2011-07-12
stdlib: Make pipe and waitpid use interior vectors
Patrick Walton
-20
/
+20
2011-07-12
stdlib: Port most of getopts over to interior vectors
Patrick Walton
-28
/
+46
2011-07-12
stdlib: Add interior vector methods to sha1
Patrick Walton
-17
/
+32
2011-07-12
stdlib: Implement ivec::count
Patrick Walton
-0
/
+6
2011-07-12
Improve test runner summary message. Issue #428
Brian Anderson
-2
/
+8
2011-07-12
stdlib: Use the right upcall in win32_fs. Maybe puts out burning tinderbox?
Patrick Walton
-1
/
+3
2011-07-12
stdlib: Implement str::split_ivec()
Patrick Walton
-0
/
+15
2011-07-12
stdlib: Move fs over to interior vectors by introducing a rust_list_files_ive...
Patrick Walton
-6
/
+8
2011-07-12
stdlib: Port std::either over to interior vectors
Patrick Walton
-11
/
+11
2011-07-12
stdlib: Switch lib::deque over to interior vectors
Patrick Walton
-24
/
+28
2011-07-12
stdlib: Move bit vectors over to interior vectors
Patrick Walton
-13
/
+32
2011-07-12
stdlib: Remove exterior vectors from termivec
Patrick Walton
-3
/
+8
2011-07-12
stdlib: Remove obsolete FIXME about state fns
Patrick Walton
-2
/
+0
2011-07-12
stdlib: EBML API fixes
Patrick Walton
-9
/
+9
2011-07-12
stdlib: Implement ivec::unsafe::set_len
Patrick Walton
-5
/
+22
2011-07-12
stdlib: Box data in EBML documents
Patrick Walton
-7
/
+7
2011-07-11
Support running a subset of tests from the command line. Issue #428
Brian Anderson
-4
/
+36
2011-07-11
Pass command-line args to the test runner. Issue #428
Brian Anderson
-1
/
+1
2011-07-11
remove some workarounds for old bugs
Tim Chevalier
-2
/
+1
2011-07-11
rustc: Implement pointer dereference; add a test case
Patrick Walton
-2
/
+2
2011-07-11
stdlib: Add addr_of() to the standard library
Patrick Walton
-0
/
+2
2011-07-11
stdlib: Add interior vector-ified versions of ebml and term
Patrick Walton
-0
/
+255
2011-07-11
Actually run tests from the std runner. Issue #428
Brian Anderson
-1
/
+48
2011-07-11
Implement or-patterns in case clauses
Marijn Haverbeke
-0
/
+9
2011-07-10
Add uint::min
Jesse Ruderman
-0
/
+2
2011-07-10
stdlib: Remove FIXME that's more like a WONTFIX
Patrick Walton
-3
/
+0
2011-07-10
stdlib: Remove the cast from ioivec
Patrick Walton
-2
/
+1
2011-07-10
stdlib: Implement an interior-vector version of the io module
Patrick Walton
-0
/
+489
2011-07-10
stdlib: Implement str::bytes_ivec() using pointers and casts
Patrick Walton
-0
/
+13
2011-07-10
stdlib: Add missing unsafe.rs. Puts out burning tinderbox.
Patrick Walton
-0
/
+9
2011-07-10
stdlib: Add unsafe to the std.rc, now that it actually builds
Patrick Walton
-0
/
+1
2011-07-10
rt: Remove the _2 prefix from intrinsics; all rust-intrinsics now use explici...
Patrick Walton
-2
/
+2
2011-07-09
rustc: Make rust-intrinsics take an explicit return pointer
Patrick Walton
-2
/
+2
2011-07-09
Generate code to load a crate's tests into the std test runner. Issue #428
Brian Anderson
-1
/
+1
2011-07-09
Begin adding some test runner types to std. Issue #428
Brian Anderson
-0
/
+57
2011-07-08
stdlib: Implement str::unsafe_from_bytes_ivec()
Patrick Walton
-0
/
+5
2011-07-08
stdlib: Add an offset function for simple pointer arithmetic on unsafe pointers
Patrick Walton
-0
/
+9
2011-07-08
rustc: Move maps over to interior vectors
Patrick Walton
-11
/
+10
2011-07-08
Adding more support for working with u64s.
Eric Holk
-0
/
+40
2011-07-08
stdlib: Add an interior vector version of union-find for now
Patrick Walton
-0
/
+55
2011-07-07
Merge pull request #634 from robarnold/upstream-stable
Patrick Walton
-4
/
+5
2011-07-07
Make moving of temporaries do the right thing, use it to optimize
Marijn Haverbeke
-9
/
+2
[next]