File tree
857 files changed
+11782
-4211
lines changed- compiler
- rustc_ast/src
- util
- rustc_ast_lowering/src
- rustc_ast_passes
- src
- rustc_borrowck/src
- type_check
- rustc_codegen_cranelift
- .github/workflows
- build_system
- docs
- example
- scripts
- src
- intrinsics
- rustc_codegen_gcc
- rustc_codegen_llvm/src
- coverageinfo
- rustc_codegen_ssa/src/mir
- rustc_const_eval/src
- interpret
- transform
- check_consts
- rustc_data_structures/src/graph/dominators
- rustc_errors/src
- rustc_expand/src/mbe
- rustc_feature/src
- rustc_hir/src
- rustc_hir_analysis/src
- check
- collect
- hir_ty_lowering
- rustc_hir_typeck
- src
- fn_ctxt
- method
- rustc_incremental/src/persist
- rustc_index/src
- rustc_index_macros/src
- rustc_infer/src
- infer
- traits
- rustc_lint_defs/src
- rustc_llvm/llvm-wrapper
- rustc_middle/src
- dep_graph
- hir
- map
- infer
- mir
- interpret
- query
- traits
- solve
- inspect
- ty
- consts
- print
- rustc_mir_build/src
- build
- custom
- expr
- matches
- thir
- cx
- pattern
- rustc_mir_dataflow/src
- rustc_mir_transform/src
- coroutine
- coverage
- inline
- rustc_parse/src
- lexer
- parser
- rustc_parse_format/src
- rustc_pattern_analysis/src
- rustc_query_system/src/dep_graph
- rustc_resolve/src
- rustc_smir/src/rustc_smir/convert
- rustc_span/src
- source_map
- rustc_symbol_mangling/src
- typeid
- rustc_target/src/abi/call
- rustc_trait_selection/src
- solve
- assembly
- eval_ctxt
- inspect
- normalizes_to
- traits
- error_reporting
- query/type_op
- select
- specialize
- rustc_ty_utils/src
- rustc_type_ir/src
- stable_mir/src/mir
- library
- alloc
- benches
- src
- core
- src
- fmt
- intrinsics
- ptr
- tests
- portable-simd/crates/core_simd
- src/simd/ptr
- tests
- proc_macro/src
- std/src
- sys/pal
- hermit
- itron
- unix
- windows
- src
- bootstrap
- src
- core
- build_steps
- builder
- config
- utils
- ci
- docker/host-x86_64/x86_64-gnu-tools
- scripts
- doc
- rustc/src/platform-support
- rustdoc/src
- unstable-book/src/compiler-flags
- etc/completions
- librustdoc
- clean
- html/static/css
- tools
- clippy
- book/src
- development
- clippy_config/src
- clippy_dev/src
- clippy_lints/src
- attrs
- cargo
- casts
- functions
- loops
- matches
- methods
- misc_early
- operators
- transmute
- types
- unit_types
- utils
- internal_lints
- clippy_utils/src
- mir
- lintcheck/src
- tests
- ui
- author
- auxiliary
- crashes
- missing_const_for_fn
- mixed_attributes_style
- auxiliary
- ui-toml
- absolute_paths
- large_stack_frames
- compiletest/src
- miri
- cargo-miri/src
- src
- alloc_addresses
- shims/intrinsics
- tests
- fail
- provenance
- stacked_borrows
- pass
- stacked-borrows
- run-make-support/src
- tidy/src
- tests
- auxiliary
- codegen
- cffi
- sanitizer/cfi
- mir-opt
- building/match
- const_prop
- dead-store-elimination
- run-make
- arguments-non-c-like-enum
- hir-tree
- issue-7349
- rustdoc-gui
- ui
- abi/extern
- async-await
- async-closures
- closures
- coercion
- coherence
- const-generics
- generic_const_exprs
- extern
- feature-gates
- fn
- generic-associated-types
- higher-ranked
- leak-check
- trait-bounds
- impl-trait
- in-trait
- implied-bounds
- issues
- layout
- lint
- loops
- match
- postfix-match
- methods
- mir
- mismatched_types
- nll
- parser
- pattern/usefulness
- privacy
- proc-macro
- auxiliary/api
- resolve
- sanitizer
- self
- simd/intrinsic
- specialization/min_specialization
- static
- traits/trait-upcasting
- unpretty
- wf
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
857 files changed
+11782
-4211
lines changed-14
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
593 | 593 |
| |
594 | 594 |
| |
595 | 595 |
| |
596 |
| - | |
597 | 596 |
| |
598 | 597 |
| |
599 | 598 |
| |
| |||
5508 | 5507 |
| |
5509 | 5508 |
| |
5510 | 5509 |
| |
5511 |
| - | |
5512 |
| - | |
5513 |
| - | |
5514 |
| - | |
5515 |
| - | |
5516 |
| - | |
5517 |
| - | |
5518 |
| - | |
5519 |
| - | |
5520 |
| - | |
5521 |
| - | |
5522 |
| - | |
5523 |
| - | |
5524 | 5510 |
| |
5525 | 5511 |
| |
5526 | 5512 |
| |
|
+24-15
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 |
| - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
4 | 12 |
| |
5 | 13 |
| |
6 | 14 |
| |
7 | 15 |
| |
8 | 16 |
| |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
9 | 23 |
| |
10 |
| - | |
11 |
| - | |
12 |
| - | |
| 24 | + | |
13 | 25 |
| |
14 |
| - | |
15 |
| - | |
| 26 | + | |
16 | 27 |
| |
17 |
| - | |
18 |
| - | |
19 |
| - | |
20 |
| - | |
21 |
| - | |
22 |
| - | |
| 28 | + | |
23 | 29 |
| |
24 |
| - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
25 | 34 |
| |
26 | 35 |
| |
27 | 36 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1276 | 1276 |
| |
1277 | 1277 |
| |
1278 | 1278 |
| |
1279 |
| - | |
| 1279 | + | |
| 1280 | + | |
1280 | 1281 |
| |
1281 | 1282 |
| |
1282 | 1283 |
| |
| |||
2483 | 2484 |
| |
2484 | 2485 |
| |
2485 | 2486 |
| |
| 2487 | + | |
| 2488 | + | |
| 2489 | + | |
| 2490 | + | |
| 2491 | + | |
| 2492 | + | |
| 2493 | + | |
| 2494 | + | |
2486 | 2495 |
| |
2487 | 2496 |
| |
2488 | 2497 |
| |
| |||
3341 | 3350 |
| |
3342 | 3351 |
| |
3343 | 3352 |
| |
3344 |
| - | |
| 3353 | + | |
3345 | 3354 |
| |
3346 | 3355 |
| |
3347 | 3356 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
12 |
| - | |
13 |
| - | |
14 |
| - | |
15 | 11 |
| |
16 | 12 |
| |
17 | 13 |
| |
18 | 14 |
| |
19 |
| - | |
20 |
| - | |
21 |
| - | |
22 |
| - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
23 | 19 |
| |
24 | 20 |
| |
25 | 21 |
| |
| |||
29 | 25 |
| |
30 | 26 |
| |
31 | 27 |
| |
| 28 | + | |
| 29 | + | |
32 | 30 |
| |
33 | 31 |
| |
34 | 32 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1021 | 1021 |
| |
1022 | 1022 |
| |
1023 | 1023 |
| |
1024 |
| - | |
| 1024 | + | |
1025 | 1025 |
| |
1026 | 1026 |
| |
1027 | 1027 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
768 | 768 |
| |
769 | 769 |
| |
770 | 770 |
| |
771 |
| - | |
| 771 | + | |
772 | 772 |
| |
773 | 773 |
| |
774 | 774 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
281 | 281 |
| |
282 | 282 |
| |
283 | 283 |
| |
| 284 | + | |
284 | 285 |
| |
285 | 286 |
| |
286 | 287 |
| |
| |||
334 | 335 |
| |
335 | 336 |
| |
336 | 337 |
| |
337 |
| - | |
| 338 | + | |
| 339 | + | |
338 | 340 |
| |
339 | 341 |
| |
340 | 342 |
| |
| |||
390 | 392 |
| |
391 | 393 |
| |
392 | 394 |
| |
393 |
| - | |
| 395 | + | |
| 396 | + | |
394 | 397 |
| |
395 | 398 |
| |
396 | 399 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
| 22 | + | |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 |
| - | |
35 |
| - | |
| 34 | + | |
36 | 35 |
| |
37 | 36 |
| |
38 | 37 |
| |
39 | 38 |
| |
40 |
| - | |
| 39 | + | |
41 | 40 |
| |
42 | 41 |
| |
43 | 42 |
| |
44 |
| - | |
| 43 | + | |
45 | 44 |
| |
46 | 45 |
| |
47 | 46 |
| |
| |||
112 | 111 |
| |
113 | 112 |
| |
114 | 113 |
| |
115 |
| - | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
116 | 117 |
| |
117 | 118 |
| |
118 | 119 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| |||
563 | 563 |
| |
564 | 564 |
| |
565 | 565 |
| |
566 |
| - | |
| 566 | + | |
567 | 567 |
| |
568 | 568 |
| |
569 | 569 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
157 | 157 |
| |
158 | 158 |
| |
159 | 159 |
| |
160 |
| - | |
| 160 | + | |
161 | 161 |
| |
162 | 162 |
| |
163 | 163 |
| |
| |||
583 | 583 |
| |
584 | 584 |
| |
585 | 585 |
| |
586 |
| - | |
| 586 | + | |
587 | 587 |
| |
588 | 588 |
| |
589 | 589 |
| |
| |||
677 | 677 |
| |
678 | 678 |
| |
679 | 679 |
| |
680 |
| - | |
| 680 | + | |
681 | 681 |
| |
682 | 682 |
| |
683 | 683 |
| |
| |||
696 | 696 |
| |
697 | 697 |
| |
698 | 698 |
| |
699 |
| - | |
| 699 | + | |
700 | 700 |
| |
701 | 701 |
| |
702 | 702 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
68 | 68 |
| |
69 | 69 |
| |
70 | 70 |
| |
71 |
| - | |
| 71 | + | |
72 | 72 |
| |
73 | 73 |
| |
74 | 74 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
514 | 514 |
| |
515 | 515 |
| |
516 | 516 |
| |
517 |
| - | |
518 |
| - | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
519 | 523 |
| |
520 |
| - | |
| 524 | + | |
521 | 525 |
| |
522 |
| - | |
523 | 526 |
| |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
524 | 543 |
| |
525 | 544 |
| |
526 | 545 |
| |
| |||
1145 | 1164 |
| |
1146 | 1165 |
| |
1147 | 1166 |
| |
1148 |
| - | |
| 1167 | + | |
1149 | 1168 |
| |
1150 | 1169 |
| |
1151 | 1170 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
270 | 270 |
| |
271 | 271 |
| |
272 | 272 |
| |
| 273 | + | |
273 | 274 |
| |
274 | 275 |
| |
275 | 276 |
| |
276 |
| - | |
277 |
| - | |
278 | 277 |
| |
279 | 278 |
| |
280 | 279 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
159 | 159 |
| |
160 | 160 |
| |
161 | 161 |
| |
162 |
| - | |
| 162 | + | |
163 | 163 |
| |
164 | 164 |
| |
165 | 165 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2261 | 2261 |
| |
2262 | 2262 |
| |
2263 | 2263 |
| |
2264 |
| - | |
| 2264 | + | |
2265 | 2265 |
| |
2266 | 2266 |
| |
2267 | 2267 |
| |
| |||
2271 | 2271 |
| |
2272 | 2272 |
| |
2273 | 2273 |
| |
2274 |
| - | |
| 2274 | + | |
2275 | 2275 |
| |
2276 | 2276 |
| |
2277 | 2277 |
| |
|
0 commit comments