File tree
2,363 files changed
+34078
-17333
lines changed- .github
- ISSUE_TEMPLATE
- workflows
- compiler
- rustc_ast/src
- attr
- rustc_ast_lowering/src
- rustc_ast_passes/src
- rustc_ast_pretty/src/pprust
- rustc_attr
- src
- rustc_borrowck/src
- diagnostics
- polonius
- region_infer
- type_check
- liveness
- rustc_builtin_macros
- src
- deriving
- rustc_codegen_cranelift
- example
- patches
- src
- debuginfo
- rustc_codegen_gcc
- .github/workflows
- build_system
- build_sysroot
- src
- doc
- patches
- libgccjit12
- src
- intrinsic
- tests
- run
- tools
- rustc_codegen_llvm/src
- back
- coverageinfo
- debuginfo
- llvm
- rustc_codegen_ssa
- src
- back
- mir
- rustc_const_eval/src
- check_consts
- const_eval
- interpret
- util
- rustc_data_structures
- src
- obligation_forest
- rustc_driver_impl
- src
- rustc_error_codes/src
- error_codes
- rustc_errors
- src
- rustc_expand
- src
- mbe
- rustc_feature/src
- rustc_fs_util/src
- rustc_hir/src
- rustc_hir_analysis
- src
- check
- compare_impl_item
- coherence
- collect
- hir_ty_lowering
- variance
- rustc_hir_pretty/src
- rustc_hir_typeck
- src
- fn_ctxt
- method
- rustc_incremental/src
- persist
- rustc_infer/src
- infer
- opaque_types
- outlives
- region_constraints
- relate
- snapshot
- rustc_interface/src
- rustc_lint
- src
- context
- rustc_lint_defs/src
- rustc_llvm
- llvm-wrapper
- rustc_metadata/src
- rmeta
- rustc_middle/src
- hir
- map
- middle
- mir
- interpret
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
2,363 files changed
+34078
-17333
lines changedDiff for: .github/ISSUE_TEMPLATE/blank_issue.md
-4
This file was deleted.
Diff for: .github/pull_request_template.md
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
|
Diff for: .github/workflows/ci.yml
+10
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
212 | 212 |
| |
213 | 213 |
| |
214 | 214 |
| |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
215 | 225 |
| |
216 | 226 |
| |
217 | 227 |
| |
|
Diff for: .github/workflows/dependencies.yml
+4-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
64 |
| - | |
| 64 | + | |
65 | 65 |
| |
66 |
| - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
67 | 69 |
| |
68 | 70 |
| |
69 | 71 |
| |
|
Diff for: .gitignore
+10
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
| 28 | + | |
28 | 29 |
| |
29 | 30 |
| |
30 | 31 |
| |
| |||
85 | 86 |
| |
86 | 87 |
| |
87 | 88 |
| |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
88 | 98 |
|
0 commit comments