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
/
str.rs
Age
Commit message (
Expand
)
Author
Lines
2011-07-12
stdlib: Implement str::split_ivec()
Patrick Walton
-0
/
+15
2011-07-10
stdlib: Implement an interior-vector version of the io module
Patrick Walton
-0
/
+1
2011-07-10
stdlib: Implement str::bytes_ivec() using pointers and casts
Patrick Walton
-0
/
+7
2011-07-08
stdlib: Implement str::unsafe_from_bytes_ivec()
Patrick Walton
-0
/
+5
2011-07-07
Make moving of temporaries do the right thing, use it to optimize
Marijn Haverbeke
-4
/
+1
2011-07-05
stdlib: Add str::connect_ivec() temporarily
Patrick Walton
-0
/
+11
2011-06-24
Remove res idents from stdlib
Marijn Haverbeke
-4
/
+4
2011-06-21
Serialize constraints in types (literal arguments still not supported)
Tim Chevalier
-0
/
+8
2011-06-19
Remove various rustboot workarounds
Brian Anderson
-6
/
+1
2011-06-15
Reformat source tree (minus a couple tests that are still grumpy).
Graydon Hoare
-174
/
+108
2011-06-02
Fix and un-xfail vec-append test
Marijn Haverbeke
-2
/
+3
2011-05-31
Now imports are not re-exported unless 'export' is explicitly used.
Paul Stansifer
-0
/
+45
2011-05-22
stdlib: Use if/alt expressions in std::str
Brian Anderson
-8
/
+8
2011-05-17
Finally rename std::_xxx to std::xxx
Marijn Haverbeke
-0
/
+490