-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Commit 18491d5
Auto merge of #142286 - Kobzol:clippy-jemalloc, r=flip1995,blyxyas
Use jemalloc for Clippy
The tool macros are annoying, we should IMO just get rid of them, create separate steps for each tool and (re)use some builders in them to share the build code.
r? `@ghost`File tree
3 files changed
+51
-2
lines changed- src
- bootstrap/src/core/build_steps
- tools/clippy
- src
3 files changed
+51
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1129 | 1129 |
| |
1130 | 1130 |
| |
1131 | 1131 |
| |
1132 | + | ||
1132 | 1133 |
| |
1133 | 1134 |
| |
1134 | 1135 |
| |
| |||
1168 | 1169 |
| |
1169 | 1170 |
| |
1170 | 1171 |
| |
1172 | + | ||
1171 | 1173 |
| |
1172 | 1174 |
| |
1173 | 1175 |
| |
| |||
1205 | 1207 |
| |
1206 | 1208 |
| |
1207 | 1209 |
| |
1210 | + | ||
1208 | 1211 |
| |
1212 | + | ||
1213 | + | ||
1214 | + | ||
1215 | + | ||
1216 | + | ||
1209 | 1217 |
| |
1210 | 1218 |
| |
1211 | 1219 |
| |
1212 | 1220 |
| |
1213 | 1221 |
| |
1214 | 1222 |
| |
1215 | 1223 |
| |
1216 | - | ||
1224 | + | ||
1217 | 1225 |
| |
1218 | 1226 |
| |
1219 | 1227 |
| |
| |||
1256 | 1264 |
| |
1257 | 1265 |
| |
1258 | 1266 |
| |
1259 | - | ||
1267 | + | ||
1268 | + | ||
1269 | + | ||
1270 | + | ||
1271 | + | ||
1272 | + | ||
1260 | 1273 |
| |
1261 | 1274 |
| |
1262 | 1275 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
61 | + | ||
61 | 62 |
| |
62 | 63 |
| |
63 | 64 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 | + | ||
17 | + | ||
18 | + | ||
19 | + | ||
20 | + | ||
16 | 21 |
| |
17 | 22 |
| |
18 | 23 |
| |
| |||
181 | 186 |
| |
182 | 187 |
| |
183 | 188 |
| |
189 | + | ||
190 | + | ||
191 | + | ||
192 | + | ||
193 | + | ||
194 | + | ||
195 | + | ||
196 | + | ||
197 | + | ||
198 | + | ||
199 | + | ||
200 | + | ||
201 | + | ||
202 | + | ||
203 | + | ||
204 | + | ||
205 | + | ||
206 | + | ||
207 | + | ||
208 | + | ||
209 | + | ||
210 | + | ||
211 | + | ||
212 | + | ||
213 | + | ||
214 | + | ||
215 | + | ||
216 | + | ||
217 | + | ||
218 | + | ||
184 | 219 |
| |
185 | 220 |
| |
186 | 221 |
| |
|
0 commit comments