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-19
Add externfn macro and correctly label fixed_stack_segments
Niko Matsakis
-0
/
+1
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
2013-08-07
Forbid `priv` where it has no effect
Alex Crichton
-10
/
+10
2013-08-07
Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing...
Erick Tryzelaar
-11
/
+14
2013-08-07
auto merge of #8294 : erickt/rust/map-move, r=bblum
bors
-1
/
+1
2013-08-07
core: option.map_consume -> option.map_move
Erick Tryzelaar
-1
/
+1
2013-08-07
auto merge of #8305 : huonw/rust/triage-fixes, r=cmr
bors
-11
/
+14
2013-08-07
std: adjust str::test_add so that the macro expands to all 3 items (#8012).
Huon Wilson
-11
/
+14
2013-08-06
Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing...
Erick Tryzelaar
-3
/
+3
2013-08-06
std: update str.push_byte to work without str trailing nulls
Erick Tryzelaar
-1
/
+10
2013-08-06
Merge commit 'd89ff7eef969aee6b493bc846b64d68358fafbcd' into remove-str-trail...
Erick Tryzelaar
-1
/
+8
2013-08-06
auto merge of #8308 : blake2-ppc/rust/str-slice-bytes, r=alexcrichton
bors
-1
/
+1
2013-08-05
Updated std::Option, std::Either and std::Result
Marvin Löbel
-2
/
+2
2013-08-05
std: Use correct lifetime parameter on str::raw::slice_bytes
blake2-ppc
-1
/
+1
2013-08-05
auto merge of #8289 : sfackler/rust/push_byte, r=erickt
bors
-1
/
+8
2013-08-04
Merge remote-tracking branch 'remotes/origin/master' into str-remove-null
Erick Tryzelaar
-67
/
+99
2013-08-04
Remove trailing null from strings
Erick Tryzelaar
-10
/
+374
2013-08-04
std: merge str::raw::from_buf and str::raw::from_c_str
Erick Tryzelaar
-22
/
+12
2013-08-04
std: replace str::as_c_str with std::c_str
Erick Tryzelaar
-98
/
+0
2013-08-04
std: remove str::from_bytes_with_null
Erick Tryzelaar
-82
/
+0
2013-08-04
std: add test for str::as_c_str
Erick Tryzelaar
-0
/
+23
2013-08-04
std: remove str::NullTerminatedStr
Erick Tryzelaar
-54
/
+1
2013-08-04
std: add str.to_c_str()
Erick Tryzelaar
-0
/
+26
2013-08-04
Fixed str::raw::push_byte
Steven Fackler
-1
/
+8
2013-08-04
auto merge of #8237 : blake2-ppc/rust/faster-utf8, r=brson
bors
-35
/
+67
2013-08-03
remove obsolete `foreach` keyword
Daniel Micay
-30
/
+30
2013-08-02
std: Speed up str::is_utf8
blake2-ppc
-35
/
+67
2013-08-01
str: Add method .into_owned(self) -> ~str to Str
Kevin Ballard
-0
/
+12
2013-08-01
std: Change `Times` trait to use `do` instead of `for`
blake2-ppc
-1
/
+1
2013-08-01
migrate many `for` loops to `foreach`
Daniel Micay
-31
/
+32
[next]