Commit 2c39ff4
committed
Auto merge of #161196 - JonathanBrouwer:rollup-JHCyFaw, r=JonathanBrouwer
Rollup of 17 pull requests
Successful merges:
- #161017 (Library: enforce clippy deref lints in CI)
- #160416 (std: fix unix socket address truncation without a trailing NUL)
- #161006 ([CI] Build newer `binutils` before building `gcc`)
- #161141 (Add documentation for BPF targets)
- #161157 (bootstrap: Move several items out of the crate root)
- #161185 (std: guard against unwinds in queue-based `Once`)
- #161186 (miri subtree update)
- #159855 (std: retry waitid on EINTR in the pidfd wait path)
- #160478 (diagnostics: Suggest fn binding type for unstable closure for<> binders)
- #161053 (Add regression test for borrow of array drop type in const)
- #161073 (Add regression test for path printing with infinitely many visible names)
- #161099 (Add regression test for unstable def_ident_span fingerprint with incremental recompilation)
- #161103 (cleanup: rip out unnecessary `iter().last()` and `iter().next()`)
- #161136 (Add BPF test for Rust ABI stack arguments)
- #161146 (Switch to c8a EC2 runner for auto merges)
- #161148 ([rustdoc] Put back one removed flaky GUI test (which hopefully isn't flaky anymore))
- #161181 (Add back flaky gui rustdoc test `tests/rustdoc-gui/headers-color.goml`)131 files changed
Lines changed: 1455 additions & 459 deletions
File tree
- compiler
- rustc_ast_passes/src
- rustc_hir_typeck/src
- rustc_parse/src/parser
- rustc_resolve/src
- diagnostics
- library
- alloc/src
- collections/btree
- io
- vec
- wtf8
- core/src
- bstr
- ffi
- fmt
- iter/traits
- mem
- slice
- str
- task
- std/src
- ffi
- io
- net
- os/unix/net
- sync
- nonpoison
- poison
- sys
- fs
- unix
- path
- process/unix
- sync/once
- src
- bootstrap/src
- core
- build_steps
- builder
- config
- toml
- utils
- helpers
- ci
- docker
- host-x86_64/dist-x86_64-linux
- scripts
- github-actions
- doc/rustc/src
- platform-support
- librustdoc/html/static/js
- tools/miri
- priroda
- src
- frontend
- tests/ui
- dap
- src
- bin
- concurrency/genmc
- shims
- tests
- fail/validity
- genmc/pass
- atomics
- shims
- pass-dep/libc
- pass/shims
- tests
- assembly-llvm
- run-make/incr-unstable-fingerprint-def-ident-span
- macros
- rustdoc-gui
- ui
- const-generics/generic_const_exprs
- consts
- expr/malformed_closure
- feature-gates
- imports
- auxiliary
- parser/recover
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1180 | 1180 | | |
1181 | 1181 | | |
1182 | 1182 | | |
1183 | | - | |
| 1183 | + | |
1184 | 1184 | | |
1185 | 1185 | | |
1186 | 1186 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
505 | 505 | | |
506 | 506 | | |
507 | 507 | | |
508 | | - | |
| 508 | + | |
| 509 | + | |
509 | 510 | | |
510 | 511 | | |
511 | 512 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
324 | 324 | | |
325 | 325 | | |
326 | 326 | | |
327 | | - | |
| 327 | + | |
328 | 328 | | |
329 | 329 | | |
330 | 330 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1688 | 1688 | | |
1689 | 1689 | | |
1690 | 1690 | | |
1691 | | - | |
| 1691 | + | |
1692 | 1692 | | |
1693 | 1693 | | |
1694 | 1694 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
259 | | - | |
260 | | - | |
261 | | - | |
| 259 | + | |
262 | 260 | | |
263 | 261 | | |
264 | 262 | | |
| |||
2876 | 2874 | | |
2877 | 2875 | | |
2878 | 2876 | | |
2879 | | - | |
| 2877 | + | |
2880 | 2878 | | |
2881 | 2879 | | |
2882 | 2880 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4092 | 4092 | | |
4093 | 4093 | | |
4094 | 4094 | | |
4095 | | - | |
| 4095 | + | |
4096 | 4096 | | |
4097 | 4097 | | |
4098 | 4098 | | |
| |||
4757 | 4757 | | |
4758 | 4758 | | |
4759 | 4759 | | |
4760 | | - | |
4761 | | - | |
| 4760 | + | |
4762 | 4761 | | |
4763 | 4762 | | |
4764 | 4763 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | | - | |
| 191 | + | |
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2144 | 2144 | | |
2145 | 2145 | | |
2146 | 2146 | | |
2147 | | - | |
| 2147 | + | |
2148 | 2148 | | |
2149 | 2149 | | |
2150 | 2150 | | |
| |||
2295 | 2295 | | |
2296 | 2296 | | |
2297 | 2297 | | |
2298 | | - | |
| 2298 | + | |
2299 | 2299 | | |
2300 | 2300 | | |
2301 | 2301 | | |
2302 | 2302 | | |
2303 | 2303 | | |
2304 | 2304 | | |
2305 | | - | |
| 2305 | + | |
2306 | 2306 | | |
2307 | 2307 | | |
2308 | 2308 | | |
| |||
2398 | 2398 | | |
2399 | 2399 | | |
2400 | 2400 | | |
2401 | | - | |
| 2401 | + | |
2402 | 2402 | | |
2403 | 2403 | | |
2404 | 2404 | | |
2405 | 2405 | | |
2406 | 2406 | | |
2407 | 2407 | | |
2408 | | - | |
| 2408 | + | |
2409 | 2409 | | |
2410 | 2410 | | |
2411 | 2411 | | |
2412 | 2412 | | |
2413 | 2413 | | |
2414 | 2414 | | |
2415 | | - | |
| 2415 | + | |
2416 | 2416 | | |
2417 | 2417 | | |
2418 | 2418 | | |
2419 | 2419 | | |
2420 | 2420 | | |
2421 | 2421 | | |
2422 | | - | |
| 2422 | + | |
2423 | 2423 | | |
2424 | 2424 | | |
2425 | 2425 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1572 | 1572 | | |
1573 | 1573 | | |
1574 | 1574 | | |
1575 | | - | |
| 1575 | + | |
1576 | 1576 | | |
1577 | 1577 | | |
1578 | 1578 | | |
| |||
2208 | 2208 | | |
2209 | 2209 | | |
2210 | 2210 | | |
2211 | | - | |
2212 | | - | |
| 2211 | + | |
| 2212 | + | |
2213 | 2213 | | |
2214 | 2214 | | |
2215 | 2215 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1430 | 1430 | | |
1431 | 1431 | | |
1432 | 1432 | | |
1433 | | - | |
| 1433 | + | |
1434 | 1434 | | |
1435 | 1435 | | |
1436 | 1436 | | |
| |||
0 commit comments