Commit 6b604a9
committed
Auto merge of rust-lang#66824 - tmandry:rollup-kk56bte, r=tmandry
Rollup of 17 pull requests
Successful merges:
- rust-lang#64325 (Stabilize nested self receivers in 1.41.0)
- rust-lang#66222 (Use `eq_opaque_type_and_type` when type-checking closure signatures)
- rust-lang#66305 (Add by-value arrays to `improper_ctypes` lint)
- rust-lang#66399 (rustc_metadata: simplify the interactions between Lazy and Table.)
- rust-lang#66534 (Allow global references via ForeignItem and Item for the same symbol name during LLVM codegen)
- rust-lang#66700 (Fix pointing at arg for fulfillment errors in function calls)
- rust-lang#66704 (Intra doc enum variant field)
- rust-lang#66718 (Refactor `parse_enum_item` to use `parse_delim_comma_seq`)
- rust-lang#66722 (Handle non_exhaustive in borrow checking)
- rust-lang#66744 (Fix shrink_to panic documentation)
- rust-lang#66761 (Use LLVMDisposePassManager instead of raw delete in rustllvm)
- rust-lang#66769 (Add core::{f32,f64}::consts::TAU.)
- rust-lang#66774 (Clean up error codes)
- rust-lang#66777 (Put back tidy check on error codes)
- rust-lang#66797 (Fixes small typo in array docs r? @steveklabnik)
- rust-lang#66798 (Fix spelling typos)
- rust-lang#66800 (Combine similar tests for const match)
Failed merges:
r? @ghostFile tree
144 files changed
+930
-739
lines changed- src
- bootstrap
- liballoc
- collections/btree
- tests
- libcore
- array
- num
- libpanic_unwind/dwarf
- librustc_codegen_llvm
- librustc_data_structures
- librustc_error_codes/error_codes
- librustc_lint
- librustc_metadata/rmeta
- librustc_mir
- borrow_check
- nll/type_check
- build/matches
- interpret
- transform
- librustc_parse/parser
- librustc_target/spec
- librustc_typeck/check
- librustc
- mir
- interpret
- traits
- ty
- print
- librustdoc/passes
- libstd
- sys
- unix
- wasm
- libsyntax_expand/mbe
- rustllvm
- test
- rustdoc
- ui
- consts/control-flow
- layout
- lint
- on-unimplemented
- parser
- rfc-2008-non-exhaustive
- auxiliary
- self
- elision
- traits
- tuple/tuple-struct-fields
- type-alias-impl-trait
- unsized
- tools/tidy/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
144 files changed
+930
-739
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
596 | 596 | | |
597 | 597 | | |
598 | 598 | | |
599 | | - | |
| 599 | + | |
600 | 600 | | |
601 | 601 | | |
602 | 602 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
985 | 985 | | |
986 | 986 | | |
987 | 987 | | |
988 | | - | |
| 988 | + | |
989 | 989 | | |
990 | 990 | | |
991 | 991 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
629 | 629 | | |
630 | 630 | | |
631 | 631 | | |
| 632 | + | |
| 633 | + | |
632 | 634 | | |
633 | 635 | | |
634 | 636 | | |
| |||
2837 | 2839 | | |
2838 | 2840 | | |
2839 | 2841 | | |
2840 | | - | |
| 2842 | + | |
2841 | 2843 | | |
2842 | 2844 | | |
2843 | 2845 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1279 | 1279 | | |
1280 | 1280 | | |
1281 | 1281 | | |
1282 | | - | |
| 1282 | + | |
1283 | 1283 | | |
1284 | 1284 | | |
1285 | 1285 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
78 | 84 | | |
79 | 85 | | |
80 | 86 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
78 | 84 | | |
79 | 85 | | |
80 | 86 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| |||
0 commit comments