Commit 9e8a982
committed
Auto merge of rust-lang#56051 - pietroalbini:rollup, r=pietroalbini
Rollup of 25 pull requests
Successful merges:
- rust-lang#55562 (Add powerpc- and powerpc64-unknown-linux-musl targets)
- rust-lang#55564 (test/linkage-visibility: Ignore on musl targets)
- rust-lang#55827 (A few tweaks to iterations/collecting)
- rust-lang#55834 (Forward the ABI of the non-zero sized fields of an union if they have the same ABI)
- rust-lang#55857 (remove unused dependency)
- rust-lang#55862 (in which the E0618 "expected function" diagnostic gets a makeover)
- rust-lang#55867 (do not panic just because cargo failed)
- rust-lang#55894 (miri enum discriminant handling: Fix treatment of pointers, better error when it is undef)
- rust-lang#55916 (Make miri value visitor useful for mutation)
- rust-lang#55919 (core/tests/num: Simplify `test_int_from_str_overflow()` test code)
- rust-lang#55923 (reword #[test] attribute error on fn items)
- rust-lang#55949 (ty: return impl Iterator from Predicate::walk_tys)
- rust-lang#55952 (Update to Clang 7 on CI.)
- rust-lang#55953 (rust-lang#53488 Refactoring UpvarId)
- rust-lang#55962 (rustdoc: properly calculate spans for intra-doc link resolution errors)
- rust-lang#55963 (Stress test for MPSC)
- rust-lang#55968 (Clean up some non-mod-rs stuff.)
- rust-lang#55970 (Miri backtrace improvements)
- rust-lang#56007 (CTFE: dynamically make sure we do not call non-const-fn)
- rust-lang#56011 (Replace data.clone() by Arc::clone(&data) in mutex doc.)
- rust-lang#56012 (avoid shared ref in UnsafeCell::get)
- rust-lang#56016 (Add VecDeque::resize_with)
- rust-lang#56027 (docs: Add missing backtick in object_safety.rs docs)
- rust-lang#56043 (remove "approx env bounds" if we already know from trait)
- rust-lang#56059 (Increase `Duration` approximate equal threshold to 1us)File tree
125 files changed
+1251
-591
lines changed- src
- bootstrap
- ci/docker
- dist-i686-linux
- dist-x86_64-linux
- scripts
- liballoc/collections
- libcore
- tests/num
- librustc_borrowck/borrowck
- gather_loans
- librustc_data_structures
- librustc_mir
- build
- hair/cx
- interpret
- librustc_target
- abi
- call
- spec
- librustc_typeck/check
- librustc
- cfg
- hir
- ich
- infer
- error_reporting
- outlives
- middle
- mir/interpret
- traits
- ty
- query
- util
- librustdoc/passes
- libserialize
- libstd
- sync
- libsyntax_ext
- deriving/generic
- libsyntax/parse
- lexer
- test
- codegen
- compile-fail
- run-pass-fulldeps/auxiliary
- run-pass
- non_modrs_mods
- foors_mod/inline
- modrs_mod
- inline
- rustdoc-ui
- ui
- block-result
- consts
- const-eval
- empty
- error-codes
- infinite
- invalid-module-declaration
- issues
- missing_non_modrs_mod
- nll/ty-outlives
- non_modrs_mods
- foors_mod
- inner_foors_mod
- inner_modrs_mod
- modrs_mod
- inner_foors_mod
- inner_modrs_mod
- some_crazy_attr_mod_dir
- inner_modrs_mod
- resolve
- suggestions
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
125 files changed
+1251
-591
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
230 | | - | |
231 | | - | |
232 | | - | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2191 | 2191 | | |
2192 | 2192 | | |
2193 | 2193 | | |
2194 | | - | |
2195 | 2194 | | |
2196 | 2195 | | |
2197 | 2196 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
1098 | 1098 | | |
1099 | 1099 | | |
1100 | 1100 | | |
1101 | | - | |
| 1101 | + | |
1102 | 1102 | | |
1103 | 1103 | | |
1104 | 1104 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
1920 | 1920 | | |
1921 | 1921 | | |
1922 | 1922 | | |
| 1923 | + | |
| 1924 | + | |
| 1925 | + | |
| 1926 | + | |
| 1927 | + | |
| 1928 | + | |
| 1929 | + | |
| 1930 | + | |
| 1931 | + | |
| 1932 | + | |
| 1933 | + | |
| 1934 | + | |
| 1935 | + | |
| 1936 | + | |
| 1937 | + | |
| 1938 | + | |
| 1939 | + | |
| 1940 | + | |
| 1941 | + | |
| 1942 | + | |
| 1943 | + | |
| 1944 | + | |
| 1945 | + | |
| 1946 | + | |
| 1947 | + | |
| 1948 | + | |
| 1949 | + | |
| 1950 | + | |
| 1951 | + | |
| 1952 | + | |
| 1953 | + | |
| 1954 | + | |
| 1955 | + | |
| 1956 | + | |
| 1957 | + | |
| 1958 | + | |
| 1959 | + | |
| 1960 | + | |
1923 | 1961 | | |
1924 | 1962 | | |
1925 | 1963 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1509 | 1509 | | |
1510 | 1510 | | |
1511 | 1511 | | |
1512 | | - | |
| 1512 | + | |
| 1513 | + | |
| 1514 | + | |
1513 | 1515 | | |
1514 | 1516 | | |
1515 | 1517 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
86 | | - | |
| 85 | + | |
87 | 86 | | |
88 | 87 | | |
89 | | - | |
90 | | - | |
| 88 | + | |
91 | 89 | | |
92 | 90 | | |
93 | | - | |
94 | | - | |
| 91 | + | |
95 | 92 | | |
96 | 93 | | |
97 | | - | |
98 | | - | |
| 94 | + | |
99 | 95 | | |
100 | 96 | | |
101 | | - | |
102 | | - | |
| 97 | + | |
103 | 98 | | |
104 | 99 | | |
105 | | - | |
106 | | - | |
| 100 | + | |
107 | 101 | | |
108 | 102 | | |
109 | | - | |
110 | | - | |
| 103 | + | |
111 | 104 | | |
112 | 105 | | |
113 | | - | |
114 | | - | |
| 106 | + | |
115 | 107 | | |
116 | 108 | | |
117 | 109 | | |
| |||
0 commit comments