This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit eb165d0
committed
Auto merge of rust-lang#140112 - jieyouxu:rollup-srw76oc, r=jieyouxu
Rollup of 12 pull requests
Successful merges:
- rust-lang#134213 (Stabilize `naked_functions`)
- rust-lang#139795 (Clarify why SGX code specifies linkage/symbol names for certain statics)
- rust-lang#139981 (Don't compute name of associated item if it's an RPITIT)
- rust-lang#140036 (Advent of `tests/ui` (misc cleanups and improvements) [4/N])
- rust-lang#140047 (remove a couple clones)
- rust-lang#140052 (Fix error when an intra doc link is trying to resolve an empty associated item)
- rust-lang#140074 (rustdoc-json: Improve test for auto-trait impls)
- rust-lang#140076 (jsondocck: Require command is at start of line)
- rust-lang#140077 (Construct OutputType using macro and print [=FILENAME] help info)
- rust-lang#140081 (Update `libc` to 0.2.172)
- rust-lang#140091 (build_helper: try to rename dir before delete)
- rust-lang#140107 (rustc-dev-guide subtree update)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
99 files changed
+656
-484
lines changed- compiler
- rustc_builtin_macros/src
- rustc_codegen_cranelift/example
- rustc_error_codes/src/error_codes
- rustc_feature/src
- rustc_hir_analysis/src
- errors
- hir_ty_lowering
- rustc_middle/src/ty
- rustc_mir_build/src/builder
- rustc_passes/src
- rustc_session/src
- library
- core/src
- std
- src/sys
- alloc
- args
- pal/sgx
- abi/tls
- src
- bootstrap
- build_helper
- src/fs
- doc
- rustc-dev-guide
- src/tests
- unstable-book/src/compiler-flags
- librustdoc/passes
- tools/jsondocck/src
- tests
- assembly/naked-functions
- auxiliary
- codegen
- cffi
- naked-fn
- run-make
- metadata-dep-info
- naked-symbol-visibility
- rustc-help
- rustdoc-json
- fns
- impls
- rustdoc-ui/intra-doc
- ui
- asm
- binop
- auxiliary
- borrowck
- feature-gates
- impl-trait/in-trait
- inference
- invalid-compile-flags
- lint
- rfcs/rfc-2091-track-caller
- target-cpu
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
+656
-484
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
332 | 332 | | |
333 | 333 | | |
334 | 334 | | |
| 335 | + | |
335 | 336 | | |
336 | 337 | | |
337 | 338 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
596 | 596 | | |
597 | 597 | | |
598 | 598 | | |
599 | | - | |
600 | | - | |
| 599 | + | |
601 | 600 | | |
602 | 601 | | |
603 | 602 | | |
604 | 603 | | |
605 | 604 | | |
606 | 605 | | |
607 | | - | |
| 606 | + | |
608 | 607 | | |
609 | 608 | | |
610 | 609 | | |
| |||
622 | 621 | | |
623 | 622 | | |
624 | 623 | | |
625 | | - | |
| 624 | + | |
626 | 625 | | |
627 | 626 | | |
628 | 627 | | |
| |||
640 | 639 | | |
641 | 640 | | |
642 | 641 | | |
643 | | - | |
644 | | - | |
| 642 | + | |
645 | 643 | | |
646 | 644 | | |
647 | 645 | | |
| |||
Lines changed: 1 addition & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
| 1 | + | |
11 | 2 | | |
12 | 3 | | |
13 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | 6 | | |
9 | 7 | | |
10 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
| 303 | + | |
| 304 | + | |
303 | 305 | | |
304 | 306 | | |
305 | 307 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
443 | 443 | | |
444 | 444 | | |
445 | 445 | | |
| 446 | + | |
446 | 447 | | |
447 | 448 | | |
448 | 449 | | |
| |||
515 | 516 | | |
516 | 517 | | |
517 | 518 | | |
518 | | - | |
519 | | - | |
520 | | - | |
521 | | - | |
522 | | - | |
523 | | - | |
524 | 519 | | |
525 | 520 | | |
526 | 521 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
563 | 563 | | |
564 | 564 | | |
565 | 565 | | |
566 | | - | |
567 | | - | |
568 | 566 | | |
569 | 567 | | |
570 | 568 | | |
| |||
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
486 | 486 | | |
487 | 487 | | |
488 | 488 | | |
489 | | - | |
490 | 489 | | |
491 | | - | |
492 | | - | |
493 | | - | |
494 | | - | |
495 | | - | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
496 | 497 | | |
497 | | - | |
498 | 498 | | |
499 | 499 | | |
500 | 500 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
1731 | 1731 | | |
1732 | 1732 | | |
1733 | 1733 | | |
1734 | | - | |
| 1734 | + | |
| 1735 | + | |
1735 | 1736 | | |
1736 | | - | |
1737 | 1737 | | |
1738 | 1738 | | |
1739 | 1739 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
| 249 | + | |
| 250 | + | |
249 | 251 | | |
250 | 252 | | |
251 | 253 | | |
| |||
0 commit comments