Commit 0376d43
committed
Auto merge of #152904 - JonathanBrouwer:rollup-8vFeFeZ, r=JonathanBrouwer
Rollup of 11 pull requests
Successful merges:
- #152759 (Simpler `find_attr!()`)
- #152057 (bootstrap: respect POSIX jobserver)
- #152818 (DOC: do not link to "nightly" in Iterator::by_ref() docstring)
- #152840 (Add bootstrap snapshot tests for {`install`, `install src`})
- #152844 (Rename `DepGraphQuery` to `RetainedDepGraph`)
- #152846 (Clarify some variable names in the query proc-macro)
- #152858 (Fix typo in doc for core::mem::type_info::Struct)
- #152861 (resolve: do not suggest `_` for unresolved imports)
- #152873 (std::ops::ControlFlow - use "a" before `Result`)
- #152877 (std::ops::ControlFlow - use normal comment for internal methods)
- #152883 (Deny final not followed by item)163 files changed
Lines changed: 1226 additions & 905 deletions
File tree
- compiler
- rustc_ast_lowering/src
- rustc_attr_parsing/src/attributes
- rustc_borrowck/src
- rustc_codegen_llvm/src
- rustc_codegen_ssa/src
- back
- rustc_const_eval/src
- check_consts
- const_eval
- interpret
- rustc_expand/src
- mbe
- rustc_hir_analysis/src
- check
- coherence
- collect
- hir_ty_lowering
- outlives
- variance
- rustc_hir_typeck/src
- fn_ctxt
- method
- rustc_hir/src/attrs
- rustc_incremental/src
- persist
- rustc_interface/src
- rustc_lint/src
- rustc_macros/src
- rustc_metadata/src
- rmeta
- rustc_middle/src
- dep_graph
- hir
- traits
- ty
- rustc_mir_build/src
- builder
- thir
- cx
- pattern
- rustc_mir_dataflow/src
- framework
- rustc_mir_transform/src
- coverage
- rustc_parse/src
- parser
- rustc_passes/src
- rustc_privacy/src
- rustc_resolve/src
- late
- rustc_sanitizers/src/cfi/typeid/itanium_cxx_abi
- rustc_symbol_mangling/src
- rustc_trait_selection/src
- error_reporting
- infer
- traits
- traits
- select
- rustc_ty_utils/src
- library/core/src
- iter/traits
- mem
- ops
- src
- bootstrap/src
- core
- build_steps
- builder
- utils/tests
- librustdoc
- clean
- html/render
- json
- passes
- tools/clippy
- clippy_lints/src
- attrs
- functions
- loops
- matches
- methods
- clippy_utils/src
- ty
- tests
- ui-fulldeps/internal-lints
- ui
- resolve
- traits/final
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
267 | | - | |
268 | | - | |
269 | | - | |
270 | | - | |
271 | | - | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
272 | 275 | | |
273 | 276 | | |
274 | 277 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
| |||
805 | 804 | | |
806 | 805 | | |
807 | 806 | | |
808 | | - | |
| 807 | + | |
809 | 808 | | |
810 | 809 | | |
811 | 810 | | |
| |||
1072 | 1071 | | |
1073 | 1072 | | |
1074 | 1073 | | |
1075 | | - | |
1076 | | - | |
| 1074 | + | |
1077 | 1075 | | |
1078 | 1076 | | |
1079 | 1077 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
246 | | - | |
| 246 | + | |
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
| |||
707 | 707 | | |
708 | 708 | | |
709 | 709 | | |
710 | | - | |
711 | | - | |
712 | | - | |
713 | | - | |
| 710 | + | |
714 | 711 | | |
715 | 712 | | |
716 | 713 | | |
| |||
1415 | 1412 | | |
1416 | 1413 | | |
1417 | 1414 | | |
1418 | | - | |
1419 | | - | |
1420 | | - | |
| 1415 | + | |
1421 | 1416 | | |
1422 | 1417 | | |
1423 | 1418 | | |
| |||
1695 | 1690 | | |
1696 | 1691 | | |
1697 | 1692 | | |
1698 | | - | |
| 1693 | + | |
1699 | 1694 | | |
1700 | 1695 | | |
1701 | 1696 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | 50 | | |
52 | 51 | | |
53 | 52 | | |
| |||
255 | 254 | | |
256 | 255 | | |
257 | 256 | | |
| 257 | + | |
258 | 258 | | |
259 | | - | |
260 | | - | |
261 | | - | |
| 259 | + | |
| 260 | + | |
262 | 261 | | |
263 | 262 | | |
264 | 263 | | |
| |||
Lines changed: 18 additions & 19 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
854 | 854 | | |
855 | 855 | | |
856 | 856 | | |
857 | | - | |
858 | 857 | | |
859 | 858 | | |
860 | 859 | | |
| |||
1252 | 1251 | | |
1253 | 1252 | | |
1254 | 1253 | | |
1255 | | - | |
1256 | | - | |
1257 | | - | |
1258 | | - | |
1259 | | - | |
1260 | | - | |
1261 | | - | |
1262 | | - | |
1263 | | - | |
1264 | | - | |
1265 | | - | |
1266 | | - | |
1267 | | - | |
1268 | | - | |
1269 | | - | |
1270 | | - | |
1271 | | - | |
1272 | | - | |
1273 | 1254 | | |
1274 | 1255 | | |
1275 | 1256 | | |
| |||
1343 | 1324 | | |
1344 | 1325 | | |
1345 | 1326 | | |
| 1327 | + | |
| 1328 | + | |
| 1329 | + | |
| 1330 | + | |
| 1331 | + | |
| 1332 | + | |
| 1333 | + | |
| 1334 | + | |
| 1335 | + | |
| 1336 | + | |
| 1337 | + | |
| 1338 | + | |
| 1339 | + | |
| 1340 | + | |
| 1341 | + | |
| 1342 | + | |
| 1343 | + | |
| 1344 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
| |||
296 | 295 | | |
297 | 296 | | |
298 | 297 | | |
299 | | - | |
| 298 | + | |
300 | 299 | | |
301 | 300 | | |
302 | 301 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
460 | 460 | | |
461 | 461 | | |
462 | 462 | | |
463 | | - | |
| 463 | + | |
| 464 | + | |
464 | 465 | | |
465 | 466 | | |
466 | 467 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| |||
454 | 453 | | |
455 | 454 | | |
456 | 455 | | |
457 | | - | |
458 | | - | |
| 456 | + | |
459 | 457 | | |
460 | 458 | | |
461 | 459 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
894 | 894 | | |
895 | 895 | | |
896 | 896 | | |
897 | | - | |
| 897 | + | |
898 | 898 | | |
899 | 899 | | |
900 | 900 | | |
| |||
0 commit comments