File tree
549 files changed
+4315
-2831
lines changed- compiler
- rustc_ast/src
- attr
- rustc_ast_lowering/src
- rustc_ast_passes
- src
- rustc_ast_pretty/src/pprust
- state
- rustc_borrowck/src
- region_infer
- type_check
- rustc_builtin_macros/src
- assert
- rustc_codegen_cranelift
- example
- src
- abi
- intrinsics
- rustc_codegen_gcc/example
- rustc_codegen_llvm/src
- debuginfo
- rustc_codegen_ssa/src
- back
- mir
- rustc_const_eval/src
- interpret
- transform/check_consts
- rustc_data_structures/src
- fingerprint
- graph/implementation
- intern
- obligation_forest
- sip128
- rustc_error_codes/src/error_codes
- rustc_errors/src
- json
- markdown/tests
- rustc_expand
- src
- mbe
- parse
- rustc_feature/src
- rustc_hir_analysis/src/check
- rustc_hir_pretty/src
- rustc_hir_typeck/src
- fn_ctxt
- rustc_incremental/src/persist
- rustc_infer/src/errors
- rustc_interface/src
- rustc_lint
- src
- rustc_llvm/llvm-wrapper
- rustc_macros/src
- rustc_metadata/src
- rmeta
- rustc_middle/src
- hir/map
- middle
- mir
- ty
- print
- rustc_mir_build/src
- build
- expr
- matches
- thir/pattern
- rustc_mir_dataflow/src/framework
- rustc_mir_transform/src
- coverage
- rustc_parse/src
- lexer
- parser
- rustc_query_system/src
- dep_graph
- query
- rustc_resolve/src
- rustc_session/src
- rustc_smir/src/rustc_smir
- rustc_span/src
- source_map
- rustc_trait_selection/src/traits
- error_reporting
- rustc_ty_utils/src
- stable_mir/src
- library
- alloc
- benches
- btree
- src
- collections
- binary_heap
- btree
- map
- set
- ffi/c_str
- rc
- sync
- tests
- core
- benches/num/flt2dec
- strategy
- src
- array
- char
- convert
- future
- iter/adapters
- mem
- ops
- ptr
- slice
- task
- tests
- hash
- iter
- adapters
- num
- proc_macro/src
- std/src
- backtrace
- env
- ffi/os_str
- io/error
- net
- tcp
- udp
- path
- sync
- mpsc
- sys_common
- wtf8
- test/src
- term/terminfo/parm
- src
- bootstrap/src
- bin
- core
- build_steps
- config
- tests
- utils
- doc
- rustc/src
- platform-support
- unstable-book/src/compiler-flags
- etc/completions
- librustdoc
- clean
- cfg
- types
- html
- render
- static/js
- tools
- clippy
- clippy_lints/src
- loops
- methods
- clippy_utils/src
- tests/ui
- miri
- src
- borrow_tracker
- stacked_borrows
- tree_borrows
- concurrency
- shims
- unix
- linux
- tests
- pass
- function_calls
- pass-dep/shims
- rust-analyzer/crates
- proc-macro-api/src
- stdx/src
- rustfmt
- src
- config
- emitter
- tests
- source
- target
- tests
- pretty
- run-make/rustc-macro-dep-files
- rustdoc-js
- ui
- abi
- async-await/issues
- box
- unit
- check-cfg
- codegen
- coherence
- consts
- coroutine
- editions
- error-codes
- extenv
- extern
- feature-gates
- for-loop-while
- hygiene
- impl-trait
- infinite
- issues
- lint
- macros
- mir
- moves
- overloaded
- parser
- proc-macro
- auxiliary
- regions
- rfcs
- rfc-2361-dbg-macro
- rfc-2565-param-attrs/auxiliary
- rfc-2632-const-trait-impl
- const_derives
- rust-2018
- simd
- specialization
- stdlib-unit-tests
- structs-enums
- suggestions
- traits
- inheritance
- negative-impls
- wf-object
- ufcs
- unboxed-closures
- zero-sized
- ui-fulldeps
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
549 files changed
+4315
-2831
lines changedLines changed: 13 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
676 | 676 |
| |
677 | 677 |
| |
678 | 678 |
| |
| 679 | + | |
| 680 | + | |
| 681 | + | |
| 682 | + | |
| 683 | + | |
| 684 | + | |
| 685 | + | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
679 | 692 |
| |
680 | 693 |
| |
681 | 694 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
387 | 387 |
| |
388 | 388 |
| |
389 | 389 |
| |
390 |
| - | |
| 390 | + | |
391 | 391 |
| |
392 | 392 |
| |
393 | 393 |
| |
| |||
401 | 401 |
| |
402 | 402 |
| |
403 | 403 |
| |
404 |
| - | |
| 404 | + | |
405 | 405 |
| |
406 | 406 |
| |
407 | 407 |
| |
| |||
524 | 524 |
| |
525 | 525 |
| |
526 | 526 |
| |
527 |
| - | |
| 527 | + | |
528 | 528 |
| |
529 | 529 |
| |
530 | 530 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| 10 | + | |
10 | 11 |
| |
11 | 12 |
| |
12 | 13 |
| |
13 |
| - | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| |||
682 | 682 |
| |
683 | 683 |
| |
684 | 684 |
| |
685 |
| - | |
| 685 | + | |
686 | 686 |
| |
687 | 687 |
| |
688 | 688 |
| |
| |||
709 | 709 |
| |
710 | 710 |
| |
711 | 711 |
| |
712 |
| - | |
| 712 | + | |
713 | 713 |
| |
714 | 714 |
| |
715 | 715 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
|
Lines changed: 99 additions & 38 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
49 |
| - | |
| 49 | + | |
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
| |||
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
65 |
| - | |
| 65 | + | |
66 | 66 |
| |
67 | 67 |
| |
68 | 68 |
| |
69 |
| - | |
| 69 | + | |
70 | 70 |
| |
71 | 71 |
| |
72 | 72 |
| |
| |||
99 | 99 |
| |
100 | 100 |
| |
101 | 101 |
| |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
102 | 107 |
| |
103 | 108 |
| |
104 | 109 |
| |
| |||
183 | 188 |
| |
184 | 189 |
| |
185 | 190 |
| |
186 |
| - | |
| 191 | + | |
187 | 192 |
| |
188 | 193 |
| |
189 | 194 |
| |
| |||
208 | 213 |
| |
209 | 214 |
| |
210 | 215 |
| |
211 |
| - | |
212 |
| - | |
213 |
| - | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
214 | 224 |
| |
215 | 225 |
| |
216 | 226 |
| |
| |||
230 | 240 |
| |
231 | 241 |
| |
232 | 242 |
| |
233 |
| - | |
| 243 | + | |
234 | 244 |
| |
235 | 245 |
| |
236 | 246 |
| |
| |||
250 | 260 |
| |
251 | 261 |
| |
252 | 262 |
| |
253 |
| - | |
| 263 | + | |
254 | 264 |
| |
255 | 265 |
| |
256 | 266 |
| |
| |||
303 | 313 |
| |
304 | 314 |
| |
305 | 315 |
| |
306 |
| - | |
307 |
| - | |
308 |
| - | |
309 |
| - | |
310 |
| - | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
311 | 320 |
| |
312 | 321 |
| |
313 |
| - | |
314 |
| - | |
315 |
| - | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
316 | 337 |
| |
317 | 338 |
| |
318 |
| - | |
319 |
| - | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
320 | 351 |
| |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
321 | 374 |
| |
322 | 375 |
| |
323 | 376 |
| |
| |||
421 | 474 |
| |
422 | 475 |
| |
423 | 476 |
| |
424 |
| - | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
425 | 481 |
| |
426 | 482 |
| |
427 | 483 |
| |
428 | 484 |
| |
429 |
| - | |
430 |
| - | |
431 |
| - | |
432 |
| - | |
433 |
| - | |
434 |
| - | |
435 |
| - | |
436 |
| - | |
437 |
| - | |
438 |
| - | |
439 | 485 |
| |
440 | 486 |
| |
441 | 487 |
| |
| |||
482 | 528 |
| |
483 | 529 |
| |
484 | 530 |
| |
| 531 | + | |
485 | 532 |
| |
486 | 533 |
| |
487 | 534 |
| |
| |||
492 | 539 |
| |
493 | 540 |
| |
494 | 541 |
| |
495 |
| - | |
496 |
| - | |
| 542 | + | |
| 543 | + | |
497 | 544 |
| |
498 | 545 |
| |
499 | 546 |
| |
| |||
503 | 550 |
| |
504 | 551 |
| |
505 | 552 |
| |
506 |
| - | |
| 553 | + | |
507 | 554 |
| |
508 | 555 |
| |
509 | 556 |
| |
| |||
517 | 564 |
| |
518 | 565 |
| |
519 | 566 |
| |
520 |
| - | |
| 567 | + | |
521 | 568 |
| |
522 | 569 |
| |
523 | 570 |
| |
| |||
592 | 639 |
| |
593 | 640 |
| |
594 | 641 |
| |
595 |
| - | |
| 642 | + | |
596 | 643 |
| |
597 |
| - | |
| 644 | + | |
| 645 | + | |
598 | 646 |
| |
599 | 647 |
| |
600 | 648 |
| |
| |||
622 | 670 |
| |
623 | 671 |
| |
624 | 672 |
| |
625 |
| - | |
| 673 | + | |
626 | 674 |
| |
627 | 675 |
| |
628 | 676 |
| |
| 677 | + | |
629 | 678 |
| |
630 | 679 |
| |
631 | 680 |
| |
| |||
641 | 690 |
| |
642 | 691 |
| |
643 | 692 |
| |
644 |
| - | |
| 693 | + | |
645 | 694 |
| |
646 | 695 |
| |
647 | 696 |
| |
| |||
738 | 787 |
| |
739 | 788 |
| |
740 | 789 |
| |
| 790 | + | |
| 791 | + | |
| 792 | + | |
| 793 | + | |
| 794 | + | |
| 795 | + | |
| 796 | + | |
| 797 | + | |
| 798 | + | |
| 799 | + | |
| 800 | + | |
| 801 | + | |
741 | 802 |
| |
742 | 803 |
| |
743 | 804 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
|
Lines changed: 5 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
12 | 11 |
| |
13 | 12 |
| |
14 | 13 |
| |
| |||
582 | 581 |
| |
583 | 582 |
| |
584 | 583 |
| |
585 |
| - | |
586 |
| - | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
587 | 589 |
| |
588 | 590 |
| |
589 | 591 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
0 commit comments