File tree
405 files changed
+2640
-2574
lines changed- compiler
- rustc_ast/src
- rustc_ast_passes
- rustc_builtin_macros/src
- rustc_codegen_ssa/src
- back
- rustc_const_eval
- src
- check_consts
- const_eval
- rustc_data_structures/src
- rustc_errors/src
- rustc_feature/src
- rustc_hir_analysis/src
- check
- collect
- errors
- hir_ty_lowering
- impl_wf_check
- rustc_hir_pretty/src
- rustc_hir_typeck/src
- fn_ctxt
- rustc_infer/src
- rustc_metadata/src
- rmeta
- rustc_middle/src
- middle
- query
- ty
- print
- rustc_next_trait_solver/src
- solve
- assembly
- rustc_parse/src/parser
- rustc_serialize/src
- rustc_smir/src
- rustc_smir
- rustc_span/src
- rustc_trait_selection/src
- error_reporting/traits
- traits
- specialize
- rustc_transmute/src/layout
- rustc_ty_utils/src
- rustc_type_ir/src
- solve
- library
- core
- src
- array
- cell
- ptr
- slice
- str
- rtstartup
- std
- src
- ffi
- io
- os
- android
- linux
- net/linux_ext
- sync
- sysroot
- src
- bootstrap/src/core
- ci/docker/host-x86_64/dist-x86_64-linux
- doc/rustc-dev-guide/src/tests
- librustdoc
- clean
- html
- render
- tools
- clippy
- clippy_utils/src
- tests/ui
- compiletest/src
- runtest
- miri
- cargo-miri/src
- src
- bin
- concurrency
- opt-dist/src
- rustfmt/tests
- source
- target
- test-float-parse/src
- tidy/src
- tests
- run-make
- const-trait-stable-toolchain
- crate-circular-deps-link
- rustdoc
- constant
- enum
- inline_cross/auxiliary
- ui
- const-generics
- issues
- consts
- const-mut-refs
- contracts
- internal_machinery
- error-codes
- extern
- impl-trait
- issues
- macros
- mir
- alignment
- null
- panic-runtime
- auxiliary
- panics
- parser
- precondition-checks
- specialization
- statics
- std
- traits/const-traits
- auxiliary
- const_derives
- specialization
- unpretty
- unsized-locals
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
405 files changed
+2640
-2574
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
323 | 323 |
| |
324 | 324 |
| |
325 | 325 |
| |
326 |
| - | |
| 326 | + | |
327 | 327 |
| |
328 | 328 |
| |
329 | 329 |
| |
| |||
3115 | 3115 |
| |
3116 | 3116 |
| |
3117 | 3117 |
| |
3118 |
| - | |
| 3118 | + | |
3119 | 3119 |
| |
3120 | 3120 |
| |
3121 | 3121 |
| |
| |||
3124 | 3124 |
| |
3125 | 3125 |
| |
3126 | 3126 |
| |
3127 |
| - | |
| 3127 | + | |
3128 | 3128 |
| |
3129 | 3129 |
| |
3130 | 3130 |
| |
|
Lines changed: 11 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
237 | 237 |
| |
238 | 238 |
| |
239 | 239 |
| |
240 |
| - | |
241 |
| - | |
242 |
| - | |
243 |
| - | |
244 |
| - | |
245 |
| - | |
246 |
| - | |
247 |
| - | |
248 |
| - | |
249 |
| - | |
250 |
| - | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
251 | 251 |
| |
252 | 252 |
| |
253 | 253 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
9 | 8 |
| |
10 | 9 |
| |
11 | 10 |
| |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
|
Lines changed: 16 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1876 | 1876 |
| |
1877 | 1877 |
| |
1878 | 1878 |
| |
| 1879 | + | |
| 1880 | + | |
| 1881 | + | |
| 1882 | + | |
| 1883 | + | |
| 1884 | + | |
| 1885 | + | |
| 1886 | + | |
| 1887 | + | |
| 1888 | + | |
| 1889 | + | |
| 1890 | + | |
| 1891 | + | |
| 1892 | + | |
| 1893 | + | |
1879 | 1894 |
| |
1880 | 1895 |
| |
1881 | 1896 |
| |
1882 | 1897 |
| |
1883 | 1898 |
| |
1884 | 1899 |
| |
| 1900 | + | |
1885 | 1901 |
| |
1886 | 1902 |
| |
1887 | 1903 |
| |
|
Lines changed: 16 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
131 | 131 |
| |
132 | 132 |
| |
133 | 133 |
| |
| 134 | + | |
| 135 | + | |
| 136 | + | |
134 | 137 |
| |
135 | 138 |
| |
136 | 139 |
| |
| |||
143 | 146 |
| |
144 | 147 |
| |
145 | 148 |
| |
| 149 | + | |
146 | 150 |
| |
147 | 151 |
| |
148 | 152 |
| |
| |||
191 | 195 |
| |
192 | 196 |
| |
193 | 197 |
| |
| 198 | + | |
194 | 199 |
| |
195 | 200 |
| |
196 | 201 |
| |
| |||
207 | 212 |
| |
208 | 213 |
| |
209 | 214 |
| |
| 215 | + | |
210 | 216 |
| |
211 | 217 |
| |
212 | 218 |
| |
| |||
230 | 236 |
| |
231 | 237 |
| |
232 | 238 |
| |
| 239 | + | |
233 | 240 |
| |
234 | 241 |
| |
235 | 242 |
| |
| |||
250 | 257 |
| |
251 | 258 |
| |
252 | 259 |
| |
| 260 | + | |
253 | 261 |
| |
254 | 262 |
| |
255 | 263 |
| |
| |||
275 | 283 |
| |
276 | 284 |
| |
277 | 285 |
| |
| 286 | + | |
278 | 287 |
| |
279 | 288 |
| |
280 | 289 |
| |
| |||
292 | 301 |
| |
293 | 302 |
| |
294 | 303 |
| |
| 304 | + | |
295 | 305 |
| |
296 | 306 |
| |
297 | 307 |
| |
| |||
367 | 377 |
| |
368 | 378 |
| |
369 | 379 |
| |
| 380 | + | |
| 381 | + | |
370 | 382 |
| |
371 | 383 |
| |
372 | 384 |
| |
| |||
382 | 394 |
| |
383 | 395 |
| |
384 | 396 |
| |
| 397 | + | |
385 | 398 |
| |
386 | 399 |
| |
387 | 400 |
| |
| |||
404 | 417 |
| |
405 | 418 |
| |
406 | 419 |
| |
| 420 | + | |
407 | 421 |
| |
408 | 422 |
| |
409 | 423 |
| |
| |||
420 | 434 |
| |
421 | 435 |
| |
422 | 436 |
| |
| 437 | + | |
423 | 438 |
| |
424 | 439 |
| |
425 | 440 |
| |
| |||
430 | 445 |
| |
431 | 446 |
| |
432 | 447 |
| |
| 448 | + | |
433 | 449 |
| |
434 | 450 |
| |
435 | 451 |
| |
|
Lines changed: 1 addition & 21 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| |||
1056 | 1056 |
| |
1057 | 1057 |
| |
1058 | 1058 |
| |
1059 |
| - | |
1060 |
| - | |
1061 |
| - | |
1062 |
| - | |
1063 |
| - | |
1064 |
| - | |
1065 |
| - | |
1066 |
| - | |
1067 |
| - | |
1068 |
| - | |
1069 |
| - | |
1070 |
| - | |
1071 |
| - | |
1072 |
| - | |
1073 |
| - | |
1074 |
| - | |
1075 |
| - | |
1076 |
| - | |
1077 |
| - | |
1078 |
| - | |
1079 | 1059 |
| |
1080 | 1060 |
| |
1081 | 1061 |
| |
|
Lines changed: 10 additions & 18 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
125 | 125 |
| |
126 | 126 |
| |
127 | 127 |
| |
128 |
| - | |
129 |
| - | |
130 |
| - | |
131 |
| - | |
132 |
| - | |
133 |
| - | |
134 |
| - | |
135 |
| - | |
136 |
| - | |
137 |
| - | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
138 | 133 |
| |
139 | 134 |
| |
140 | 135 |
| |
| |||
215 | 210 |
| |
216 | 211 |
| |
217 | 212 |
| |
218 |
| - | |
219 |
| - | |
220 |
| - | |
221 |
| - | |
222 |
| - | |
223 |
| - | |
224 |
| - | |
225 |
| - | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
226 | 218 |
| |
227 | 219 |
| |
228 | 220 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
421 | 421 |
| |
422 | 422 |
| |
423 | 423 |
| |
424 |
| - | |
| 424 | + | |
425 | 425 |
| |
426 | 426 |
| |
427 | 427 |
| |
|
Lines changed: 3 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
149 | 149 |
| |
150 | 150 |
| |
151 | 151 |
| |
152 |
| - | |
| 152 | + | |
153 | 153 |
| |
154 | 154 |
| |
155 | 155 |
| |
| |||
567 | 567 |
| |
568 | 568 |
| |
569 | 569 |
| |
570 |
| - | |
571 |
| - | |
572 |
| - | |
573 |
| - | |
574 |
| - | |
575 |
| - | |
| 570 | + | |
576 | 571 |
| |
577 | 572 |
| |
578 | 573 |
| |
| |||
594 | 589 |
| |
595 | 590 |
| |
596 | 591 |
| |
597 |
| - | |
598 |
| - | |
599 |
| - | |
600 |
| - | |
601 |
| - | |
| 592 | + | |
602 | 593 |
| |
603 | 594 |
| |
604 | 595 |
| |
|
Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
170 | 170 |
| |
171 | 171 |
| |
172 | 172 |
| |
173 |
| - | |
| 173 | + | |
174 | 174 |
| |
175 | 175 |
| |
176 | 176 |
| |
177 | 177 |
| |
178 |
| - | |
179 |
| - | |
180 |
| - | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
181 | 181 |
| |
182 | 182 |
| |
183 | 183 |
| |
| |||
203 | 203 |
| |
204 | 204 |
| |
205 | 205 |
| |
206 |
| - | |
| 206 | + | |
207 | 207 |
| |
208 |
| - | |
| 208 | + | |
209 | 209 |
| |
210 | 210 |
| |
211 | 211 |
| |
|
Lines changed: 4 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
66 | 66 |
| |
67 | 67 |
| |
68 | 68 |
| |
69 |
| - | |
| 69 | + | |
70 | 70 |
| |
| 71 | + | |
71 | 72 |
| |
72 | 73 |
| |
73 |
| - | |
74 |
| - | |
75 |
| - | |
76 |
| - | |
77 |
| - | |
78 |
| - | |
79 |
| - | |
80 |
| - | |
| 74 | + | |
| 75 | + | |
81 | 76 |
| |
82 | 77 |
| |
83 | 78 |
| |
|
0 commit comments