This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 8e3b6f6
committed
Auto merge of rust-lang#138337 - jieyouxu:rollup-bcp7xvg, r=jieyouxu
Rollup of 18 pull requests
Successful merges:
- rust-lang#126856 (remove deprecated tool `rls`)
- rust-lang#137314 (change definitely unproductive cycles to error)
- rust-lang#137504 (Move methods from Map to TyCtxt, part 4.)
- rust-lang#137701 (Convert `ShardedHashMap` to use `hashbrown::HashTable`)
- rust-lang#137967 ([AIX] Fix hangs during testing)
- rust-lang#138002 (Disable CFI for weakly linked syscalls)
- rust-lang#138052 (strip `-Wlinker-messages` wrappers from `rust-lld` rmake test)
- rust-lang#138063 (Improve `-Zunpretty=hir` for parsed attrs)
- rust-lang#138109 (make precise capturing args in rustdoc Json typed)
- rust-lang#138147 (Add maintainers for powerpc64le-unknown-linux-gnu)
- rust-lang#138245 (stabilize `ci_rustc_if_unchanged_logic` test for local environments)
- rust-lang#138296 (Remove `AdtFlags::IS_ANONYMOUS` and `Copy`/`Clone` condition for anonymous ADT)
- rust-lang#138300 (add tracking issue for unqualified_local_imports)
- rust-lang#138307 (Allow specifying glob patterns for try jobs)
- rust-lang#138313 (Update books)
- rust-lang#138315 (use next_back() instead of last() on DoubleEndedIterator)
- rust-lang#138318 (Rustdoc: remove a bunch of `@ts-expect-error` from main.js)
- rust-lang#138330 (Remove unnecessary `[lints.rust]` sections.)
Failed merges:
- rust-lang#137147 (Add exclude to config.toml)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
226 files changed
+1498
-1296
lines changed- compiler
- rustc_attr_data_structures/src
- rustc_borrowck/src/diagnostics
- rustc_builtin_macros
- rustc_codegen_ssa/src
- back
- rustc_const_eval/src/check_consts
- rustc_data_structures
- src
- rustc_driver_impl/src
- rustc_feature/src
- rustc_hir_analysis/src
- check
- coherence
- collect
- hir_ty_lowering
- rustc_hir_pretty/src
- rustc_hir_typeck/src
- fn_ctxt
- method
- rustc_hir/src
- rustc_incremental/src
- rustc_interface/src
- rustc_lint/src
- rustc_macros/src
- rustc_metadata/src/rmeta
- rustc_middle/src
- hir
- mir
- interpret
- query
- traits
- ty
- rustc_mir_build/src
- builder
- thir
- cx
- pattern
- rustc_next_trait_solver/src/solve
- eval_ctxt
- inspect
- rustc_parse/src/parser
- rustc_passes/src
- rustc_privacy/src
- rustc_query_system/src
- dep_graph
- query
- rustc_smir/src/rustc_smir
- rustc_trait_selection/src
- error_reporting
- infer
- traits
- solve/fulfill
- traits/select
- rustc_ty_utils/src
- rustc_type_ir
- src
- search_graph
- solve
- library/std/src
- net
- udp
- sys
- fs
- pal/unix
- process
- src
- bootstrap/src
- core
- build_steps
- builder
- config
- utils
- ci/citool
- src
- jobs
- doc
- rustc-dev-guide/src
- tests
- rustc/src
- platform-support
- librustdoc
- clean
- doctest
- html
- static/js
- json
- rustdoc-json-types
- tools
- build-manifest/src
- clippy
- clippy_lints/src
- attrs
- doc
- functions
- matches
- methods
- operators
- utils
- internal_lints
- clippy_utils/src
- rls
- src
- tidy/src
- tests
- debuginfo
- pretty
- run-make/rust-lld
- rustdoc-json
- enums/discriminant
- ui
- associated-type-bounds
- consts
- feature-gates
- lazy-type-alias
- traits/next-solver
- coherence
- cycles
- overflow
- unpretty
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
226 files changed
+1498
-1296
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1491 | 1491 | | |
1492 | 1492 | | |
1493 | 1493 | | |
| 1494 | + | |
1494 | 1495 | | |
1495 | 1496 | | |
1496 | 1497 | | |
| |||
3044 | 3045 | | |
3045 | 3046 | | |
3046 | 3047 | | |
3047 | | - | |
3048 | | - | |
3049 | | - | |
3050 | | - | |
3051 | | - | |
3052 | | - | |
3053 | | - | |
3054 | 3048 | | |
3055 | 3049 | | |
3056 | 3050 | | |
| |||
3492 | 3486 | | |
3493 | 3487 | | |
3494 | 3488 | | |
| 3489 | + | |
3495 | 3490 | | |
3496 | 3491 | | |
3497 | 3492 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
39 | 43 | | |
40 | 44 | | |
41 | 45 | | |
42 | 46 | | |
43 | | - | |
44 | | - | |
| 47 | + | |
| 48 | + | |
45 | 49 | | |
46 | 50 | | |
47 | 51 | | |
48 | 52 | | |
49 | 53 | | |
50 | 54 | | |
51 | 55 | | |
52 | | - | |
53 | | - | |
| 56 | + | |
| 57 | + | |
54 | 58 | | |
| 59 | + | |
55 | 60 | | |
56 | 61 | | |
57 | 62 | | |
58 | 63 | | |
59 | 64 | | |
60 | 65 | | |
61 | 66 | | |
62 | | - | |
63 | | - | |
| 67 | + | |
| 68 | + | |
64 | 69 | | |
| 70 | + | |
65 | 71 | | |
66 | 72 | | |
67 | 73 | | |
| |||
70 | 76 | | |
71 | 77 | | |
72 | 78 | | |
73 | | - | |
| 79 | + | |
74 | 80 | | |
75 | 81 | | |
76 | 82 | | |
77 | 83 | | |
78 | 84 | | |
79 | 85 | | |
80 | 86 | | |
81 | | - | |
| 87 | + | |
82 | 88 | | |
83 | 89 | | |
84 | 90 | | |
| |||
87 | 93 | | |
88 | 94 | | |
89 | 95 | | |
90 | | - | |
| 96 | + | |
91 | 97 | | |
92 | 98 | | |
93 | 99 | | |
| |||
97 | 103 | | |
98 | 104 | | |
99 | 105 | | |
100 | | - | |
| 106 | + | |
101 | 107 | | |
102 | 108 | | |
103 | 109 | | |
| |||
106 | 112 | | |
107 | 113 | | |
108 | 114 | | |
109 | | - | |
| 115 | + | |
110 | 116 | | |
111 | 117 | | |
112 | 118 | | |
113 | 119 | | |
114 | | - | |
| 120 | + | |
115 | 121 | | |
116 | | - | |
| 122 | + | |
117 | 123 | | |
118 | 124 | | |
119 | 125 | | |
120 | 126 | | |
121 | | - | |
| 127 | + | |
122 | 128 | | |
123 | | - | |
| 129 | + | |
124 | 130 | | |
125 | 131 | | |
126 | | - | |
| 132 | + | |
127 | 133 | | |
128 | 134 | | |
129 | 135 | | |
130 | 136 | | |
131 | | - | |
132 | | - | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
133 | 141 | | |
134 | 142 | | |
135 | 143 | | |
136 | 144 | | |
137 | 145 | | |
138 | 146 | | |
139 | | - | |
| 147 | + | |
140 | 148 | | |
141 | 149 | | |
142 | 150 | | |
| |||
147 | 155 | | |
148 | 156 | | |
149 | 157 | | |
150 | | - | |
151 | | - | |
| 158 | + | |
| 159 | + | |
152 | 160 | | |
153 | 161 | | |
154 | 162 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
505 | 505 | | |
506 | 506 | | |
507 | 507 | | |
508 | | - | |
| 508 | + | |
509 | 509 | | |
510 | 510 | | |
511 | 511 | | |
| |||
1124 | 1124 | | |
1125 | 1125 | | |
1126 | 1126 | | |
1127 | | - | |
| 1127 | + | |
1128 | 1128 | | |
1129 | 1129 | | |
1130 | 1130 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
698 | 698 | | |
699 | 699 | | |
700 | 700 | | |
701 | | - | |
| 701 | + | |
702 | 702 | | |
703 | 703 | | |
704 | 704 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
343 | 343 | | |
344 | 344 | | |
345 | 345 | | |
346 | | - | |
| 346 | + | |
347 | 347 | | |
348 | 348 | | |
349 | 349 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | 6 | | |
11 | 7 | | |
12 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
0 commit comments