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
/
libstd
/
rope.rs
Age
Commit message (
Expand
)
Author
Lines
2012-02-23
(core::str) mostly rename len -> len_chars
Kevin Cantu
-3
/
+3
2012-02-12
(core::str) rename byte_len_range -> substr_len_bytes and
Kevin Cantu
-5
/
+5
2012-02-12
(core::str) rename byte_len -> len_bytes and rename char_len -> len
Kevin Cantu
-8
/
+9
2012-02-07
core: make str::substr use char positions (and replace other uses)
Kevin Cantu
-3
/
+4
2012-01-31
Change option::t to option
Tim Chevalier
-8
/
+8
2012-01-31
Rename str::loop_chars to str::all,
Kevin Cantu
-2
/
+2
2012-01-23
s/block()/fn()/g
Niko Matsakis
-5
/
+5
2012-01-21
issue #1352: change param order on vec::init_elt, putting block in final posi...
Graham Fawcett
-5
/
+5
2012-01-19
lib: ";" to "," in enums
Patrick Walton
-4
/
+4
2012-01-19
stdlib: "tag" -> "enum"
Patrick Walton
-2
/
+2
2012-01-18
Remove '.' after nullary tags in patterns
Tim Chevalier
-34
/
+34
2012-01-17
libstd: Move std tests into libstd
Brian Anderson
-0
/
+163
2012-01-17
Allow omission of the '.' after nullary tag patterns
Tim Chevalier
-7
/
+7
2012-01-05
Moved generic float::min, max to core::math and cleaned up some imports
Stefan Plantikow
-5
/
+1
2012-01-03
Allow tail expressions even in no_value blocks. Type checker
Niko Matsakis
-1
/
+1
2011-12-19
preparing for removing math from std
Stefan Plantikow
-1
/
+1
2011-12-16
std: declared fns as pure where sensible
Stefan Plantikow
-1
/
+1
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-1
/
+2
2011-12-06
Establish 'core' library separate from 'std'.
Graydon Hoare
-0
/
+1337
[prev]