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
/
navigate.rs
Age
Commit message (
Expand
)
Author
Lines
2025-01-20
alloc: add `#![warn(unreachable_pub)]`
Urgau
-33
/
+39
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-4
/
+3
2024-03-12
Remove unused fields in some structures
Arthur Carcano
-3
/
+3
2023-02-28
Implement Default for some alloc/core iterators
The 8472
-0
/
+12
2023-02-01
BTreeMap: Add Cursor and CursorMut
Amanieu d'Antras
-2
/
+53
2022-06-16
btree: avoid forcing the allocator to be a reference
Ralf Jung
-17
/
+19
2022-06-14
BTreeMap: Add alloc param
Jacob Hughes
-22
/
+35
2021-08-17
BTree: refine some comments
Stein Somers
-4
/
+2
2021-08-02
BTree: merge the complication introduced by #81486 and #86031
Stein Somers
-4
/
+10
2021-07-08
BTree: lazily locate leaves in rangeless iterators
Stein Somers
-37
/
+145
2021-06-21
BTree: consistently avoid unwrap_unchecked in iterators
Stein Somers
-24
/
+10
2021-06-09
BTree: encapsulate LeafRange better & some debug asserts
Stein Somers
-15
/
+99
2021-05-07
BTree: no longer copy keys and values before dropping them
Stein Somers
-36
/
+44
2021-03-17
BTree: clarify order sanity enforced by range searches
Stein Somers
-4
/
+11
2021-02-23
BTree: split off reusable components from range_search
Stein Somers
-97
/
+45
2021-02-15
BTree: move more shared iterator code into navigate.rs
Stein Somers
-42
/
+32
2021-02-14
Rollup merge of #81919 - ssomers:btree_cleanup_comments, r=Mark-Simulacrum
Dylan DPC
-3
/
+4
2021-02-09
BTreeMap: disentangle Drop implementation from IntoIter
Stein Somers
-39
/
+72
2021-02-09
BTreeMap: fix internal comments
Stein Somers
-3
/
+4
2021-01-29
btree: use Option's unwrap_unchecked()
Miguel Ojeda
-6
/
+5
2021-01-26
BTreeMap: stop tree from being owned by non-root node
Stein Somers
-12
/
+18
2021-01-18
Fix soundness issue for `replace_range` and `range`
dylni
-3
/
+10
2021-01-18
BTreeMap: convert search functions to methods
Stein Somers
-5
/
+5
2020-11-28
BTreeMap: try to enhance various comments & local identifiers
Stein Somers
-0
/
+9
2020-11-12
BTreeMap: avoid aliasing while handling underfull nodes
Stein Somers
-14
/
+0
2020-10-26
BTreeMap: move generic functions out of navigate.rs
Stein Somers
-40
/
+7
2020-09-19
BTreeMap: code readability tweaks
Stein Somers
-2
/
+2
2020-09-09
BTreeMap: avoid aliasing by avoiding slices
Stein Somers
-6
/
+2
2020-08-19
BTreeMap: introduce marker::ValMut and reserve marker::Mut for unique access
Stein Somers
-44
/
+274
2020-08-18
BTreeMap: check some invariants, avoid recursion in depth first search
Stein Somers
-0
/
+76
2020-08-07
BTreeMap: enforce the panic rule imposed by `replace`
Stein Somers
-53
/
+51
2020-08-01
Define forget_type only when relevant
Stein Somers
-2
/
+2
2020-07-27
mv std libs to library/
mark
-0
/
+261