File tree
117 files changed
+1114
-783
lines changed- .github/workflows
- compiler
- rustc_ast/src
- attr
- rustc_attr/src
- rustc_borrowck/src/diagnostics
- rustc_codegen_cranelift/src/debuginfo
- rustc_codegen_llvm/src
- llvm
- rustc_codegen_ssa/src
- mir
- rustc_errors/src
- rustc_expand/src
- rustc_feature/src
- rustc_hir/src
- rustc_hir_analysis/src
- rustc_hir_typeck/src
- rustc_interface/src
- rustc_lexer/src
- rustc_llvm
- llvm-wrapper
- rustc_macros
- rustc_middle/src
- traits
- ty
- rustc_session/src
- rustc_span/src
- rustc_trait_selection/src
- solve
- traits
- error_reporting
- rustc_ty_utils/src
- library
- core/src/iter/adapters
- std/src/io
- src
- bootstrap/src/core/build_steps
- ci
- github-actions
- scripts
- doc/rustc/src/codegen-options
- librustdoc/passes
- tools
- miri
- src/shims
- tests/pass/backtrace
- run-make-support
- src
- diff
- tidy/src
- tests
- codegen
- loongarch-abi
- crashes
- debuginfo
- run-make
- compiler-builtins
- no-input-file
- ui
- attributes
- borrowck
- codemap_tests
- debuginfo
- diagnostic-flags
- error-emitter
- feature-gates
- inference
- issues
- lto
- mut
- pattern
- bindings-after-at
- move-ref-patterns
- suggestions
- traits
- next-solver
- transmute
- type/type-check
- wf
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
117 files changed
+1114
-783
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
88 | 88 |
| |
89 | 89 |
| |
90 | 90 |
| |
91 |
| - | |
| 91 | + | |
92 | 92 |
| |
93 | 93 |
| |
94 | 94 |
| |
95 | 95 |
| |
96 |
| - | |
97 |
| - | |
98 |
| - | |
99 |
| - | |
100 | 96 |
| |
101 | 97 |
| |
102 |
| - | |
103 | 98 |
| |
104 | 99 |
| |
105 |
| - | |
106 | 100 |
| |
107 | 101 |
| |
108 |
| - | |
109 | 102 |
| |
110 | 103 |
| |
111 |
| - | |
112 | 104 |
| |
113 | 105 |
| |
114 |
| - | |
115 | 106 |
| |
116 | 107 |
| |
117 |
| - | |
118 | 108 |
| |
119 | 109 |
| |
120 |
| - | |
121 | 110 |
| |
122 | 111 |
| |
123 |
| - | |
124 | 112 |
| |
125 | 113 |
| |
126 |
| - | |
127 | 114 |
| |
128 | 115 |
| |
129 |
| - | |
130 | 116 |
| |
131 | 117 |
| |
132 |
| - | |
133 | 118 |
| |
134 | 119 |
| |
135 |
| - | |
136 | 120 |
| |
137 | 121 |
| |
138 |
| - | |
139 | 122 |
| |
140 | 123 |
| |
141 |
| - | |
142 | 124 |
| |
143 | 125 |
| |
144 |
| - | |
145 | 126 |
| |
146 | 127 |
| |
147 |
| - | |
148 | 128 |
| |
149 | 129 |
| |
150 |
| - | |
151 | 130 |
| |
152 | 131 |
| |
153 |
| - | |
154 | 132 |
| |
155 | 133 |
| |
156 |
| - | |
157 | 134 |
| |
158 | 135 |
| |
159 | 136 |
| |
160 | 137 |
| |
161 | 138 |
| |
162 | 139 |
| |
163 |
| - | |
164 | 140 |
| |
165 | 141 |
| |
166 |
| - | |
167 | 142 |
| |
168 | 143 |
| |
169 | 144 |
| |
170 | 145 |
| |
171 | 146 |
| |
172 | 147 |
| |
173 | 148 |
| |
174 |
| - | |
175 | 149 |
| |
176 | 150 |
| |
177 | 151 |
| |
178 | 152 |
| |
179 | 153 |
| |
180 |
| - | |
| 154 | + | |
181 | 155 |
| |
182 | 156 |
| |
183 | 157 |
| |
| |||
202 | 176 |
| |
203 | 177 |
| |
204 | 178 |
| |
205 |
| - | |
206 | 179 |
| |
207 | 180 |
| |
208 | 181 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3345 | 3345 |
| |
3346 | 3346 |
| |
3347 | 3347 |
| |
| 3348 | + | |
3348 | 3349 |
| |
3349 | 3350 |
| |
3350 | 3351 |
| |
| |||
5140 | 5141 |
| |
5141 | 5142 |
| |
5142 | 5143 |
| |
| 5144 | + | |
| 5145 | + | |
| 5146 | + | |
| 5147 | + | |
| 5148 | + | |
| 5149 | + | |
5143 | 5150 |
| |
5144 | 5151 |
| |
5145 | 5152 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2786 | 2786 |
| |
2787 | 2787 |
| |
2788 | 2788 |
| |
| 2789 | + | |
2789 | 2790 |
| |
2790 | 2791 |
| |
2791 | 2792 |
| |
| |||
2802 | 2803 |
| |
2803 | 2804 |
| |
2804 | 2805 |
| |
| 2806 | + | |
2805 | 2807 |
| |
2806 | 2808 |
| |
2807 | 2809 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
298 | 298 |
| |
299 | 299 |
| |
300 | 300 |
| |
301 |
| - | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
302 | 305 |
| |
303 | 306 |
| |
304 | 307 |
| |
| |||
362 | 365 |
| |
363 | 366 |
| |
364 | 367 |
| |
365 |
| - | |
366 |
| - | |
367 |
| - | |
368 |
| - | |
369 |
| - | |
370 |
| - | |
371 |
| - | |
372 | 368 |
| |
373 | 369 |
| |
374 | 370 |
| |
| |||
468 | 464 |
| |
469 | 465 |
| |
470 | 466 |
| |
471 |
| - | |
472 |
| - | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
473 | 470 |
| |
474 | 471 |
| |
475 | 472 |
| |
|
0 commit comments