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
Age
Commit message (
Expand
)
Author
Lines
2015-07-13
Add str::split_at_mut
Simon Sapin
-0
/
+15
2015-07-13
Implement IndexMut for String and str.
Simon Sapin
-0
/
+64
2015-07-04
core: Use memcmp in is_prefix_of / is_suffix_of
Ulrik Sverdrup
-5
/
+4
2015-06-24
StrSearcher: Explicitly separate the long and short cases
Ulrik Sverdrup
-5
/
+11
2015-06-21
StrSearcher: Use trait to specialize two way algorithm by case
Ulrik Sverdrup
-57
/
+133
2015-06-21
StrSearcher: Specialize is_prefix_of/is_suffix_of for &str
Ulrik Sverdrup
-17
/
+33
2015-06-21
StrSearcher: Update substring search to use the Two Way algorithm
Ulrik Sverdrup
-425
/
+466
2015-06-17
std: Stabilize the `str_matches` feature
Alex Crichton
-2
/
+2
2015-06-17
std: Remove two internal `str_internals` functions
Alex Crichton
-4
/
+2
2015-06-17
core: Split apart the global `core` feature
Alex Crichton
-5
/
+11
2015-06-16
Auto merge of #26313 - steveklabnik:fix_str_docs, r=alexcrichton
bors
-10
/
+10
2015-06-15
Fix up Split docs
Steve Klabnik
-10
/
+10
2015-06-10
Add str::split_at
Ulrik Sverdrup
-0
/
+13
2015-05-11
docs: Update FromStr documentation
Ulrik Sverdrup
-2
/
+5
2015-05-09
Convert #[lang="..."] to #[lang = "..."]
Nick Hamann
-1
/
+1
2015-05-08
core: impl AsRef<[u8]> for str
Sean McArthur
-0
/
+9
2015-05-04
Fix spelling errors in documentation.
Joseph Crail
-1
/
+1
2015-05-03
Add #[inline(always)] to str::from_utf8_unchecked
Jan Bujak
-0
/
+1
2015-04-21
std: Remove deprecated/unstable num functionality
Alex Crichton
-1
/
+0
2015-04-21
std: Remove deprecated AsOsStr/Str/AsSlice traits
Alex Crichton
-24
/
+0
2015-04-21
Auto merge of #24620 - pczarn:model-lexer-issues, r=cmr
bors
-2
/
+0
2015-04-21
Model lexer: Fix remaining issues
Piotr Czarnecki
-2
/
+0
2015-04-20
Make iterator struct docs more consistent.
Steve Klabnik
-13
/
+13
2015-04-14
Positive case of `len()` -> `is_empty()`
Tamir Duberstein
-2
/
+2
2015-04-14
rollup merge of #24377: apasel422/docs
Alex Crichton
-4
/
+4
2015-04-13
pluralize doc comment verbs and add missing periods
Andrew Paseltiner
-4
/
+4
2015-04-10
std: Stabilize the Utf8Error type
Alex Crichton
-22
/
+17
2015-04-07
std: Hide facade extension traits in docs
Alex Crichton
-0
/
+1
2015-04-07
Auto merge of #23952 - Kimundi:more_string_pattern, r=alexcrichton
bors
-363
/
+587
2015-04-05
Remove external iterator in CharIndices comment and the reference to the std:...
Guillaume Gomez
-2
/
+1
2015-04-05
Added smoke tests for new methods.
Marvin Löbel
-10
/
+23
2015-04-05
Refactored core::str::pattern to become a user-facing module and hide away
Marvin Löbel
-13
/
+17
2015-04-05
Re-added Clone impls to all str iterators
Marvin Löbel
-9
/
+82
2015-04-05
Implemented remaining string pattern iterators.
Marvin Löbel
-344
/
+478
2015-04-01
rollup merge of #23860: nikomatsakis/copy-requires-clone
Alex Crichton
-1
/
+1
2015-04-01
rollup merge of #23945: pnkfelix/gate-u-negate
Alex Crichton
-1
/
+1
2015-04-01
fallout from feature-gating unary negation on unsigned integers.
Felix S. Klock II
-1
/
+1
2015-04-01
rollup merge of #23951: alexcrichton/splitn
Alex Crichton
-11
/
+9
2015-04-01
std: Changing the meaning of the count to splitn
Alex Crichton
-11
/
+9
2015-04-01
Collect the definition of the `Error` trait into `libstd` for now. This
Niko Matsakis
-16
/
+0
2015-04-01
Fallout in public-facing and semi-public-facing libs
Niko Matsakis
-1
/
+1
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-141
/
+125
2015-03-31
Stabilize std::num
Aaron Turon
-2
/
+2
2015-03-28
Remove IteratorExt
Steven Fackler
-2
/
+2
2015-03-27
rollup merge of #23741: alexcrichton/remove-int-uint
Alex Crichton
-1
/
+1
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-1
/
+1
2015-03-26
Register new snapshots
Alex Crichton
-88
/
+0
2015-03-25
Rollup merge of #23664 - bluss:std-docs, r=steveklabnik
Manish Goregaokar
-8
/
+7
2015-03-24
Test fixes and rebase conflicts, round 2
Alex Crichton
-0
/
+1
2015-03-24
rollup merge of #23630: nrc/coerce-tidy
Alex Crichton
-1
/
+1
[next]