File tree
320 files changed
+9947
-4966
lines changed- alloc
- benches
- src
- boxed
- collections
- binary_heap
- btree
- map
- set
- vec_deque
- ffi
- rc
- vec
- tests
- collections
- sort
- testing
- core
- benches
- ascii
- num/int_pow
- src
- alloc
- array
- cell
- char
- convert
- ffi
- fmt
- future
- hash
- intrinsics
- io
- iter
- adapters
- sources
- traits
- macros
- mem
- net
- num
- flt2dec
- strategy
- ops
- panic
- prelude
- ptr
- slice
- str
- sync
- task
- unicode
- tests
- fmt
- hash
- iter
- adapters
- traits
- num
- panic_unwind
- src
- portable-simd/crates/core_simd/src/vendor
- proc_macro/src
- bridge
- profiler_builtins
- src
- std
- src
- collections/hash
- ffi
- os_str
- fs
- io
- buffered
- bufreader
- error
- net
- os
- darwin
- emscripten
- fd
- hurd
- solid
- unix
- net
- wasi
- windows
- io
- path
- prelude
- process
- sync
- poison
- condvar
- mutex
- once
- rwlock
- sys
- pal
- common
- hermit
- sgx
- solid
- teeos
- uefi
- unix
- process
- sync
- unsupported
- wasi
- wasip2
- windows
- c
- xous/net
- zkvm
- path
- personality
- sync
- condvar
- mutex
- once
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
320 files changed
+9947
-4966
lines changedDiff for: Cargo.lock
+22-35
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Diff for: Cargo.toml
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 |
| - | |
| 35 | + | |
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
|
Diff for: alloc/Cargo.toml
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
|
Diff for: alloc/benches/lib.rs
+1-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
8 |
| - | |
| 7 | + | |
9 | 8 |
| |
10 | 9 |
| |
11 | 10 |
| |
|
Diff for: alloc/src/alloc.rs
+1-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
14 |
| - | |
15 |
| - | |
16 | 13 |
| |
17 | 14 |
| |
18 | 15 |
| |
| |||
342 | 339 |
| |
343 | 340 |
| |
344 | 341 |
| |
345 |
| - | |
| 342 | + | |
346 | 343 |
| |
347 | 344 |
| |
348 | 345 |
| |
|
Diff for: alloc/src/boxed.rs
+52-12
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
191 | 191 |
| |
192 | 192 |
| |
193 | 193 |
| |
194 |
| - | |
195 |
| - | |
196 |
| - | |
| 194 | + | |
197 | 195 |
| |
198 | 196 |
| |
199 | 197 |
| |
| |||
227 | 225 |
| |
228 | 226 |
| |
229 | 227 |
| |
230 |
| - | |
| 228 | + | |
231 | 229 |
| |
232 | 230 |
| |
233 | 231 |
| |
234 | 232 |
| |
235 | 233 |
| |
236 | 234 |
| |
237 | 235 |
| |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
238 | 257 |
| |
239 | 258 |
| |
240 | 259 |
| |
| |||
252 | 271 |
| |
253 | 272 |
| |
254 | 273 |
| |
255 |
| - | |
256 |
| - | |
| 274 | + | |
257 | 275 |
| |
258 | 276 |
| |
259 | 277 |
| |
| |||
763 | 781 |
| |
764 | 782 |
| |
765 | 783 |
| |
| 784 | + | |
| 785 | + | |
| 786 | + | |
| 787 | + | |
| 788 | + | |
| 789 | + | |
| 790 | + | |
| 791 | + | |
| 792 | + | |
| 793 | + | |
| 794 | + | |
| 795 | + | |
| 796 | + | |
| 797 | + | |
| 798 | + | |
| 799 | + | |
| 800 | + | |
| 801 | + | |
| 802 | + | |
| 803 | + | |
766 | 804 |
| |
767 | 805 |
| |
768 | 806 |
| |
| |||
1027 | 1065 |
| |
1028 | 1066 |
| |
1029 | 1067 |
| |
| 1068 | + | |
| 1069 | + | |
1030 | 1070 |
| |
1031 | 1071 |
| |
1032 | 1072 |
| |
| |||
1130 | 1170 |
| |
1131 | 1171 |
| |
1132 | 1172 |
| |
| 1173 | + | |
1133 | 1174 |
| |
1134 | 1175 |
| |
1135 | 1176 |
| |
| |||
1502 | 1543 |
| |
1503 | 1544 |
| |
1504 | 1545 |
| |
1505 |
| - | |
| 1546 | + | |
1506 | 1547 |
| |
1507 | 1548 |
| |
1508 | 1549 |
| |
| |||
1551 | 1592 |
| |
1552 | 1593 |
| |
1553 | 1594 |
| |
1554 |
| - | |
| 1595 | + | |
1555 | 1596 |
| |
1556 | 1597 |
| |
1557 | 1598 |
| |
| |||
1987 | 2028 |
| |
1988 | 2029 |
| |
1989 | 2030 |
| |
1990 |
| - | |
| 2031 | + | |
1991 | 2032 |
| |
1992 | 2033 |
| |
1993 | 2034 |
| |
| |||
1997 | 2038 |
| |
1998 | 2039 |
| |
1999 | 2040 |
| |
2000 |
| - | |
| 2041 | + | |
2001 | 2042 |
| |
2002 | 2043 |
| |
2003 | 2044 |
| |
| |||
2009 | 2050 |
| |
2010 | 2051 |
| |
2011 | 2052 |
| |
2012 |
| - | |
| 2053 | + | |
2013 | 2054 |
| |
2014 | 2055 |
| |
2015 | 2056 |
| |
| |||
2134 | 2175 |
| |
2135 | 2176 |
| |
2136 | 2177 |
| |
2137 |
| - | |
2138 | 2178 |
| |
2139 | 2179 |
|
Diff for: alloc/src/boxed/convert.rs
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
110 | 110 |
| |
111 | 111 |
| |
112 | 112 |
| |
113 |
| - | |
| 113 | + | |
114 | 114 |
| |
115 | 115 |
| |
116 | 116 |
| |
| |||
171 | 171 |
| |
172 | 172 |
| |
173 | 173 |
| |
174 |
| - | |
| 174 | + | |
175 | 175 |
| |
176 | 176 |
| |
177 | 177 |
| |
|
0 commit comments