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
/
liballoc
/
collections
/
linked_list.rs
Age
Commit message (
Expand
)
Author
Lines
2020-03-07
Rollup merge of #69773 - matthiaskrgr:typos, r=petrochenkov
Mazdak Farrokhzad
-3
/
+3
2020-03-06
Don't redundantly repeat field names (clippy::redundant_field_names)
Matthias Krüger
-1
/
+1
2020-03-06
fix various typos
Matthias Krüger
-3
/
+3
2020-02-26
Auto merge of #67290 - jonas-schievink:leak-audit, r=KodrAus
bors
-1
/
+18
2020-02-19
Add LinkedList::remove()
Bijan Tabatabai
-0
/
+46
2020-01-19
Format
Jonas Schievink
-2
/
+5
2020-01-19
Avoid leak in DrainFilter when a drop panics
Jonas Schievink
-1
/
+15
2020-01-14
Update APIs according to RFC change suggestions.
Charles Lew
-10
/
+33
2020-01-12
Address review comments.
Charles Lew
-2
/
+24
2020-01-12
Address review comments.
Charles Lew
-78
/
+155
2020-01-12
Implement Cursor for linked lists. (RFC 2570).
Charles Lew
-24
/
+433
2019-12-26
Remove redundant link texts
Matthew Kraai
-1
/
+1
2019-12-22
Format the world
Mark Rousskov
-72
/
+38
2019-12-18
Propagate cfg bootstrap
Mark Rousskov
-4
/
+1
2019-12-13
Require stable/unstable annotations for the constness of all stable functions...
Oliver Scherer
-0
/
+4
2019-12-12
LinkedList: drop remaining items when drop panics
Jonas Schievink
-1
/
+15
2019-11-07
Rollup merge of #66117 - olegnn:fixed_linked_list_marker, r=RalfJung
Yuki Okushi
-1
/
+1
2019-11-05
Reverted PhantomData in LinkedList, fixed PhantomData markers in Rc and Arc
Oleg Nosov
-2
/
+2
2019-11-05
LinkedList: PhantomData<Box<Node<T>>> => PhantomData<T>
Oleg Nosov
-3
/
+3
2019-10-31
docs: improve disclaimer regarding LinkedList
Tshepang Lekhonkhobe
-7
/
+7
2019-10-02
Use zipped iterators in clone_from for LinkedList
Charles Gleason
-2
/
+2
2019-10-01
Implement Clone::clone_from for LinkedList
Charles Gleason
-0
/
+13
2019-08-18
Constify LinkedList new function
GrayJack
-1
/
+1
2019-08-02
liballoc: Unconfigure tests during normal build
Vadim Petrochenkov
-270
/
+3
2019-07-18
Fix clippy::clone_on_copy warnings
Mateusz Mikuła
-4
/
+4
2019-07-04
Rollup merge of #62316 - khuey:efficient_last, r=sfackler
Mazdak Farrokhzad
-0
/
+10
2019-07-02
When possible without changing semantics, implement Iterator::last in terms o...
Kyle Huey
-0
/
+10
2019-07-01
Convert more usages over
Chris Gregory
-1
/
+1
2019-04-19
Auto merge of #60072 - RalfJung:linked-list, r=shepmaster
bors
-11
/
+37
2019-04-19
fix LinkedList invalidating mutable references
Ralf Jung
-11
/
+37
2019-04-18
make liballoc internal test suite mostly pass in Miri
Ralf Jung
-0
/
+2
2019-04-05
Use for_each to extend collections
Josh Stone
-3
/
+1
2019-02-17
Use more impl header lifetime elision
Scott McMurray
-4
/
+4
2019-02-03
liballoc: revert nested imports style changes.
Mazdak Farrokhzad
-10
/
+11
2019-02-02
liballoc: fix some idiom lints.
Mazdak Farrokhzad
-8
/
+8
2019-02-02
liballoc: elide some lifetimes.
Mazdak Farrokhzad
-11
/
+11
2019-02-02
liballoc: refactor & fix some imports.
Mazdak Farrokhzad
-11
/
+10
2019-02-02
liballoc: cargo check passes on 2018
Mazdak Farrokhzad
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-10
Document time of back operations of a Linked List
Chris Couzens
-1
/
+5
2018-09-04
Breaking change upgrades
Mark Rousskov
-1
/
+1
2018-06-29
Move some alloc crate top-level items to a new alloc::collections module
Simon Sapin
-0
/
+1486