Commit 254f879
committed
Auto merge of rust-lang#52352 - kennytm:rollup, r=kennytm
Rollup of 17 pull requests
Successful merges:
- rust-lang#51962 (Provide llvm-strip in llvm-tools component)
- rust-lang#52003 (Implement `Option::replace` in the core library)
- rust-lang#52156 (Update std::ascii::ASCIIExt deprecation notes)
- rust-lang#52280 (llvm-tools-preview: fix build-manifest)
- rust-lang#52290 (Deny bare trait objects in src/librustc_save_analysis)
- rust-lang#52293 (Deny bare trait objects in librustc_typeck)
- rust-lang#52299 (Deny bare trait objects in src/libserialize)
- rust-lang#52300 (Deny bare trait objects in librustc_target and libtest)
- rust-lang#52302 (Deny bare trait objects in the rest of rust)
- rust-lang#52310 (Backport 1.27.1 release notes to master)
- rust-lang#52315 (Resolve FIXME(rust-lang#27942))
- rust-lang#52316 (task: remove wrong comments about non-existent LocalWake trait)
- rust-lang#52322 (Update llvm-rebuild-trigger in light of LLVM 7 upgrade)
- rust-lang#52330 (Don't silently ignore invalid data in target spec)
- rust-lang#52333 (CI: Enable core dump on Linux, and print their stack trace on segfault. )
- rust-lang#52346 (Fix typo in improper_ctypes suggestion)
- rust-lang#52350 (Bump bootstrap compiler to 1.28.0-beta.10)
Failed merges:
r? @ghostFile tree
58 files changed
+239
-88
lines changed- src
- bootstrap
- build_helper
- ci
- docker
- liballoc_jemalloc
- liballoc_system
- libarena
- libcore
- task
- tests
- libfmt_macros
- libgraphviz
- libpanic_abort
- libproc_macro
- libprofiler_builtins
- librustc_apfloat
- librustc_asan
- librustc_borrowck
- librustc_incremental
- librustc_lint
- librustc_llvm
- librustc_lsan
- librustc_mir
- librustc_msan
- librustc_passes
- librustc_platform_intrinsics
- librustc_plugin
- librustc_privacy
- librustc_save_analysis
- librustc_target
- spec
- librustc_traits
- librustc_tsan
- librustc_typeck
- check
- coherence
- librustc/infer/error_reporting
- libserialize
- libstd
- libsyntax_pos
- libtest
- libunwind
- rustllvm
- test
- run-make-fulldeps/target-specs
- ui
- tools/build-manifest/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
58 files changed
+239
-88
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
6 | 10 | | |
7 | 11 | | |
8 | 12 | | |
| |||
249 | 253 | | |
250 | 254 | | |
251 | 255 | | |
| 256 | + | |
| 257 | + | |
252 | 258 | | |
253 | 259 | | |
254 | 260 | | |
| |||
274 | 280 | | |
275 | 281 | | |
276 | 282 | | |
| 283 | + | |
| 284 | + | |
277 | 285 | | |
278 | 286 | | |
279 | 287 | | |
| |||
284 | 292 | | |
285 | 293 | | |
286 | 294 | | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
287 | 311 | | |
288 | | - | |
| 312 | + | |
289 | 313 | | |
290 | 314 | | |
291 | 315 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
143 | 166 | | |
144 | 167 | | |
145 | 168 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
209 | | - | |
| 209 | + | |
| 210 | + | |
210 | 211 | | |
211 | 212 | | |
212 | 213 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| 102 | + | |
102 | 103 | | |
103 | 104 | | |
104 | 105 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
27 | 32 | | |
28 | 33 | | |
29 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
845 | 845 | | |
846 | 846 | | |
847 | 847 | | |
| 848 | + | |
| 849 | + | |
| 850 | + | |
| 851 | + | |
| 852 | + | |
| 853 | + | |
| 854 | + | |
| 855 | + | |
| 856 | + | |
| 857 | + | |
| 858 | + | |
| 859 | + | |
| 860 | + | |
| 861 | + | |
| 862 | + | |
| 863 | + | |
| 864 | + | |
| 865 | + | |
| 866 | + | |
| 867 | + | |
| 868 | + | |
| 869 | + | |
| 870 | + | |
| 871 | + | |
| 872 | + | |
| 873 | + | |
| 874 | + | |
848 | 875 | | |
849 | 876 | | |
850 | 877 | | |
| |||
0 commit comments