File tree
368 files changed
+1233
-1114
lines changed- compiler
- rustc_ast_lowering/src
- rustc_error_codes/src/error_codes
- rustc_lint/src
- rustc_lint_defs
- src
- rustc_llvm/src
- library
- core/src/sync
- std/src
- ffi
- sys/unix
- src
- doc/unstable-book/src/language-features
- test
- codegen
- riscv-abi
- debuginfo
- incremental
- hashes
- run-make
- issue-36710
- wasm-import-module
- run-make-fulldeps
- archive-duplicate-names
- c-dynamic-dylib
- c-dynamic-rlib
- c-static-dylib
- c-static-rlib
- cdylib
- cdylib-dylib-linkage
- cdylib-fewer-symbols
- compiler-lookup-paths
- compiler-rt-works-on-mingw
- cross-lang-lto-upstream-rlibs
- extern-fn-generic
- extern-fn-mangle
- extern-fn-struct-passing-abi
- extern-fn-with-extern-types
- extern-fn-with-packed-struct
- extern-fn-with-union
- glibc-staticlib-args
- interdependent-c-libraries
- issue-14500
- issue-15460
- issue-25581
- issue-28595
- link-cfg
- link-path-order
- linkage-attr-on-static
- long-linker-command-lines
- longjmp-across-rust
- lto-no-link-whole-rlib
- manual-link
- no-duplicate-libs
- sanitizer-cdylib-link
- sanitizer-dylib-link
- sanitizer-staticlib-link
- save-analysis-fail
- static-dylib-by-default
- static-nobundle
- staticlib-blank-lib
- std-core-cycle
- target-specs
- run-pass-valgrind
- rustdoc
- auxiliary
- inline_local
- rustdoc-ui
- coverage
- ui
- abi
- auxiliary
- consts/auxiliary
- cross-crate/auxiliary
- extern
- auxiliary
- foreign
- auxiliary
- issues
- mir
- statics
- struct-enums
- attributes
- auxiliary
- bad
- c-variadic
- cfg
- consts
- auxiliary
- const-eval
- const-extern-fn
- cross-crate/auxiliary
- duplicate
- empty
- error-codes
- extern
- auxiliary
- feature-gates
- foreign
- functions-closures
- auxiliary
- generics
- hashmap
- imports
- issues
- auxiliary
- issue-18804/auxiliary
- linkage-attr
- auxiliary
- lint
- dead-code
- macros
- mir
- mismatched_types
- panic-runtime/auxiliary
- ui-fulldeps
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
368 files changed
+1233
-1114
lines changedDiff for: Cargo.lock
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3896 | 3896 |
| |
3897 | 3897 |
| |
3898 | 3898 |
| |
| 3899 | + | |
3899 | 3900 |
| |
3900 | 3901 |
| |
3901 | 3902 |
| |
|
Diff for: compiler/rustc_ast_lowering/src/item.rs
+24-14
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
310 | 310 |
| |
311 | 311 |
| |
312 | 312 |
| |
313 |
| - | |
| 313 | + | |
314 | 314 |
| |
315 | 315 |
| |
316 | 316 |
| |
317 | 317 |
| |
318 | 318 |
| |
319 | 319 |
| |
320 |
| - | |
321 |
| - | |
322 |
| - | |
323 |
| - | |
324 |
| - | |
325 |
| - | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
326 | 331 |
| |
327 | 332 |
| |
328 | 333 |
| |
| |||
801 | 806 |
| |
802 | 807 |
| |
803 | 808 |
| |
804 |
| - | |
| 809 | + | |
805 | 810 |
| |
806 | 811 |
| |
807 | 812 |
| |
808 | 813 |
| |
809 | 814 |
| |
810 |
| - | |
| 815 | + | |
811 | 816 |
| |
812 | 817 |
| |
813 | 818 |
| |
| |||
877 | 882 |
| |
878 | 883 |
| |
879 | 884 |
| |
| 885 | + | |
880 | 886 |
| |
881 | 887 |
| |
882 | 888 |
| |
| |||
1270 | 1276 |
| |
1271 | 1277 |
| |
1272 | 1278 |
| |
| 1279 | + | |
1273 | 1280 |
| |
1274 |
| - | |
| 1281 | + | |
1275 | 1282 |
| |
1276 | 1283 |
| |
1277 | 1284 |
| |
| |||
1288 | 1295 |
| |
1289 | 1296 |
| |
1290 | 1297 |
| |
1291 |
| - | |
| 1298 | + | |
1292 | 1299 |
| |
1293 | 1300 |
| |
1294 | 1301 |
| |
1295 | 1302 |
| |
1296 |
| - | |
| 1303 | + | |
1297 | 1304 |
| |
1298 | 1305 |
| |
1299 | 1306 |
| |
| |||
1304 | 1311 |
| |
1305 | 1312 |
| |
1306 | 1313 |
| |
1307 |
| - | |
| 1314 | + | |
1308 | 1315 |
| |
1309 | 1316 |
| |
1310 |
| - | |
| 1317 | + | |
| 1318 | + | |
| 1319 | + | |
| 1320 | + | |
1311 | 1321 |
| |
1312 | 1322 |
| |
1313 | 1323 |
| |
|
Diff for: compiler/rustc_ast_lowering/src/lib.rs
+25-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
| 56 | + | |
| 57 | + | |
57 | 58 |
| |
58 | 59 |
| |
59 | 60 |
| |
60 | 61 |
| |
61 | 62 |
| |
62 | 63 |
| |
| 64 | + | |
63 | 65 |
| |
64 | 66 |
| |
65 | 67 |
| |
| |||
1288 | 1290 |
| |
1289 | 1291 |
| |
1290 | 1292 |
| |
| 1293 | + | |
1291 | 1294 |
| |
1292 | 1295 |
| |
1293 | 1296 |
| |
1294 | 1297 |
| |
1295 | 1298 |
| |
1296 | 1299 |
| |
1297 | 1300 |
| |
1298 |
| - | |
| 1301 | + | |
1299 | 1302 |
| |
1300 | 1303 |
| |
1301 | 1304 |
| |
| |||
2777 | 2780 |
| |
2778 | 2781 |
| |
2779 | 2782 |
| |
| 2783 | + | |
| 2784 | + | |
| 2785 | + | |
| 2786 | + | |
| 2787 | + | |
| 2788 | + | |
| 2789 | + | |
| 2790 | + | |
| 2791 | + | |
| 2792 | + | |
| 2793 | + | |
| 2794 | + | |
| 2795 | + | |
| 2796 | + | |
| 2797 | + | |
| 2798 | + | |
| 2799 | + | |
| 2800 | + | |
| 2801 | + | |
| 2802 | + | |
2780 | 2803 |
| |
2781 | 2804 |
| |
2782 | 2805 |
| |
|
+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
14 |
| - | |
| 13 | + | |
| 14 | + | |
15 | 15 |
|
+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 |
| - | |
| 28 | + | |
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
|
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
|
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
| 15 | + | |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
|
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
|
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
| 24 | + | |
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
| 21 | + | |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
|
Diff for: compiler/rustc_lint/src/context.rs
+4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
600 | 600 |
| |
601 | 601 |
| |
602 | 602 |
| |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
603 | 607 |
| |
604 | 608 |
| |
605 | 609 |
| |
|
Diff for: compiler/rustc_lint_defs/Cargo.toml
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| 14 | + |
Diff for: compiler/rustc_lint_defs/src/builtin.rs
+26
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2917 | 2917 |
| |
2918 | 2918 |
| |
2919 | 2919 |
| |
| 2920 | + | |
2920 | 2921 |
| |
2921 | 2922 |
| |
2922 | 2923 |
| |
| |||
2944 | 2945 |
| |
2945 | 2946 |
| |
2946 | 2947 |
| |
| 2948 | + | |
| 2949 | + | |
| 2950 | + | |
| 2951 | + | |
| 2952 | + | |
| 2953 | + | |
| 2954 | + | |
| 2955 | + | |
| 2956 | + | |
| 2957 | + | |
| 2958 | + | |
| 2959 | + | |
| 2960 | + | |
| 2961 | + | |
| 2962 | + | |
| 2963 | + | |
| 2964 | + | |
| 2965 | + | |
| 2966 | + | |
| 2967 | + | |
| 2968 | + | |
| 2969 | + | |
| 2970 | + | |
| 2971 | + | |
| 2972 | + |
Diff for: compiler/rustc_lint_defs/src/lib.rs
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
| |||
252 | 253 |
| |
253 | 254 |
| |
254 | 255 |
| |
| 256 | + | |
255 | 257 |
| |
256 | 258 |
| |
257 | 259 |
| |
|
Diff for: compiler/rustc_llvm/src/lib.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
41 |
| - | |
| 41 | + | |
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
|
0 commit comments