Commit fca2e94
committed
Auto merge of #148356 - matthiaskrgr:rollup-mh4l2yi, r=matthiaskrgr
Rollup of 10 pull requests
Successful merges:
- #135602 (Tweak output of missing lifetime on associated type)
- #139751 (Implement pin-project in pattern matching for `&pin mut|const T`)
- #142682 (Update bundled musl to 1.2.5)
- #148171 (Simplify code to generate line numbers in highlight)
- #148263 (Unpin `libc` and `rustix` in `compiler` and `rustbook`)
- #148301 ([rustdoc search] Include extern crates when filtering on `import`)
- #148330 (Don't require dlltool with the dummy backend on MinGW)
- #148338 (cleanup: upstream dropped amx-transpose functionality)
- #148340 (Clippy subtree update)
- #148343 (`nonpoison::Condvar` should take `MutexGuard` by reference)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
356 files changed
+7946
-3317
lines changed- compiler
- rustc_ast_ir/src
- rustc_ast_pretty/src/pprust
- rustc_ast/src
- rustc_attr_parsing/src
- attributes
- rustc_borrowck/src
- diagnostics
- rustc_feature/src
- rustc_hir_analysis/src
- check
- rustc_hir_pretty/src
- rustc_hir_typeck
- src
- rustc_hir/src
- attrs
- rustc_interface/src
- rustc_lint/src
- rustc_middle/src/ty
- rustc_mir_build/src
- builder/matches
- thir/pattern
- rustc_parse/src/parser
- rustc_passes/src
- rustc_resolve/src
- late
- rustc_session
- rustc_span/src
- rustc_target/src
- spec/targets
- library
- std_detect
- src/detect
- arch
- os
- tests
- std
- src/sync
- nonpoison
- tests/sync
- src
- ci/docker
- host-x86_64
- dist-arm-linux-musl
- dist-i586-gnu-i586-i686-musl
- dist-powerpc64le-linux-musl
- scripts
- doc/rustc/src
- platform-support
- librustdoc/html
- static/js
- tools
- clippy
- book
- src
- development
- clippy_config
- src
- clippy_dev/src
- parse
- clippy_lints_internal/src
- clippy_lints
- src
- doc
- loops
- matches
- methods
- misc_early
- operators
- types
- utils
- clippy_utils
- src
- ast_utils
- declare_clippy_lint
- tests
- ui-toml/excessive_nesting
- ui
- auxiliary
- cmp_owned
- crashes
- doc
- needless_bool
- util/gh-pages
- rustbook
- rustfmt/src
- tests
- rustdoc-js
- ui
- check-cfg
- feature-gates
- impl-header-lifetime-elision
- lifetimes
- mismatched_types
- nll/user-annotations
- pin-ergonomics
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
356 files changed
+7946
-3317
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
580 | 580 | | |
581 | 581 | | |
582 | 582 | | |
583 | | - | |
| 583 | + | |
584 | 584 | | |
585 | 585 | | |
586 | 586 | | |
| |||
607 | 607 | | |
608 | 608 | | |
609 | 609 | | |
610 | | - | |
| 610 | + | |
611 | 611 | | |
612 | 612 | | |
613 | 613 | | |
| |||
630 | 630 | | |
631 | 631 | | |
632 | 632 | | |
633 | | - | |
| 633 | + | |
634 | 634 | | |
635 | 635 | | |
636 | 636 | | |
| |||
662 | 662 | | |
663 | 663 | | |
664 | 664 | | |
665 | | - | |
| 665 | + | |
666 | 666 | | |
667 | 667 | | |
668 | 668 | | |
| |||
1066 | 1066 | | |
1067 | 1067 | | |
1068 | 1068 | | |
1069 | | - | |
| 1069 | + | |
1070 | 1070 | | |
1071 | 1071 | | |
1072 | 1072 | | |
| |||
1288 | 1288 | | |
1289 | 1289 | | |
1290 | 1290 | | |
1291 | | - | |
| 1291 | + | |
1292 | 1292 | | |
1293 | 1293 | | |
1294 | 1294 | | |
| |||
2101 | 2101 | | |
2102 | 2102 | | |
2103 | 2103 | | |
2104 | | - | |
| 2104 | + | |
2105 | 2105 | | |
2106 | | - | |
| 2106 | + | |
2107 | 2107 | | |
2108 | 2108 | | |
2109 | 2109 | | |
| |||
2154 | 2154 | | |
2155 | 2155 | | |
2156 | 2156 | | |
2157 | | - | |
| 2157 | + | |
2158 | 2158 | | |
2159 | 2159 | | |
2160 | 2160 | | |
| |||
2216 | 2216 | | |
2217 | 2217 | | |
2218 | 2218 | | |
2219 | | - | |
| 2219 | + | |
2220 | 2220 | | |
2221 | | - | |
| 2221 | + | |
2222 | 2222 | | |
2223 | 2223 | | |
2224 | 2224 | | |
| |||
4897 | 4897 | | |
4898 | 4898 | | |
4899 | 4899 | | |
4900 | | - | |
| 4900 | + | |
4901 | 4901 | | |
4902 | | - | |
| 4902 | + | |
4903 | 4903 | | |
4904 | 4904 | | |
4905 | 4905 | | |
4906 | 4906 | | |
4907 | 4907 | | |
4908 | | - | |
| 4908 | + | |
4909 | 4909 | | |
4910 | 4910 | | |
4911 | 4911 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
789 | 789 | | |
790 | 790 | | |
791 | 791 | | |
792 | | - | |
| 792 | + | |
793 | 793 | | |
794 | 794 | | |
795 | 795 | | |
796 | 796 | | |
797 | 797 | | |
798 | 798 | | |
799 | | - | |
| 799 | + | |
800 | 800 | | |
801 | 801 | | |
802 | 802 | | |
| |||
814 | 814 | | |
815 | 815 | | |
816 | 816 | | |
817 | | - | |
| 817 | + | |
| 818 | + | |
| 819 | + | |
818 | 820 | | |
819 | | - | |
820 | | - | |
821 | | - | |
| 821 | + | |
| 822 | + | |
| 823 | + | |
| 824 | + | |
| 825 | + | |
| 826 | + | |
| 827 | + | |
| 828 | + | |
| 829 | + | |
| 830 | + | |
822 | 831 | | |
823 | 832 | | |
824 | 833 | | |
825 | 834 | | |
826 | 835 | | |
| 836 | + | |
827 | 837 | | |
828 | 838 | | |
| 839 | + | |
829 | 840 | | |
| 841 | + | |
830 | 842 | | |
| 843 | + | |
831 | 844 | | |
832 | 845 | | |
833 | 846 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
368 | 368 | | |
369 | 369 | | |
370 | 370 | | |
| 371 | + | |
371 | 372 | | |
372 | 373 | | |
373 | 374 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1712 | 1712 | | |
1713 | 1713 | | |
1714 | 1714 | | |
1715 | | - | |
| 1715 | + | |
1716 | 1716 | | |
| 1717 | + | |
| 1718 | + | |
| 1719 | + | |
1717 | 1720 | | |
1718 | 1721 | | |
| 1722 | + | |
| 1723 | + | |
1719 | 1724 | | |
1720 | 1725 | | |
1721 | 1726 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| |||
233 | 234 | | |
234 | 235 | | |
235 | 236 | | |
| 237 | + | |
236 | 238 | | |
237 | 239 | | |
238 | 240 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1188 | 1188 | | |
1189 | 1189 | | |
1190 | 1190 | | |
1191 | | - | |
| 1191 | + | |
1192 | 1192 | | |
1193 | 1193 | | |
1194 | 1194 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2582 | 2582 | | |
2583 | 2583 | | |
2584 | 2584 | | |
| 2585 | + | |
| 2586 | + | |
| 2587 | + | |
| 2588 | + | |
| 2589 | + | |
| 2590 | + | |
| 2591 | + | |
| 2592 | + | |
| 2593 | + | |
| 2594 | + | |
2585 | 2595 | | |
2586 | 2596 | | |
2587 | 2597 | | |
| |||
0 commit comments