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
2012-01-11
Implement std::map as an iface/impl instead of an obj
Marijn Haverbeke
-9
/
+1
2012-01-11
add section on spawn_connected to tutorial and pull test into file
Niko Matsakis
-19
/
+0
2012-01-09
Change all uses of 'when' in alt-patterns to 'if'
Austin Seipp
-1
/
+1
2012-01-09
Merge pull request #1470 from grahame/grahame
Brian Anderson
-0
/
+48
2012-01-09
add tests for io::readchars and io::readchar
Grahame Bowland
-0
/
+48
2012-01-08
add spawn_connected
Niko Matsakis
-0
/
+19
2012-01-06
fix how we walk functions to match new closure fmt
Niko Matsakis
-1
/
+1
2012-01-06
port over the tests to use the new API
Niko Matsakis
-6
/
+6
2012-01-06
rewrite task tests
Niko Matsakis
-35
/
+17
2012-01-06
std: Add fs::homedir
Brian Anderson
-0
/
+52
2012-01-06
libstd: rename c_vec::size to len.
Erick Tryzelaar
-1
/
+1
2012-01-05
Merge branch 'master' into kmath
Stefan Plantikow
-2
/
+2
2012-01-05
Moved generic float::min, max to core::math and cleaned up some imports
Stefan Plantikow
-0
/
+1
2012-01-05
Merge branch 'master' into kmath
Stefan Plantikow
-35
/
+35
2012-01-05
Switch to new param kind bound syntax
Marijn Haverbeke
-2
/
+2
2012-01-05
Merge branch 'master' into kmath
Stefan Plantikow
-13
/
+62
2012-01-04
"str": rename "str_from_cstr" to "from_cstr" (analogous to the other "from_*")
Lenny222
-3
/
+3
2012-01-04
"char": use shorter names "to_lower"/"to_upper", analogous to the same names ...
Lenny222
-10
/
+10
2012-01-03
Allow tail expressions even in no_value blocks. Type checker
Niko Matsakis
-2
/
+5
2012-01-03
Merge pull request #1392 from Lenny222/list
Brian Anderson
-7
/
+36
2012-01-01
freebsd support
User Jyyou
-1
/
+2
2012-01-01
"str": extract to_upper/lower_case() into "char"
Lenny222
-0
/
+16
2011-12-31
core: killed all math wrappers
Stefan Plantikow
-1
/
+4
2011-12-30
add test for list:is_empty()
Lenny222
-1
/
+16
2011-12-29
list: use predicate to enforce non-empty requirement
Lenny222
-7
/
+21
2011-12-24
Merge pull request #1382 from Lenny222/char
Graydon Hoare
-0
/
+18
2011-12-24
Merge pull request #1377 from Lenny222/icu
Graydon Hoare
-0
/
+34
2011-12-24
char: add is_lowercase(), is_uppercase()
Lenny222
-0
/
+18
2011-12-22
Register new snapshots, purge log_err and log_full in favour of log(...).
Graydon Hoare
-60
/
+60
2011-12-22
Merge all 3 log syntaxes, tidy up residual misuses.
Graydon Hoare
-25
/
+19
2011-12-22
Register snapshots and switch logging over to use of log_full or #error / #de...
Graydon Hoare
-105
/
+117
2011-12-22
std::unicode: add functions, unit test
Lenny222
-0
/
+34
2011-12-22
tests: add corner case (empty list)
Lenny222
-11
/
+19
2011-12-22
json: add "null"
Lenny222
-0
/
+7
2011-12-20
removed math leftovers from std
Stefan Plantikow
-1
/
+1
2011-12-19
libcore: add splitn to split a string N times.
Erick Tryzelaar
-13
/
+28
2011-12-19
libcore: add vec push.
Erick Tryzelaar
-0
/
+15
2011-12-19
libcore: Add vec any2 and all2 functions.
Erick Tryzelaar
-0
/
+16
2011-12-19
getopts: add test for strings with spaces.
Erick Tryzelaar
-2
/
+5
2011-12-18
std: getopts now uses result::t (fixes #1289)
Stefan Plantikow
-35
/
+36
2011-12-16
implement #[nolink]; deprecate #[link_name = ""]; note in stdlib to remove em...
Graham Fawcett
-1
/
+1
2011-12-16
std: file_is_dir -> path_is_dir, add path_exists
Elly Jones
-4
/
+10
2011-12-16
rename iter2 to iteri to match typical convention
Niko Matsakis
-4
/
+4
2011-12-16
reorder args to the various vec, option fns so blk comes last
Niko Matsakis
-25
/
+25
2011-12-15
stdlib: Add a str::split_str() to split on a delimiter string of any length
Patrick Walton
-0
/
+14
2011-12-14
Moved std::math to std::core
Stefan Plantikow
-1
/
+1
2011-12-14
std: export math_f* as math::f* submods and use tailcalls in std::math
Stefan Plantikow
-0
/
+3
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-76
/
+146
2011-12-07
Disallow binding by-mut-ref and by-move arguments
Marijn Haverbeke
-2
/
+2
2011-12-01
stdlib: Implement some preliminary libuv bindings
Brian Anderson
-0
/
+45
[next]