Commit b8e07a2
Squashed commit of the following:
commit 790f7a7
Author: Marijn Suijten <[email protected]>
Date: Thu Jun 12 22:13:17 2025 +0200
CI: Ensure MSRV of `std` and `no_std` are tested independently
commit fdf945c
Author: Marijn Suijten <[email protected]>
Date: Thu Jun 12 22:10:10 2025 +0200
Test `visualizer` feature with `std` requirement separately from `no_std`
commit dab3bb6
Author: Marijn Suijten <[email protected]>
Date: Thu Jun 12 22:07:26 2025 +0200
README: Remove manual reflows
commit 6fd4a3a
Author: Marijn Suijten <[email protected]>
Date: Thu Jun 12 21:43:44 2025 +0200
Revert "update `CI`"
This reverts commit e896fab.
commit c7e3c3c
Merge: c3e2d51 0c5fc95
Author: Marijn Suijten <[email protected]>
Date: Thu Jun 12 21:42:56 2025 +0200
Merge remote-tracking branch 'origin/main' into no-std-support
commit c3e2d51
Author: Marijn Suijten <[email protected]>
Date: Thu Jun 12 21:28:57 2025 +0200
Revert `version = ""` addition where not needed
commit 477b6c5
Author: Marijn Suijten <[email protected]>
Date: Thu Jun 12 21:36:43 2025 +0200
Fix greedy match that would truncate a trailing `, default-features ... "`
commit b37c69f
Author: Marijn Suijten <[email protected]>
Date: Thu Jun 12 21:32:39 2025 +0200
release: Fix unescaped `{` (otherwise treated as repetition quantifier)
commit f93b1da
Author: CrazyboyQCD <[email protected]>
Date: Thu Apr 17 09:04:22 2025 +0800
update `README`
commit b0b38a9
Author: CrazyboyQCD <[email protected]>
Date: Thu Apr 17 08:49:37 2025 +0800
update `release.toml`
commit d27a627
Merge: d73de57 642dc91
Author: CrazyboyQCD <[email protected]>
Date: Thu Apr 3 09:05:10 2025 +0800
Merge branch 'main' into no-std-support
commit d73de57
Author: CrazyboyQCD <[email protected]>
Date: Thu Apr 3 08:59:50 2025 +0800
fix `CI`
commit c4da9ba
Author: CrazyboyQCD <[email protected]>
Date: Thu Apr 3 08:42:56 2025 +0800
add `no_std` content in `README`
commit 8bdedba
Author: CrazyboyQCD <[email protected]>
Date: Wed Apr 2 17:46:51 2025 +0800
fix lint
commit e896fab
Author: CrazyboyQCD <[email protected]>
Date: Wed Apr 2 17:44:42 2025 +0800
update `CI`
commit 0ab0c88
Author: CrazyboyQCD <[email protected]>
Date: Wed Apr 2 17:40:17 2025 +0800
fix lint
commit 10d0742
Author: CrazyboyQCD <[email protected]>
Date: Wed Apr 2 17:35:05 2025 +0800
update missed `std` usages
commit 66dbf08
Author: CrazyboyQCD <[email protected]>
Date: Wed Apr 2 17:21:23 2025 +0800
add todo related with storing of `format_args!` outside `format!`
commit 3d962a4
Author: CrazyboyQCD <[email protected]>
Date: Wed Apr 2 09:06:09 2025 +0800
keep style of compile error the same
commit 4123593
Author: CrazyboyQCD <[email protected]>
Date: Wed Apr 2 09:03:37 2025 +0800
update missed `std` usages
commit 541e814
Author: Marijn Suijten <[email protected]>
Date: Tue Apr 1 12:54:04 2025 +0200
CI: Simplify and complete `matrix` setup
commit 3e453ed
Author: CrazyboyQCD <[email protected]>
Date: Tue Apr 1 17:59:54 2025 +0800
emit compile error when none of `std` and `hashbrown` is enabled
commit 694b6ff
Author: CrazyboyQCD <[email protected]>
Date: Tue Apr 1 17:24:56 2025 +0800
update `CI` with `no_std`
commit 742a2ce
Author: CrazyboyQCD <[email protected]>
Date: Tue Apr 1 17:23:55 2025 +0800
document the `hashbrown` feature in `Cargo.toml`
commit 39abe59
Author: CrazyboyQCD <[email protected]>
Date: Thu Feb 27 09:41:57 2025 +0800
update `CI` for `std` environment
commit 578ada0
Author: CrazyboyQCD <[email protected]>
Date: Thu Feb 27 09:37:05 2025 +0800
prefer using `hashbrown`'s collections when `std` and `hashbrown` are both enabled
commit 457411a
Author: CrazyboyQCD <[email protected]>
Date: Thu Feb 27 09:30:58 2025 +0800
simplify memory leak logging
commit 3e00364
Author: CrazyboyQCD <[email protected]>
Date: Thu Feb 27 09:14:16 2025 +0800
remove empty line and reorder import
commit d59fe26
Author: CrazyboyQCD <[email protected]>
Date: Thu Feb 27 09:09:24 2025 +0800
restore trailing comma
commit f2a6bfb
Author: CrazyboyQCD <[email protected]>
Date: Thu Feb 13 10:50:51 2025 +0800
make `std` feature conflict with `hashbrown` in compile error and gate `free_list_allocator` by feature
commit 4c45a01
Author: CrazyboyQCD <[email protected]>
Date: Thu Feb 13 10:27:19 2025 +0800
reorder mod in allocator module
commit d1caf98
Author: CrazyboyQCD <[email protected]>
Date: Thu Feb 13 10:17:14 2025 +0800
format backtrace ahead by feature instead of duplicated log statements
commit a4d3463
Author: CrazyboyQCD <[email protected]>
Date: Thu Feb 13 09:54:11 2025 +0800
reorder imports and mods
commit 51e8723
Author: CrazyboyQCD <[email protected]>
Date: Thu Feb 13 09:46:52 2025 +0800
add non_exhaustive for `AllocatorDebugSettings` for backward compatible
commit 3cee15f
Author: CrazyboyQCD <[email protected]>
Date: Thu Feb 13 09:43:13 2025 +0800
fix typos in deps
commit 4d7b668
Author: CrazyboyQCD <[email protected]>
Date: Thu Feb 13 09:43:01 2025 +0800
revert formatting of `Cargo.toml`
commit 48be63c
Author: CrazyboyQCD <[email protected]>
Date: Thu Feb 13 09:35:20 2025 +0800
add clippy lints for `no_std` maintenance
commit eb9e04c
Author: CrazyboyQCD <[email protected]>
Date: Wed Feb 12 16:20:03 2025 +0800
replace `std::*` with `core::*` or `alloc::*`
commit e3ca7fb
Author: CrazyboyQCD <[email protected]>
Date: Wed Feb 12 16:19:21 2025 +0800
remove `std::backtrace::Backtrace` in `no_std`
commit 8f853b0
Author: CrazyboyQCD <[email protected]>
Date: Wed Feb 12 16:03:09 2025 +0800
add `no_std` feature compile error
commit fbc57a3
Author: CrazyboyQCD <[email protected]>
Date: Wed Feb 12 16:02:29 2025 +0800
add `default-feature = false` to some deps, `std` feature and `hashbrown`1 parent 69730b7 commit b8e07a2
File tree
14 files changed
+313
-112
lines changed- .github/workflows
- src
- allocator
- dedicated_block_allocator
- free_list_allocator
- d3d12
- metal
- visualizer
- vulkan
14 files changed
+313
-112
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
18 | 23 | | |
19 | 24 | | |
20 | 25 | | |
21 | 26 | | |
22 | 27 | | |
23 | | - | |
24 | | - | |
25 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
26 | 33 | | |
27 | 34 | | |
28 | 35 | | |
29 | 36 | | |
30 | 37 | | |
31 | | - | |
| 38 | + | |
32 | 39 | | |
33 | | - | |
| 40 | + | |
34 | 41 | | |
35 | | - | |
| 42 | + | |
36 | 43 | | |
37 | | - | |
38 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
39 | 51 | | |
40 | 52 | | |
41 | 53 | | |
42 | | - | |
| 54 | + | |
43 | 55 | | |
44 | | - | |
| 56 | + | |
45 | 57 | | |
46 | 58 | | |
47 | 59 | | |
| |||
55 | 67 | | |
56 | 68 | | |
57 | 69 | | |
58 | | - | |
| 70 | + | |
59 | 71 | | |
60 | | - | |
| 72 | + | |
61 | 73 | | |
62 | | - | |
| 74 | + | |
63 | 75 | | |
64 | | - | |
65 | | - | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
66 | 83 | | |
67 | 84 | | |
68 | 85 | | |
69 | | - | |
| 86 | + | |
70 | 87 | | |
71 | 88 | | |
72 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
88 | 89 | | |
89 | 90 | | |
90 | 91 | | |
| 92 | + | |
91 | 93 | | |
92 | 94 | | |
93 | 95 | | |
94 | 96 | | |
| 97 | + | |
| 98 | + | |
95 | 99 | | |
96 | | - | |
| 100 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| 139 | + | |
139 | 140 | | |
140 | 141 | | |
141 | 142 | | |
| |||
161 | 162 | | |
162 | 163 | | |
163 | 164 | | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
164 | 188 | | |
165 | 189 | | |
166 | | - | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
167 | 195 | | |
168 | 196 | | |
169 | 197 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
22 | 45 | | |
23 | 46 | | |
24 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
25 | 52 | | |
26 | 53 | | |
27 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
2 | 13 | | |
3 | 14 | | |
4 | 15 | | |
5 | 16 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | 17 | | |
11 | 18 | | |
12 | 19 | | |
| |||
16 | 23 | | |
17 | 24 | | |
18 | 25 | | |
| 26 | + | |
19 | 27 | | |
20 | 28 | | |
21 | 29 | | |
| |||
25 | 33 | | |
26 | 34 | | |
27 | 35 | | |
| 36 | + | |
28 | 37 | | |
29 | 38 | | |
30 | 39 | | |
| |||
39 | 48 | | |
40 | 49 | | |
41 | 50 | | |
42 | | - | |
43 | | - | |
| 51 | + | |
| 52 | + | |
44 | 53 | | |
45 | 54 | | |
46 | 55 | | |
| |||
53 | 62 | | |
54 | 63 | | |
55 | 64 | | |
56 | | - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
57 | 69 | | |
58 | 70 | | |
59 | | - | |
| 71 | + | |
60 | 72 | | |
61 | 73 | | |
62 | 74 | | |
63 | | - | |
64 | | - | |
| 75 | + | |
| 76 | + | |
65 | 77 | | |
66 | 78 | | |
67 | 79 | | |
| |||
71 | 83 | | |
72 | 84 | | |
73 | 85 | | |
74 | | - | |
| 86 | + | |
75 | 87 | | |
76 | 88 | | |
77 | | - | |
| 89 | + | |
78 | 90 | | |
79 | 91 | | |
80 | 92 | | |
| |||
90 | 102 | | |
91 | 103 | | |
92 | 104 | | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
93 | 119 | | |
94 | 120 | | |
95 | 121 | | |
| |||
98 | 124 | | |
99 | 125 | | |
100 | 126 | | |
101 | | - | |
102 | | - | |
| 127 | + | |
103 | 128 | | |
104 | 129 | | |
105 | 130 | | |
106 | 131 | | |
107 | 132 | | |
108 | 133 | | |
109 | | - | |
110 | | - | |
| 134 | + | |
111 | 135 | | |
112 | 136 | | |
113 | 137 | | |
| |||
0 commit comments