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
/
library
/
alloc
/
src
/
collections
/
linked_list.rs
Age
Commit message (
Expand
)
Author
Lines
2023-02-28
rewrite iterator `Default` tests as doctests
The 8472
-0
/
+14
2023-02-28
Implement Default for some alloc/core iterators
The 8472
-0
/
+21
2022-10-14
more dupe word typos
Rageking8
-1
/
+1
2022-08-31
Fix a bunch of typo
Dezhi Wu
-1
/
+1
2022-05-29
Use Box::new() instead of box syntax in alloc tests
est31
-2
/
+2
2022-05-06
Add a dedicated length-prefixing method to `Hasher`
Scott McMurray
-1
/
+1
2022-02-19
Fix some confusing wording and improve slice-search-related docs
r00ster91
-5
/
+5
2022-02-17
Rollup merge of #89869 - kpreid:from-doc, r=yaahc
Matthias Krüger
-0
/
+2
2021-12-10
Fix since attribute for const_linked_list_new feature
Martin Fischer
-1
/
+1
2021-12-04
Use IntoIterator for array impl everywhere.
Mara Bos
-1
/
+1
2021-12-04
Add documentation to more `From::from` implementations.
Kevin Reid
-0
/
+2
2021-10-31
Rollup merge of #89786 - jkugelman:must-use-len-and-is_empty, r=joshtriplett
Matthias Krüger
-0
/
+2
2021-10-30
Add #[must_use] to len and is_empty
John Kugelman
-0
/
+2
2021-10-15
Add #[must_use] to remaining alloc functions
John Kugelman
-0
/
+21
2021-10-12
Rollup merge of #89778 - jkugelman:must-use-as_type-conversions, r=joshtriplett
the8472
-0
/
+1
2021-10-11
Add #[must_use] to as_type conversions
John Kugelman
-0
/
+1
2021-10-10
Add #[must_use] to alloc constructors
John Kugelman
-0
/
+1
2021-09-26
Auto merge of #89144 - sexxi-goose:insig_stdlib, r=nikomatsakis
bors
-0
/
+1
2021-09-25
Rollup merge of #89010 - est31:intra_doc_links, r=m-ou-se
Manish Goregaokar
-2
/
+6
2021-09-24
unitalicize O(1) complexities
Takashi Idobe
-4
/
+4
2021-09-23
remove trailing whitespace
Takashi Idobe
-4
/
+4
2021-09-23
Add time complexities to linked_list.rs
Takashi Idobe
-0
/
+10
2021-09-22
PR fixup
Aman Arora
-1
/
+1
2021-09-21
2229: Annotate stdlib with insignficant dtors
Aman Arora
-0
/
+1
2021-09-16
Add IntoIterator intra doc link to various collections
est31
-1
/
+2
2021-09-16
Add intra-doc-links to LinkedList rustdoc
est31
-1
/
+4
2021-08-31
add safety annotation to `LinkedList::detach_all_nodes`
Ibraheem Ahmed
-0
/
+3
2021-08-30
use `unwrap_unchecked` where possible
ibraheemdev
-1
/
+1
2021-07-24
Auto merge of #84111 - bstrie:hashfrom, r=joshtriplett
bors
-0
/
+21
2021-07-24
Update std_collections_from_array stability version
bstrie
-1
/
+1
2021-07-06
Rollup merge of #86852 - Amanieu:remove_doc_aliases, r=joshtriplett
Yuki Okushi
-1
/
+0
2021-07-01
Implement changes suggested by @Amanieu
Ian Wahbe
-10
/
+17
2021-06-30
impl From<[(K, V); N]> for std::collections
bstrie
-0
/
+21
2021-06-30
Remove "length" doc aliases
Amanieu d'Antras
-1
/
+0
2021-06-29
Add non-mutable methods to `Cursor`
Ian Wahbe
-0
/
+14
2021-06-29
add head/tail methods to linked list mutable cursor
Ian Wahbe
-0
/
+122
2021-05-30
Improve Debug impls for LinkedList reference iterators to show items
Frank Steffahn
-2
/
+18
2021-05-29
Fix unsoundness of Debug implementation for linked_list::IterMut
Frank Steffahn
-6
/
+3
2021-05-21
Remove surplus prepend LinkedList fn
Jubilee Young
-21
/
+0
2021-03-01
Add diagnostic items
Cameron Steffen
-0
/
+1
2020-12-28
Add "length" as doc alias to len methods
Konrad Borowski
-0
/
+1
2020-12-08
Remove deprecated linked_list_extras methods.
Mara Bos
-62
/
+0
2020-09-19
Use intra-doc links
Denis Vasilik
-1
/
+1
2020-08-21
Apply suggestions from code review
LeSeulArtichaut
-6
/
+2
2020-08-21
Use intra-doc-links in `alloc`
LeSeulArtichaut
-7
/
+4
2020-08-01
Remove `linked_list_extras` methods.
Charles Lew
-35
/
+10
2020-07-27
mv std libs to library/
mark
-0
/
+1904