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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcore
/
str.rs
Age
Commit message (
Expand
)
Author
Lines
2012-03-27
Move some code over to iterator-for to see how it performs.
Marijn Haverbeke
-8
/
+20
2012-03-23
Remove char::to_lower, char::to_upper, use libc versions instead
Tim Chevalier
-11
/
+14
2012-03-22
make --enforce-mut-vars always on, add mut annotations to remaining files
Niko Matsakis
-21
/
+21
2012-03-20
core: Rename unsafe::leak to unsafe::forget. Closes #2031
Brian Anderson
-6
/
+6
2012-03-19
core: Move unsafe conversions to str::unsafe
Brian Anderson
-41
/
+43
2012-03-19
core: Make converting from a C string unsafe
Brian Anderson
-4
/
+4
2012-03-16
rustc: Unify impl self types in the opposite order so variance is correct
Brian Anderson
-3
/
+3
2012-03-16
core: Resolve and remove some FIXMEs
Brian Anderson
-2
/
+0
2012-03-16
core: Remove str::init_elt
Brian Anderson
-11
/
+0
2012-03-16
core: Add lots of string docs
Brian Anderson
-32
/
+247
2012-03-16
core: Remove extra backslashes from docs
Brian Anderson
-3
/
+3
2012-03-16
core: Doc cleanup
Brian Anderson
-4
/
+4
2012-03-16
core: Escape some characters in comments
Brian Anderson
-4
/
+4
2012-03-15
core: Docs
Brian Anderson
-1
/
+24
2012-03-15
Address FIXMEs in extfmt / add issue numbers
Tim Chevalier
-0
/
+11
2012-03-15
core: Optimize str::unsafe::slice_bytes. Closes #1995
Brian Anderson
-1
/
+10
2012-03-15
core: Optimize str::bytes
Brian Anderson
-1
/
+5
2012-03-15
Don't pass Unicode to char::is_upper
Tim Chevalier
-4
/
+3
2012-03-14
core: Add str::from_c_str, from_c_str_len, as_c_str
Brian Anderson
-5
/
+30
2012-03-14
core: Rename str::from_cstr et. al to from_buf
Brian Anderson
-22
/
+22
2012-03-14
core:: Eliminate str::sbuf. Replace with *u8
Brian Anderson
-7
/
+3
2012-03-12
Libc/os/run/rand/io reorganization. Close #1373. Close #1638.
Graydon Hoare
-1
/
+1
2012-03-09
core: Convert to rustdoc
Brian Anderson
-480
/
+326
2012-03-07
add mutability annotations to libcore
Niko Matsakis
-47
/
+55
2012-03-06
UTF-16-ify the win32 env routines.
Graydon Hoare
-5
/
+5
2012-03-02
First cut at consolidated core::os module built on core::libc.
Graydon Hoare
-1
/
+1
2012-03-02
Add some utf16 routines for OS API interop.
Graydon Hoare
-0
/
+128
2012-02-28
libcore: Remove vec::to_ptr in favor of vec::unsafe::to_ptr. Closes #1829.
Patrick Walton
-2
/
+2
2012-02-23
Finish cleanup of core::str
Marijn Haverbeke
-410
/
+278
2012-02-23
Optimize str::replace
Marijn Haverbeke
-40
/
+49
2012-02-23
Various cleanups and optimizations in core::str
Marijn Haverbeke
-372
/
+255
2012-02-23
Make str::pop_char and str::unsafe::pop_byte efficient
Marijn Haverbeke
-14
/
+15
2012-02-23
(core::str) comments
Kevin Cantu
-11
/
+18
2012-02-23
(core::str) rename ++
Kevin Cantu
-2
/
+2
2012-02-23
(core::str) rename substr_len_bytes to substr_len, and delete unused byte_ind...
Kevin Cantu
-22
/
+1
2012-02-23
(core::str) remove len_bytes alias
Kevin Cantu
-52
/
+47
2012-02-23
(core::str) replace uses of unsafe::slice_bytes; replace find[_from]_bytes wi...
Kevin Cantu
-40
/
+40
2012-02-23
(core::str) stop using index_chars
Kevin Cantu
-3
/
+1
2012-02-23
(core::str) replace byte_index[_from] with index[_from]
Kevin Cantu
-2
/
+4
2012-02-23
(core::str) do some replacements
Kevin Cantu
-2
/
+3
2012-02-23
(core::str) add index, index_from, rindex which return byte positions of char...
Kevin Cantu
-15
/
+76
2012-02-23
(core::str) add a safe byte slice and maybe_slice ++
Kevin Cantu
-1
/
+1
2012-02-23
(core::str) add a safe byte slice and maybe_slice
Kevin Cantu
-0
/
+77
2012-02-23
(core::char) rename slice -> slice_chars
Kevin Cantu
-15
/
+15
2012-02-23
(core::str) rename rindex -> rindex_chars
Kevin Cantu
-8
/
+8
2012-02-23
(core::str) rename index -> index_chars
Kevin Cantu
-9
/
+7
2012-02-23
(core::str) make len an alias for len_bytes ++
Kevin Cantu
-2
/
+2
2012-02-23
(core::str) make len an alias for len_bytes
Kevin Cantu
-4
/
+2
2012-02-23
(core::str) mostly rename len -> len_chars
Kevin Cantu
-16
/
+18
2012-02-22
Remove preconditions from libraries
Marijn Haverbeke
-7
/
+2
[next]