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
/
library
/
alloc
/
src
/
collections
/
btree
/
map
/
entry.rs
Age
Commit message (
Expand
)
Author
Lines
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