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
/
libcore
/
str.rs
Age
Commit message (
Expand
)
Author
Lines
2014-06-30
auto merge of #14613 : schmee/rust/utf16-iterator, r=huonw
bors
-1
/
+45
2014-06-30
Add `utf16_units`
John Schmidt
-1
/
+45
2014-06-29
Implement RFC#28: Add PartialOrd::partial_cmp
Steven Fackler
-2
/
+4
2014-06-29
Extract tests from libcore to a separate crate
Steven Fackler
-12
/
+0
2014-06-28
Rename all raw pointers as necessary
Alex Crichton
-7
/
+7
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-2
/
+5
2014-06-17
Add a b"xx" byte string literal of type &'static [u8].
Simon Sapin
-0
/
+4
2014-06-08
core: Rename `container` mod to `collections`. Closes #12543
Brian Anderson
-4
/
+4
2014-06-08
Fix spelling errors in comments.
Joseph Crail
-2
/
+2
2014-06-06
Rename Iterator::len to count
Aaron Turon
-2
/
+1
2014-06-02
Document failure cases for `char_at` and friends.
Aaron Turon
-2
/
+17
2014-06-01
std: Drop Total from Total{Eq,Ord}
Alex Crichton
-5
/
+5
2014-05-31
rustdoc: Create anchor pages for primitive types
Alex Crichton
-0
/
+2
2014-05-30
std: Rename {Eq,Ord} to Partial{Eq,Ord}
Alex Crichton
-5
/
+5
2014-05-28
Rename UTF16Item[s] to Utf16Item[s]
Piotr Jawniak
-7
/
+7
2014-05-23
auto merge of #14360 : alexcrichton/rust/remove-deprecated, r=kballard
bors
-53
/
+1
2014-05-22
libcore: Remove all uses of `~str` from `libcore`.
Patrick Walton
-49
/
+1
2014-05-22
Remove a slew of old deprecated functions
Alex Crichton
-53
/
+1
2014-05-21
Add examples for edge cases of str.split/str.splitn
Tobias Bucher
-0
/
+9
2014-05-16
auto merge of #14135 : gereeter/rust/two-way-search, r=brson
bors
-26
/
+206
2014-05-15
core: Derive Show impls wherever possible
Alex Crichton
-1
/
+1
2014-05-14
Switched to the two-way algorithm for string searching
Jonathan S
-26
/
+206
2014-05-13
io: Implement process wait timeouts
Alex Crichton
-0
/
+1
2014-05-11
core: Remove the cast module
Alex Crichton
-12
/
+11
2014-05-08
Handle fallout in documentation
Kevin Ballard
-53
/
+54
2014-05-07
core: Inherit possible string functionality
Alex Crichton
-0
/
+1861
2013-05-22
libstd: Rename libcore to libstd and libstd to libextra; update makefiles.
Patrick Walton
-4036
/
+0
2013-05-20
Remove all unnecessary allocations (as flagged by lint)
Alex Crichton
-1
/
+1
2013-05-19
Register snapshots
Brian Anderson
-374
/
+8
2013-05-19
Use assert_eq! rather than assert! where possible
Corey Richardson
-179
/
+179
2013-05-18
Use pattern-matching instead of conditionals where appropriate to improve cod...
Brendan Zabarauskas
-49
/
+35
2013-05-15
Rename vec::len(var) to var.len()
Youngmin Yoo
-4
/
+4
2013-05-14
Fix cosmetics for fail!() calls
Marvin Löbel
-1
/
+1
2013-05-14
Use static string with fail!() and remove fail!(fmt!())
Björn Steinbrink
-2
/
+2
2013-05-13
Remove re-exports from libcore/core.rc
Alex Crichton
-2
/
+10
2013-05-11
auto merge of #6389 : sonwow/rust/issue-3356, r=bstrie
bors
-8
/
+8
2013-05-10
test: Use the new `for` protocol
Alex Crichton
-2
/
+2
2013-05-10
renamed str::from_slice to str::to_owned
Youngsoo Son
-8
/
+8
2013-05-10
core: Use the new `for` protocol
Alex Crichton
-23
/
+410
2013-05-09
libcore: rename vec::each(variable) to variable.each
Youngmin Yoo
-4
/
+4
2013-05-08
Remove #[cfg(notest)] and use #[cfg(not(test))] to cooincide with #[cfg(debug)]
Zack Corr
-17
/
+17
2013-05-05
Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze
Niko Matsakis
-15
/
+132
2013-05-02
libcore: optimize string joining routines.
Huon Wilson
-12
/
+106
2013-05-02
core: inlining on common functions
Huon Wilson
-3
/
+26
2013-04-30
new borrow checker (mass squash)
Niko Matsakis
-12
/
+0
2013-04-29
librustc: Remove `ptr::addr_of`.
Patrick Walton
-1
/
+2
2013-04-24
Fixed typo... And a billion other things.
Marvin Löbel
-1
/
+0
2013-04-24
Removed ascii functions from other modules
Marvin Löbel
-59
/
+0
2013-04-22
auto merge of #5980 : Kimundi/rust/ascii-encoding, r=thestinger
bors
-28
/
+25
2013-04-22
Moved ascii out of str
Marvin Löbel
-13
/
+0
[prev]
[next]