File tree
1,892 files changed
+30321
-19814
lines changed- .github/workflows
- compiler
- rustc_abi/src
- rustc_ast
- src
- util
- rustc_ast_ir
- rustc_ast_lowering
- src
- rustc_ast_passes/src
- rustc_ast_pretty
- src/pprust
- state
- rustc_attr_data_structures/src
- rustc_attr_parsing
- src
- attributes
- rustc_borrowck/src
- diagnostics
- region_infer
- type_check
- rustc_builtin_macros/src
- assert
- deriving
- cmp
- generic
- rustc_codegen_cranelift
- .github
- actions/github-release
- workflows
- .vscode
- .zed
- build_system
- docs
- example
- patches
- scripts
- src
- debuginfo
- driver
- intrinsics
- rustc_codegen_gcc/src
- rustc_codegen_llvm
- src
- back
- builder
- coverageinfo
- mapgen
- debuginfo
- metadata
- enums
- llvm
- rustc_codegen_ssa
- src
- back
- apple
- debuginfo
- mir
- traits
- rustc_const_eval
- src
- const_eval
- interpret
- rustc_data_structures/src
- 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
- hir
- rustc_hir_analysis/src
- check
- coherence
- collect
- type_of
- hir_ty_lowering
- rustc_hir_pretty/src
- rustc_hir_typeck/src
- fn_ctxt
- method
- rustc_incremental/src/persist
- rustc_infer/src
- infer/opaque_types
- traits
- rustc_interface
- src
- rustc_lexer
- src
- unescape
- rustc_lint
- src
- types
- rustc_lint_defs/src
- rustc_llvm/llvm-wrapper
- rustc_log
- src
- rustc_metadata
- src
- rmeta
- decoder
- rustc_middle/src
- dep_graph
- hir
- middle
- mir
- query
- thir
- traits
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
1,892 files changed
+30321
-19814
lines changedDiff for: .gitattributes
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| 8 | + | |
8 | 9 |
| |
9 | 10 |
| |
10 | 11 |
| |
|
Diff for: .github/workflows/ci.yml
+19-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
69 | 69 |
| |
70 | 70 |
| |
71 | 71 |
| |
| 72 | + | |
| 73 | + | |
72 | 74 |
| |
73 | 75 |
| |
74 | 76 |
| |
| |||
239 | 241 |
| |
240 | 242 |
| |
241 | 243 |
| |
| 244 | + | |
| 245 | + | |
| 246 | + | |
242 | 247 |
| |
243 | 248 |
| |
244 |
| - | |
| 249 | + | |
245 | 250 |
| |
246 |
| - | |
| 251 | + | |
247 | 252 |
| |
248 | 253 |
| |
| 254 | + | |
249 | 255 |
| |
250 | 256 |
| |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
251 | 265 |
| |
| 266 | + | |
| 267 | + | |
| 268 | + | |
252 | 269 |
| |
253 | 270 |
| |
254 | 271 |
| |
|
Diff for: .github/workflows/ghcr.yml
+7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| 8 | + | |
| 9 | + | |
| 10 | + | |
8 | 11 |
| |
9 | 12 |
| |
10 | 13 |
| |
| |||
54 | 57 |
| |
55 | 58 |
| |
56 | 59 |
| |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
57 | 64 |
| |
58 | 65 |
| |
59 | 66 |
| |
|
Diff for: .github/workflows/post-merge.yml
+3-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 |
| - | |
39 |
| - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
40 | 41 |
| |
41 | 42 |
| |
42 | 43 |
| |
43 |
| - | |
44 |
| - | |
45 | 44 |
| |
46 | 45 |
| |
47 | 46 |
|
Diff for: .gitmodules
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
48 |
| - | |
| 48 | + | |
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
|
0 commit comments