File tree
234 files changed
+1925
-1853
lines changed- compiler
- rustc_ast_lowering/src
- rustc_borrowck/src
- rustc_codegen_cranelift/src
- rustc_codegen_ssa/src
- rustc_errors/src
- rustc_feature/src
- rustc_hir/src
- rustc_hir_analysis/src
- check
- collect
- hir_ty_lowering
- rustc_hir_pretty/src
- rustc_hir_typeck/src
- fn_ctxt
- rustc_incremental/src/persist
- rustc_lint/src
- rustc_middle/src
- hir
- mir
- thir
- traits
- ty
- rustc_mir_build/src
- builder
- expr
- thir
- cx
- rustc_monomorphize/src
- rustc_next_trait_solver/src
- rustc_passes/src
- rustc_privacy/src
- rustc_traits/src
- rustc_ty_utils/src
- rustc_type_ir/src
- src
- bootstrap/src/core/build_steps
- librustdoc
- html/render
- tools
- clippy
- clippy_lints/src
- operators
- clippy_utils/src
- tests/ui
- compiletest/src
- header
- runtest
- tests
- crashes
- ui
- argument-suggestions
- asm
- associated-consts
- associated-inherent-types
- associated-item
- associated-types
- binop
- borrowck
- c-variadic
- cast
- closures
- conditional-compilation
- consts
- coroutine
- coverage-attr
- destructuring-assignment
- diagnostic_namespace
- dyn-compatibility
- error-codes
- errors
- extern
- feature-gates
- fmt
- fn
- higher-ranked/trait-bounds
- impl-trait
- in-trait
- precise-capturing
- imports
- extern-crate-self
- issue-45829
- include-macros
- issues
- issue-76077-inaccesible-private-fields
- layout
- lifetimes
- lint
- malformed
- methods
- mismatched_types
- nll
- obsolete-in-place
- on-unimplemented
- panic-handler
- parser
- misspelled-keywords
- pattern/usefulness
- integer-ranges
- regions
- resolve
- rfcs/rfc-2008-non-exhaustive
- self
- span
- statics
- structs/default-field-values
- suggestions
- test-attrs
- traits/object
- type/type-check
- type-alias-enum-variants
- type-alias-impl-trait
- typeck
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
234 files changed
+1925
-1853
lines changedDiff for: compiler/rustc_ast_lowering/src/asm.rs
+2-16
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 |
| |
| |||
230 | 229 |
| |
231 | 230 |
| |
232 | 231 |
| |
233 |
| - | |
234 |
| - | |
235 |
| - | |
236 |
| - | |
237 |
| - | |
238 |
| - | |
239 |
| - | |
240 |
| - | |
241 |
| - | |
242 |
| - | |
243 |
| - | |
244 |
| - | |
245 |
| - | |
246 |
| - | |
| 232 | + | |
247 | 233 |
| |
248 | 234 |
| |
249 | 235 |
| |
|
Diff for: compiler/rustc_ast_lowering/src/item.rs
+6-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
251 | 251 |
| |
252 | 252 |
| |
253 | 253 |
| |
254 |
| - | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
255 | 260 |
| |
256 | 261 |
| |
257 | 262 |
| |
|
+24-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
126 | 126 |
| |
127 | 127 |
| |
128 | 128 |
| |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
129 | 134 |
| |
130 | 135 |
| |
131 | 136 |
| |
| |||
138 | 143 |
| |
139 | 144 |
| |
140 | 145 |
| |
141 |
| - | |
142 |
| - | |
143 |
| - | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
144 | 150 |
| |
145 | 151 |
| |
146 | 152 |
| |
| |||
152 | 158 |
| |
153 | 159 |
| |
154 | 160 |
| |
155 |
| - | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
156 | 165 |
| |
157 | 166 |
| |
158 | 167 |
| |
| |||
171 | 180 |
| |
172 | 181 |
| |
173 | 182 |
| |
174 |
| - | |
| 183 | + | |
| 184 | + | |
175 | 185 |
| |
176 | 186 |
| |
177 | 187 |
| |
| |||
411 | 421 |
| |
412 | 422 |
| |
413 | 423 |
| |
| 424 | + | |
414 | 425 |
| |
415 | 426 |
| |
416 | 427 |
| |
| |||
633 | 644 |
| |
634 | 645 |
| |
635 | 646 |
| |
| 647 | + | |
| 648 | + | |
636 | 649 |
| |
637 | 650 |
| |
638 | 651 |
| |
| |||
666 | 679 |
| |
667 | 680 |
| |
668 | 681 |
| |
| 682 | + | |
| 683 | + | |
669 | 684 |
| |
670 | 685 |
| |
671 | 686 |
| |
| |||
802 | 817 |
| |
803 | 818 |
| |
804 | 819 |
| |
| 820 | + | |
| 821 | + | |
| 822 | + | |
| 823 | + | |
805 | 824 |
| |
806 | 825 |
| |
807 | 826 |
| |
|
+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
| 19 | + | |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
| |||
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
58 |
| - | |
| 58 | + | |
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
66 |
| - | |
| 66 | + | |
67 | 67 |
| |
68 | 68 |
| |
69 | 69 |
| |
|
+3-6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
39 |
| - | |
| 39 | + | |
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
| |||
71 | 71 |
| |
72 | 72 |
| |
73 | 73 |
| |
74 |
| - | |
75 |
| - | |
76 |
| - | |
77 |
| - | |
78 |
| - | |
| 74 | + | |
| 75 | + | |
79 | 76 |
| |
80 | 77 |
| |
81 | 78 |
| |
|
Diff for: compiler/rustc_errors/src/emitter.rs
+1-6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2216 | 2216 |
| |
2217 | 2217 |
| |
2218 | 2218 |
| |
2219 |
| - | |
2220 |
| - | |
2221 |
| - | |
2222 |
| - | |
2223 |
| - | |
2224 |
| - | |
| 2219 | + | |
2225 | 2220 |
| |
2226 | 2221 |
| |
2227 | 2222 |
| |
|
Diff for: compiler/rustc_errors/src/lib.rs
+40-12
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
71 | 71 |
| |
72 | 72 |
| |
73 | 73 |
| |
74 |
| - | |
| 74 | + | |
75 | 75 |
| |
76 | 76 |
| |
77 | 77 |
| |
| |||
237 | 237 |
| |
238 | 238 |
| |
239 | 239 |
| |
240 |
| - | |
241 |
| - | |
242 |
| - | |
243 |
| - | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
244 | 243 |
| |
245 | 244 |
| |
246 | 245 |
| |
| |||
257 | 256 |
| |
258 | 257 |
| |
259 | 258 |
| |
260 |
| - | |
261 |
| - | |
262 |
| - | |
263 |
| - | |
264 |
| - | |
265 |
| - | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
266 | 268 |
| |
267 | 269 |
| |
268 | 270 |
| |
269 | 271 |
| |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
270 | 293 |
| |
271 | 294 |
| |
272 | 295 |
| |
| |||
380 | 403 |
| |
381 | 404 |
| |
382 | 405 |
| |
383 |
| - | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
384 | 412 |
| |
385 | 413 |
| |
386 | 414 |
| |
|
Diff for: compiler/rustc_feature/src/removed.rs
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
135 | 135 |
| |
136 | 136 |
| |
137 | 137 |
| |
| 138 | + | |
| 139 | + | |
138 | 140 |
| |
139 | 141 |
| |
140 | 142 |
| |
|
Diff for: compiler/rustc_feature/src/unstable.rs
-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
214 | 214 |
| |
215 | 215 |
| |
216 | 216 |
| |
217 |
| - | |
218 |
| - | |
219 | 217 |
| |
220 | 218 |
| |
221 | 219 |
| |
|
Diff for: compiler/rustc_hir/src/hir.rs
+22-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1913 | 1913 |
| |
1914 | 1914 |
| |
1915 | 1915 |
| |
| 1916 | + | |
| 1917 | + | |
| 1918 | + | |
1916 | 1919 |
| |
1917 | 1920 |
| |
1918 | 1921 |
| |
1919 | 1922 |
| |
1920 | 1923 |
| |
1921 | 1924 |
| |
1922 |
| - | |
| 1925 | + | |
| 1926 | + | |
| 1927 | + | |
1923 | 1928 |
| |
1924 | 1929 |
| |
1925 | 1930 |
| |
| |||
3420 | 3425 |
| |
3421 | 3426 |
| |
3422 | 3427 |
| |
3423 |
| - | |
| 3428 | + | |
3424 | 3429 |
| |
3425 | 3430 |
| |
3426 | 3431 |
| |
| |||
3848 | 3853 |
| |
3849 | 3854 |
| |
3850 | 3855 |
| |
3851 |
| - | |
| 3856 | + | |
3852 | 3857 |
| |
3853 | 3858 |
| |
3854 | 3859 |
| |
| |||
4015 | 4020 |
| |
4016 | 4021 |
| |
4017 | 4022 |
| |
4018 |
| - | |
| 4023 | + | |
| 4024 | + | |
| 4025 | + | |
| 4026 | + | |
| 4027 | + | |
| 4028 | + | |
| 4029 | + | |
| 4030 | + | |
| 4031 | + | |
4019 | 4032 |
| |
4020 | 4033 |
| |
4021 | 4034 |
| |
| |||
4081 | 4094 |
| |
4082 | 4095 |
| |
4083 | 4096 |
| |
4084 |
| - | |
| 4097 | + | |
4085 | 4098 |
| |
4086 | 4099 |
| |
4087 | 4100 |
| |
| |||
4540 | 4553 |
| |
4541 | 4554 |
| |
4542 | 4555 |
| |
| 4556 | + | |
| 4557 | + | |
| 4558 | + | |
| 4559 | + | |
4543 | 4560 |
| |
4544 | 4561 |
| |
4545 | 4562 |
| |
|
0 commit comments