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
/
libcollections
/
str.rs
Age
Commit message (
Expand
)
Author
Lines
2015-05-10
collections: change bounds of SliceConcatExt implementations to use Borrow in...
Sean McArthur
-6
/
+5
2015-04-23
std: Remove deprecated AsOsStr/Str/AsSlice traits
Alex Crichton
-1
/
+1
2015-04-13
pluralize doc comment verbs and add missing periods
Andrew Paseltiner
-4
/
+4
2015-04-08
Auto merge of #23293 - tbu-:pr_additive_multiplicative, r=alexcrichton
bors
-2
/
+1
2015-04-08
Make `sum` and `product` inherent methods on `Iterator`
Tobias Bucher
-2
/
+1
2015-04-05
Refactored core::str::pattern to become a user-facing module and hide away
Marvin Löbel
-2
/
+3
2015-04-05
Format all str docs to 80 char line breaks
Marvin Löbel
-109
/
+174
2015-04-05
Implemented remaining string pattern iterators.
Marvin Löbel
-45
/
+275
2015-04-01
std: Changing the meaning of the count to splitn
Alex Crichton
-11
/
+17
2015-03-31
Test fixes and rebase conflicts, round 3
Alex Crichton
-11
/
+13
2015-03-31
rollup merge of #23901: steveklabnik/fix_links_str
Alex Crichton
-15
/
+12
2015-03-31
rollup merge of #23873: alexcrichton/remove-deprecated
Alex Crichton
-84
/
+3
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-84
/
+3
2015-03-31
rollup merge of #23886: demelev/remove_as_slice_usage
Alex Crichton
-3
/
+3
2015-03-31
Fixup primitive.str docs
Steve Klabnik
-15
/
+12
2015-03-31
Stabilize std::num
Aaron Turon
-3
/
+0
2015-03-31
replace deprecated as_slice()
Emeliov Dmitrii
-3
/
+3
2015-03-28
Remove IteratorExt
Steven Fackler
-1
/
+1
2015-03-24
core: Update docs for StrExt demotion in libstd
Ulrik Sverdrup
-1
/
+1
2015-03-23
rollup merge of #23598: brson/gate
Alex Crichton
-0
/
+15
2015-03-23
rollup merge of #23538: aturon/conversion
Alex Crichton
-16
/
+12
2015-03-23
Add generic conversion traits
Aaron Turon
-16
/
+12
2015-03-23
Add #![feature] attributes to doctests
Brian Anderson
-0
/
+15
2015-03-19
StrExt::splitn should not require a DoubleEndedSearcher
Jake Goulding
-10
/
+9
2015-03-19
Introduce rsplit
Jake Goulding
-2
/
+30
2015-03-18
Register new snapshots
Alex Crichton
-1172
/
+0
2015-03-18
Rollup merge of #23455 - Ryman:trim_matches_doc, r=steveklabnik
Manish Goregaokar
-2
/
+2
2015-03-17
std: Tweak some unstable features of `str`
Alex Crichton
-56
/
+102
2015-03-17
Fix documentation for StrExt::trim_matches
Kevin Butler
-2
/
+2
2015-03-17
Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiyn
Manish Goregaokar
-1
/
+1
2015-03-16
fix after rebase
Jorge Aparicio
-0
/
+1
2015-03-16
move some tests back to libcollections
Jorge Aparicio
-0
/
+1
2015-03-16
extract libcollections tests into libcollectionstest
Jorge Aparicio
-1665
/
+0
2015-03-16
impl<T> [T]
Jorge Aparicio
-0
/
+1
2015-03-16
impl str
Jorge Aparicio
-0
/
+1136
2015-03-13
Remove explicit syntax highlight from docs.
Joseph Crail
-1
/
+1
2015-03-11
Example -> Examples
Steve Klabnik
-1
/
+1
2015-03-10
Auto merge of #23126 - alexcrichton:char-third-pass, r=aturon
bors
-24
/
+55
2015-03-10
std: Stabilize more of the `char` module
Alex Crichton
-24
/
+55
2015-03-09
Rename #[should_fail] to #[should_panic]
Steven Fackler
-3
/
+3
2015-03-06
Rollup merge of #23067 - oli-obk:doc_examle_fix, r=alexcrichton
Manish Goregaokar
-1
/
+1
2015-03-05
doc example does nothing
Oliver Schneider
-1
/
+1
2015-03-05
Rollup merge of #22937 - MDCox:str-docs, r=steveklabnik
Manish Goregaokar
-5
/
+8
2015-03-05
Remove integer suffixes where the types in compiled code are identical.
Eduard Burtescu
-5
/
+5
2015-03-04
Reword str docs and include links to StrExt
Matt Cox
-5
/
+8
2015-03-02
Enable recursion for visit_ty in lint visitor
Ivan Petkov
-0
/
+1
2015-02-28
Fix incorrectly parsed markdown link
mdinger
-3
/
+3
2015-02-24
Use arrays instead of vectors in tests
Vadim Petrochenkov
-35
/
+35
2015-02-23
Rollup merge of #22513 - steveklabnik:doc_str, r=brson
Manish Goregaokar
-274
/
+440
2015-02-22
Improve documentation for libcollections/str
Steve Klabnik
-274
/
+440
[next]