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
/
dlist.rs
Age
Commit message (
Expand
)
Author
Lines
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
2014-12-30
Fallout from stabilization
Aaron Turon
-2
/
+4
2014-12-30
Stabilize cmp
Aaron Turon
-0
/
+4
2014-12-29
std: Second pass stabilization for `ptr`
Alex Crichton
-1
/
+1
2014-12-28
auto merge of #20185 : csouth3/rust/dlist-deprecate, r=alexcrichton
bors
-4
/
+41
2014-12-26
Impl Sync/Send for Rawlink
Flavio Percoco
-0
/
+2
2014-12-23
Deprecate `DList::ListInsertion`
Chase Southwood
-4
/
+41
2014-12-22
rollup merge of #20056: MrFloya/iter_rename
Alex Crichton
-23
/
+23
2014-12-22
Renaming of the Iter types as in RFC #344
Florian Wilkens
-23
/
+23
2014-12-21
Misc Stabilization for collections
Chase Southwood
-4
/
+4
2014-12-21
rollup merge of #20070: aturon/stab-2-clone
Alex Crichton
-0
/
+1
2014-12-20
Stabilize clone
Aaron Turon
-0
/
+1
2014-12-20
Fix fallout of removing import_shadowing in tests.
Eduard Burtescu
-2
/
+2
2014-12-17
rollup merge of #19902: alexcrichton/second-pass-mem
Alex Crichton
-0
/
+2
2014-12-15
std: Second pass stabilization of `default`
Alex Crichton
-0
/
+2
2014-12-15
Remove all shadowed lifetimes.
Niko Matsakis
-1
/
+1
2014-12-14
Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)
Niko Matsakis
-1
/
+1
2014-12-13
libcollections: use unboxed closures in `DList` methods
Jorge Aparicio
-11
/
+9
2014-12-13
auto merge of #19671 : tbu-/rust/pr_doc_removetraitrefs, r=Gankro
bors
-1
/
+2
2014-12-10
auto merge of #19655 : jbranchaud/rust/change-example-to-examples, r=stevekla...
bors
-7
/
+7
2014-12-10
Remove references to traits that no longer exist
Tobias Bucher
-1
/
+2
2014-12-09
rollup merge of #19622: steveklabnik/fix_ringbuf_doc
Alex Crichton
-3
/
+0
2014-12-08
Change 'Example' to 'Examples' throughout collections' rustdocs.
jbranchaud
-7
/
+7
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-1
/
+8
2014-12-07
Remove mention of Dequeue in collections docs.
Steve Klabnik
-3
/
+0
2014-12-06
libcollections: remove unnecessary `as_slice()` calls
Jorge Aparicio
-4
/
+4
2014-12-03
Fix fallout
Jorge Aparicio
-2
/
+2
2014-11-25
Fallout from stabilization
Aaron Turon
-2
/
+2
2014-11-17
Fix fallout from coercion removal
Nick Cameron
-17
/
+17
2014-11-08
Renamed Extendable to Extend
gamazeps
-1
/
+1
2014-11-06
Implement low-hanging fruit of collection conventions
Alexis Beingessner
-60
/
+87
2014-11-01
collections: Remove all collections traits
Alex Crichton
-85
/
+101
[next]