-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Commit 25cdf1f
Auto merge of #140388 - GuillaumeGomez:rollup-aj9o3ch, r=GuillaumeGomez
Rollup of 7 pull requests
Successful merges:
- #140056 (Fix a wrong error message in 2024 edition)
- #140220 (Fix detection of main function if there are expressions around it)
- #140249 (Remove `weak` alias terminology)
- #140316 (Introduce `BoxMarker` to improve pretty-printing correctness)
- #140347 (ci: clean more disk space in codebuild)
- #140349 (ci: use aws codebuild for the `dist-x86_64-linux` job)
- #140379 (rustc-dev-guide subtree update)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
96 files changed
+874
-743
lines changed- compiler
- rustc_ast_pretty/src
- pprust
- state
- pp
- rustc_const_eval/src/util
- rustc_hir_analysis/src
- check
- coherence
- hir_ty_lowering
- outlives
- variance
- rustc_hir_pretty/src
- rustc_hir_typeck/src/fn_ctxt
- rustc_infer/src/infer/relate
- rustc_lint
- src
- rustc_middle/src
- query
- traits
- ty
- inhabitedness
- print
- rustc_next_trait_solver/src/solve
- assembly
- normalizes_to
- rustc_privacy/src
- rustc_smir/src
- rustc_smir/convert
- stable_mir
- rustc_trait_selection/src
- error_reporting
- infer
- traits
- traits
- query
- select
- rustc_traits/src
- rustc_ty_utils/src
- rustc_type_ir/src
- src
- ci
- docker/host-x86_64/dist-x86_64-linux
- github-actions
- scripts
- doc/rustc-dev-guide
- .github/workflows
- src
- autodiff
- building/bootstrapping
- librustdoc
- clean
- doctest
- tools/clippy
- clippy_lints/src
- tests/ui/checked_unwrap
- tests
- rustdoc-ui/doctest
- auxiliary
- ui
- borrowck
- consts
- issues
- lazy-type-alias
- lint
- nll
- statics
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
96 files changed
+874
-743
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 | + | ||
5 | 6 |
| |
6 | 7 |
| |
7 | 8 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
234 | 234 |
| |
235 | 235 |
| |
236 | 236 |
| |
237 | + | ||
238 | + | ||
239 | + | ||
240 | + | ||
241 | + | ||
242 | + | ||
243 | + | ||
244 | + | ||
245 | + | ||
246 | + | ||
247 | + | ||
248 | + | ||
249 | + | ||
250 | + | ||
251 | + | ||
252 | + | ||
253 | + | ||
254 | + | ||
255 | + | ||
256 | + | ||
257 | + | ||
258 | + | ||
259 | + | ||
260 | + | ||
261 | + | ||
262 | + | ||
263 | + | ||
264 | + | ||
265 | + | ||
266 | + | ||
267 | + | ||
268 | + | ||
237 | 269 |
| |
238 | 270 |
| |
239 | 271 |
| |
| |||
270 | 302 |
| |
271 | 303 |
| |
272 | 304 |
| |
273 | - | ||
305 | + | ||
306 | + | ||
274 | 307 |
| |
275 | 308 |
| |
276 | 309 |
| |
277 | 310 |
| |
278 | 311 |
| |
279 | 312 |
| |
280 | 313 |
| |
314 | + | ||
281 | 315 |
| |
282 | 316 |
| |
283 | - | ||
317 | + | ||
318 | + | ||
284 | 319 |
| |
285 | 320 |
| |
286 | 321 |
| |
287 | 322 |
| |
288 | 323 |
| |
289 | 324 |
| |
325 | + | ||
290 | 326 |
| |
291 | 327 |
| |
292 | 328 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | - | ||
3 | + | ||
4 | + | ||
5 | + | ||
4 | 6 |
| |
5 | 7 |
| |
6 | 8 |
| |
7 | - | ||
9 | + | ||
8 | 10 |
| |
9 | 11 |
| |
10 | 12 |
| |
11 | 13 |
| |
12 | - | ||
14 | + | ||
13 | 15 |
| |
14 | 16 |
| |
15 | 17 |
| |
16 | 18 |
| |
17 | - | ||
19 | + | ||
18 | 20 |
| |
19 | 21 |
| |
20 | 22 |
| |
21 | - | ||
22 | - | ||
23 | + | ||
24 | + | ||
23 | 25 |
| |
24 | 26 |
| |
25 | 27 |
| |
| |||
30 | 32 |
| |
31 | 33 |
| |
32 | 34 |
| |
33 | - | ||
34 | - | ||
35 | + | ||
36 | + | ||
35 | 37 |
| |
36 | 38 |
| |
37 | 39 |
| |
|
0 commit comments