File tree
642 files changed
+8224
-4887
lines changed- alloc
- benches
- btree
- src
- alloc
- boxed
- collections
- binary_heap
- btree
- map
- set
- linked_list
- vec_deque
- ffi
- c_str
- raw_vec
- rc
- slice
- sync
- testing
- vec
- tests
- core
- benches
- ascii
- hash
- num
- flt2dec
- strategy
- str
- src
- alloc
- array
- async_iter
- cell
- char
- convert
- ffi
- fmt
- future
- hash
- intrinsics
- io
- iter
- adapters
- sources
- traits
- macros
- mem
- net
- num
- dec2flt
- flt2dec
- strategy
- ops
- panic
- ptr
- range
- slice
- sort
- stable
- unstable
- str
- sync
- task
- unicode
- tests
- ffi
- hash
- iter
- adapters
- net
- num
- flt2dec
- strategy
- panic_abort/src
- panic_unwind/src
- portable-simd/crates/core_simd/src
- simd/ptr
- proc_macro/src
- bridge
- rtstartup
- std
- benches/hash
- src
- collections
- hash
- map
- set
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
642 files changed
+8224
-4887
lines changedDiff for: Cargo.lock
+489
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Diff for: Cargo.toml
+44
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + |
Diff for: alloc/Cargo.toml
+5-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
14 | 17 |
| |
15 | 18 |
| |
16 | 19 |
| |
| |||
38 | 41 |
| |
39 | 42 |
| |
40 | 43 |
| |
| 44 | + | |
41 | 45 |
| |
42 |
| - | |
43 | 46 |
| |
44 | 47 |
| |
45 | 48 |
| |
|
Diff for: alloc/benches/btree/map.rs
+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
| 5 | + | |
5 | 6 |
| |
6 | 7 |
| |
7 | 8 |
| |
|
Diff for: alloc/benches/linked_list.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
| 2 | + | |
2 | 3 |
| |
3 | 4 |
| |
4 | 5 |
| |
|
Diff for: alloc/benches/string.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
| 2 | + | |
2 | 3 |
| |
3 | 4 |
| |
4 | 5 |
| |
|
Diff for: alloc/benches/vec.rs
+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 | 1 |
| |
| 2 | + | |
| 3 | + | |
3 | 4 |
| |
4 | 5 |
| |
5 | 6 |
| |
|
Diff for: alloc/benches/vec_deque.rs
+3-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 |
| - | |
4 |
| - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
5 | 4 |
| |
6 | 5 |
| |
7 | 6 |
| |
|
Diff for: alloc/benches/vec_deque_append.rs
+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
| 2 | + | |
2 | 3 |
| |
3 | 4 |
| |
4 | 5 |
| |
|
Diff for: alloc/src/alloc.rs
+8-10
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| 5 | + | |
| 6 | + | |
| 7 | + | |
5 | 8 |
| |
6 | 9 |
| |
7 |
| - | |
8 | 10 |
| |
9 | 11 |
| |
10 | 12 |
| |
11 |
| - | |
12 |
| - | |
13 |
| - | |
14 |
| - | |
15 | 13 |
| |
16 | 14 |
| |
17 | 15 |
| |
| |||
57 | 55 |
| |
58 | 56 |
| |
59 | 57 |
| |
60 |
| - | |
| 58 | + | |
61 | 59 |
| |
62 | 60 |
| |
63 | 61 |
| |
| |||
101 | 99 |
| |
102 | 100 |
| |
103 | 101 |
| |
104 |
| - | |
| 102 | + | |
105 | 103 |
| |
106 | 104 |
| |
107 | 105 |
| |
| |||
119 | 117 |
| |
120 | 118 |
| |
121 | 119 |
| |
122 |
| - | |
| 120 | + | |
123 | 121 |
| |
124 | 122 |
| |
125 | 123 |
| |
| |||
138 | 136 |
| |
139 | 137 |
| |
140 | 138 |
| |
141 |
| - | |
| 139 | + | |
142 | 140 |
| |
143 | 141 |
| |
144 | 142 |
| |
| |||
345 | 343 |
| |
346 | 344 |
| |
347 | 345 |
| |
348 |
| - | |
| 346 | + | |
349 | 347 |
| |
350 | 348 |
| |
351 | 349 |
| |
|
Diff for: alloc/src/alloc/tests.rs
+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
5 | 4 |
| |
6 | 5 |
| |
| 6 | + | |
| 7 | + | |
7 | 8 |
| |
8 | 9 |
| |
9 | 10 |
| |
|
Diff for: alloc/src/borrow.rs
+3-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| 5 | + | |
| 6 | + | |
5 | 7 |
| |
6 | 8 |
| |
7 | 9 |
| |
8 | 10 |
| |
9 | 11 |
| |
10 | 12 |
| |
11 |
| - | |
12 |
| - | |
| 13 | + | |
13 | 14 |
| |
14 | 15 |
| |
15 | 16 |
| |
16 | 17 |
| |
17 | 18 |
| |
18 |
| - | |
19 |
| - | |
20 | 19 |
| |
21 | 20 |
| |
22 | 21 |
| |
|
0 commit comments