File tree
4,135 files changed
+65791
-40737
lines changed- .github/workflows
- compiler
- rustc
- src
- rustc_abi
- src
- callconv
- extern_abi
- rustc_arena
- rustc_ast
- src
- expand
- rustc_ast_ir
- src
- rustc_ast_lowering
- src
- rustc_ast_passes
- src
- rustc_ast_pretty
- src/pprust
- rustc_attr_data_structures
- src
- rustc_attr_parsing
- src
- attributes
- rustc_baked_icu_data
- rustc_borrowck
- src
- diagnostics
- polonius
- region_infer
- type_check
- liveness
- rustc_builtin_macros
- src
- deriving
- generic
- rustc_codegen_cranelift
- .github/workflows
- example
- patches
- src
- abi
- debuginfo
- driver
- intrinsics
- rustc_codegen_gcc
- example
- src
- back
- intrinsic
- tests/run
- rustc_codegen_llvm
- src
- back
- builder
- coverageinfo
- mapgen
- debuginfo
- metadata/enums
- llvm
- rustc_codegen_ssa
- src
- back
- debuginfo
- mir
- traits
- rustc_const_eval
- src
- check_consts
- const_eval
- interpret
- util
- rustc_data_structures
- src
- graph
- implementation
- scc
- sorted_map
- sso
- sync
- tagged_ptr
- rustc_driver
- rustc_driver_impl
- src
- rustc_error_codes
- src
- error_codes
- rustc_error_messages
- rustc_errors
- src
- rustc_expand
- src
- mbe
- rustc_feature
- src
- rustc_fluent_macro
- rustc_fs_util
- rustc_graphviz
- rustc_hashes
- src
- rustc_hir
- src
- hir
- rustc_hir_analysis
- src
- check
- compare_impl_item
- coherence
- collect
- type_of
- errors
- hir_ty_lowering
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
4,135 files changed
+65791
-40737
lines changedDiff for: .editorconfig
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| 12 | + | |
| 13 | + | |
12 | 14 |
| |
13 | 15 |
| |
14 | 16 |
| |
|
Diff for: .git-blame-ignore-revs
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
| 32 | + | |
| 33 | + |
Diff for: .github/workflows/ci.yml
+6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
70 | 70 |
| |
71 | 71 |
| |
72 | 72 |
| |
| 73 | + | |
73 | 74 |
| |
74 | 75 |
| |
75 | 76 |
| |
| |||
173 | 174 |
| |
174 | 175 |
| |
175 | 176 |
| |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
176 | 182 |
| |
177 | 183 |
| |
178 | 184 |
| |
|
Diff for: .gitignore
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
| 57 | + | |
| 58 | + | |
57 | 59 |
| |
58 | 60 |
| |
59 | 61 |
| |
|
Diff for: .gitmodules
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 |
| - | |
| 32 | + | |
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
|
0 commit comments