Michael Goulet
c682aa162b
Reformat using the new identifier sorting from rustfmt
2024-09-22 19:11:29 -04:00
Nicholas Nethercote
84ac80f192
Reformat use
declarations.
...
The previous commit updated `rustfmt.toml` appropriately. This commit is
the outcome of running `x fmt --all` with the new formatting options.
2024-07-29 08:26:52 +10:00
surechen
40ae34194c
remove redundant imports
...
detects redundant imports that can be eliminated.
for #117772 :
In order to facilitate review and modification, split the checking code and
removing redundant imports code into two PR.
2023-12-10 10:56:22 +08:00
The 8472
114d5f221c
s/drain_filter/extract_if/ for Vec, Btree{Map,Set} and LinkedList
2023-06-14 09:28:54 +02:00
KaDiWa
ad2b34d0e3
remove some unneeded imports
2023-04-12 19:27:18 +02:00
Thom Chiovoloni
0812759840
Avoid use of rand::thread_rng
in stdlib benchmarks
2022-05-02 00:08:21 -07:00
John Kugelman
fb2d0f5c03
Add #[must_use] to remaining alloc functions
2021-10-15 11:46:49 -04:00
Cheng XU
6a6885c6bd
add benchmark for BTreeMap::from_iter
2021-08-28 17:18:43 -07:00
Stein Somers
b9d43c603b
BTree: encapsulate LeafRange better & some debug asserts
2021-06-09 12:03:07 +02:00
Stein Somers
d9daedd433
BTreeMap: correct tests for alternative choices of B
2021-02-21 19:06:46 +01:00
Stein Somers
602f9aab89
More benchmarks of BTreeMap mutation
2020-08-01 20:23:13 +02:00
mark
2c31b45ae8
mv std libs to library/
2020-07-27 19:51:13 -05:00