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
/
linked_list.rs
Age
Commit message (
Expand
)
Author
Lines
2017-06-13
Merge crate `collections` into `alloc`
Murarth
-1504
/
+0
2017-05-04
fallout from NonZero/Unique/Shared changes
Alexis Beingessner
-29
/
+43
2017-04-22
Fix invalid linkage
Guillaume Gomez
-1
/
+1
2017-04-19
Fix debug infinite loop
Guillaume Gomez
-5
/
+6
2017-04-13
Various fixes throughout std::collections' docs
lukaramu
-2
/
+2
2017-04-13
Update std::collections' docs to use iterator (etc.) boilerplate
lukaramu
-3
/
+21
2017-04-04
Fix links
steveklabnik
-2
/
+2
2017-03-27
Fix various useless derefs and slicings
Oliver Schneider
-1
/
+1
2017-03-17
Stabilize rc_raw feature, closes #37197
Aaron Turon
-17
/
+17
2017-02-05
Replace PlaceBack Debug implementation with derive
Guillaume Gomez
-10
/
+14
2017-01-20
Remove Debug implementations specialization
Guillaume Gomez
-35
/
+0
2017-01-20
Add Debug implementations for libcollection structs
Guillaume Gomez
-0
/
+80
2016-12-28
Replace uses of `#[unsafe_destructor_blind_to_params]` with `#[may_dangle]`
Andrew Paseltiner
-2
/
+1
2016-12-24
Rollup merge of #38297 - matklad:linked-lists-are-not-cool, r=GuillaumeGomez
Steve Klabnik
-3
/
+17
2016-12-20
run rustfmt on libcollections folder
Srinivas Reddy Thatiparthy
-18
/
+32
2016-12-16
Advertise Vec in LinkedList docs
Aleksey Kladov
-3
/
+17
2016-09-30
Ignore lots and lots of std tests on emscripten
Brian Anderson
-0
/
+1
2016-09-11
Documentation of what does for each type
athulappadan
-0
/
+1
2016-08-24
Remove needless imports in `libcollections`.
Jeffrey Seyfried
-4
/
+0
2016-08-23
Auto merge of #35656 - Stebalien:fused, r=alexcrichton
bors
-1
/
+10
2016-08-19
std: Stabilize APIs for the 1.12 release
Alex Crichton
-4
/
+1
2016-08-18
Add a FusedIterator trait.
Steven Allen
-1
/
+10
2016-07-28
Rewrite `collections::LinkedList::append` doc example.
Corey Farwell
-11
/
+14
2016-07-17
Add examples for LinkedList
Guillaume Gomez
-9
/
+65
2016-07-01
Replace `LinkedList`'s use of `Box` with `Shared`
Andrew Paseltiner
-352
/
+283
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
[next]