Commit cc75903
committed
std: Delete the
This commit deletes the `alloc_system` crate from the standard
distribution. This unstable crate is no longer needed in the modern
stable global allocator world, but rather its functionality is folded
directly into the standard library. The standard library was already the
only stable location to access this crate, and as a result this should
not affect any stable code.alloc_system crate1 parent d393932 commit cc75903
31 files changed
Lines changed: 450 additions & 508 deletions
File tree
- src
- bootstrap
- ci/docker/wasm32-unknown
- liballoc_system
- liballoc/tests
- librustc_asan
- librustc_lsan
- librustc_metadata
- librustc_msan
- librustc_tsan
- libstd
- sys_common
- sys
- cloudabi
- redox
- unix
- wasm
- windows
- tools/tidy/src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | 18 | | |
29 | 19 | | |
30 | 20 | | |
| |||
2104 | 2094 | | |
2105 | 2095 | | |
2106 | 2096 | | |
2107 | | - | |
2108 | 2097 | | |
2109 | 2098 | | |
2110 | 2099 | | |
| |||
2276 | 2265 | | |
2277 | 2266 | | |
2278 | 2267 | | |
2279 | | - | |
2280 | 2268 | | |
2281 | 2269 | | |
2282 | 2270 | | |
| |||
2328 | 2316 | | |
2329 | 2317 | | |
2330 | 2318 | | |
2331 | | - | |
2332 | 2319 | | |
2333 | 2320 | | |
2334 | 2321 | | |
| |||
2440 | 2427 | | |
2441 | 2428 | | |
2442 | 2429 | | |
2443 | | - | |
2444 | 2430 | | |
2445 | 2431 | | |
2446 | 2432 | | |
| |||
2679 | 2665 | | |
2680 | 2666 | | |
2681 | 2667 | | |
2682 | | - | |
2683 | 2668 | | |
2684 | 2669 | | |
2685 | 2670 | | |
2686 | 2671 | | |
| 2672 | + | |
2687 | 2673 | | |
2688 | 2674 | | |
2689 | 2675 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
859 | 859 | | |
860 | 860 | | |
861 | 861 | | |
862 | | - | |
863 | 862 | | |
864 | 863 | | |
865 | 864 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
23 | | - | |
24 | 22 | | |
25 | 23 | | |
26 | 24 | | |
| |||
This file was deleted.
0 commit comments