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
/
liballoc
/
linked_list.rs
Age
Commit message (
Expand
)
Author
Lines
2018-04-16
Auto merge of #48945 - clarcharr:iter_exhaust, r=Kimundi
bors
-1
/
+1
2018-04-04
Replace manual iter exhaust with for_each(drop).
Clar Charr
-1
/
+1
2018-04-03
Remove all unstable placement features
Aidan Hobson Sayers
-176
/
+2
2018-03-03
core: Update stability attributes for FusedIterator
Ulrik Sverdrup
-3
/
+3
2018-03-03
core: Stabilize FusedIterator
Ulrik Sverdrup
-3
/
+3
2018-02-22
[docs] Minor wording changes to drain_filter docs
Matt Brubeck
-2
/
+2
2018-01-24
Auto merge of #47299 - cramertj:unsafe-placer, r=alexcrichton
bors
-2
/
+2
2018-01-20
Rename Box::into_non_null_raw to Box::into_raw_non_null
Simon Sapin
-3
/
+3
2018-01-20
Rename Box::*_nonnull_raw to *_non_null_raw
Simon Sapin
-3
/
+3
2018-01-20
Replace Box::{from,into}_unique with {from,into}_nonnull_raw
Simon Sapin
-4
/
+4
2018-01-20
Rename std::ptr::Shared to NonNull
Simon Sapin
-14
/
+14
2018-01-09
Make core::ops::Place an unsafe trait
Taylor Cramer
-2
/
+2
2017-12-09
Revert "Make drop impl stable for DrainFilter"
Thayne McCombs
-1
/
+1
2017-12-07
Make drop impl stable for DrainFilter
Thayne McCombs
-1
/
+1
2017-12-07
Add Drop impl for linked_list::DrainFilter
Thayne McCombs
-0
/
+9
2017-11-28
Rollup merge of #46262 - udoprog:linked-list-remove-if, r=dtolnay
kennytm
-0
/
+139
2017-11-26
Check tail node in check_links
John-John Tedro
-0
/
+7
2017-11-25
Implement LinkedList::drain_filter
John-John Tedro
-35
/
+95
2017-11-25
Introduce LinkedList::remove_if
John-John Tedro
-0
/
+79
2017-11-08
std: Remove `rand` crate and module
Alex Crichton
-1
/
+2
2017-09-30
address some `FIXME`s whose associated issues were marked as closed
Niv Kaminer
-1
/
+1
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-2
/
+2
2017-07-22
Add Box::into_unique
Simon Sapin
-3
/
+3
2017-07-22
Rename {NonZero,Shared,Unique}::new to new_unchecked
Simon Sapin
-3
/
+3
2017-06-13
Merge crate `collections` into `alloc`
Murarth
-0
/
+1504