File tree
244 files changed
+807
-618
lines changed- compiler
- rustc_ast_lowering/src
- rustc_ast_passes/src
- rustc_borrowck/src
- diagnostics
- rustc_codegen_cranelift/src
- driver
- rustc_const_eval/src/check_consts
- rustc_hir_analysis/src
- collect
- hir_ty_lowering
- rustc_hir_typeck/src
- fn_ctxt
- method
- rustc_lint
- src
- rustc_metadata/src
- rmeta
- rustc_middle/src/ty
- rustc_parse/src/parser
- rustc_resolve/src
- late
- rustc_session/src
- rustc_span/src
- rustc_trait_selection/src/traits
- library
- alloc/src
- core
- src
- alloc
- intrinsics
- mem
- task
- tests
- src
- bootstrap/src/core/builder
- doc/unstable-book/src/compiler-flags
- tools/miri/tests/pass
- issues
- tests
- coverage
- auxiliary
- crashes
- mir-opt
- run-make/missing-unstable-trait-bound
- rustdoc-ui
- issues
- synthetic-auto-trait-impls
- ui
- associated-types
- async-await
- async-closures
- auxiliary
- async-fn/auxiliary
- in-trait
- auto-traits
- binop
- borrowck
- builtin-superkinds
- closures
- coherence/fuzzing
- const-generics
- generic_arg_infer
- issues
- consts
- coroutine
- drop
- dropck
- dyn-star
- error-codes
- errors
- trait-bound-error-spans
- traits
- generic-associated-types
- higher-ranked
- trait-bounds
- normalize-under-binder
- impl-trait
- in-trait
- issues
- kindck
- layout
- lazy-type-alias
- methods
- mir/validate
- missing-trait-bounds
- moves
- regions
- resolve
- sanitizer/cfi
- specialization
- defaultimpl
- min_specialization
- suggestions
- trait-bounds
- traits
- alias
- bound
- const-traits
- inductive-overflow
- inheritance
- next-solver
- diagnostics
- typeck
- tuple
- type
- type-check
- type-alias
- type-alias-impl-trait
- typeck
- union
- unop
- wf
- where-clauses
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
244 files changed
+807
-618
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2011 | 2011 |
| |
2012 | 2012 |
| |
2013 | 2013 |
| |
2014 |
| - | |
| 2014 | + | |
| 2015 | + | |
2015 | 2016 |
| |
2016 | 2017 |
| |
2017 | 2018 |
| |
|
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 |
| |
| |||
690 | 690 |
| |
691 | 691 |
| |
692 | 692 |
| |
| 693 | + | |
693 | 694 |
| |
694 | 695 |
| |
695 | 696 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1450 | 1450 |
| |
1451 | 1451 |
| |
1452 | 1452 |
| |
| 1453 | + | |
1453 | 1454 |
| |
1454 | 1455 |
| |
1455 | 1456 |
| |
| |||
1463 | 1464 |
| |
1464 | 1465 |
| |
1465 | 1466 |
| |
1466 |
| - | |
1467 |
| - | |
1468 |
| - | |
| 1467 | + | |
| 1468 | + | |
| 1469 | + | |
1469 | 1470 |
| |
1470 | 1471 |
| |
1471 | 1472 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
| 36 | + | |
36 | 37 |
| |
37 |
| - | |
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
| |||
524 | 524 |
| |
525 | 525 |
| |
526 | 526 |
| |
527 |
| - | |
| 527 | + | |
528 | 528 |
| |
529 | 529 |
| |
530 | 530 |
| |
| |||
540 | 540 |
| |
541 | 541 |
| |
542 | 542 |
| |
543 |
| - | |
544 |
| - | |
545 |
| - | |
546 |
| - | |
| 543 | + | |
| 544 | + | |
547 | 545 |
| |
548 | 546 |
| |
549 | 547 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
77 |
| - | |
| 77 | + | |
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
| |||
276 | 276 |
| |
277 | 277 |
| |
278 | 278 |
| |
279 |
| - | |
280 |
| - | |
281 |
| - | |
282 |
| - | |
283 |
| - | |
284 |
| - | |
| 279 | + | |
285 | 280 |
| |
286 | 281 |
| |
287 | 282 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
189 | 189 |
| |
190 | 190 |
| |
191 | 191 |
| |
192 |
| - | |
| 192 | + | |
193 | 193 |
| |
194 | 194 |
| |
195 | 195 |
| |
196 | 196 |
| |
197 | 197 |
| |
198 |
| - | |
199 |
| - | |
200 |
| - | |
201 |
| - | |
202 |
| - | |
203 |
| - | |
| 198 | + | |
204 | 199 |
| |
205 | 200 |
| |
206 | 201 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
140 | 140 |
| |
141 | 141 |
| |
142 | 142 |
| |
143 |
| - | |
| 143 | + | |
144 | 144 |
| |
145 | 145 |
| |
146 | 146 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
419 | 419 |
| |
420 | 420 |
| |
421 | 421 |
| |
422 |
| - | |
| 422 | + | |
423 | 423 |
| |
424 | 424 |
| |
425 | 425 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
279 | 279 |
| |
280 | 280 |
| |
281 | 281 |
| |
282 |
| - | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
283 | 289 |
| |
284 | 290 |
| |
285 | 291 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
307 | 307 |
| |
308 | 308 |
| |
309 | 309 |
| |
310 |
| - | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
311 | 315 |
| |
312 | 316 |
| |
313 | 317 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
664 | 664 |
| |
665 | 665 |
| |
666 | 666 |
| |
667 |
| - | |
| 667 | + | |
668 | 668 |
| |
669 | 669 |
| |
670 | 670 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
775 | 775 |
| |
776 | 776 |
| |
777 | 777 |
| |
| 778 | + | |
| 779 | + | |
| 780 | + | |
778 | 781 |
| |
779 | 782 |
| |
780 | 783 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
103 | 103 |
| |
104 | 104 |
| |
105 | 105 |
| |
106 |
| - | |
107 |
| - | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
108 | 111 |
| |
109 | 112 |
| |
110 | 113 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
21 |
| - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
22 | 23 |
| |
23 | 24 |
| |
24 | 25 |
| |
| |||
650 | 651 |
| |
651 | 652 |
| |
652 | 653 |
| |
| 654 | + | |
| 655 | + | |
| 656 | + | |
| 657 | + | |
| 658 | + | |
| 659 | + | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
| 665 | + | |
| 666 | + | |
| 667 | + | |
| 668 | + | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
| 672 | + | |
| 673 | + | |
| 674 | + | |
| 675 | + | |
| 676 | + | |
| 677 | + | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
| 681 | + | |
| 682 | + | |
| 683 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
614 | 614 |
| |
615 | 615 |
| |
616 | 616 |
| |
| 617 | + | |
| 618 | + | |
617 | 619 |
| |
618 | 620 |
| |
619 | 621 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
907 | 907 |
| |
908 | 908 |
| |
909 | 909 |
| |
| 910 | + | |
| 911 | + | |
| 912 | + | |
| 913 | + | |
| 914 | + | |
910 | 915 |
| |
911 | 916 |
| |
912 | 917 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1563 | 1563 |
| |
1564 | 1564 |
| |
1565 | 1565 |
| |
1566 |
| - | |
| 1566 | + | |
1567 | 1567 |
| |
1568 | 1568 |
| |
1569 | 1569 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
861 | 861 |
| |
862 | 862 |
| |
863 | 863 |
| |
864 |
| - | |
865 |
| - | |
| 864 | + | |
| 865 | + | |
| 866 | + | |
| 867 | + | |
866 | 868 |
| |
867 | 869 |
| |
868 | 870 |
| |
| |||
876 | 878 |
| |
877 | 879 |
| |
878 | 880 |
| |
879 |
| - | |
880 |
| - | |
| 881 | + | |
881 | 882 |
| |
882 | 883 |
| |
883 | 884 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
872 | 872 |
| |
873 | 873 |
| |
874 | 874 |
| |
| 875 | + | |
875 | 876 |
| |
876 | 877 |
| |
877 | 878 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1389 | 1389 |
| |
1390 | 1390 |
| |
1391 | 1391 |
| |
1392 |
| - | |
1393 |
| - | |
1394 |
| - | |
1395 |
| - | |
| 1392 | + | |
| 1393 | + | |
| 1394 | + | |
| 1395 | + | |
| 1396 | + | |
| 1397 | + | |
| 1398 | + | |
| 1399 | + | |
1396 | 1400 |
| |
1397 | 1401 |
| |
1398 | 1402 |
| |
|
0 commit comments