Commit 0d4eb09
committed
Auto merge of #154503 - RalfJung:rollup-DkU2JXL, r=RalfJung
Rollup of 11 pull requests
Successful merges:
- #152880 (Tweak incorrect assoc item note)
- #153526 (Fix LegacyKeyValueFormat report from docker build: i686)
- #153613 (interpreter error reporting: remove arguments that are always the same)
- #154029 (Replace `truncate(0)` with `clear()`)
- #154125 (Inline and remove `DepGraphData::try_mark_parent_green`.)
- #154185 (Prevent no_threads RwLock's write() impl from setting mode to -1 when it is locked for reading)
- #154394 (Normalize rustc path prefix when testing `-Z track-diagnostics`)
- #154450 (Use the normal arg-parsing machinery for `-Zassert-incr-state`)
- #154475 (Emit a pre-expansion feature gate warning for `box`'ed struct field patterns)
- #154500 (EnumSizeOpt: use Allocation::write_scalar instead of manual endianess logic)
- #154502 (interpret: ensure that untupled arguments are actually tuples)File tree
171 files changed
+786
-685
lines changed- compiler
- rustc_const_eval/src
- const_eval
- interpret
- rustc_data_structures/src/obligation_forest
- rustc_hir_typeck/src/method
- rustc_incremental/src/persist
- rustc_interface/src
- rustc_middle/src/dep_graph
- rustc_mir_transform/src
- rustc_parse/src/parser
- rustc_session/src
- rustc_trait_selection/src/traits
- library/std/src
- io
- buffered
- sys
- args
- sync/rwlock
- src
- ci/docker/host-x86_64
- dist-i586-gnu-i586-i686-musl
- dist-i686-linux
- i686-gnu-nopt
- i686-gnu
- tools
- compiletest/src/runtest
- remote-test-server/src
- tests
- mir-opt
- run-make/crate-loading
- rustdoc-ui
- ui
- associated-consts
- associated-item
- associated-types
- attributes
- auto-traits
- const-generics
- adt_const_params
- generic_const_exprs
- consts
- delegation
- did_you_mean
- enum
- error-codes
- expr
- feature-gates
- generic-associated-types
- impl-trait/issues
- issues
- let-else
- methods
- nll
- parallel-rustc
- parser
- pattern
- privacy
- resolve
- suggestions
- rfcs/rfc-2005-default-binding-mode
- rust-2018
- uniform-paths
- shadowed
- stdlib-unit-tests
- suggestions
- traits
- alias
- try-block
- typeck
- type
- ufcs
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
171 files changed
+786
-685
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
| 167 | + | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
| 170 | + | |
| 171 | + | |
178 | 172 | | |
179 | 173 | | |
180 | 174 | | |
181 | 175 | | |
182 | 176 | | |
183 | | - | |
| 177 | + | |
184 | 178 | | |
185 | | - | |
| 179 | + | |
186 | 180 | | |
187 | 181 | | |
188 | 182 | | |
189 | 183 | | |
190 | | - | |
| 184 | + | |
191 | 185 | | |
192 | 186 | | |
193 | 187 | | |
194 | | - | |
195 | | - | |
196 | | - | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
197 | 191 | | |
198 | 192 | | |
199 | 193 | | |
| |||
Lines changed: 21 additions & 44 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| |||
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
| 13 | + | |
14 | 14 | | |
15 | | - | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
| |||
458 | 457 | | |
459 | 458 | | |
460 | 459 | | |
461 | | - | |
462 | | - | |
463 | | - | |
464 | | - | |
465 | | - | |
466 | | - | |
467 | | - | |
468 | | - | |
469 | | - | |
470 | | - | |
471 | | - | |
472 | | - | |
473 | | - | |
474 | | - | |
475 | | - | |
476 | | - | |
477 | | - | |
478 | | - | |
479 | | - | |
480 | | - | |
481 | | - | |
482 | | - | |
483 | | - | |
484 | | - | |
485 | | - | |
486 | | - | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
487 | 474 | | |
488 | 475 | | |
489 | 476 | | |
| |||
506 | 493 | | |
507 | 494 | | |
508 | 495 | | |
509 | | - | |
510 | | - | |
511 | | - | |
512 | | - | |
513 | | - | |
514 | | - | |
515 | | - | |
516 | | - | |
517 | | - | |
518 | | - | |
519 | | - | |
520 | | - | |
521 | | - | |
522 | | - | |
523 | | - | |
524 | | - | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
525 | 502 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
655 | 655 | | |
656 | 656 | | |
657 | 657 | | |
| 658 | + | |
| 659 | + | |
| 660 | + | |
658 | 661 | | |
659 | 662 | | |
660 | 663 | | |
| 664 | + | |
661 | 665 | | |
662 | | - | |
663 | | - | |
| 666 | + | |
| 667 | + | |
| 668 | + | |
664 | 669 | | |
665 | 670 | | |
666 | 671 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
702 | 702 | | |
703 | 703 | | |
704 | 704 | | |
705 | | - | |
| 705 | + | |
706 | 706 | | |
707 | 707 | | |
708 | 708 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1177 | 1177 | | |
1178 | 1178 | | |
1179 | 1179 | | |
1180 | | - | |
1181 | | - | |
| 1180 | + | |
| 1181 | + | |
1182 | 1182 | | |
1183 | | - | |
1184 | | - | |
1185 | | - | |
1186 | | - | |
1187 | | - | |
1188 | | - | |
| 1183 | + | |
1189 | 1184 | | |
1190 | 1185 | | |
1191 | 1186 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
| 41 | + | |
| 42 | + | |
54 | 43 | | |
55 | 44 | | |
56 | 45 | | |
| |||
188 | 177 | | |
189 | 178 | | |
190 | 179 | | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
191 | 206 | | |
192 | 207 | | |
193 | 208 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
686 | 686 | | |
687 | 687 | | |
688 | 688 | | |
689 | | - | |
| 689 | + | |
690 | 690 | | |
691 | 691 | | |
692 | 692 | | |
| |||
0 commit comments