File tree
631 files changed
+37436
-7971
lines changed- .github
- compiler
- rustc_ast_lowering/src
- rustc_ast_passes/src
- rustc_attr_data_structures/src
- rustc_borrowck
- src
- diagnostics
- polonius
- legacy
- region_infer
- type_check
- util
- rustc_codegen_cranelift
- .github/workflows
- build_system
- patches
- scripts
- src
- driver
- intrinsics
- rustc_codegen_gcc/src
- back
- rustc_codegen_llvm
- src
- back
- debuginfo
- metadata/enums
- llvm
- rustc_codegen_ssa
- src
- back
- rustc_const_eval/src/interpret
- rustc_driver_impl/src
- rustc_feature/src
- rustc_hir/src
- rustc_hir_analysis/src
- check
- rustc_hir_pretty/src
- rustc_hir_typeck/src
- method
- rustc_interface/src
- rustc_lint/src
- rustc_lint_defs/src
- rustc_llvm/llvm-wrapper
- rustc_log/src
- rustc_macros/src
- rustc_middle
- src
- middle
- mir
- query
- traits
- ty
- print
- util
- rustc_mir_build/src
- builder
- thir/pattern
- rustc_mir_transform/src
- rustc_next_trait_solver/src/solve
- rustc_passes/src
- rustc_sanitizers/src/cfi/typeid/itanium_cxx_abi
- rustc_session/src
- config
- rustc_span/src
- rustc_symbol_mangling/src
- rustc_target/src
- spec
- targets
- rustc_trait_selection/src
- error_reporting/traits
- solve
- traits
- rustc_type_ir/src
- solve
- library
- alloc/src
- core/src
- fmt
- iter/sources
- slice
- panic_unwind
- src
- std/src
- ffi
- sync/poison
- sys
- pal/windows
- sync/condvar
- sys_common
- unwind
- src
- src
- bootstrap/src/core
- build_steps
- builder
- build_helper/src
- ci/docker/host-x86_64/dist-riscv64-linux/patches/gcc/8.5.0
- doc
- rustc/src
- platform-support
- rustc-dev-guide
- unstable-book/src/compiler-flags
- librustdoc
- clean
- formats
- html/render
- tools
- build-manifest/src
- clippy
- clippy_lints/src
- matches
- utils
- clippy_utils/src
- compiletest/src
- opt-dist
- replace-version-placeholder/src
- rust-analyzer
- .github/workflows
- crates
- base-db/src
- cfg/src
- edition
- hir/src
- semantics
- hir-def/src
- body
- data
- macro_expansion_tests
- nameres
- hir-expand/src
- builtin
- hir-ty/src
- diagnostics
- decl_check
- match_check
- infer
- layout
- lower
- mir
- eval
- tests
- ide/src
- doc_links
- ide-assists/src
- handlers
- tests
- utils
- ide-completion/src
- completions
- context
- tests
- ide-db/src
- imports
- syntax_helpers
- ide-diagnostics/src/handlers
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
631 files changed
+37436
-7971
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
|
Lines changed: 1 addition & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
185 | 185 |
| |
186 | 186 |
| |
187 | 187 |
| |
188 |
| - | |
189 |
| - | |
190 |
| - | |
191 | 188 |
| |
192 | 189 |
| |
193 | 190 |
| |
| |||
3499 | 3496 |
| |
3500 | 3497 |
| |
3501 | 3498 |
| |
| 3499 | + | |
3502 | 3500 |
| |
3503 | 3501 |
| |
3504 | 3502 |
| |
| |||
4117 | 4115 |
| |
4118 | 4116 |
| |
4119 | 4117 |
| |
4120 |
| - | |
4121 | 4118 |
| |
4122 | 4119 |
| |
4123 | 4120 |
| |
|
Lines changed: 116 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
1 | 117 |
| |
2 | 118 |
| |
3 | 119 |
| |
|
Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
120 | 120 |
| |
121 | 121 |
| |
122 | 122 |
| |
123 |
| - | |
124 |
| - | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
125 | 126 |
| |
126 | 127 |
| |
127 | 128 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
242 | 242 |
| |
243 | 243 |
| |
244 | 244 |
| |
245 |
| - | |
| 245 | + | |
246 | 246 |
| |
247 | 247 |
| |
248 | 248 |
| |
|
Lines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
13 | 18 |
| |
14 | 19 |
| |
15 | 20 |
| |
|
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
213 | 213 |
| |
214 | 214 |
| |
215 | 215 |
| |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
216 | 220 |
| |
217 | 221 |
| |
218 | 222 |
| |
|
Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
15 | 14 |
| |
16 | 15 |
| |
17 | 16 |
| |
| |||
350 | 349 |
| |
351 | 350 |
| |
352 | 351 |
| |
353 |
| - | |
| 352 | + | |
354 | 353 |
| |
355 | 354 |
| |
356 | 355 |
| |
|
Lines changed: 9 additions & 66 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1516 | 1516 |
| |
1517 | 1517 |
| |
1518 | 1518 |
| |
1519 |
| - | |
1520 |
| - | |
1521 |
| - | |
1522 |
| - | |
1523 |
| - | |
1524 |
| - | |
1525 |
| - | |
1526 |
| - | |
1527 |
| - | |
| 1519 | + | |
1528 | 1520 |
| |
1529 | 1521 |
| |
1530 | 1522 |
| |
| |||
1591 | 1583 |
| |
1592 | 1584 |
| |
1593 | 1585 |
| |
1594 |
| - | |
1595 |
| - | |
1596 |
| - | |
1597 |
| - | |
1598 |
| - | |
1599 |
| - | |
1600 |
| - | |
1601 |
| - | |
1602 |
| - | |
| 1586 | + | |
1603 | 1587 |
| |
1604 | 1588 |
| |
1605 | 1589 |
| |
| |||
1886 | 1870 |
| |
1887 | 1871 |
| |
1888 | 1872 |
| |
1889 |
| - | |
1890 |
| - | |
1891 |
| - | |
| 1873 | + | |
1892 | 1874 |
| |
1893 | 1875 |
| |
1894 | 1876 |
| |
| |||
3046 | 3028 |
| |
3047 | 3029 |
| |
3048 | 3030 |
| |
3049 |
| - | |
3050 |
| - | |
3051 |
| - | |
3052 |
| - | |
3053 |
| - | |
3054 |
| - | |
3055 |
| - | |
3056 |
| - | |
3057 |
| - | |
| 3031 | + | |
3058 | 3032 |
| |
3059 | 3033 |
| |
3060 | 3034 |
| |
| |||
3067 | 3041 |
| |
3068 | 3042 |
| |
3069 | 3043 |
| |
3070 |
| - | |
3071 |
| - | |
3072 |
| - | |
3073 |
| - | |
3074 |
| - | |
3075 |
| - | |
3076 |
| - | |
3077 |
| - | |
3078 |
| - | |
| 3044 | + | |
3079 | 3045 |
| |
3080 | 3046 |
| |
3081 | 3047 |
| |
| |||
3128 | 3094 |
| |
3129 | 3095 |
| |
3130 | 3096 |
| |
3131 |
| - | |
3132 |
| - | |
3133 |
| - | |
3134 |
| - | |
3135 |
| - | |
3136 |
| - | |
3137 |
| - | |
3138 |
| - | |
3139 |
| - | |
| 3097 | + | |
3140 | 3098 |
| |
3141 | 3099 |
| |
3142 | 3100 |
| |
| |||
3309 | 3267 |
| |
3310 | 3268 |
| |
3311 | 3269 |
| |
3312 |
| - | |
3313 |
| - | |
3314 |
| - | |
3315 |
| - | |
3316 |
| - | |
3317 |
| - | |
3318 |
| - | |
3319 |
| - | |
3320 |
| - | |
| 3270 | + | |
3321 | 3271 |
| |
3322 | 3272 |
| |
3323 | 3273 |
| |
| |||
3808 | 3758 |
| |
3809 | 3759 |
| |
3810 | 3760 |
| |
3811 |
| - | |
3812 |
| - | |
3813 |
| - | |
3814 |
| - | |
3815 |
| - | |
3816 |
| - | |
3817 |
| - | |
3818 |
| - | |
3819 |
| - | |
| 3761 | + | |
| 3762 | + | |
3820 | 3763 |
| |
3821 | 3764 |
| |
3822 | 3765 |
| |
|
0 commit comments