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
2016-07-28
Rename `char::escape` to `char::escape_debug` and add tracking issue
Tobias Bucher
-3
/
+3
2016-07-26
Restore `char::escape_default` and add `char::escape` instead
Tobias Bucher
-0
/
+8
2016-06-23
std: Fix up stabilization discrepancies
Alex Crichton
-1
/
+1
2016-06-07
Rollup merge of #33645 - withoutboats:woboats_trim_matches_doc, r=steveklabnik
Steve Klabnik
-2
/
+2
2016-05-30
std: Clean out old unstable + deprecated APIs
Alex Crichton
-239
/
+0
2016-05-27
Added examples/docs to split in str.rs
Ty Coghlan
-2
/
+28
2016-05-14
Correct the docs on str::trim_matches
Without Boats
-2
/
+2
2016-04-14
fix str::split_at_mut() example
Gigih Aji Ibrahim
-2
/
+2
2016-04-11
std: Stabilize APIs for the 1.9 release
Alex Crichton
-8
/
+21
2016-03-08
doc: Fix a bunch of broken links
Alex Crichton
-1
/
+1
2016-03-04
End stdlib module summaries with a full stop.
Steve Klabnik
-1
/
+1
2016-02-29
std: Stabilize APIs for the 1.8 release
Alex Crichton
-3
/
+16
2016-02-27
Improve formatting of the primitive str documentation
Michael Huynh
-17
/
+35
2016-02-09
Minor spelling fixes
Carlos E. Garcia
-1
/
+1
2016-02-02
Rollup merge of #31345 - kamalmarhubi:book-docs-special-section-errors, r=ste...
Steve Klabnik
-1
/
+1
2016-02-02
Rollup merge of #31202 - steveklabnik:gh30459, r=alexcrichton
Steve Klabnik
-0
/
+48
2016-02-02
Add doctests for directionality
Steve Klabnik
-0
/
+20
2016-02-01
docs: Standardize on 'Errors' header in std docs
Kamal Marhubi
-1
/
+1
2016-01-26
Fix warnings during tests
Alex Crichton
-4
/
+0
2016-01-26
Document LTR vs RTL wrt trim_*
Steve Klabnik
-0
/
+28
2016-01-19
Fix typo
Barosl Lee
-2
/
+2
2016-01-13
Fix some broken and missing links in the docs
Oliver Middleton
-1
/
+1
2016-01-13
Auto merge of #29498 - wthrowe:replace-pattern, r=alexcrichton
bors
-11
/
+14
2015-12-26
Fix some links in str docs
Florian Hartwig
-3
/
+3
2015-12-10
Correct 'bye' to 'byte' in str docs.
Scott Olson
-2
/
+2
2015-12-07
Fix some str docs to refer to patterns
William Throwe
-10
/
+13
2015-12-07
Let str::replace take a pattern
William Throwe
-1
/
+1
2015-12-01
Auto merge of #30057 - steveklabnik:doc_str, r=alexcrichton
bors
-234
/
+579
2015-11-30
Better docs for the str primitive
Steve Klabnik
-234
/
+579
2015-11-25
Auto merge of #30017 - nrc:fmt, r=brson
bors
-15
/
+22
2015-11-24
rustfmt libcollections
Nick Cameron
-15
/
+22
2015-11-20
Rename #[deprecated] to #[rustc_deprecated]
Vadim Petrochenkov
-1
/
+1
2015-11-18
Add missing annotations and some tests
Vadim Petrochenkov
-0
/
+14
2015-11-12
libcollections: deny warnings in doctests
Kevin Butler
-6
/
+4
2015-11-06
Remove stability annotations from trait impl items
Vadim Petrochenkov
-1
/
+0
2015-10-25
Auto merge of #29254 - alexcrichton:stabilize-1.5, r=brson
bors
-8
/
+3
2015-10-25
std: Stabilize library APIs for 1.5
Alex Crichton
-8
/
+3
2015-10-23
Unsafety -> Safety in doc headings
Steve Klabnik
-1
/
+1
2015-10-19
Correct spelling in docs
Andrew Paseltiner
-1
/
+1
2015-10-07
doc: Mention split_whitespace in split doc
Boris Egorov
-0
/
+4
2015-09-27
Rollup merge of #28682 - apasel422:features, r=steveklabnik
Manish Goregaokar
-2
/
+0
2015-09-26
Remove unnecessary `#![feature]` attributes
Andrew Paseltiner
-2
/
+0
2015-09-25
std: Update MatchIndices to return a subslice
Alex Crichton
-42
/
+30
2015-09-23
Fix bad copypasta for patterns doc in std::str
Remi Rampin
-12
/
+9
2015-09-17
Correctly walk import lists in AST visitors
Vadim Petrochenkov
-0
/
+1
2015-09-11
std: Stabilize/deprecate features for 1.4
Alex Crichton
-7
/
+3
2015-09-03
std: Account for CRLF in {str, BufRead}::lines
Alex Crichton
-4
/
+6
2015-08-15
collections: Add issues for unstable features
Alex Crichton
-16
/
+31
2015-08-12
Remove all unstable deprecated functionality
Alex Crichton
-470
/
+5
2015-08-09
Make `str::as_bytes_mut` private
Tobias Bucher
-13
/
+0
[next]