This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit f128057
committed
Auto merge of rust-lang#3003 - rust-lang:rustup-2023-08-02, r=RalfJung
Automatic sync from rustcFile tree
778 files changed
+13374
-6384
lines changed- .github/workflows
- compiler
- rustc_abi/src
- rustc_ast_passes/src
- rustc_ast/src
- rustc_attr/src
- rustc_borrowck/src
- diagnostics
- type_check/liveness
- rustc_builtin_macros/src
- deriving
- generic
- rustc_codegen_gcc/src
- intrinsic
- rustc_codegen_llvm/src
- back
- coverageinfo
- debuginfo
- llvm
- rustc_codegen_ssa/src
- back
- debuginfo
- mir
- traits
- rustc_const_eval/src/interpret
- rustc_data_structures/src
- binary_search_util
- sync
- rustc_error_messages/src
- rustc_errors/src
- rustc_expand/src
- mbe
- rustc_feature/src
- rustc_hir_analysis/src
- astconv
- check
- collect
- rustc_hir_typeck/src
- generator_interior/drop_ranges
- rustc_incremental/src
- persist
- rustc_infer/src
- errors
- infer
- canonical
- error_reporting
- nice_region_error
- lexical_region_resolve
- nll_relate
- outlives
- region_constraints
- traits
- error_reporting
- rustc_lexer
- src
- rustc_lint/src
- rustc_llvm/llvm-wrapper
- rustc_log/src
- rustc_macros/src
- rustc_metadata/src
- rmeta
- rustc_middle/src
- dep_graph
- hir/map
- middle
- mir
- interpret
- allocation
- query
- traits
- solve/inspect
- ty
- consts
- print
- util
- rustc_mir_dataflow/src
- rustc_mir_transform/src/coverage
- test_macros/src
- rustc_parse/src
- lexer
- parser
- rustc_privacy/src
- rustc_query_system/src/dep_graph
- rustc_resolve/src
- late
- rustc_session/src
- rustc_smir/src
- rustc_smir
- stable_mir
- mir
- rustc_span/src
- rustc_target/src/spec
- rustc_trait_selection/src
- solve
- assembly
- eval_ctxt
- search_graph
- traits
- error_reporting
- query
- type_op
- select
- specialize
- rustc_ty_utils/src
- rustc_type_ir/src
- rustc
- library
- alloc
- src
- collections/btree
- vec
- tests
- core/src
- cell
- fmt
- panic
- ptr
- slice
- str
- portable-simd/crates/core_simd/examples
- std
- src
- backtrace
- ffi
- io
- util
- os/android
- sync
- sys_common
- sys/wasi
- test/src
- src
- bootstrap
- bin
- ci
- docker/host-x86_64/dist-various-2
- github-actions
- scripts
- doc
- rustc/src
- platform-support
- style-guide/src
- unstable-book/src/compiler-flags
- etc
- completions
- librustdoc
- clean
- html
- markdown
- render
- passes
- tools
- build-manifest
- src
- build_helper/src
- clippy
- .github/workflows
- book/src
- clippy_dev/src
- clippy_lints/src
- casts
- loops
- matches
- methods
- operators
- utils
- clippy_utils/src
- mir
- ty/type_certainty
- src
- tests
- ui-cargo
- cargo_common_metadata
- fail_publish_true/src
- fail_publish/src
- fail/src
- pass_publish_empty/src
- pass_publish_false/src
- pass/src
- feature_name
- fail/src
- pass/src
- module_style/fail_mod_remap/src
- multiple_crate_versions
- 5041_allow_dev_build/src
- fail/src
- pass/src
- wildcard_dependencies
- fail/src
- pass/src
- ui-internal
- ui-toml
- absolute_paths
- allow_crates
- auxiliary
- disallow_crates
- toml_unknown_key
- ui
- should_impl_trait
- miri
- src
- tests
- fail
- concurrency
- function_calls
- panic
- panic
- function_calls
- pass
- concurrency
- panic
- opt-dist
- src
- utils
- tidy/src
- tests
- assembly/stack-protector
- codegen
- repr
- simd-intrinsic
- debuginfo
- mir-opt
- run-make
- dump-ice-to-disk
- libtest-json
- libtest-junit
- short-ice
- rustdoc-gui
- rustdoc-ui
- doctest
- rustdoc
- ui
- abi
- annotate-snippet
- auxiliary
- async-await/issues/issue-65419
- auto-traits
- binop
- borrowck
- coercion
- const-generics/late-bound-vars
- consts
- const-eval
- dst
- dyn-star
- generic-associated-types
- higher-ranked/trait-bounds
- hygiene
- impl-trait
- in-trait
- issues
- imports
- inference
- intrinsics
- issues
- layout
- lazy-type-alias
- lexer
- lifetimes
- limits
- macros
- mir/validate
- mismatched_types
- nll
- numbers-arithmetic
- panics
- pin-macro
- privacy
- proc-macro
- auxiliary
- process
- rfcs/rfc-2632-const-trait-impl
- simd/intrinsic
- target-feature
- test-attrs
- threads-sendsync
- traits
- new-solver
- trait-upcasting
- treat-err-as-bug
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
778 files changed
+13374
-6384
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
418 | 418 | | |
419 | 419 | | |
420 | 420 | | |
421 | | - | |
422 | 421 | | |
423 | 422 | | |
424 | 423 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| 12 | + | |
10 | 13 | | |
11 | 14 | | |
12 | 15 | | |
| 16 | + | |
13 | 17 | | |
14 | 18 | | |
15 | 19 | | |
| 20 | + | |
16 | 21 | | |
17 | 22 | | |
18 | 23 | | |
| 24 | + | |
19 | 25 | | |
20 | 26 | | |
21 | 27 | | |
| 28 | + | |
22 | 29 | | |
23 | 30 | | |
24 | 31 | | |
| 32 | + | |
25 | 33 | | |
26 | 34 | | |
27 | 35 | | |
28 | 36 | | |
| 37 | + | |
29 | 38 | | |
30 | 39 | | |
31 | 40 | | |
| 41 | + | |
32 | 42 | | |
33 | 43 | | |
34 | 44 | | |
| 45 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2495 | 2495 | | |
2496 | 2496 | | |
2497 | 2497 | | |
| 2498 | + | |
2498 | 2499 | | |
2499 | 2500 | | |
2500 | 2501 | | |
| |||
3785 | 3786 | | |
3786 | 3787 | | |
3787 | 3788 | | |
3788 | | - | |
| 3789 | + | |
3789 | 3790 | | |
3790 | 3791 | | |
3791 | 3792 | | |
| |||
5445 | 5446 | | |
5446 | 5447 | | |
5447 | 5448 | | |
5448 | | - | |
5449 | | - | |
5450 | | - | |
5451 | | - | |
5452 | | - | |
5453 | | - | |
5454 | | - | |
5455 | | - | |
5456 | | - | |
5457 | | - | |
5458 | | - | |
5459 | | - | |
5460 | | - | |
5461 | | - | |
5462 | | - | |
5463 | | - | |
5464 | | - | |
5465 | | - | |
5466 | | - | |
5467 | | - | |
5468 | | - | |
5469 | | - | |
5470 | | - | |
5471 | | - | |
5472 | | - | |
5473 | | - | |
5474 | | - | |
5475 | | - | |
5476 | | - | |
5477 | | - | |
5478 | | - | |
5479 | | - | |
5480 | 5449 | | |
5481 | 5450 | | |
5482 | 5451 | | |
| |||
5520 | 5489 | | |
5521 | 5490 | | |
5522 | 5491 | | |
5523 | | - | |
5524 | | - | |
5525 | | - | |
5526 | | - | |
5527 | | - | |
5528 | | - | |
5529 | | - | |
5530 | | - | |
5531 | | - | |
5532 | 5492 | | |
5533 | 5493 | | |
5534 | 5494 | | |
| |||
5566 | 5526 | | |
5567 | 5527 | | |
5568 | 5528 | | |
| 5529 | + | |
| 5530 | + | |
| 5531 | + | |
| 5532 | + | |
| 5533 | + | |
| 5534 | + | |
5569 | 5535 | | |
5570 | 5536 | | |
5571 | 5537 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
263 | | - | |
264 | | - | |
| 263 | + | |
265 | 264 | | |
266 | 265 | | |
267 | 266 | | |
| |||
463 | 462 | | |
464 | 463 | | |
465 | 464 | | |
466 | | - | |
| 465 | + | |
467 | 466 | | |
468 | 467 | | |
469 | 468 | | |
| |||
537 | 536 | | |
538 | 537 | | |
539 | 538 | | |
540 | | - | |
541 | | - | |
| 539 | + | |
542 | 540 | | |
543 | 541 | | |
544 | 542 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
332 | 332 | | |
333 | 333 | | |
334 | 334 | | |
335 | | - | |
| 335 | + | |
336 | 336 | | |
337 | 337 | | |
338 | 338 | | |
| |||
342 | 342 | | |
343 | 343 | | |
344 | 344 | | |
345 | | - | |
| 345 | + | |
346 | 346 | | |
347 | 347 | | |
348 | 348 | | |
| |||
399 | 399 | | |
400 | 400 | | |
401 | 401 | | |
402 | | - | |
| 402 | + | |
403 | 403 | | |
404 | 404 | | |
405 | 405 | | |
| |||
456 | 456 | | |
457 | 457 | | |
458 | 458 | | |
459 | | - | |
| 459 | + | |
460 | 460 | | |
461 | 461 | | |
462 | 462 | | |
| |||
1179 | 1179 | | |
1180 | 1180 | | |
1181 | 1181 | | |
1182 | | - | |
1183 | | - | |
1184 | | - | |
1185 | | - | |
1186 | | - | |
1187 | | - | |
| 1182 | + | |
1188 | 1183 | | |
1189 | 1184 | | |
1190 | 1185 | | |
1191 | 1186 | | |
1192 | | - | |
| 1187 | + | |
1193 | 1188 | | |
1194 | 1189 | | |
1195 | 1190 | | |
| |||
1294 | 1289 | | |
1295 | 1290 | | |
1296 | 1291 | | |
1297 | | - | |
| 1292 | + | |
1298 | 1293 | | |
1299 | 1294 | | |
1300 | 1295 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
566 | 566 | | |
567 | 567 | | |
568 | 568 | | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
| 629 | + | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
| 634 | + | |
| 635 | + | |
| 636 | + | |
| 637 | + | |
| 638 | + | |
| 639 | + | |
| 640 | + | |
| 641 | + | |
| 642 | + | |
| 643 | + | |
| 644 | + | |
| 645 | + | |
| 646 | + | |
| 647 | + | |
| 648 | + | |
| 649 | + | |
| 650 | + | |
| 651 | + | |
| 652 | + | |
| 653 | + | |
| 654 | + | |
569 | 655 | | |
570 | 656 | | |
571 | 657 | | |
| |||
628 | 714 | | |
629 | 715 | | |
630 | 716 | | |
631 | | - | |
632 | | - | |
633 | | - | |
634 | | - | |
635 | | - | |
636 | | - | |
637 | | - | |
638 | | - | |
639 | | - | |
640 | 717 | | |
641 | 718 | | |
642 | 719 | | |
| |||
0 commit comments