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
2014-12-09
rollup merge of #19626: bluss/string-extend-str
Alex Crichton
-0
/
+44
2014-12-09
Add a doctest for the std::string::as_string method.
jbranchaud
-0
/
+13
2014-12-08
Change 'Example' to 'Examples' throughout collections' rustdocs.
jbranchaud
-25
/
+26
2014-12-07
string: Add test for FromIterator<&str> and Extend<&str>
bluss
-2
/
+9
2014-12-07
string: Add test for FromIterator<char> and Extend<char>
bluss
-0
/
+14
2014-12-07
string: Implement FromIterator<&str> and Extend<&str> for String
bluss
-0
/
+21
2014-12-07
string: Use the iterator size_hint() in .extend()
bluss
-0
/
+2
2014-12-06
libcollections: remove unnecessary `to_string()` calls
Jorge Aparicio
-12
/
+12
2014-12-06
libcollections: remove unnecessary `as_slice()` calls
Jorge Aparicio
-23
/
+23
2014-12-03
Deprecate Equiv
Jorge Aparicio
-1
/
+2
2014-12-03
Fix fallout
Jorge Aparicio
-2
/
+4
2014-12-03
Overload the `==` operator
Jorge Aparicio
-1
/
+44
2014-11-25
Deprecate MaybeOwned[Vector] in favor of Cow
Jorge Aparicio
-18
/
+30
2014-11-22
std: Align `raw` modules with unsafe conventions
Alex Crichton
-20
/
+56
2014-11-18
rollup merge of #19008: alex/collections-typos
Jakub Bukaj
-2
/
+2
2014-11-17
Fix fallout from coercion removal
Nick Cameron
-16
/
+16
2014-11-16
Fixed several typos in libcollections
Alex Gaynor
-2
/
+2
2014-11-16
Move ToString to collections::string
Brendan Zabarauskas
-1
/
+37
2014-11-16
Move IntoString to collections::string
Brendan Zabarauskas
-0
/
+6
2014-11-16
Move FromStr to core::str
Brendan Zabarauskas
-1
/
+8
2014-11-12
Fix remaining documentation to reflect fail!() -> panic!()
Barosl Lee
-2
/
+2
2014-11-08
Renamed Extendable to Extend
gamazeps
-2
/
+2
2014-11-06
rollup merge of #18605 : Gankro/collect-fruit
Alex Crichton
-25
/
+33
2014-11-06
Implement low-hanging fruit of collection conventions
Alexis Beingessner
-25
/
+33
2014-11-06
Prelude: rename and consolidate extension traits
Aaron Turon
-4
/
+4
2014-11-01
collections: Remove all collections traits
Alex Crichton
-12
/
+31
2014-10-30
rollup merge of #18443 : alexcrichton/deref-vec-and-string
Alex Crichton
-0
/
+5
2014-10-29
collections: impl Deref for Vec/String
Alex Crichton
-0
/
+5
2014-10-29
Rename fail! to panic!
Steve Klabnik
-7
/
+7
2014-10-24
Make the Vec data structure layout match raw::Slice.
Clark Gaebel
-1
/
+1
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-218
/
+0
2014-10-13
Clean up rustc warnings.
NODA, Kai
-11
/
+14
2014-10-10
Register new snapshots
Alex Crichton
-23
/
+0
2014-10-08
add #[experimental] as_string/as_vec functions
Daniel Micay
-2
/
+26
2014-10-07
Rename slicing methods
Nick Cameron
-0
/
+23
2014-10-07
Use slice syntax instead of slice_to, etc.
Nick Cameron
-3
/
+3
2014-10-05
String::truncate doc: also fails if not a char boundary
Simon Sapin
-4
/
+5
2014-10-03
Fix preallocation amount in String::from_utf16
Simon Sapin
-1
/
+1
2014-10-02
Revert "Use slice syntax instead of slice_to, etc."
Aaron Turon
-3
/
+3
2014-10-02
Revert "Put slicing syntax behind a feature gate."
Aaron Turon
-2
/
+2
2014-10-02
Revert "Review and rebasing changes"
Aaron Turon
-29
/
+0
2014-10-02
Review and rebasing changes
Nick Cameron
-0
/
+29
2014-10-02
Put slicing syntax behind a feature gate.
Nick Cameron
-2
/
+2
2014-10-02
Use slice syntax instead of slice_to, etc.
Nick Cameron
-3
/
+3
2014-09-30
librustc: Forbid `..` in range patterns.
Patrick Walton
-7
/
+7
2014-09-29
rollup merge of #17585 : sfackler/string-slice
Alex Crichton
-0
/
+32
2014-09-26
Implement Slice for String and str
Steven Fackler
-0
/
+32
2014-09-27
Correct stability marker in string.rs
Squeaky
-1
/
+1
2014-09-23
Deal with the fallout of string stabilization
Alex Crichton
-25
/
+34
2014-09-22
collections: Deprecate shift_char for insert/remove
Alex Crichton
-15
/
+87
[prev]
[next]