Commit 55e0063
committed
Auto merge of rust-lang#65733 - Centril:rollup-0zth66f, r=Centril
Rollup of 12 pull requests
Successful merges:
- rust-lang#64178 (More Clippy fixes for alloc, core and std)
- rust-lang#65144 (Add Cow::is_borrowed and Cow::is_owned)
- rust-lang#65193 (Lockless LintStore)
- rust-lang#65479 (Add the `matches!( $expr, $pat ) -> bool` macro)
- rust-lang#65518 (Avoid ICE when checking `Destination` of `break` inside a closure)
- rust-lang#65583 (rustc_metadata: use a table for super_predicates, fn_sig, impl_trait_ref.)
- rust-lang#65641 (Derive `Rustc{En,De}codable` for `TokenStream`.)
- rust-lang#65648 (Eliminate `intersect_opt`.)
- rust-lang#65657 (Remove `InternedString`)
- rust-lang#65691 (Update E0659 error code long explanation to 2018 edition)
- rust-lang#65696 (Fix an issue with const inference variables sticking around under Chalk + NLL)
- rust-lang#65704 (relax ExactSizeIterator bound on write_bytes)
Failed merges:
r? @ghostFile tree
122 files changed
+1064
-1138
lines changed- src
- liballoc
- collections
- libcore
- fmt
- num/dec2flt
- libpanic_unwind
- librustc_codegen_llvm
- debuginfo
- librustc_codegen_ssa
- debuginfo
- traits
- librustc_codegen_utils
- symbol_names
- librustc_data_structures/graph/dominators
- librustc_driver
- librustc_incremental
- librustc_interface
- librustc_lint
- librustc_metadata
- librustc_mir
- borrow_check/nll
- region_infer/error_reporting
- hair/cx
- interpret
- intrinsics
- monomorphize
- transform
- librustc_plugin
- librustc_resolve
- librustc_typeck
- check
- librustc
- dep_graph
- hir
- map
- ich
- infer
- error_reporting
- nll_relate
- lint
- mir
- interpret
- query
- session
- traits
- ty
- print
- query
- librustdoc
- clean
- libstd
- sys
- unix
- windows
- thread
- libsyntax_pos
- libsyntax
- libtest
- test
- run-make-fulldeps/issue-19371
- ui-fulldeps
- auxiliary
- internal-lints
- ui
- ast-json
- const-generics/issues
- tools/linkchecker
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
122 files changed
+1064
-1138
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3483 | 3483 | | |
3484 | 3484 | | |
3485 | 3485 | | |
| 3486 | + | |
3486 | 3487 | | |
3487 | 3488 | | |
3488 | 3489 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
210 | 251 | | |
211 | 252 | | |
212 | 253 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1817 | 1817 | | |
1818 | 1818 | | |
1819 | 1819 | | |
1820 | | - | |
| 1820 | + | |
1821 | 1821 | | |
1822 | 1822 | | |
1823 | 1823 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| 88 | + | |
88 | 89 | | |
89 | 90 | | |
90 | 91 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
456 | 456 | | |
457 | 457 | | |
458 | 458 | | |
459 | | - | |
| 459 | + | |
460 | 460 | | |
461 | 461 | | |
462 | 462 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1638 | 1638 | | |
1639 | 1639 | | |
1640 | 1640 | | |
1641 | | - | |
| 1641 | + | |
1642 | 1642 | | |
1643 | 1643 | | |
1644 | 1644 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2025 | 2025 | | |
2026 | 2026 | | |
2027 | 2027 | | |
2028 | | - | |
| 2028 | + | |
2029 | 2029 | | |
2030 | 2030 | | |
2031 | 2031 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
241 | 268 | | |
242 | 269 | | |
243 | 270 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
147 | | - | |
| 146 | + | |
148 | 147 | | |
149 | | - | |
| 148 | + | |
150 | 149 | | |
151 | | - | |
152 | | - | |
| 150 | + | |
| 151 | + | |
153 | 152 | | |
154 | 153 | | |
155 | 154 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
837 | 837 | | |
838 | 838 | | |
839 | 839 | | |
840 | | - | |
841 | | - | |
842 | | - | |
| 840 | + | |
| 841 | + | |
843 | 842 | | |
844 | 843 | | |
845 | 844 | | |
| |||
0 commit comments