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
/
dlist.rs
Age
Commit message (
Expand
)
Author
Lines
2015-02-18
Implement RFC 580
Aaron Turon
-1505
/
+0
2015-02-17
Register new snapshots
Alex Crichton
-33
/
+0
2015-02-17
rollup merge of #22435: aturon/final-stab-thread
Alex Crichton
-2
/
+2
2015-02-17
Fallout from stabilization
Aaron Turon
-2
/
+2
2015-02-17
std: Stabilize the IntoIterator trait
Alex Crichton
-0
/
+2
2015-02-17
Rollup merge of #22313 - japaric:iter, r=aturon
Manish Goregaokar
-0
/
+36
2015-02-16
Auto merge of #22367 - Manishearth:rollup, r=steveklabnik
bors
-1
/
+20
2015-02-13
allow DList to split_at . fixes #22244
Alexis
-1
/
+20
2015-02-13
add an associated `Item` type to `IntoIterator`
Jorge Aparicio
-0
/
+36
2015-02-13
more int and cloned cleanup in collections
Alexis
-3
/
+3
2015-02-09
std: Rename IntoIterator::Iter to IntoIter
Alex Crichton
-3
/
+3
2015-02-05
misc collections code cleanup
Alexis
-38
/
+36
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-5
/
+5
2015-02-02
remove unused mut qualifiers
Jorge Aparicio
-1
/
+1
2015-02-02
`for x in xs.into_iter()` -> `for x in xs`
Jorge Aparicio
-1
/
+1
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-1
/
+1
2015-01-31
Kill more `isize`s
Tobias Bucher
-15
/
+15
2015-01-30
rollup merge of #21631: tbu-/isize_police
Alex Crichton
-38
/
+38
2015-01-30
core: add the `IntoIterator` trait
Jorge Aparicio
-1
/
+25
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-38
/
+38
2015-01-29
convert remaining `range(a, b)` to `a..b`
Jorge Aparicio
-1
/
+1
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-7
/
+7
2015-01-29
`range(a, b).foo()` -> `(a..b).foo()`
Jorge Aparicio
-1
/
+1
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-2
/
+2
2015-01-23
grandfathered -> rust1
Brian Anderson
-42
/
+42
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-2
/
+2
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-2
/
+2
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-44
/
+46
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-2
/
+2
2015-01-14
Add examples for DList methods.
nathan dotz
-6
/
+166
2015-01-09
Add append() and split_off() to DList.
Tim Dumol
-41
/
+161
2015-01-07
std: Stabilize the std::hash module
Alex Crichton
-5
/
+5
2015-01-06
More test fixes
Alex Crichton
-2
/
+2
2015-01-06
rollup merge of #20615: aturon/stab-2-thread
Alex Crichton
-1
/
+1
2015-01-06
Fallout from stabilization
Aaron Turon
-1
/
+1
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-2
/
+2
2015-01-05
More test fixes!
Alex Crichton
-0
/
+1
2015-01-05
Revert "Remove i suffix in docs"
Alex Crichton
-5
/
+5
2015-01-05
rollup merge of #20560: aturon/stab-2-iter-ops-slice
Alex Crichton
-0
/
+2
2015-01-05
Remove i suffix in docs
Steve Klabnik
-5
/
+5
2015-01-05
Stabilize collection modules
Aaron Turon
-0
/
+2
2015-01-03
Remove deprecated functionality
Alex Crichton
-225
/
+37
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
-1
/
+1
2015-01-03
collections: fix fallout
Jorge Aparicio
-10
/
+15
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-2
/
+3
2015-01-02
auto merge of #20356 : Gankro/rust/stab, r=aturon
bors
-116
/
+55
2015-01-02
Fallout - change array syntax to use `;`
Nick Cameron
-5
/
+5
2014-12-31
stabilize more of collections
Alexis Beingessner
-116
/
+55
2014-12-30
rollup merge of #20061: aturon/stab-2-vec-slice
Alex Crichton
-2
/
+4
[next]