This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
rust
Watch
2
Star
0
Fork
0
mirror of
https://github.com/rust-lang/rust.git
synced
2026-08-02 21:05:59 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d7a18fc052d1db50057d6fff023ca4bd8ec7617e
rust
/
library
/
alloc
/
src
/
collections
T
History
Esteban Küber
0488690d3e
Use
let
...
else
instead of
match foo { ... _ => return };
and
if let ... else return
in std
2025-12-09 23:35:14 +00:00
..
binary_heap
Rollup merge of
#138161
- HeroicKatora:heap-peek-mut-refresh, r=dtolnay
2025-03-12 08:06:46 +01:00
btree
Auto merge of
#149125
- zachs18:btreemap-eq-perf, r=workingjubilee
2025-12-02 17:04:58 +00:00
linked_list
vec_deque tests: remove static mut
2025-06-18 11:51:40 +00:00
vec_deque
Move safe computation out of unsafe block
2025-11-21 22:52:19 +03:00
linked_list.rs
Use
let
...
else
instead of
match foo { ... _ => return };
and
if let ... else return
in std
2025-12-09 23:35:14 +00:00
mod.rs
Constify conversion traits
2025-09-01 21:38:26 -04:00