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
/
string.rs
Age
Commit message (
Expand
)
Author
Lines
2015-07-27
Show appropriate feature flags in docs
Steve Klabnik
-2
/
+3
2015-07-20
Register new snapshots
Alex Crichton
-3
/
+0
2015-07-17
Add RawVec to unify raw Vecish code
Alexis Beingessner
-44
/
+1
2015-07-13
Implement IndexMut for String and str.
Simon Sapin
-0
/
+32
2015-07-13
Implement DerefMut for String
Simon Sapin
-0
/
+8
2015-07-11
Add String::into_boxed_slice and Box<str>::into_string
Jonathan Reem
-0
/
+11
2015-07-02
Add more description for from_raw_parts's unsafety
Steve Klabnik
-2
/
+7
2015-06-17
collections: Split the `collections` feature
Alex Crichton
-6
/
+13
2015-06-10
Modify String::push to reallocate more conservatively in case of the characte...
marcell
-17
/
+17
2015-06-08
Auto merge of #26077 - SimonSapin:patch-6, r=alexcrichton
bors
-5
/
+5
2015-06-08
Auto merge of #25989 - jooert:implement_rfc839, r=Gankro
bors
-0
/
+7
2015-06-08
Replace usage of String::from_str with String:from
Simon Sapin
-3
/
+3
2015-06-08
Implement RFC 839
Johannes Oertel
-0
/
+7
2015-06-07
Deprecate String::from_str in favor of String::from
Simon Sapin
-2
/
+2
2015-06-06
Remove many unneeded feature annotations in the docs
Steve Klabnik
-1
/
+1
2015-06-01
doc: make String::as_bytes example more simple
Tshepang Lekhonkhobe
-2
/
+1
2015-05-19
collections: Avoid unstable code in examples for String
Ulrik Sverdrup
-21
/
+9
2015-05-16
Fixed reserve_exact example
Mário Feroldi
-1
/
+1
2015-05-10
Rollup merge of #25158 - koute:master, r=alexcrichton
Steve Klabnik
-0
/
+1
2015-05-10
Add #[inline] to AsRef<str>::as_ref for String and str.
Jan Bujak
-0
/
+1
2015-05-08
collections: impl AsRef<[u8]> for String
Sean McArthur
-0
/
+8
2015-05-04
Fix spelling errors in documentation.
Joseph Crail
-1
/
+1
2015-05-02
Auto merge of #25028 - bluss:drain-string, r=alexcrichton
bors
-1
/
+107
2015-05-01
collections: Implement String::drain(range) according to RFC 574
Ulrik Sverdrup
-1
/
+107
2015-05-01
std: Remove index notation on slice iterators
Alex Crichton
-9
/
+12
2015-04-27
collections: Improve example for as_string and as_vec
Ulrik Sverdrup
-4
/
+5
2015-04-21
Test fixes and rebase conflicts, round 1
Alex Crichton
-1
/
+0
2015-04-21
rollup merge of #24636: alexcrichton/remove-deprecated
Alex Crichton
-17
/
+0
2015-04-21
rollup merge of #24541: alexcrichton/issue-24538
Alex Crichton
-2
/
+2
2015-04-21
rollup merge of #24661: SimonSapin/fmt-write-char
Alex Crichton
-0
/
+6
2015-04-21
std: Remove deprecated/unstable num functionality
Alex Crichton
-8
/
+0
2015-04-21
std: Remove deprecated AsOsStr/Str/AsSlice traits
Alex Crichton
-9
/
+0
2015-04-21
Auto merge of #24620 - pczarn:model-lexer-issues, r=cmr
bors
-2
/
+0
2015-04-21
Add a `write_char` method to `std::fmt::Write`
Simon Sapin
-0
/
+6
2015-04-21
Model lexer: Fix remaining issues
Piotr Czarnecki
-2
/
+0
2015-04-19
collections: Move optimized String::from_str to String::from
Erick Tryzelaar
-1
/
+12
2015-04-17
std: Add Default/IntoIterator/ToOwned to the prelude
Alex Crichton
-2
/
+2
2015-04-16
deprecate Unicode functions that will be moved to crates.io
kwantam
-2
/
+2
2015-04-14
rollup merge of #24377: apasel422/docs
Alex Crichton
-7
/
+7
2015-04-13
pluralize doc comment verbs and add missing periods
Andrew Paseltiner
-7
/
+7
2015-04-10
std: Stabilize the Utf8Error type
Alex Crichton
-10
/
+6
2015-04-07
Auto merge of #23952 - Kimundi:more_string_pattern, r=alexcrichton
bors
-1
/
+1
2015-04-05
Refactored core::str::pattern to become a user-facing module and hide away
Marvin Löbel
-1
/
+1
2015-04-02
Implement PartialEq<str> for String and Cow
Gleb Kozyrev
-0
/
+2
2015-04-02
Change PartialEq impls in collections::string to slice notation
Gleb Kozyrev
-10
/
+10
2015-04-01
Collect the definition of the `Error` trait into `libstd` for now. This
Niko Matsakis
-11
/
+0
2015-03-31
rollup merge of #23873: alexcrichton/remove-deprecated
Alex Crichton
-5
/
+0
2015-03-31
rollup merge of #23875: aturon/revise-convert-2
Alex Crichton
-1
/
+8
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-5
/
+0
2015-03-31
rollup merge of #23886: demelev/remove_as_slice_usage
Alex Crichton
-1
/
+1
[next]