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
/
str.rs
Age
Commit message (
Expand
)
Author
Lines
2015-02-18
rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket
Alex Crichton
-47
/
+47
2015-02-18
rollup merge of #22210: aturon/stab-final-borrow
Alex Crichton
-6
/
+7
2015-02-18
Stabilize std::borrow
Aaron Turon
-6
/
+7
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-47
/
+47
2015-02-18
Implement RFC 580
Aaron Turon
-4
/
+4
2015-02-17
Rollup merge of #22253 - huonw:unstable-words, r=aturon
Manish Goregaokar
-1
/
+2
2015-02-13
more int and cloned cleanup in collections
Alexis
-8
/
+8
2015-02-13
Unstabilise `words` for now.
Huon Wilson
-1
/
+2
2015-02-10
Auto merge of #21937 - alexcrichton:issue-21929, r=aturon
bors
-1
/
+1
2015-02-05
remove unecessary lifetimes from a bunch of collections code
Alexis
-4
/
+4
2015-02-05
misc collections code cleanup
Alexis
-108
/
+108
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-12
/
+12
2015-02-04
remove all kind annotations from closures
Jorge Aparicio
-22
/
+22
2015-02-04
std: Add reexports for core parse errors
Alex Crichton
-1
/
+1
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-5
/
+5
2015-02-02
register snapshots
Jorge Aparicio
-5
/
+0
2015-01-30
rollup merge of #21528: tshepang/simpler-replace-example
Alex Crichton
-5
/
+2
2015-01-30
rollup merge of #21718: alexcrichton/stabilize-from-str
Alex Crichton
-5
/
+5
2015-01-30
std: Stabilize FromStr and parse
Alex Crichton
-5
/
+5
2015-01-30
smoke out remaining bugs
Jorge Aparicio
-2
/
+2
2015-01-30
fix fallout
Jorge Aparicio
-1
/
+1
2015-01-30
Rename FullRange to RangeFull
Nick Cameron
-2
/
+8
2015-01-29
remove unused imports
Jorge Aparicio
-1
/
+1
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-2
/
+2
2015-01-29
`range(a, b).foo()` -> `(a..b).foo()`
Jorge Aparicio
-2
/
+2
2015-01-29
Auto merge of #21680 - japaric:slice, r=alexcrichton
bors
-17
/
+17
2015-01-27
cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` calls
Jorge Aparicio
-17
/
+17
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-59
/
+24
2015-01-24
str: make replace() example more simple
Tshepang Lekhonkhobe
-5
/
+2
2015-01-23
grandfathered -> rust1
Brian Anderson
-32
/
+32
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-32
/
+32
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-32
/
+32
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-64
/
+90
2015-01-21
Fallout from stabilization.
Aaron Turon
-10
/
+16
2015-01-21
Deprecate slicing methods in favor of notation
Aaron Turon
-50
/
+6
2015-01-15
rollup merge of #20463: amaranth/black_box_output
Alex Crichton
-2
/
+2
2015-01-13
Fix test failures
Travis Watkins
-2
/
+2
2015-01-12
cleanup: `&foo[0..a]` -> `&foo[..a]`
Jorge Aparicio
-1
/
+1
2015-01-07
use slicing sugar
Jorge Aparicio
-49
/
+49
2015-01-06
Test fixes and rebase conflicts
Alex Crichton
-0
/
+6
2015-01-07
fallout
Nick Cameron
-10
/
+4
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-53
/
+53
2015-01-05
rollup merge of #20482: kmcallister/macro-reform
Alex Crichton
-2
/
+6
2015-01-05
rollup merge of #20556: japaric/no-for-sized
Alex Crichton
-2
/
+1
2015-01-05
rollup merge of #20565: alexcrichton/missing-stability
Alex Crichton
-0
/
+3
2015-01-05
Modernize macro_rules! invocations
Keegan McAllister
-2
/
+6
2015-01-05
Stabilization of impls and fallout from stabilization
Aaron Turon
-0
/
+6
2015-01-05
remove unused `Sized` imports
Jorge Aparicio
-1
/
+0
2015-01-05
sed -i -s 's/ for Sized?//g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-04
std: Fixup some missing stabilization on str
Alex Crichton
-0
/
+3
[next]