File tree
2,180 files changed
+29061
-16878
lines changed- .github/workflows
- compiler
- rustc_ast/src
- attr
- util
- rustc_ast_lowering/src
- rustc_ast_passes/src
- rustc_attr_data_structures/src
- rustc_attr_parsing/src/attributes
- rustc_borrowck
- src
- diagnostics
- polonius
- type_check
- rustc_builtin_macros/src
- deriving
- rustc_codegen_cranelift
- build_system
- patches
- scripts
- src
- abi
- driver
- intrinsics
- rustc_codegen_gcc
- .github/workflows
- build_system/src
- example
- src
- tests/run
- rustc_codegen_llvm
- src
- back
- builder
- coverageinfo
- mapgen
- debuginfo
- llvm
- rustc_codegen_ssa
- src
- back
- mir
- traits
- rustc_const_eval
- src/const_eval
- rustc_data_structures
- src
- flock
- graph
- scc
- rustc_driver_impl
- src
- rustc_error_codes/src
- error_codes
- rustc_errors
- src
- json
- rustc_expand/src
- mbe
- rustc_feature/src
- rustc_hir/src
- hir
- rustc_hir_analysis
- src
- check
- coherence
- collect
- type_of
- errors
- hir_ty_lowering
- rustc_hir_pretty/src
- rustc_hir_typeck/src
- fn_ctxt
- method
- rustc_index/src
- rustc_infer/src/infer
- relate
- rustc_interface/src
- rustc_lint
- src
- early
- diagnostics
- rustc_lint_defs/src
- rustc_llvm/llvm-wrapper
- rustc_metadata
- src
- rustc_middle
- src
- hir/map
- middle
- mir
- interpret
- allocation
- query
- traits
- ty
- rustc_mir_build
- src
- builder
- matches
- thir/pattern
- rustc_mir_dataflow/src/framework
- rustc_mir_transform/src
- coverage
- counters
- node_flow
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
2,180 files changed
+29061
-16878
lines changedDiff for: .github/workflows/ci.yml
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
109 | 109 |
| |
110 | 110 |
| |
111 | 111 |
| |
112 |
| - | |
| 112 | + | |
113 | 113 |
| |
114 | 114 |
| |
115 | 115 |
| |
|
Diff for: .gitignore
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
83 | 83 |
| |
84 | 84 |
| |
85 | 85 |
| |
| 86 | + | |
86 | 87 |
| |
87 | 88 |
| |
88 | 89 |
| |
|
Diff for: CONTRIBUTING.md
+9
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
15 | 24 |
| |
16 | 25 |
| |
17 | 26 |
| |
|
0 commit comments