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
/
btree
/
map
/
entry.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-19
Add unstable attribute to BTreeMap-related allocator generics
Sidney Cammeresi
-1
/
+6
2025-09-17
Rollup merge of #144871 - Kivooeo:btree_entry_insert-stabilize, r=jhpratt
Stuart Cook
-4
/
+2
2025-08-26
remove deprecated Error::description in impls
Marijn Schouten
-4
/
+0
2025-08-04
remove gates
Kivooeo
-4
/
+2
2024-11-27
Add `BTreeSet` entry APIs to match `HashSet`
Josh Stone
-0
/
+5
2024-11-14
btree: add `{Entry,VacantEntry}::insert_entry`
Josh Stone
-30
/
+75
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-3
/
+2
2024-07-26
Fix doc nits
John Arundel
-0
/
+1
2024-03-25
lib: fix some unnecessary_cast clippy lint
klensy
-1
/
+1
2024-02-22
Add `rustc_confusables` annotations to some stdlib APIs
Esteban Küber
-0
/
+3
2023-02-01
BTreeMap: Change internal insert function to return a handle
Amanieu d'Antras
-19
/
+21
2022-09-26
remove cfg(bootstrap)
Pietro Albini
-1
/
+0
2022-08-22
Move error trait into core
Jane Losare-Lusby
-0
/
+11
2022-06-17
comments explaining why we have and don't have ManuallyDrop
Ralf Jung
-0
/
+2
2022-06-16
btree: avoid forcing the allocator to be a reference
Ralf Jung
-19
/
+21
2022-06-14
BTreeMap: Add alloc param
Jacob Hughes
-23
/
+45
2022-06-08
BTree: tweak internal comments
Stein Somers
-4
/
+5
2022-03-09
BTreeMap::entry: Avoid allocating if no insertion
Frank King
-13
/
+25
2022-03-07
BTree: remove dead data needlessly complicating insert
Stein Somers
-3
/
+3
2021-10-15
Add #[must_use] to remaining alloc functions
John Kugelman
-0
/
+2
2021-10-10
Add #[must_use] to conversions that move self
John Kugelman
-0
/
+1
2021-07-15
Added diagnostic items to structs and traits for Clippy
xFrednet
-0
/
+1
2021-03-04
Add tracking issue for map_try_insert.
Mara Bos
-3
/
+3
2021-03-04
Implement Error for OccupiedError.
Mara Bos
-0
/
+13
2021-03-04
Improve Debug implementations of OccupiedError.
Mara Bos
-2
/
+3
2021-03-04
Add BTreeMap::try_insert and btree_map::OccupiedError.
Mara Bos
-0
/
+21
2021-02-24
library: Normalize safety-for-unsafe-block comments
Miguel Ojeda
-2
/
+2
2020-12-19
Rollup merge of #78083 - ChaiTRex:master, r=m-ou-se
Yuki Okushi
-5
/
+7
2020-12-07
Removed spurious linebreak from new documentation
Chai T. Rex
-1
/
+1
2020-12-07
Improved documentation for HashMap/BTreeMap Entry's .or_insert_with_key method
Chai T. Rex
-3
/
+6
2020-12-01
Update rustc version that or_insert_with_key landed
Chai T. Rex
-1
/
+1
2020-11-28
BTreeMap: try to enhance various comments & local identifiers
Stein Somers
-1
/
+1
2020-11-18
BTreeMap: reuse NodeRef as Root, keep BoxedNode for edges only, ban Unique
Stein Somers
-1
/
+1
2020-10-18
Stabilize or_insert_with_key
Chai T. Rex
-2
/
+1
2020-10-12
BTreeMap: refactor Entry out of map.rs into its own file
Jacob Hughes
-0
/
+475