Commit 16329b0
committed
Auto merge of rust-lang#57063 - kennytm:rollup, r=kennytm
Rollup of 25 pull requests
Successful merges:
- rust-lang#56802 (Add DoubleEndedIterator::nth_back)
- rust-lang#56909 (static eval: Do not ICE on layout size overflow)
- rust-lang#56914 (Ignore ui/target-feature-gate on sparc, sparc64, powerpc, powerpc64 and powerpc64le)
- rust-lang#56919 (Remove a wrong multiplier on relocation offset computation)
- rust-lang#56933 (Add --progress to git submodule commands in x.py)
- rust-lang#56936 (rename div_euc -> div_euclid, and mod_euc -> rem_euclid)
- rust-lang#56941 (deny intra-doc link resolution failures in libstd)
- rust-lang#56945 (Fix rustdoc-js tests)
- rust-lang#56967 (Replace current crate's searchIndex when regenerating)
- rust-lang#56970 (Mem uninit doc ptr drop)
- rust-lang#56973 (make basic CTFE tracing available on release builds)
- rust-lang#56979 (Adding unwinding support for x86_64_fortanix_unknown_sgx target.)
- rust-lang#56981 (miri: allocation is infallible)
- rust-lang#56984 (A few tweaks to dropck_outlives)
- rust-lang#56989 (Fix compiletest `trim` deprecation warnings)
- rust-lang#56992 (suggest similar lint names for unknown lints)
- rust-lang#57002 (Stabilize Vec(Deque)::resize_with)
- rust-lang#57011 (rustdoc: add new CLI flag to load static files from a different location)
- rust-lang#57027 (Optimize away a move)
- rust-lang#57034 (Inline tweaks)
- rust-lang#57039 (Update migrate warning wording.)
- rust-lang#57040 (Fix feature gate to point to 1.32.0 for `path_from_str`)
- rust-lang#57049 (Stabilize #[repr(packed(N))])
- rust-lang#57050 (Fixed typo in HashMap documentation)
- rust-lang#57052 (Fix stabilization version numbers (exhaustive_integer_patterns + macro_literal_matcher))File tree
99 files changed
+869
-450
lines changed- src
- bootstrap
- doc
- rustdoc/src
- unstable-book/src/language-features
- liballoc
- collections
- libcore
- iter
- num
- slice
- tests
- num
- libpanic_unwind
- librustc_data_structures
- librustc_mir
- borrow_check
- interpret
- transform
- librustc_target/spec
- librustc
- lint
- traits/query
- ty
- query
- librustdoc
- html
- libserialize
- libstd
- collections/hash
- io
- sys/sgx
- abi
- libsyntax
- libunwind
- test
- codegen
- run-pass
- issues
- packed
- auxiliary
- structs-enums
- union
- rustdoc
- ui
- borrowck
- consts
- min_const_fn
- feature-gates
- issues
- lint
- nll
- print_type_sizes
- tools
- compiletest/src
- rustdoc-js
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
99 files changed
+869
-450
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
678 | 678 | | |
679 | 679 | | |
680 | 680 | | |
681 | | - | |
| 681 | + | |
682 | 682 | | |
683 | 683 | | |
684 | | - | |
| 684 | + | |
685 | 685 | | |
686 | 686 | | |
687 | 687 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
402 | 402 | | |
403 | 403 | | |
404 | 404 | | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
Lines changed: 0 additions & 8 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1897 | 1897 | | |
1898 | 1898 | | |
1899 | 1899 | | |
1900 | | - | |
1901 | | - | |
1902 | 1900 | | |
1903 | 1901 | | |
1904 | 1902 | | |
| |||
1917 | 1915 | | |
1918 | 1916 | | |
1919 | 1917 | | |
1920 | | - | |
| 1918 | + | |
1921 | 1919 | | |
1922 | 1920 | | |
1923 | 1921 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
| 76 | + | |
75 | 77 | | |
76 | 78 | | |
77 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
843 | 843 | | |
844 | 844 | | |
845 | 845 | | |
| 846 | + | |
| 847 | + | |
846 | 848 | | |
847 | 849 | | |
848 | 850 | | |
| |||
1422 | 1424 | | |
1423 | 1425 | | |
1424 | 1426 | | |
1425 | | - | |
| 1427 | + | |
1426 | 1428 | | |
1427 | 1429 | | |
| 1430 | + | |
1428 | 1431 | | |
1429 | 1432 | | |
1430 | 1433 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
955 | 955 | | |
956 | 956 | | |
957 | 957 | | |
| 958 | + | |
| 959 | + | |
958 | 960 | | |
959 | 961 | | |
960 | 962 | | |
| |||
1222 | 1224 | | |
1223 | 1225 | | |
1224 | 1226 | | |
1225 | | - | |
| 1227 | + | |
1226 | 1228 | | |
1227 | 1229 | | |
1228 | 1230 | | |
| 1231 | + | |
1229 | 1232 | | |
1230 | 1233 | | |
1231 | 1234 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1241 | 1241 | | |
1242 | 1242 | | |
1243 | 1243 | | |
1244 | | - | |
1245 | | - | |
1246 | 1244 | | |
1247 | 1245 | | |
1248 | 1246 | | |
| |||
1255 | 1253 | | |
1256 | 1254 | | |
1257 | 1255 | | |
1258 | | - | |
| 1256 | + | |
1259 | 1257 | | |
1260 | 1258 | | |
1261 | 1259 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
429 | 429 | | |
430 | 430 | | |
431 | 431 | | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
432 | 435 | | |
433 | 436 | | |
434 | 437 | | |
| |||
461 | 464 | | |
462 | 465 | | |
463 | 466 | | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
464 | 470 | | |
465 | 471 | | |
466 | 472 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
427 | 427 | | |
428 | 428 | | |
429 | 429 | | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
430 | 486 | | |
431 | 487 | | |
432 | 488 | | |
| |||
461 | 517 | | |
462 | 518 | | |
463 | 519 | | |
464 | | - | |
465 | | - | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
466 | 525 | | |
467 | 526 | | |
468 | 527 | | |
| |||
524 | 583 | | |
525 | 584 | | |
526 | 585 | | |
527 | | - | |
528 | | - | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
529 | 590 | | |
530 | 591 | | |
531 | 592 | | |
| |||
574 | 635 | | |
575 | 636 | | |
576 | 637 | | |
577 | | - | |
| 638 | + | |
| 639 | + | |
578 | 640 | | |
579 | 641 | | |
580 | 642 | | |
| |||
587 | 649 | | |
588 | 650 | | |
589 | 651 | | |
590 | | - | |
| 652 | + | |
| 653 | + | |
| 654 | + | |
| 655 | + | |
| 656 | + | |
| 657 | + | |
591 | 658 | | |
592 | 659 | | |
593 | 660 | | |
| |||
0 commit comments