File tree
284 files changed
+776
-506
lines changed- compiler
- rustc_attr_parsing/src
- attributes
- rustc_feature/src
- rustc_lint/src
- rustc_middle/src
- rustc_parse/src/parser
- rustc_session/src
- library/core/src
- macros
- num
- src
- bootstrap/src/core
- build_steps
- builder
- config
- etc/completions
- librustdoc
- formats
- html
- render
- static/js
- tools/clippy/tests/ui/checked_unwrap
- tests
- run-make/lto-long-filenames
- rustdoc-js-std
- rustdoc-js
- ui
- abi
- associated-consts
- associated-type-bounds
- associated-types
- attributes
- auto-traits
- borrowck
- cast
- closures
- 2229_closure_analysis/match
- coercion
- coherence
- const-generics
- generic_const_exprs
- issues
- min_const_generics
- consts
- const-eval
- coroutine
- coverage-attr
- delegation
- diagnostic_namespace
- do_not_recommend
- on_unimplemented
- did_you_mean
- drop
- dyn-compatibility
- dynamically-sized-types
- editions
- errors
- expr/if
- extern
- feature-gates
- fn
- generics
- impl-trait
- in-trait
- imports
- inference
- issues
- iterators
- lang-items
- lifetimes
- link-native-libs
- linkage-attr/raw-dylib/windows
- lint
- let_underscore
- rfc-2457-non-ascii-idents
- semicolon-in-expressions-from-macros
- unused
- macros
- malformed
- methods
- mir
- moves
- never_type
- nll
- overloaded
- parser
- recover
- removed-syntax
- pattern
- proc-macro
- pub
- repr
- resolve
- rfcs/rfc-2497-if-let-chains
- self
- sized
- span
- statics
- stdlib-unit-tests
- std
- structs-enums
- suggestions
- traits
- alias
- bound
- const-traits
- default-method
- trait-upcasting
- type-alias-enum-variants
- unboxed-closures
- unsafe
- unsafe_op_in_unsafe_fn
- wf
- where-clauses
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
284 files changed
+776
-506
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
50 |
| - | |
51 |
| - | |
| 50 | + | |
| 51 | + | |
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
99 | 99 |
| |
100 | 100 |
| |
101 | 101 |
| |
102 |
| - | |
| 102 | + | |
103 | 103 |
| |
104 | 104 |
| |
105 | 105 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 |
| - | |
39 |
| - | |
| 38 | + | |
| 39 | + | |
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 |
| - | |
| 29 | + | |
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
40 |
| - | |
41 |
| - | |
| 40 | + | |
| 41 | + | |
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
|
Lines changed: 17 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| |||
305 | 305 |
| |
306 | 306 |
| |
307 | 307 |
| |
| 308 | + | |
308 | 309 |
| |
309 | 310 |
| |
310 | 311 |
| |
| |||
386 | 387 |
| |
387 | 388 |
| |
388 | 389 |
| |
| 390 | + | |
389 | 391 |
| |
390 | 392 |
| |
391 | 393 |
| |
| |||
396 | 398 |
| |
397 | 399 |
| |
398 | 400 |
| |
| 401 | + | |
399 | 402 |
| |
400 | 403 |
| |
401 | 404 |
| |
| |||
406 | 409 |
| |
407 | 410 |
| |
408 | 411 |
| |
| 412 | + | |
409 | 413 |
| |
410 | 414 |
| |
411 | 415 |
| |
| |||
416 | 420 |
| |
417 | 421 |
| |
418 | 422 |
| |
| 423 | + | |
419 | 424 |
| |
420 | 425 |
| |
421 | 426 |
| |
| |||
427 | 432 |
| |
428 | 433 |
| |
429 | 434 |
| |
| 435 | + | |
430 | 436 |
| |
431 | 437 |
| |
432 | 438 |
| |
| |||
439 | 445 |
| |
440 | 446 |
| |
441 | 447 |
| |
| 448 | + | |
442 | 449 |
| |
443 | 450 |
| |
444 | 451 |
| |
| |||
450 | 457 |
| |
451 | 458 |
| |
452 | 459 |
| |
| 460 | + | |
453 | 461 |
| |
454 | 462 |
| |
455 | 463 |
| |
| |||
462 | 470 |
| |
463 | 471 |
| |
464 | 472 |
| |
| 473 | + | |
465 | 474 |
| |
466 | 475 |
| |
467 | 476 |
| |
| |||
472 | 481 |
| |
473 | 482 |
| |
474 | 483 |
| |
| 484 | + | |
475 | 485 |
| |
476 | 486 |
| |
477 | 487 |
| |
| |||
482 | 492 |
| |
483 | 493 |
| |
484 | 494 |
| |
| 495 | + | |
485 | 496 |
| |
486 | 497 |
| |
487 | 498 |
| |
| |||
500 | 511 |
| |
501 | 512 |
| |
502 | 513 |
| |
| 514 | + | |
503 | 515 |
| |
504 | 516 |
| |
505 | 517 |
| |
| |||
518 | 530 |
| |
519 | 531 |
| |
520 | 532 |
| |
| 533 | + | |
521 | 534 |
| |
522 | 535 |
| |
523 | 536 |
| |
| |||
536 | 549 |
| |
537 | 550 |
| |
538 | 551 |
| |
| 552 | + | |
539 | 553 |
| |
540 | 554 |
| |
541 | 555 |
| |
| |||
735 | 749 |
| |
736 | 750 |
| |
737 | 751 |
| |
| 752 | + | |
738 | 753 |
| |
739 | 754 |
| |
740 | 755 |
| |
| |||
844 | 859 |
| |
845 | 860 |
| |
846 | 861 |
| |
| 862 | + | |
847 | 863 |
| |
848 | 864 |
| |
849 | 865 |
| |
|
Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| |||
556 | 556 |
| |
557 | 557 |
| |
558 | 558 |
| |
| 559 | + | |
559 | 560 |
| |
560 | 561 |
| |
561 | 562 |
| |
| |||
694 | 695 |
| |
695 | 696 |
| |
696 | 697 |
| |
697 |
| - | |
| 698 | + | |
| 699 | + | |
698 | 700 |
| |
699 | 701 |
| |
700 | 702 |
| |
|
Lines changed: 6 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
| |||
132 | 133 |
| |
133 | 134 |
| |
134 | 135 |
| |
135 |
| - | |
| 136 | + | |
136 | 137 |
| |
137 |
| - | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
138 | 142 |
| |
139 | 143 |
| |
140 | 144 |
| |
|
Lines changed: 8 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 |
| - | |
| 27 | + | |
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
| |||
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
65 |
| - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
66 | 72 |
| |
67 | 73 |
| |
68 | 74 |
| |
|
Lines changed: 27 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
211 | 211 |
| |
212 | 212 |
| |
213 | 213 |
| |
| 214 | + | |
214 | 215 |
| |
215 | 216 |
| |
216 | 217 |
| |
217 | 218 |
| |
218 | 219 |
| |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
219 | 236 |
| |
220 | 237 |
| |
221 | 238 |
| |
| |||
224 | 241 |
| |
225 | 242 |
| |
226 | 243 |
| |
227 |
| - | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
228 | 253 |
| |
229 | 254 |
| |
230 | 255 |
| |
| |||
427 | 452 |
| |
428 | 453 |
| |
429 | 454 |
| |
430 |
| - | |
| 455 | + | |
431 | 456 |
| |
432 | 457 |
| |
433 | 458 |
| |
|
Lines changed: 19 additions & 11 deletions
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 |
| |
| |||
23 | 24 |
| |
24 | 25 |
| |
25 | 26 |
| |
26 |
| - | |
27 |
| - | |
| 27 | + | |
| 28 | + | |
28 | 29 |
| |
29 |
| - | |
30 |
| - | |
31 |
| - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
32 | 36 |
| |
33 |
| - | |
34 |
| - | |
35 |
| - | |
36 |
| - | |
37 |
| - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
38 | 45 |
| |
| 46 | + | |
39 | 47 |
| |
40 | 48 |
| |
41 | 49 |
| |
|
0 commit comments