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-05-10
collections: impl AsRef<[u8]> for String
Sean McArthur
-0
/
+8
2015-05-10
collections: Improve example for as_string and as_vec
Ulrik Sverdrup
-4
/
+5
2015-05-07
std: Remove index notation on slice iterators
Alex Crichton
-9
/
+12
2015-04-23
Test fixes and rebase conflicts, round 1
Alex Crichton
-1
/
+0
2015-04-23
std: Remove deprecated/unstable num functionality
Alex Crichton
-8
/
+0
2015-04-23
std: Remove deprecated AsOsStr/Str/AsSlice traits
Alex Crichton
-9
/
+0
2015-04-23
std: Add Default/IntoIterator/ToOwned to the prelude
Alex Crichton
-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
2015-03-31
Stabilize `std::convert` and related code
Aaron Turon
-1
/
+8
2015-03-31
Rollup merge of #23866 - alexcrichton:switch-some-orders, r=aturon
Manish Goregaokar
-6
/
+6
2015-03-31
replace deprecated as_slice()
Emeliov Dmitrii
-1
/
+1
2015-03-30
std: Standardize (input, output) param orderings
Alex Crichton
-6
/
+6
2015-03-30
convert: add Into<Cow> impls for &str and String
Sean McArthur
-2
/
+19
2015-03-26
Register new snapshots
Alex Crichton
-28
/
+0
2015-03-23
rollup merge of #23598: brson/gate
Alex Crichton
-0
/
+12
2015-03-23
rollup merge of #23601: nikomatsakis/by-value-index
Alex Crichton
-0
/
+32
2015-03-23
rollup merge of #23580: nikomatsakis/pattern-and-overflow
Alex Crichton
-0
/
+20
2015-03-23
Remove auto-deref'ing Pattern impl because it conflicts with other
Niko Matsakis
-0
/
+20
2015-03-23
Add generic conversion traits
Aaron Turon
-0
/
+23
2015-03-23
Add #![feature] attributes to doctests
Brian Anderson
-0
/
+12
2015-03-23
Adjust Index/IndexMut impls. For generic collections, we take
Niko Matsakis
-0
/
+32
2015-03-18
Register new snapshots
Alex Crichton
-20
/
+3
2015-03-17
std: Tweak some unstable features of `str`
Alex Crichton
-4
/
+5
2015-03-17
Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiyn
Manish Goregaokar
-4
/
+4
2015-03-16
better document the hacks required to test libcollections
Jorge Aparicio
-4
/
+6
2015-03-16
move some tests back to libcollections
Jorge Aparicio
-0
/
+9
2015-03-16
extract libcollections tests into libcollectionstest
Jorge Aparicio
-447
/
+0
2015-03-16
impl<T> [T]
Jorge Aparicio
-0
/
+17
2015-03-13
Remove explicit syntax highlight from docs.
Joseph Crail
-4
/
+4
2015-03-13
slice::from_raw_parts is preferred over transmuting a fresh raw::Slice
Oliver Schneider
-6
/
+6
2015-03-10
Fix markdown bullet points in function docs
Corey Farwell
-0
/
+1
2015-03-09
Auto merge of #22561 - richo:as_slice-as_str, r=Manishearth
bors
-5
/
+5
2015-03-09
Rename #[should_fail] to #[should_panic]
Steven Fackler
-5
/
+5
2015-03-09
doc: Fix extraneous as_slice()'s in docstrings
Richo Healey
-5
/
+5
2015-03-05
Remove integer suffixes where the types in compiled code are identical.
Eduard Burtescu
-36
/
+36
2015-03-02
Use `const`s instead of `static`s where appropriate
Florian Zeitz
-2
/
+2
2015-02-25
Rollup merge of #22729 - alexcrichton:ptr-stabilization, r=aturon
Manish Goregaokar
-9
/
+9
2015-02-24
std: Stabilize some `ptr` functions
Alex Crichton
-9
/
+9
2015-02-24
Use arrays instead of vectors in tests
Vadim Petrochenkov
-3
/
+3
[next]