This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree
116 files changed
+1241
-278
lines changed- compiler
- rustc_attr/src
- rustc_borrowck/src/diagnostics
- rustc_codegen_llvm/src
- rustc_const_eval/src
- rustc_data_structures/src
- rustc_errors/src
- rustc_feature/src
- rustc_hir_analysis/src
- rustc_hir_typeck/src
- fn_ctxt
- method
- rustc_infer/src/infer/error_reporting
- rustc_interface/src
- rustc_lint/src
- rustc_metadata/src
- rustc_middle/src
- mir
- ty
- print
- rustc_mir_build/src/build
- rustc_mir_transform/src/coverage
- spans
- rustc_passes/src
- rustc_query_impl/src
- rustc_query_system/src
- dep_graph
- rustc_serialize/src
- rustc_session/src
- rustc_trait_selection/src/traits
- error_reporting
- rustc_ty_utils/src
- library
- alloc
- src
- tests
- core
- benches/num/int_log
- src
- array
- iter/traits
- num
- tests
- proc_macro/src
- std/src
- test/src
- src
- doc
- tools/miri/src
- bin
- tests
- codegen
- enum
- intrinsics
- issues
- coverage/branch
- debuginfo
- mir-opt
- coverage
- instsimplify
- ui
- abi
- consts
- const-eval
- intrinsics
- issues
- layout
- lint
- numbers-arithmetic
- print_type_sizes
- structs-enums
- suggestions
- traits/next-solver
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
116 files changed
+1241
-278
lines changedLines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
11 | 10 |
| |
12 | 11 |
| |
13 | 12 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1320 | 1320 |
| |
1321 | 1321 |
| |
1322 | 1322 |
| |
1323 |
| - | |
| 1323 | + | |
1324 | 1324 |
| |
1325 | 1325 |
| |
1326 | 1326 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1070 | 1070 |
| |
1071 | 1071 |
| |
1072 | 1072 |
| |
1073 |
| - | |
| 1073 | + | |
1074 | 1074 |
| |
1075 | 1075 |
| |
1076 | 1076 |
| |
|
Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
260 | 260 |
| |
261 | 261 |
| |
262 | 262 |
| |
263 |
| - | |
| 263 | + | |
| 264 | + | |
264 | 265 |
| |
265 | 266 |
| |
266 | 267 |
| |
| |||
273 | 274 |
| |
274 | 275 |
| |
275 | 276 |
| |
276 |
| - | |
| 277 | + | |
277 | 278 |
| |
278 | 279 |
| |
279 | 280 |
| |
| |||
363 | 364 |
| |
364 | 365 |
| |
365 | 366 |
| |
366 |
| - | |
| 367 | + | |
367 | 368 |
| |
368 | 369 |
| |
369 | 370 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
15 | 14 |
| |
16 | 15 |
| |
17 | 16 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
24 | 23 |
| |
25 | 24 |
| |
26 | 25 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
19 | 18 |
| |
20 | 19 |
| |
21 | 20 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
16 | 15 |
| |
17 | 16 |
| |
18 | 17 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
66 |
| - | |
67 | 66 |
| |
68 | 67 |
| |
69 | 68 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2697 | 2697 |
| |
2698 | 2698 |
| |
2699 | 2699 |
| |
2700 |
| - | |
| 2700 | + | |
2701 | 2701 |
| |
2702 | 2702 |
| |
2703 | 2703 |
| |
|
0 commit comments