This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree
126 files changed
+438
-220
lines changed- compiler
- rustc_abi/src
- rustc_apfloat/src
- rustc_arena/src
- rustc_ast_lowering/src
- rustc_ast/src
- rustc_builtin_macros/src
- rustc_codegen_ssa/src
- rustc_const_eval/src
- const_eval
- interpret
- intrinsics
- util
- rustc_data_structures/src
- graph
- scc
- vec_graph
- owning_ref
- sorted_map
- sso
- tagged_ptr
- rustc_driver/src
- rustc_error_codes/src/error_codes
- rustc_errors/src
- rustc_expand/src
- rustc_hir_analysis/src/check
- rustc_hir/src
- rustc_incremental/src/persist
- rustc_index/src
- rustc_interface/src
- rustc_lexer/src
- rustc_lint/src
- rustc_metadata/src/rmeta
- rustc_middle/src
- mir
- interpret
- traits
- ty
- consts
- print
- rustc_mir_build/src
- build/matches
- thir/pattern
- rustc_mir_dataflow/src/framework
- rustc_mir_transform/src
- rustc_monomorphize/src
- rustc_parse/src/parser
- rustc_query_system/src
- dep_graph
- query
- rustc_save_analysis/src
- rustc_serialize/src
- rustc_session/src
- rustc_span/src
- rustc_target/src
- spec
- rustc_trait_selection/src/traits/error_reporting
- rustc_type_ir/src
- src
- doc/rustc/src
- librustdoc/html
- markdown
- test/ui
- closures
- const-generics/generic_const_exprs
- diagnostic-width
- dyn-star
- generic-associated-types
- half-open-range-patterns
- impl-trait
- issues
- iterators
- lazy-type-alias-impl-trait
- let-else
- methods/issues
- mismatched_types
- on-unimplemented
- range
- rfc-2497-if-let-chains
- structs
- suggestions
- traits
- object
- typeck
- type
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
126 files changed
+438
-220
lines changedLines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 | 3 |
| |
5 | 4 |
| |
6 | 5 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
6 | 5 |
| |
7 | 6 |
| |
8 | 7 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 |
| - | |
| 31 | + | |
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 |
| - | |
37 | 36 |
| |
38 | 37 |
| |
39 | 38 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
26 | 25 |
| |
27 | 26 |
| |
28 | 27 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
362 | 362 |
| |
363 | 363 |
| |
364 | 364 |
| |
365 |
| - | |
| 365 | + | |
366 | 366 |
| |
367 | 367 |
| |
368 | 368 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
456 | 456 |
| |
457 | 457 |
| |
458 | 458 |
| |
459 |
| - | |
460 |
| - | |
| 459 | + | |
| 460 | + | |
461 | 461 |
| |
462 | 462 |
| |
463 | 463 |
| |
|
Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
8 |
| - | |
9 | 7 |
| |
10 | 8 |
| |
11 | 9 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
44 |
| - | |
45 | 44 |
| |
46 | 45 |
| |
47 | 46 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
3 | 2 |
| |
4 | 3 |
| |
5 | 4 |
| |
|
0 commit comments