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
/
test
/
stdtest
Age
Commit message (
Expand
)
Author
Lines
2011-11-15
Replaced constant functions with actual constants in std and updated tests
Stefan Plantikow
-22
/
+22
2011-11-10
str: add escape()
Elly Jones
-0
/
+8
2011-11-10
Cleanup unused imports in tests
Haitao Li
-4
/
+0
2011-11-08
Remove all uses of native cdecl except for those that yield
Brian Anderson
-5
/
+5
2011-11-07
json: betterify for brson
Elly Jones
-6
/
+55
2011-11-06
[Test] rope.rs: testing concat
David Rajchenbach-Teller
-0
/
+16
2011-11-05
Fixup: forgotten stdtest/rope.rs
David Rajchenbach-Teller
-0
/
+148
2011-11-05
stdlib: Added a small rope library
David Rajchenbach-Teller
-0
/
+1
2011-11-05
uint.rs: added functions div_ceil, div_floor, div_round
David Rajchenbach-Teller
-0
/
+7
2011-11-02
Add vec::permute to the standard library (#1013)
Matt Brubeck
-0
/
+21
2011-11-02
Rename car/cdr to head/tail in std::list
Marijn Haverbeke
-8
/
+8
2011-11-02
Make ptr::addr_of return an immutable vec, add mut_addr_of
Marijn Haverbeke
-1
/
+1
2011-11-01
Ignore another test involving failure on windows
Brian Anderson
-0
/
+1
2011-11-01
Ignore should_fail tests on windows
Brian Anderson
-0
/
+10
2011-11-01
Add should_fail annotation for unit tests
Matt Brubeck
-5
/
+82
2011-10-31
Fix the filenames used in some IO tests
Brian Anderson
-4
/
+4
2011-10-31
Add a char::to_digit function
Matt Brubeck
-0
/
+29
2011-10-31
Correct handling of non-numeric chars in parse_buf
Matt Brubeck
-1
/
+43
2011-10-31
Rename std::str::chars to iter_chars
Marijn Haverbeke
-2
/
+2
2011-10-31
Add a way to iterate over a str's chars to std::str
Marijn Haverbeke
-0
/
+13
2011-10-30
Fix int::parse_buf for negative numbers (#1102)
Matt Brubeck
-1
/
+16
2011-10-30
Make float::from_str ignore whitespace (#1089)
Matt Brubeck
-1
/
+22
2011-10-29
Cleanup the existing platform-specific ignored tests
Brian Anderson
-55
/
+11
2011-10-29
stdlib: Add vec::concat to concatenate a vector of vectors
Brian Anderson
-0
/
+5
2011-10-29
stdlib: Make io failures recoverable by returning a result
Brian Anderson
-2
/
+48
2011-10-29
stdlib: Add result::chain for composing results
Brian Anderson
-0
/
+18
2011-10-28
stdlib: Add fs::splitext
Brian Anderson
-0
/
+56
2011-10-28
stdlib: Add vec::init. Returns all but the last element.
Brian Anderson
-0
/
+26
2011-10-28
Change behavior of float::nonpositive/nonnegative
Matt Brubeck
-2
/
+2
2011-10-28
Use IEEE 754 semantics for NaN (Issue #1084)
Matt Brubeck
-1
/
+25
2011-10-28
+0.0 should be positive and -0.0 should be negative.
Matt Brubeck
-0
/
+19
2011-10-28
stdlib: Make merge_sort take [mutable? T]
Brian Anderson
-0
/
+8
2011-10-28
stdlib: Fix the list::foldl implementation
Brian Anderson
-1
/
+11
2011-10-28
stdlib: Rename list::length to list::len to match vec::len
Brian Anderson
-2
/
+2
2011-10-28
stdlib: make list::from_vec take [mutable? T]
Brian Anderson
-0
/
+8
2011-10-28
Move to short kind kinds words in test suite
Marijn Haverbeke
-1
/
+1
2011-10-27
Remove whitespace
Brian Anderson
-2
/
+2
2011-10-27
Add std::vec::foldr
Brian Anderson
-0
/
+10
2011-10-27
Add a test for std::vec::iter2
Brian Anderson
-0
/
+11
2011-10-27
Add reverse iterators to std::vec
Brian Anderson
-0
/
+28
2011-10-27
Implement vec::foldl without recursion
Brian Anderson
-0
/
+10
2011-10-27
Add std::vec::iter
Brian Anderson
-0
/
+14
2011-10-27
Make vec::reversed take [mutable? T]
Brian Anderson
-0
/
+7
2011-10-25
Properly take mutable object fields into account during alias analysis
Marijn Haverbeke
-2
/
+5
2011-10-25
Update our code to new type parameter kind syntax
Marijn Haverbeke
-4
/
+4
2011-10-24
work around bug when calling c-stack-cdecl fns from outside crate
Niko Matsakis
-1
/
+3
2011-10-24
move comm functions out of rust abi
Niko Matsakis
-1
/
+16
2011-10-20
Restore broken tests in stdtest::test
Brian Anderson
-9
/
+6
2011-10-20
Remove temporary fn# syntax
Brian Anderson
-7
/
+7
2011-10-20
Get windows working under the bare function regime
Brian Anderson
-0
/
+16
[next]