Commit 346aec9
committed
Auto merge of rust-lang#74235 - Manishearth:rollup-bgs3q14, r=Manishearth
Rollup of 19 pull requests
Successful merges:
- rust-lang#71322 (Accept tuple.0.0 as tuple indexing (take 2))
- rust-lang#72303 (Add core::future::{poll_fn, PollFn})
- rust-lang#73862 (Stabilize casts and coercions to `&[T]` in const fn)
- rust-lang#73887 (stabilize const mem::forget)
- rust-lang#73989 (adjust ub-enum test to be endianess-independent)
- rust-lang#74045 (Explain effects of debugging options from config.toml)
- rust-lang#74076 (Add `read_exact_at` and `write_all_at` to WASI's `FileExt`)
- rust-lang#74099 (Add VecDeque::range* methods)
- rust-lang#74100 (Use str::strip* in bootstrap)
- rust-lang#74103 (Only add CFGuard on `windows-msvc` targets)
- rust-lang#74109 (Only allow `repr(i128/u128)` on enum)
- rust-lang#74122 (Start-up clean-up)
- rust-lang#74125 (Correctly mark the ending span of a match arm)
- rust-lang#74127 (Avoid "whitelist")
- rust-lang#74129 (:arrow_up: rust-analyzer)
- rust-lang#74135 (Update books)
- rust-lang#74145 (Update rust-installer to latest version)
- rust-lang#74161 (Fix disabled dockerfiles)
- rust-lang#74162 (take self by value in ToPredicate)
Failed merges:
r? @ghostFile tree
130 files changed
+1599
-596
lines changed- src
- bootstrap
- ci/docker
- host-x86_64/disabled/riscv64gc-linux
- doc
- etc/test-float-parse
- liballoc
- collections
- vec_deque
- libcore
- future
- mem
- tests
- librustc_codegen_llvm
- back
- librustc_codegen_ssa
- back
- librustc_expand
- librustc_feature
- librustc_incremental/persist
- librustc_interface
- librustc_lint
- librustc_metadata/rmeta
- librustc_middle
- middle
- query
- ty
- librustc_mir
- const_eval
- interpret
- transform
- librustc_parse/parser
- librustc_passes
- librustc_resolve/late
- librustc_target/spec
- tests
- librustc_trait_selection/traits/error_reporting
- librustc_typeck
- check
- librustdoc
- html
- libstd
- sys/wasi/ext
- test
- codegen
- mir-opt
- exponential-or
- issue-73223
- 32bit
- 64bit
- match-arm-scopes
- match_false_edges
- match_test
- no-drop-for-inactive-variant
- remove_fake_borrows
- simplify-arm-identity
- 32bit
- 64bit
- simplify-arm
- simplify_try_if_let
- run-make-fulldeps
- hotplug_codegen_backend
- sysroot-crates-are-unstable
- ui-fulldeps
- auxiliary
- ui
- asm
- consts
- const-eval
- const-extern-fn
- min_const_fn
- issues
- match
- parser
- rfc-2126-extern-absolute-paths
- tuple
- tools
- clippy
- clippy_lints/src
- tests/ui
- crashes/third-party
- linkchecker
- tidy/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
130 files changed
+1599
-596
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1366 | 1366 | | |
1367 | 1367 | | |
1368 | 1368 | | |
| 1369 | + | |
1369 | 1370 | | |
1370 | | - | |
1371 | 1371 | | |
1372 | 1372 | | |
1373 | 1373 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
318 | 318 | | |
319 | 319 | | |
320 | 320 | | |
321 | | - | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
322 | 324 | | |
323 | 325 | | |
324 | 326 | | |
| |||
331 | 333 | | |
332 | 334 | | |
333 | 335 | | |
334 | | - | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
335 | 339 | | |
336 | 340 | | |
337 | 341 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
963 | 963 | | |
964 | 964 | | |
965 | 965 | | |
966 | | - | |
967 | | - | |
968 | | - | |
969 | | - | |
| 966 | + | |
| 967 | + | |
| 968 | + | |
| 969 | + | |
| 970 | + | |
970 | 971 | | |
971 | 972 | | |
972 | 973 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
439 | 439 | | |
440 | 440 | | |
441 | 441 | | |
442 | | - | |
443 | | - | |
444 | 442 | | |
445 | 443 | | |
446 | 444 | | |
| |||
460 | 458 | | |
461 | 459 | | |
462 | 460 | | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
463 | 465 | | |
464 | 466 | | |
465 | 467 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
436 | 436 | | |
437 | 437 | | |
438 | 438 | | |
439 | | - | |
| 439 | + | |
440 | 440 | | |
441 | 441 | | |
442 | | - | |
443 | 442 | | |
444 | 443 | | |
445 | 444 | | |
| |||
1089 | 1088 | | |
1090 | 1089 | | |
1091 | 1090 | | |
1092 | | - | |
1093 | | - | |
1094 | | - | |
1095 | | - | |
| 1091 | + | |
| 1092 | + | |
| 1093 | + | |
| 1094 | + | |
1096 | 1095 | | |
1097 | 1096 | | |
1098 | 1097 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
45 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| |||
Submodule embedded-book updated 1 file
0 commit comments