This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit e093b65
committed
Auto merge of rust-lang#73746 - Manishearth:rollup-80jnynm, r=Manishearth
Rollup of 14 pull requests
Successful merges:
- rust-lang#72617 (Add a fast path for `std::thread::panicking`.)
- rust-lang#72738 (Self contained linking option)
- rust-lang#72770 (Implement mixed script confusable lint.)
- rust-lang#73418 (Add unstable `core::mem::variant_count` intrinsic)
- rust-lang#73460 (Emit line info for generator variants)
- rust-lang#73534 (Provide suggestions for some moved value errors)
- rust-lang#73538 (make commented examples use valid syntax, and be more consistent )
- rust-lang#73581 (Create 0766 error code)
- rust-lang#73619 (Document the mod keyword)
- rust-lang#73621 (Document the mut keyword)
- rust-lang#73648 (Document the return keyword)
- rust-lang#73673 (Fix ptr doc warnings.)
- rust-lang#73674 (Tweak binop errors)
- rust-lang#73687 (Clean up E0701 explanation)
Failed merges:
- rust-lang#73708 (Explain move errors that occur due to method calls involving `self` (take two))
r? @ghostFile tree
83 files changed
+1846
-555
lines changed- src
- libcore
- mem
- ptr
- librustc_codegen_llvm
- debuginfo
- librustc_codegen_ssa/back
- librustc_error_codes
- error_codes
- librustc_index
- librustc_lint
- librustc_middle
- mir
- ty
- librustc_mir
- borrow_check/diagnostics
- interpret
- transform
- util
- librustc_parse/lexer
- librustc_session
- librustc_span
- librustc_typeck/check
- method
- libstd
- test
- codegen
- mir-opt
- generator-drop-cleanup
- generator-tiny
- ui
- borrowck
- consts
- issues
- lint/rfc-2457-non-ascii-idents
- moves
- nll
- parser
- pattern/bindings-after-at
- suggestions
- traits
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
83 files changed
+1846
-555
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5405 | 5405 | | |
5406 | 5406 | | |
5407 | 5407 | | |
5408 | | - | |
| 5408 | + | |
5409 | 5409 | | |
5410 | | - | |
| 5410 | + | |
5411 | 5411 | | |
5412 | 5412 | | |
5413 | 5413 | | |
5414 | | - | |
| 5414 | + | |
5415 | 5415 | | |
5416 | | - | |
| 5416 | + | |
5417 | 5417 | | |
5418 | 5418 | | |
5419 | 5419 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
122 | 124 | | |
123 | 125 | | |
124 | 126 | | |
125 | 127 | | |
126 | 128 | | |
127 | | - | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
128 | 132 | | |
129 | 133 | | |
130 | 134 | | |
131 | 135 | | |
132 | | - | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
133 | 139 | | |
134 | 140 | | |
135 | 141 | | |
| |||
174 | 180 | | |
175 | 181 | | |
176 | 182 | | |
177 | | - | |
| 183 | + | |
178 | 184 | | |
179 | 185 | | |
180 | 186 | | |
| |||
313 | 319 | | |
314 | 320 | | |
315 | 321 | | |
316 | | - | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
317 | 325 | | |
318 | 326 | | |
319 | 327 | | |
320 | | - | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
321 | 331 | | |
322 | 332 | | |
323 | 333 | | |
| |||
326 | 336 | | |
327 | 337 | | |
328 | 338 | | |
329 | | - | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
330 | 342 | | |
331 | 343 | | |
332 | | - | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
333 | 347 | | |
334 | 348 | | |
335 | | - | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
336 | 352 | | |
337 | 353 | | |
338 | | - | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
339 | 357 | | |
340 | 358 | | |
341 | 359 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1917 | 1917 | | |
1918 | 1918 | | |
1919 | 1919 | | |
| 1920 | + | |
| 1921 | + | |
| 1922 | + | |
| 1923 | + | |
| 1924 | + | |
| 1925 | + | |
| 1926 | + | |
| 1927 | + | |
| 1928 | + | |
1920 | 1929 | | |
1921 | 1930 | | |
1922 | 1931 | | |
| |||
1960 | 1969 | | |
1961 | 1970 | | |
1962 | 1971 | | |
| 1972 | + | |
| 1973 | + | |
| 1974 | + | |
| 1975 | + | |
| 1976 | + | |
| 1977 | + | |
1963 | 1978 | | |
1964 | 1979 | | |
1965 | 1980 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| 127 | + | |
127 | 128 | | |
128 | 129 | | |
129 | 130 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
999 | 999 | | |
1000 | 1000 | | |
1001 | 1001 | | |
| 1002 | + | |
| 1003 | + | |
| 1004 | + | |
| 1005 | + | |
| 1006 | + | |
| 1007 | + | |
| 1008 | + | |
| 1009 | + | |
| 1010 | + | |
| 1011 | + | |
| 1012 | + | |
| 1013 | + | |
| 1014 | + | |
| 1015 | + | |
| 1016 | + | |
| 1017 | + | |
| 1018 | + | |
| 1019 | + | |
| 1020 | + | |
| 1021 | + | |
| 1022 | + | |
| 1023 | + | |
| 1024 | + | |
| 1025 | + | |
| 1026 | + | |
| 1027 | + | |
| 1028 | + | |
| 1029 | + | |
| 1030 | + | |
| 1031 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
316 | 316 | | |
317 | 317 | | |
318 | 318 | | |
319 | | - | |
320 | 319 | | |
321 | 320 | | |
322 | 321 | | |
| |||
349 | 348 | | |
350 | 349 | | |
351 | 350 | | |
352 | | - | |
353 | 351 | | |
354 | 352 | | |
355 | 353 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
294 | 294 | | |
295 | 295 | | |
296 | 296 | | |
297 | | - | |
298 | 297 | | |
299 | 298 | | |
300 | 299 | | |
| |||
327 | 326 | | |
328 | 327 | | |
329 | 328 | | |
330 | | - | |
331 | 329 | | |
332 | 330 | | |
333 | 331 | | |
| |||
0 commit comments