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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcollections
/
string.rs
Age
Commit message (
Expand
)
Author
Lines
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
2014-09-22
collections: Stabilize String
Alex Crichton
-9
/
+77
2014-09-21
Fix fallout from Vec stabilization
Alex Crichton
-3
/
+2
2014-09-19
Add enum variants to the type namespace
Nick Cameron
-3
/
+3
2014-08-26
Rebasing changes
Nick Cameron
-2
/
+4
2014-08-19
A few minor documentation fixes
P1start
-17
/
+17
2014-08-18
libsyntax: Remove the `use foo = bar` syntax from the language in favor
Patrick Walton
-2
/
+2
2014-08-17
auto merge of #16498 : Kimundi/rust/inline-utf-encoding, r=alexcrichton
bors
-1
/
+1
2014-08-16
librustc: Forbid external crates, imports, and/or items from being
Patrick Walton
-2
/
+1
2014-08-16
Optimized IR generation for UTF-8 and UTF-16 encoding
Marvin Löbel
-1
/
+1
2014-08-13
core: Rename ImmutableSlice::unsafe_ref to unsafe_get
Brian Anderson
-1
/
+1
2014-08-13
std: Rename slice::Vector to Slice
Brian Anderson
-4
/
+7
2014-08-12
Deprecation fallout in libcollections
Aaron Turon
-1
/
+1
2014-08-06
Use byte literals in libcollections tests
nham
-1
/
+1
2014-08-01
Fix misspelled comments.
Joseph Crail
-1
/
+1
2014-07-29
Fix a whitespace typo
Erick Tryzelaar
-1
/
+1
2014-07-28
doc: Method examples for String
Jonas Hietala
-25
/
+261
2014-07-24
Add `string::raw::from_buf`
Adolfo Ochagavía
-12
/
+36
2014-07-24
Deprecated `String::from_raw_parts`
Adolfo Ochagavía
-8
/
+19
2014-07-24
Deprecated `str::raw::from_buf_len`
Adolfo Ochagavía
-0
/
+25
2014-07-24
Deprecated `str::raw::from_utf8_owned`
Adolfo Ochagavía
-0
/
+13
2014-07-23
Just land already
Brian Anderson
-1
/
+1
2014-07-23
collections: Move push/pop to MutableSeq
Brian Anderson
-1
/
+1
2014-07-22
auto merge of #15867 : cmr/rust/rewrite-lexer4, r=alexcrichton
bors
-0
/
+2
2014-07-21
ignore-lexer-test to broken files and remove some tray hyphens
Corey Richardson
-0
/
+2
2014-07-21
fix string in from_utf8_lossy_100_multibyte benchmark
Ted Horst
-2
/
+1
2014-07-15
Fix errors
Adolfo Ochagavía
-22
/
+27
2014-07-15
Deprecate `str::from_utf8_lossy`
Adolfo Ochagavía
-34
/
+231
2014-07-15
Deprecate `str::from_utf16_lossy`
Adolfo Ochagavía
-0
/
+107
2014-07-15
Deprecate `str::from_utf16`
Adolfo Ochagavía
-0
/
+26
2014-07-15
Deprecate str::from_byte
Adolfo Ochagavía
-1
/
+18
[next]