File tree
370 files changed
+2473
-1830
lines changed- compiler
- rustc_abi/src
- rustc_ast_lowering/src
- rustc_ast_passes/src
- rustc_attr/src
- rustc_borrowck/src
- diagnostics
- polonius
- region_infer
- type_check
- liveness
- rustc_builtin_macros/src
- rustc_codegen_llvm/src
- back
- llvm
- rustc_codegen_ssa/src
- back
- traits
- rustc_const_eval/src
- const_eval
- interpret
- transform
- check_consts
- rustc_driver_impl/src
- rustc_errors/src
- rustc_expand/src
- mbe
- rustc_feature/src
- rustc_hir_analysis/src
- astconv
- check
- compare_impl_item
- coherence
- collect
- rustc_hir_typeck/src
- fn_ctxt
- method
- rustc_incremental/src/persist
- rustc_infer/src/infer
- canonical
- error_reporting
- lexical_region_resolve
- nll_relate
- opaque_types
- outlives
- rustc_interface/src
- rustc_lint/src
- rustc_lint_defs/src
- rustc_llvm/llvm-wrapper
- rustc_metadata
- src
- rustc_middle/src
- middle
- mir/interpret
- query
- ty
- print
- util
- rustc_mir_build/src
- build/expr
- thir
- pattern
- rustc_mir_transform/src
- rustc_parse/src
- lexer
- parser
- rustc_passes/src
- rustc_privacy/src
- rustc_query_system/src
- dep_graph
- query
- rustc_resolve
- src
- rustc_session/src
- rustc_smir/src/rustc_smir/convert
- rustc_span/src
- rustc_trait_selection/src
- solve/project_goals
- traits
- error_reporting
- query
- type_op
- select
- specialize
- rustc_ty_utils/src
- stable_mir/src/mir
- library/std/src/fs
- src
- bootstrap/src
- core
- config
- utils
- doc/unstable-book/src/language-features
- librustdoc/html
- render
- static
- css
- js
- templates
- tools
- clippy
- src
- tests
- ui
- compiletest/src
- miri/src
- rust-analyzer/crates
- hir-def/src/attr
- hir-ty/src
- tests
- assembly
- codegen
- coverage
- incremental
- run-make
- no-builtins-lto
- pass-linker-flags
- pass-linker-flags-flavor
- pass-linker-flags-from-dep
- valid-print-requests
- wasm-builtins-import
- rustdoc
- notable-trait
- rustdoc-gui
- rustdoc-js-std
- rustdoc-ui
- error-in-impl-trait
- ui
- associated-consts
- associated-item
- const-generics
- defaults
- early
- generic_const_exprs
- issues
- min_const_generics
- consts
- const-eval
- error-codes
- feature-gates
- generic-associated-types/bugs
- generics
- impl-trait
- imports
- intrinsics
- issues
- lifetimes
- mismatched_types
- native-library-link-flags
- nll/polonius
- privacy
- proc-macro
- resolve
- rfcs/rfc-3348-c-string-literals
- suggestions
- traits
- treat-err-as-bug
- type-alias-impl-trait
- type-inference
- typeck
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
370 files changed
+2473
-1830
lines changedLines changed: 27 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
509 | 509 |
| |
510 | 510 |
| |
511 | 511 |
| |
512 |
| - | |
| 512 | + | |
513 | 513 |
| |
514 |
| - | |
| 514 | + | |
515 | 515 |
| |
516 | 516 |
| |
517 | 517 |
| |
| |||
580 | 580 |
| |
581 | 581 |
| |
582 | 582 |
| |
583 |
| - | |
| 583 | + | |
584 | 584 |
| |
585 | 585 |
| |
586 | 586 |
| |
| |||
2340 | 2340 |
| |
2341 | 2341 |
| |
2342 | 2342 |
| |
2343 |
| - | |
| 2343 | + | |
2344 | 2344 |
| |
2345 |
| - | |
| 2345 | + | |
2346 | 2346 |
| |
2347 | 2347 |
| |
2348 | 2348 |
| |
| |||
2355 | 2355 |
| |
2356 | 2356 |
| |
2357 | 2357 |
| |
2358 |
| - | |
| 2358 | + | |
| 2359 | + | |
2359 | 2360 |
| |
2360 | 2361 |
| |
2361 | 2362 |
| |
| |||
2544 | 2545 |
| |
2545 | 2546 |
| |
2546 | 2547 |
| |
| 2548 | + | |
| 2549 | + | |
| 2550 | + | |
| 2551 | + | |
| 2552 | + | |
| 2553 | + | |
| 2554 | + | |
| 2555 | + | |
| 2556 | + | |
2547 | 2557 |
| |
2548 | 2558 |
| |
2549 | 2559 |
| |
| |||
2631 | 2641 |
| |
2632 | 2642 |
| |
2633 | 2643 |
| |
| 2644 | + | |
| 2645 | + | |
| 2646 | + | |
| 2647 | + | |
| 2648 | + | |
| 2649 | + | |
| 2650 | + | |
| 2651 | + | |
| 2652 | + | |
| 2653 | + | |
| 2654 | + | |
2634 | 2655 |
| |
2635 | 2656 |
| |
2636 | 2657 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
| 17 | + | |
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
| |||
792 | 792 |
| |
793 | 793 |
| |
794 | 794 |
| |
795 |
| - | |
| 795 | + | |
796 | 796 |
| |
797 | 797 |
| |
798 | 798 |
| |
| |||
1038 | 1038 |
| |
1039 | 1039 |
| |
1040 | 1040 |
| |
1041 |
| - | |
| 1041 | + | |
1042 | 1042 |
| |
1043 | 1043 |
| |
1044 | 1044 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
327 | 327 |
| |
328 | 328 |
| |
329 | 329 |
| |
330 |
| - | |
| 330 | + | |
331 | 331 |
| |
332 | 332 |
| |
333 | 333 |
| |
| |||
799 | 799 |
| |
800 | 800 |
| |
801 | 801 |
| |
802 |
| - | |
| 802 | + | |
803 | 803 |
| |
804 | 804 |
| |
805 | 805 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
267 | 267 |
| |
268 | 268 |
| |
269 | 269 |
| |
270 |
| - | |
| 270 | + | |
271 | 271 |
| |
272 | 272 |
| |
273 | 273 |
| |
| |||
306 | 306 |
| |
307 | 307 |
| |
308 | 308 |
| |
309 |
| - | |
| 309 | + | |
310 | 310 |
| |
311 | 311 |
| |
312 | 312 |
| |
|
Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
256 | 256 |
| |
257 | 257 |
| |
258 | 258 |
| |
259 |
| - | |
| 259 | + | |
260 | 260 |
| |
261 | 261 |
| |
262 | 262 |
| |
| |||
863 | 863 |
| |
864 | 864 |
| |
865 | 865 |
| |
866 |
| - | |
| 866 | + | |
867 | 867 |
| |
868 | 868 |
| |
869 | 869 |
| |
| |||
996 | 996 |
| |
997 | 997 |
| |
998 | 998 |
| |
999 |
| - | |
| 999 | + | |
1000 | 1000 |
| |
1001 | 1001 |
| |
1002 | 1002 |
| |
| |||
1006 | 1006 |
| |
1007 | 1007 |
| |
1008 | 1008 |
| |
1009 |
| - | |
| 1009 | + | |
1010 | 1010 |
| |
1011 | 1011 |
| |
1012 | 1012 |
| |
|
Lines changed: 8 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
57 |
| - | |
| 57 | + | |
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
| |||
763 | 763 |
| |
764 | 764 |
| |
765 | 765 |
| |
766 |
| - | |
767 |
| - | |
768 |
| - | |
769 |
| - | |
770 | 766 |
| |
771 | 767 |
| |
772 | 768 |
| |
| |||
1326 | 1322 |
| |
1327 | 1323 |
| |
1328 | 1324 |
| |
1329 |
| - | |
| 1325 | + | |
1330 | 1326 |
| |
1331 | 1327 |
| |
1332 | 1328 |
| |
| |||
1510 | 1506 |
| |
1511 | 1507 |
| |
1512 | 1508 |
| |
1513 |
| - | |
| 1509 | + | |
1514 | 1510 |
| |
1515 | 1511 |
| |
1516 | 1512 |
| |
| |||
1653 | 1649 |
| |
1654 | 1650 |
| |
1655 | 1651 |
| |
1656 |
| - | |
| 1652 | + | |
1657 | 1653 |
| |
1658 | 1654 |
| |
1659 | 1655 |
| |
| |||
2515 | 2511 |
| |
2516 | 2512 |
| |
2517 | 2513 |
| |
2518 |
| - | |
2519 |
| - | |
2520 |
| - | |
| 2514 | + | |
| 2515 | + | |
| 2516 | + | |
| 2517 | + | |
2521 | 2518 |
| |
2522 | 2519 |
| |
2523 | 2520 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
139 | 139 |
| |
140 | 140 |
| |
141 | 141 |
| |
142 |
| - | |
| 142 | + | |
143 | 143 |
| |
144 | 144 |
| |
145 | 145 |
| |
|
Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
102 | 102 |
| |
103 | 103 |
| |
104 | 104 |
| |
105 |
| - | |
| 105 | + | |
106 | 106 |
| |
107 | 107 |
| |
108 | 108 |
| |
| |||
515 | 515 |
| |
516 | 516 |
| |
517 | 517 |
| |
518 |
| - | |
519 | 518 |
| |
520 | 519 |
| |
521 | 520 |
| |
| |||
628 | 627 |
| |
629 | 628 |
| |
630 | 629 |
| |
631 |
| - | |
| 630 | + | |
632 | 631 |
| |
633 | 632 |
| |
634 | 633 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
945 | 945 |
| |
946 | 946 |
| |
947 | 947 |
| |
948 |
| - | |
| 948 | + | |
949 | 949 |
| |
950 | 950 |
| |
951 | 951 |
| |
| |||
1060 | 1060 |
| |
1061 | 1061 |
| |
1062 | 1062 |
| |
1063 |
| - | |
| 1063 | + | |
1064 | 1064 |
| |
1065 |
| - | |
| 1065 | + | |
1066 | 1066 |
| |
1067 | 1067 |
| |
1068 | 1068 |
| |
|
0 commit comments