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
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-2
/
+2
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-3
/
+3
2015-01-29
Auto merge of #21680 - japaric:slice, r=alexcrichton
bors
-3
/
+3
2015-01-27
cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` calls
Jorge Aparicio
-3
/
+3
2015-01-26
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-0
/
+16
2015-01-26
Auto merge of #21401 - kballard:optimize-shrink-to-fit, r=nikomatsakis
bors
-0
/
+16
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-21
/
+26
2015-01-23
grandfathered -> rust1
Brian Anderson
-45
/
+45
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-9
/
+9
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-9
/
+9
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-54
/
+58
2015-01-21
rollup merge of #21258: aturon/stab-3-index
Alex Crichton
-0
/
+4
2015-01-21
Deprecate slicing methods in favor of notation
Aaron Turon
-0
/
+4
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-21
/
+22
2015-01-19
Add benchmark for String::shrink_to_fit()
Kevin Ballard
-0
/
+16
2015-01-17
Register new snapshots.
Eduard Burtescu
-9
/
+0
2015-01-12
cleanup: `&foo[0..a]` -> `&foo[..a]`
Jorge Aparicio
-1
/
+1
2015-01-10
add inline to every String function
Julian Orth
-0
/
+15
2015-01-08
rollup merge of #20738: brson/feature-staging2
Alex Crichton
-9
/
+9
2015-01-08
Let ToString work with unsized types, importantly, `str`.
Huon Wilson
-1
/
+7
2015-01-08
Improvements to feature staging
Brian Anderson
-9
/
+9
2015-01-07
rollup merge of #20721: japaric/snap
Alex Crichton
-7
/
+7
2015-01-07
rollup merge of #20722: alexcrichton/audit-show
Alex Crichton
-7
/
+8
2015-01-07
rollup merge of #20708: aturon/new-int-modules
Alex Crichton
-12
/
+0
2015-01-07
std: Tweak String implementations
Alex Crichton
-7
/
+8
2015-01-07
use slicing sugar
Jorge Aparicio
-7
/
+7
2015-01-07
register new snapshots
Jorge Aparicio
-12
/
+0
2015-01-07
std: Stabilize the std::hash module
Alex Crichton
-0
/
+9
2015-01-07
Register new snapshots
Alex Crichton
-12
/
+0
2015-01-06
More test fixes
Alex Crichton
-1
/
+0
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-4
/
+36
2015-01-07
fallout
Nick Cameron
-12
/
+14
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-4
/
+36
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-19
/
+19
2015-01-07
Impls using the new scheme for slicing
Nick Cameron
-9
/
+15
2015-01-05
rollup merge of #20482: kmcallister/macro-reform
Alex Crichton
-2
/
+2
2015-01-05
rollup merge of #20560: aturon/stab-2-iter-ops-slice
Alex Crichton
-4
/
+4
2015-01-05
Modernize macro_rules! invocations
Keegan McAllister
-2
/
+2
2015-01-05
Stabilization of impls and fallout from stabilization
Aaron Turon
-4
/
+4
2015-01-05
std: Redesign c_str and c_vec
Alex Crichton
-42
/
+0
2015-01-03
Remove deprecated functionality
Alex Crichton
-142
/
+8
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-2
/
+2
2015-01-03
use assoc types in binop traits
Jorge Aparicio
-1
/
+3
2015-01-03
collections: fix fallout
Jorge Aparicio
-4
/
+4
2015-01-02
rollup merge of #20410: japaric/assoc-types
Alex Crichton
-4
/
+7
2015-01-02
rollup merge of #20391: daramos/utf8_lossy
Alex Crichton
-3
/
+7
2015-01-02
core: use assoc types in `Deref[Mut]`
Jorge Aparicio
-2
/
+6
2015-01-02
rollup merge of #20377: alexcrichton/issue-20352
Alex Crichton
-3
/
+12
2015-01-02
merge `*SliceExt` traits, use assoc types in `SliceExt`, `Raw[Mut]Ptr`
Jorge Aparicio
-2
/
+1
[next]