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
/
str.rs
Age
Commit message (
Expand
)
Author
Lines
2013-08-29
std::str: Fix bug in .slice_chars()
blake2-ppc
-0
/
+4
2013-08-29
std::str: Use CharIterator in NormalizationIterator
blake2-ppc
-16
/
+17
2013-08-29
std::str: Remove functions count_chars, count_bytes
blake2-ppc
-40
/
+0
2013-08-29
Remove the iter module.
Jason Fager
-1
/
+1
2013-08-27
Remove offset_inbounds for an unsafe offset function
Alex Crichton
-1
/
+1
2013-08-26
Add a Default trait.
Corey Richardson
-15
/
+12
2013-08-26
auto merge of #8737 : blake2-ppc/rust/std-str-rsplit, r=huonw
bors
-73
/
+305
2013-08-26
std::str: Tune CharSplitIterator after benchmarks
blake2-ppc
-55
/
+44
2013-08-26
std::str: bench tests for .split_iter()
blake2-ppc
-0
/
+83
2013-08-25
Add _opt variants to str byte-conversion functions
Kevin Ballard
-9
/
+108
2013-08-25
std::str: Double-ended CharSplitIterator
blake2-ppc
-68
/
+228
2013-08-24
Add OwnedStr::into_bytes
Steven Fackler
-1
/
+16
2013-08-23
Add new function str.truncate()
Kevin Ballard
-0
/
+42
2013-08-22
Enabled unit tests in std and extra.
Vadim Chugunov
-4
/
+0
2013-08-21
auto merge of #8590 : blake2-ppc/rust/std-str, r=alexcrichton
bors
-131
/
+254
2013-08-22
std::str: Add test for CharIterator .clone()
blake2-ppc
-0
/
+8
2013-08-21
Add support for performing NFD and NFKD on strings
Florian Zeitz
-0
/
+143
2013-08-19
std::str: Use iterators instead of while loops for CharSplitIterator
blake2-ppc
-33
/
+45
2013-08-19
Add externfn macro and correctly label fixed_stack_segments
Niko Matsakis
-0
/
+1
2013-08-19
std::str: Improve comments for CharIterator
blake2-ppc
-1
/
+9
2013-08-19
std::str: Use CharOffsetIterator in slice_chars
blake2-ppc
-13
/
+14
2013-08-19
std::str: Only check char boundary for end index in .slice_to()
blake2-ppc
-1
/
+2
2013-08-19
std::str: Correct docstrings for lack of null terminator in ~str and &str
blake2-ppc
-24
/
+13
2013-08-19
std::str: Use CharOffsetIterator in .find() and .rfind()
blake2-ppc
-6
/
+3
2013-08-19
std::str: Implement CharIterator separately
blake2-ppc
-35
/
+68
2013-08-19
std::str: Add str::raw::slice_unchecked
blake2-ppc
-4
/
+13
2013-08-19
std::str: Special case char_range_at_reverse so it is faster
blake2-ppc
-13
/
+21
2013-08-19
std::str: Small fix for slice
blake2-ppc
-2
/
+3
2013-08-19
std::str: Bench test for char iterators
blake2-ppc
-0
/
+56
2013-08-18
auto merge of #8555 : chris-morgan/rust/time-clone, r=huonw
bors
-1
/
+15
2013-08-16
Implement DeepClone for str types.
Chris Morgan
-1
/
+15
2013-08-16
doc: correct spelling in documentation.
Huon Wilson
-2
/
+2
2013-08-15
auto merge of #8490 : huonw/rust/fromiterator-extendable, r=catamorphism
bors
-4
/
+4
2013-08-15
std: Move the iterator param on FromIterator and Extendable to the method.
Huon Wilson
-4
/
+4
2013-08-14
Methodyfied the string ascii extionsion functions
Marvin Löbel
-1
/
+1
2013-08-13
auto merge of #8446 : alexcrichton/rust/ifmt++, r=graydon
bors
-41
/
+12
2013-08-12
Forbid pub/priv where it has no effect
Alex Crichton
-6
/
+6
2013-08-12
Implement formatting arguments for strings and integers
Alex Crichton
-41
/
+12
2013-08-12
fix build with the new snapshot compiler
Daniel Micay
-426
/
+2
2013-08-11
move `strdup_uniq` lang item to std::str
Daniel Micay
-0
/
+8
2013-08-11
str: optimize `with_capacity`
Daniel Micay
-3
/
+21
2013-08-10
std: fix the non-stage0 str::raw::slice_bytes which broke in a merge
Erick Tryzelaar
-1
/
+1
2013-08-10
std: Transform.find_ -> .find
Erick Tryzelaar
-2
/
+2
2013-08-10
std: Iterator.len_ -> .len
Erick Tryzelaar
-1
/
+1
2013-08-10
std: Rename Iterator.transform -> .map
Erick Tryzelaar
-8
/
+8
2013-08-10
std: merge Iterator and IteratorUtil
Erick Tryzelaar
-2
/
+1
2013-08-10
std: merge iterator::DoubleEndedIterator and DoubleEndedIteratorUtil
Erick Tryzelaar
-1
/
+1
2013-08-09
Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing...
Erick Tryzelaar
-18
/
+0
2013-08-09
Remove redundant Ord method impls.
OGINO Masanori
-18
/
+0
2013-08-08
Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing...
Erick Tryzelaar
-11
/
+11
[prev]
[next]