This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree
169 files changed
+949
-524
lines changed- compiler
- rustc_ast/src
- rustc_borrowck
- src
- diagnostics
- type_check
- rustc_hir_analysis
- rustc_hir_typeck/src
- rustc_hir
- src
- rustc_llvm/llvm-wrapper
- rustc_middle/src/middle
- rustc_monomorphize
- src
- rustc_sanitizers
- src
- cfi/typeid
- itanium_cxx_abi
- kcfi/typeid
- rustc_session/src
- rustc_trait_selection
- src
- error_reporting
- infer
- traits
- traits
- library
- alloc/src
- boxed
- ffi
- core
- src
- fmt
- hash
- num
- panic
- unicode
- tests
- std/src
- collections/hash/map
- ffi
- hash
- src/tools
- rustfmt
- src
- tests/target
- unicode-table-generator/src
- tests
- coverage
- auxiliary
- crashes
- ui-fulldeps
- ui
- associated-inherent-types
- async-await/async-fn
- box
- conditional-compilation
- consts
- derives
- feature-gates
- imports
- inference
- internal
- intrinsics
- issues
- layout
- lint
- macros
- never_type
- offset-of
- pin-macro
- proc-macro
- rfcs/rfc-1445-restrict-constants-in-patterns
- specialization
- stability-attribute
- traits
- const-traits/const_derives
- transmutability/malformed-program-gracefulness
- type/pattern_types
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
169 files changed
+949
-524
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3346 | 3346 | | |
3347 | 3347 | | |
3348 | 3348 | | |
| 3349 | + | |
3349 | 3350 | | |
3350 | 3351 | | |
3351 | 3352 | | |
| |||
3359 | 3360 | | |
3360 | 3361 | | |
3361 | 3362 | | |
3362 | | - | |
3363 | 3363 | | |
3364 | 3364 | | |
3365 | 3365 | | |
| |||
3706 | 3706 | | |
3707 | 3707 | | |
3708 | 3708 | | |
| 3709 | + | |
3709 | 3710 | | |
3710 | 3711 | | |
3711 | 3712 | | |
| |||
4131 | 4132 | | |
4132 | 4133 | | |
4133 | 4134 | | |
| 4135 | + | |
4134 | 4136 | | |
4135 | 4137 | | |
4136 | 4138 | | |
| |||
4335 | 4337 | | |
4336 | 4338 | | |
4337 | 4339 | | |
| 4340 | + | |
4338 | 4341 | | |
4339 | 4342 | | |
4340 | 4343 | | |
| |||
4467 | 4470 | | |
4468 | 4471 | | |
4469 | 4472 | | |
| 4473 | + | |
4470 | 4474 | | |
4471 | 4475 | | |
4472 | 4476 | | |
| |||
4483 | 4487 | | |
4484 | 4488 | | |
4485 | 4489 | | |
4486 | | - | |
4487 | 4490 | | |
4488 | 4491 | | |
4489 | 4492 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
414 | 414 | | |
415 | 415 | | |
416 | 416 | | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
417 | 423 | | |
418 | 424 | | |
419 | 425 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
24 | | - | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
24 | | - | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
19 | | - | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1103 | 1103 | | |
1104 | 1104 | | |
1105 | 1105 | | |
1106 | | - | |
| 1106 | + | |
1107 | 1107 | | |
1108 | 1108 | | |
1109 | 1109 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
48 | | - | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
4 | | - | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
43 | | - | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
0 commit comments