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
/
linked_list.rs
Age
Commit message (
Expand
)
Author
Lines
2016-04-20
Auto merge of #32951 - LukasKalbertodt:collection_contains_rfc1552, r=brson
bors
-0
/
+10
2016-04-14
Add `contains` to `VecDeque` and `LinkedList` (+ tests)
Lukas Kalbertodt
-0
/
+10
2016-04-14
Specialize `Extend` to `append` for `{LinkedList, Vec}`
Andrew Paseltiner
-0
/
+14
2016-03-28
Rollup merge of #32177 - srinivasreddy:remove_integer_suffixes, r=steveklabnik
Steve Klabnik
-8
/
+8
2016-03-12
std: Clean out deprecated APIs
Alex Crichton
-1
/
+1
2016-03-11
removed integer suffixes in libcollections and libcollectionstest
srinivasreddy
-8
/
+8
2016-02-16
Implement placement-in protocol for `LinkedList`
Andrew Paseltiner
-2
/
+148
2016-02-02
Correct `linked_list::IntoIter` doc comment
Andrew Paseltiner
-1
/
+1
2015-12-31
Make `LinkedList` and its read-only iterators covariant
Andrew Paseltiner
-6
/
+14
2015-11-24
rustfmt libcollections
Nick Cameron
-54
/
+75
2015-11-18
Add missing annotations and some tests
Vadim Petrochenkov
-0
/
+2
2015-11-06
Remove stability annotations from trait impl items
Vadim Petrochenkov
-1
/
+0
2015-10-06
Add RFC 1238's `unsafe_destructor_blind_to_params` (UGEH) where needed.
Felix S. Klock II
-0
/
+1
2015-08-26
Make iter::order functions into methods on Iterator
Steven Fackler
-5
/
+5
2015-08-15
collections: Add issues for unstable features
Alex Crichton
-2
/
+4
2015-08-11
Register new snapshots
Alex Crichton
-3
/
+0
2015-08-03
syntax: Implement #![no_core]
Alex Crichton
-1
/
+2
2015-07-27
Show appropriate feature flags in docs
Steve Klabnik
-2
/
+4
2015-06-17
Fallout in tests and docs from feature renamings
Alex Crichton
-2
/
+2
2015-06-17
collections: Split the `collections` feature
Alex Crichton
-2
/
+2
2015-06-10
Removed many pointless calls to *iter() and iter_mut()
Joshua Landau
-2
/
+2
2015-06-08
Auto merge of #25989 - jooert:implement_rfc839, r=Gankro
bors
-0
/
+7
2015-06-08
Implement RFC 839
Johannes Oertel
-0
/
+7
2015-06-06
linked_list: Add Rawlink::from
Ulrik Sverdrup
-12
/
+14
2015-06-06
linked_list: Add method Node::set_next
Ulrik Sverdrup
-11
/
+20
2015-06-06
linked_list: Cleanup code in split_off
Ulrik Sverdrup
-13
/
+37
2015-06-06
linked_list: Use unsafe properly for Rawlink methods
Ulrik Sverdrup
-48
/
+70
2015-06-06
linked_list: Use a safe loop in Drop
Ulrik Sverdrup
-11
/
+3
2015-06-04
properly null out ptr in LinkedList::split_off - fixes #26020
Alexis Beingessner
-0
/
+26
2015-06-04
Auto merge of #25991 - Jexell:master, r=alexcrichton
bors
-5
/
+3
2015-06-03
Update linked_list.rs
Jexell
-5
/
+3
2015-05-20
Auto merge of #25588 - bluss:doc-string-from, r=alexcrichton
bors
-5
/
+0
2015-05-19
collections: Clean up feature flags doc examples
Ulrik Sverdrup
-5
/
+0
2015-05-17
Make debug builders take &mut self, add entries method
Steven Fackler
-1
/
+1
2015-04-28
Register new snapshots
Tamir Duberstein
-1
/
+0
2015-04-24
Change name of unit test sub-module to "tests".
Johannes Oertel
-1
/
+1
2015-04-17
std: Add Default/IntoIterator/ToOwned to the prelude
Alex Crichton
-11
/
+5
2015-04-14
test: Fixup many library unit tests
Alex Crichton
-2
/
+2
2015-03-31
rollup merge of #23288: alexcrichton/issue-19470
Alex Crichton
-1
/
+1
2015-03-31
rollup merge of #23908: aturon/stab-more-stragglers
Alex Crichton
-0
/
+1
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-5
/
+1
2015-03-31
Stabilize a few remaining stragglers
Aaron Turon
-0
/
+1
2015-03-31
std: Remove #[old_orphan_check] from PartialEq
Alex Crichton
-1
/
+1
2015-03-29
Auto merge of #23810 - sfackler:debug-collections, r=alexcrichton
bors
-8
/
+1
2015-03-28
Remove IteratorExt
Steven Fackler
-1
/
+1
2015-03-28
Fold collections debug impls
Steven Fackler
-5
/
+1
2015-03-28
Update debug helpers and add list builder
Steven Fackler
-7
/
+4
2015-03-23
rollup merge of #23598: brson/gate
Alex Crichton
-0
/
+7
2015-03-23
Add #![feature] attributes to doctests
Brian Anderson
-0
/
+7
2015-03-23
implement `ExactSizeIterator` for `linked_list::IntoIter`
Andrew Paseltiner
-0
/
+2
[next]