File tree
357 files changed
+3352
-1743
lines changed- .github/ISSUE_TEMPLATE
- compiler
- rustc_ast/src/expand
- rustc_ast_lowering/src
- rustc_ast_pretty/src/pprust
- rustc_borrowck/src/diagnostics
- rustc_builtin_macros/src
- rustc_codegen_cranelift/src
- driver
- rustc_codegen_gcc/src/back
- rustc_codegen_llvm/src
- back
- debuginfo
- rustc_codegen_ssa/src
- back
- rustc_data_structures
- src
- sync
- rustc_driver_impl/src
- rustc_error_codes/src
- error_codes
- rustc_expand/src
- rustc_hir/src
- rustc_hir_analysis
- src
- check
- collect
- hir_ty_lowering
- rustc_hir_pretty/src
- rustc_hir_typeck
- src
- fn_ctxt
- method
- rustc_interface
- src
- rustc_lint/src
- rustc_macros/src
- rustc_metadata/src/rmeta
- decoder
- rustc_middle/src
- hir
- query
- ty
- print
- rustc_mir_transform/src
- rustc_monomorphize/src
- mono_checks
- rustc_parse/src/parser
- rustc_query_system/src/dep_graph
- rustc_resolve
- src
- late
- rustc_sanitizers/src/cfi/typeid/itanium_cxx_abi
- rustc_session
- src
- rustc_span/src
- symbol
- rustc_symbol_mangling/src
- rustc_trait_selection/src
- error_reporting/traits
- solve
- fulfill
- rustc_ty_utils/src
- library
- alloc
- core/src
- array
- iter
- intrinsics
- iter
- adapters
- traits
- num
- ops
- ptr
- coretests/tests
- std
- src
- bootstrap
- defaults
- src/core
- build_steps
- config
- doc
- rustc-dev-guide/src/tests
- unstable-book/src/language-features
- librustdoc
- clean
- html
- render
- passes
- tools
- clippy
- clippy_lints/src
- attrs
- doc
- functions
- methods
- clippy_utils/src
- ty
- src
- compiletest
- src
- header
- runtest
- miri
- src/bin
- tests/pass/issues
- tidy/src
- tests
- assembly
- codegen
- issues
- simd
- crashes
- debuginfo
- incremental
- mir-opt
- pretty
- run-make
- dirty-incr-due-to-hard-link
- unstable-feature-usage-metrics-incremental
- rustdoc
- auxiliary
- intra-doc
- rustdoc-ui
- doctest
- intra-doc
- ui
- async-await
- async-closures
- issues
- autodiff
- check-cfg
- closures/2229_closure_analysis
- compiletest-self-test
- conditional-compilation
- const-generics/generic_arg_infer
- consts
- min_const_fn
- static-default-lifetime
- coroutine
- debuginfo
- delegation
- deprecation
- diagnostic_namespace/do_not_recommend
- error-codes
- feature-gates
- generic-associated-types
- generic-const-items
- higher-ranked/trait-bounds
- impl-trait
- in-trait
- imports
- invalid-compile-flags
- label
- let-else
- lifetimes
- linkage-attr
- lint
- non-snake-case
- unused
- macros
- mir
- ui-fulldeps
- stable-mir
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
357 files changed
+3352
-1743
lines changed+4-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
44 |
| - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
45 | 48 |
| |
46 | 49 |
| |
47 | 50 |
| |
|
Diff for: Cargo.lock
+2-14
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3217 | 3217 |
| |
3218 | 3218 |
| |
3219 | 3219 |
| |
3220 |
| - | |
3221 |
| - | |
3222 |
| - | |
3223 |
| - | |
3224 |
| - | |
3225 |
| - | |
3226 |
| - | |
3227 |
| - | |
3228 |
| - | |
3229 |
| - | |
3230 |
| - | |
3231 | 3220 |
| |
3232 | 3221 |
| |
3233 | 3222 |
| |
| |||
3599 | 3588 |
| |
3600 | 3589 |
| |
3601 | 3590 |
| |
3602 |
| - | |
| 3591 | + | |
3603 | 3592 |
| |
3604 | 3593 |
| |
3605 | 3594 |
| |
| |||
3945 | 3934 |
| |
3946 | 3935 |
| |
3947 | 3936 |
| |
3948 |
| - | |
3949 | 3937 |
| |
3950 | 3938 |
| |
3951 | 3939 |
| |
| |||
4409 | 4397 |
| |
4410 | 4398 |
| |
4411 | 4399 |
| |
4412 |
| - | |
4413 | 4400 |
| |
4414 | 4401 |
| |
4415 | 4402 |
| |
| |||
4456 | 4443 |
| |
4457 | 4444 |
| |
4458 | 4445 |
| |
| 4446 | + | |
4459 | 4447 |
| |
4460 | 4448 |
| |
4461 | 4449 |
| |
|
Diff for: compiler/rustc_ast/src/expand/mod.rs
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
| 22 | + | |
23 | 23 |
| |
24 | 24 |
|
+8-7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
50 |
| - | |
| 50 | + | |
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
| |||
234 | 234 |
| |
235 | 235 |
| |
236 | 236 |
| |
237 |
| - | |
| 237 | + | |
238 | 238 |
| |
239 | 239 |
| |
| 240 | + | |
240 | 241 |
| |
241 | 242 |
| |
242 |
| - | |
| 243 | + | |
243 | 244 |
| |
244 | 245 |
| |
245 | 246 |
| |
246 | 247 |
| |
247 | 248 |
| |
248 | 249 |
| |
249 | 250 |
| |
250 |
| - | |
| 251 | + | |
251 | 252 |
| |
252 |
| - | |
| 253 | + | |
253 | 254 |
| |
254 | 255 |
| |
255 | 256 |
| |
| |||
273 | 274 |
| |
274 | 275 |
| |
275 | 276 |
| |
276 |
| - | |
| 277 | + | |
277 | 278 |
| |
278 | 279 |
| |
279 | 280 |
| |
| |||
289 | 290 |
| |
290 | 291 |
| |
291 | 292 |
| |
292 |
| - | |
| 293 | + | |
293 | 294 |
| |
294 | 295 |
| |
295 | 296 |
| |
|
Diff for: compiler/rustc_ast_lowering/src/item.rs
+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
645 | 645 |
| |
646 | 646 |
| |
647 | 647 |
| |
648 |
| - | |
| 648 | + | |
649 | 649 |
| |
650 | 650 |
| |
651 | 651 |
| |
| |||
833 | 833 |
| |
834 | 834 |
| |
835 | 835 |
| |
836 |
| - | |
| 836 | + | |
837 | 837 |
| |
838 | 838 |
| |
839 | 839 |
| |
| |||
851 | 851 |
| |
852 | 852 |
| |
853 | 853 |
| |
854 |
| - | |
| 854 | + | |
855 | 855 |
| |
856 | 856 |
| |
857 | 857 |
| |
|
Diff for: compiler/rustc_ast_lowering/src/lib.rs
+5-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1247 | 1247 |
| |
1248 | 1248 |
| |
1249 | 1249 |
| |
1250 |
| - | |
| 1250 | + | |
1251 | 1251 |
| |
1252 | 1252 |
| |
1253 | 1253 |
| |
| |||
1494 | 1494 |
| |
1495 | 1495 |
| |
1496 | 1496 |
| |
1497 |
| - | |
| 1497 | + | |
1498 | 1498 |
| |
1499 | 1499 |
| |
1500 | 1500 |
| |
| |||
2034 | 2034 |
| |
2035 | 2035 |
| |
2036 | 2036 |
| |
2037 |
| - | |
| 2037 | + | |
| 2038 | + | |
| 2039 | + | |
2038 | 2040 |
| |
2039 | 2041 |
| |
2040 | 2042 |
| |
|
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
| 15 | + | |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2500 | 2500 |
| |
2501 | 2501 |
| |
2502 | 2502 |
| |
2503 |
| - | |
2504 |
| - | |
2505 |
| - | |
| 2503 | + | |
| 2504 | + | |
| 2505 | + | |
2506 | 2506 |
| |
2507 |
| - | |
| 2507 | + | |
2508 | 2508 |
| |
2509 | 2509 |
| |
2510 | 2510 |
| |
| |||
3774 | 3774 |
| |
3775 | 3775 |
| |
3776 | 3776 |
| |
3777 |
| - | |
| 3777 | + | |
3778 | 3778 |
| |
3779 | 3779 |
| |
3780 | 3780 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1026 | 1026 |
| |
1027 | 1027 |
| |
1028 | 1028 |
| |
1029 |
| - | |
| 1029 | + | |
1030 | 1030 |
| |
1031 | 1031 |
| |
1032 | 1032 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
234 | 234 |
| |
235 | 235 |
| |
236 | 236 |
| |
237 |
| - | |
| 237 | + | |
238 | 238 |
| |
239 | 239 |
| |
240 | 240 |
| |
|
+12-12
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
| 23 | + | |
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 |
| - | |
| 30 | + | |
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
| |||
95 | 95 |
| |
96 | 96 |
| |
97 | 97 |
| |
98 |
| - | |
| 98 | + | |
99 | 99 |
| |
100 | 100 |
| |
101 | 101 |
| |
| |||
109 | 109 |
| |
110 | 110 |
| |
111 | 111 |
| |
112 |
| - | |
| 112 | + | |
113 | 113 |
| |
114 | 114 |
| |
115 | 115 |
| |
| |||
123 | 123 |
| |
124 | 124 |
| |
125 | 125 |
| |
126 |
| - | |
| 126 | + | |
127 | 127 |
| |
128 | 128 |
| |
129 | 129 |
| |
130 | 130 |
| |
131 |
| - | |
| 131 | + | |
132 | 132 |
| |
133 | 133 |
| |
134 | 134 |
| |
| |||
141 | 141 |
| |
142 | 142 |
| |
143 | 143 |
| |
144 |
| - | |
| 144 | + | |
145 | 145 |
| |
146 | 146 |
| |
147 | 147 |
| |
148 | 148 |
| |
149 |
| - | |
| 149 | + | |
150 | 150 |
| |
151 | 151 |
| |
152 | 152 |
| |
| |||
303 | 303 |
| |
304 | 304 |
| |
305 | 305 |
| |
306 |
| - | |
| 306 | + | |
307 | 307 |
| |
308 | 308 |
| |
309 | 309 |
| |
| |||
327 | 327 |
| |
328 | 328 |
| |
329 | 329 |
| |
330 |
| - | |
| 330 | + | |
331 | 331 |
| |
332 | 332 |
| |
333 | 333 |
| |
| |||
345 | 345 |
| |
346 | 346 |
| |
347 | 347 |
| |
348 |
| - | |
349 |
| - | |
| 348 | + | |
| 349 | + | |
350 | 350 |
| |
351 | 351 |
| |
352 | 352 |
| |
|
0 commit comments