File tree
217 files changed
+3224
-1602
lines changed- compiler
- rustc_ast_lowering/src
- rustc_borrowck/src/diagnostics
- rustc_codegen_gcc/src/intrinsic
- rustc_codegen_llvm/src
- rustc_codegen_ssa/src
- back
- mir
- rustc_data_structures/src
- rustc_hir/src
- rustc_interface/src
- rustc_lint/src
- rustc_middle/src/query
- rustc_mir_build/src
- thir/pattern
- rustc_mir_transform/src
- rustc_passes/src
- rustc_resolve/src
- rustc_session/src
- rustc_span/src
- library
- core/src
- mem
- num
- std/src/sync
- src
- bootstrap
- defaults
- mk
- src
- bin
- core
- build_steps
- builder
- config
- utils
- ci
- citool
- src
- tests
- docker/host-x86_64
- mingw-check-1
- mingw-check-2
- mingw-check-tidy
- x86_64-gnu-nopt
- github-actions
- doc
- rustc/src/platform-support
- rustc-dev-guide
- src
- building
- bootstrapping
- tests
- unstable-book/src/compiler-flags
- etc/test-float-parse/src
- librustdoc
- clean
- tools
- clippy
- book/src
- development
- clippy_config/src
- clippy_dev/src
- clippy_lints/src
- doc
- loops
- methods
- operators
- clippy_utils
- src
- ast_utils
- lintcheck/src
- tests
- ui
- dbg_macro
- doc
- util/gh-pages
- miri/src
- concurrency
- shims/unix
- tests
- crashes
- ui
- allocator/auxiliary
- async-await/async-drop
- attributes
- auxiliary
- coercion
- coroutine/auxiliary
- deprecation
- destructuring-assignment
- did_you_mean
- dyn-drop
- editions
- ergonomic-clones/async
- error-codes
- errors
- expr
- imports
- intrinsics
- macros
- auxiliary
- resolve
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
217 files changed
+3224
-1602
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
653 | 653 |
| |
654 | 654 |
| |
655 | 655 |
| |
656 |
| - | |
| 656 | + | |
657 | 657 |
| |
658 | 658 |
| |
659 | 659 |
| |
|
Lines changed: 5 additions & 47 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
177 | 177 |
| |
178 | 178 |
| |
179 | 179 |
| |
180 |
| - | |
181 |
| - | |
182 |
| - | |
183 |
| - | |
184 |
| - | |
185 |
| - | |
186 |
| - | |
187 |
| - | |
188 |
| - | |
189 |
| - | |
190 |
| - | |
191 |
| - | |
192 |
| - | |
193 | 180 |
| |
194 | 181 |
| |
195 | 182 |
| |
196 | 183 |
| |
197 | 184 |
| |
198 | 185 |
| |
199 |
| - | |
| 186 | + | |
200 | 187 |
| |
201 | 188 |
| |
202 | 189 |
| |
203 | 190 |
| |
204 | 191 |
| |
205 | 192 |
| |
206 |
| - | |
207 |
| - | |
208 |
| - | |
209 |
| - | |
210 |
| - | |
211 |
| - | |
212 |
| - | |
213 |
| - | |
214 |
| - | |
215 |
| - | |
216 |
| - | |
217 |
| - | |
218 |
| - | |
219 |
| - | |
220 |
| - | |
221 |
| - | |
222 |
| - | |
223 | 193 |
| |
224 | 194 |
| |
225 | 195 |
| |
226 | 196 |
| |
227 | 197 |
| |
228 | 198 |
| |
229 |
| - | |
| 199 | + | |
230 | 200 |
| |
231 | 201 |
| |
232 | 202 |
| |
| |||
237 | 207 |
| |
238 | 208 |
| |
239 | 209 |
| |
240 |
| - | |
241 |
| - | |
242 |
| - | |
243 |
| - | |
244 |
| - | |
245 |
| - | |
246 |
| - | |
247 |
| - | |
248 |
| - | |
249 |
| - | |
250 |
| - | |
251 |
| - | |
252 | 210 |
| |
253 | 211 |
| |
254 | 212 |
| |
| |||
582 | 540 |
| |
583 | 541 |
| |
584 | 542 |
| |
585 |
| - | |
| 543 | + | |
586 | 544 |
| |
587 | 545 |
| |
588 | 546 |
| |
| |||
1432 | 1390 |
| |
1433 | 1391 |
| |
1434 | 1392 |
| |
1435 |
| - | |
| 1393 | + | |
1436 | 1394 |
| |
1437 | 1395 |
| |
1438 | 1396 |
| |
| |||
4676 | 4634 |
| |
4677 | 4635 |
| |
4678 | 4636 |
| |
4679 |
| - | |
| 4637 | + | |
4680 | 4638 |
| |
4681 | 4639 |
| |
4682 | 4640 |
| |
|
Lines changed: 19 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| 10 | + | |
10 | 11 |
| |
11 | 12 |
| |
12 | 13 |
| |
| |||
527 | 528 |
| |
528 | 529 |
| |
529 | 530 |
| |
530 |
| - | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
531 | 547 |
| |
532 | 548 |
| |
533 | 549 |
| |
| |||
601 | 617 |
| |
602 | 618 |
| |
603 | 619 |
| |
604 |
| - | |
| 620 | + | |
605 | 621 |
| |
606 | 622 |
| |
607 | 623 |
| |
|
Lines changed: 9 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
67 |
| - | |
| 67 | + | |
68 | 68 |
| |
69 | 69 |
| |
70 | 70 |
| |
| |||
705 | 705 |
| |
706 | 706 |
| |
707 | 707 |
| |
708 |
| - | |
709 |
| - | |
710 |
| - | |
711 |
| - | |
| 708 | + | |
| 709 | + | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
712 | 713 |
| |
713 |
| - | |
| 714 | + | |
| 715 | + | |
714 | 716 |
| |
715 |
| - | |
| 717 | + | |
716 | 718 |
| |
717 | 719 |
| |
718 | 720 |
| |
|
Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
226 | 226 |
| |
227 | 227 |
| |
228 | 228 |
| |
229 |
| - | |
| 229 | + | |
230 | 230 |
| |
231 | 231 |
| |
232 | 232 |
| |
233 |
| - | |
| 233 | + | |
234 | 234 |
| |
235 | 235 |
| |
236 | 236 |
| |
|
Lines changed: 16 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
840 | 840 |
| |
841 | 841 |
| |
842 | 842 |
| |
843 |
| - | |
844 |
| - | |
845 |
| - | |
846 |
| - | |
847 |
| - | |
848 |
| - | |
849 |
| - | |
850 |
| - | |
| 843 | + | |
| 844 | + | |
| 845 | + | |
| 846 | + | |
| 847 | + | |
| 848 | + | |
| 849 | + | |
| 850 | + | |
| 851 | + | |
| 852 | + | |
| 853 | + | |
| 854 | + | |
| 855 | + | |
| 856 | + | |
| 857 | + | |
| 858 | + | |
851 | 859 |
| |
852 | 860 |
| |
853 | 861 |
| |
|
Lines changed: 16 additions & 24 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
| 26 | + | |
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
| |||
205 | 205 |
| |
206 | 206 |
| |
207 | 207 |
| |
208 |
| - | |
209 | 208 |
| |
210 |
| - | |
211 |
| - | |
212 |
| - | |
213 |
| - | |
214 |
| - | |
215 |
| - | |
216 |
| - | |
217 |
| - | |
218 |
| - | |
219 |
| - | |
| 209 | + | |
220 | 210 |
| |
221 |
| - | |
222 |
| - | |
| 211 | + | |
223 | 212 |
| |
224 | 213 |
| |
225 | 214 |
| |
| |||
320 | 309 |
| |
321 | 310 |
| |
322 | 311 |
| |
323 |
| - | |
324 |
| - | |
| 312 | + | |
325 | 313 |
| |
326 | 314 |
| |
327 | 315 |
| |
| |||
400 | 388 |
| |
401 | 389 |
| |
402 | 390 |
| |
403 |
| - | |
| 391 | + | |
404 | 392 |
| |
405 | 393 |
| |
406 | 394 |
| |
| |||
492 | 480 |
| |
493 | 481 |
| |
494 | 482 |
| |
495 |
| - | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
496 | 491 |
| |
497 | 492 |
| |
498 | 493 |
| |
| |||
503 | 498 |
| |
504 | 499 |
| |
505 | 500 |
| |
506 |
| - | |
507 |
| - | |
508 |
| - | |
| 501 | + | |
| 502 | + | |
509 | 503 |
| |
510 |
| - | |
511 |
| - | |
512 |
| - | |
| 504 | + | |
513 | 505 |
| |
514 | 506 |
| |
515 | 507 |
| |
|
0 commit comments