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
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
2015-03-16
move some tests back to libcollections
Jorge Aparicio
-0
/
+191
2015-03-16
extract libcollections tests into libcollectionstest
Jorge Aparicio
-569
/
+0
2015-03-03
Add `: Box<_>` or `::Box<_>` type annotations to various places.
Felix S. Klock II
-1
/
+1
2015-02-26
Send/Sync audit for libcollections
Edward Wang
-2
/
+2
2015-02-25
Rollup merge of #22157 - tbu-:pr_debug_collections, r=alexcrichton
Manish Goregaokar
-3
/
+3
2015-02-24
Modify collection's `Debug` output to resemble in their content only
Tobias Bucher
-3
/
+3
2015-02-24
Use arrays instead of vectors in tests
Vadim Petrochenkov
-2
/
+2
2015-02-20
Register new snapshots
Alex Crichton
-13
/
+0
2015-02-18
Round 4 test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2015-02-18
rollup merge of #22491: Gankro/into_iter
Alex Crichton
-0
/
+1522
2015-02-18
make FromIterator use IntoIterator
Alexis
-3
/
+3
2015-02-18
make Extend use IntoIterator
Alexis
-2
/
+2
2015-02-18
Implement RFC 580
Aaron Turon
-0
/
+1509