File tree
263 files changed
+772
-729
lines changed- src
- librustc
- traits/error_reporting
- ty
- librustc_ast_passes
- librustc_lint
- librustc_mir/transform/check_consts
- librustc_parse
- lexer
- parser
- librustc_passes
- librustc_session
- librustc_typeck
- check
- librustdoc
- test
- rustdoc-ui
- ui
- associated-type
- async-await
- borrowck
- cast
- closures
- conditional-compilation
- const-generics
- issues
- consts
- const-eval
- const-extern-fn
- const-mut-refs
- control-flow
- min_const_fn
- enum-discriminant
- error-codes
- feature-gate
- feature-gates
- generic-associated-types
- half-open-range-patterns
- impl-trait
- imports
- inference
- internal
- issues
- linkage-attr
- lint
- never_type
- on-unimplemented
- or-patterns
- panic-runtime
- parser
- pattern/bindings-after-at
- proc-macro
- raw-ref-op
- reserved
- return
- rfc-2497-if-let-chains
- rfc-2627-raw-dylib
- rfc-2632-const-trait-impl
- const-trait-bound-opt-out
- rfc1445
- self/elision
- span
- specialization
- defaultimpl
- stability-attribute
- suggestions
- target-feature
- tool-attributes
- type
- ascription
- type-alias-impl-trait
- unboxed-closures
- unsafe
- where-clauses
- ui-fulldeps
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
263 files changed
+772
-729
lines changed+5-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
700 | 700 |
| |
701 | 701 |
| |
702 | 702 |
| |
703 |
| - | |
704 |
| - | |
705 |
| - | |
706 |
| - | |
707 |
| - | |
| 703 | + | |
| 704 | + | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
708 | 708 |
| |
709 | 709 |
| |
710 | 710 |
| |
|
+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1508 | 1508 |
| |
1509 | 1509 |
| |
1510 | 1510 |
| |
1511 |
| - | |
1512 |
| - | |
1513 |
| - | |
| 1511 | + | |
| 1512 | + | |
| 1513 | + | |
1514 | 1514 |
| |
1515 | 1515 |
| |
1516 | 1516 |
| |
|
Diff for: src/librustc/ty/error.rs
+3-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
483 | 483 |
| |
484 | 484 |
| |
485 | 485 |
| |
486 |
| - | |
487 |
| - | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
488 | 489 |
| |
489 | 490 |
| |
490 | 491 |
| |
|
+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
996 | 996 |
| |
997 | 997 |
| |
998 | 998 |
| |
999 |
| - | |
| 999 | + | |
| 1000 | + | |
1000 | 1001 |
| |
1001 | 1002 |
| |
1002 | 1003 |
| |
|
Diff for: src/librustc_lint/lib.rs
+38-19
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
324 | 324 |
| |
325 | 325 |
| |
326 | 326 |
| |
327 |
| - | |
| 327 | + | |
| 328 | + | |
328 | 329 |
| |
329 | 330 |
| |
330 | 331 |
| |
331 |
| - | |
| 332 | + | |
| 333 | + | |
332 | 334 |
| |
333 | 335 |
| |
334 | 336 |
| |
335 |
| - | |
| 337 | + | |
| 338 | + | |
336 | 339 |
| |
337 | 340 |
| |
338 | 341 |
| |
339 |
| - | |
| 342 | + | |
| 343 | + | |
340 | 344 |
| |
341 | 345 |
| |
342 | 346 |
| |
343 |
| - | |
| 347 | + | |
| 348 | + | |
344 | 349 |
| |
345 | 350 |
| |
346 | 351 |
| |
347 |
| - | |
| 352 | + | |
| 353 | + | |
348 | 354 |
| |
349 | 355 |
| |
350 | 356 |
| |
351 |
| - | |
| 357 | + | |
| 358 | + | |
352 | 359 |
| |
353 | 360 |
| |
354 | 361 |
| |
355 |
| - | |
| 362 | + | |
| 363 | + | |
356 | 364 |
| |
357 | 365 |
| |
358 | 366 |
| |
359 |
| - | |
| 367 | + | |
| 368 | + | |
360 | 369 |
| |
361 | 370 |
| |
362 | 371 |
| |
363 |
| - | |
| 372 | + | |
| 373 | + | |
364 | 374 |
| |
365 | 375 |
| |
366 | 376 |
| |
367 |
| - | |
| 377 | + | |
| 378 | + | |
368 | 379 |
| |
369 | 380 |
| |
370 | 381 |
| |
| |||
377 | 388 |
| |
378 | 389 |
| |
379 | 390 |
| |
380 |
| - | |
| 391 | + | |
| 392 | + | |
381 | 393 |
| |
382 | 394 |
| |
383 | 395 |
| |
384 |
| - | |
| 396 | + | |
| 397 | + | |
385 | 398 |
| |
386 | 399 |
| |
387 | 400 |
| |
388 |
| - | |
| 401 | + | |
| 402 | + | |
389 | 403 |
| |
390 | 404 |
| |
391 | 405 |
| |
392 |
| - | |
| 406 | + | |
| 407 | + | |
393 | 408 |
| |
394 | 409 |
| |
395 | 410 |
| |
396 |
| - | |
| 411 | + | |
| 412 | + | |
397 | 413 |
| |
398 | 414 |
| |
399 | 415 |
| |
400 |
| - | |
| 416 | + | |
| 417 | + | |
401 | 418 |
| |
402 | 419 |
| |
403 | 420 |
| |
404 |
| - | |
| 421 | + | |
| 422 | + | |
405 | 423 |
| |
406 | 424 |
| |
407 | 425 |
| |
408 |
| - | |
| 426 | + | |
| 427 | + | |
409 | 428 |
| |
410 | 429 |
| |
411 | 430 |
| |
|
+7-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
565 | 565 |
| |
566 | 566 |
| |
567 | 567 |
| |
568 |
| - | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
569 | 572 |
| |
570 | 573 |
| |
571 | 574 |
| |
| |||
593 | 596 |
| |
594 | 597 |
| |
595 | 598 |
| |
596 |
| - | |
597 |
| - | |
598 |
| - | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
599 | 602 |
| |
600 | 603 |
| |
601 | 604 |
| |
|
Diff for: src/librustc_parse/lexer/mod.rs
+3-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
248 | 248 |
| |
249 | 249 |
| |
250 | 250 |
| |
251 |
| - | |
252 |
| - | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
253 | 254 |
| |
254 | 255 |
| |
255 | 256 |
| |
|
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
366 | 366 |
| |
367 | 367 |
| |
368 | 368 |
| |
369 |
| - | |
370 |
| - | |
| 369 | + | |
| 370 | + | |
371 | 371 |
| |
372 | 372 |
| |
373 | 373 |
| |
|
Diff for: src/librustc_parse/parser/expr.rs
+4-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1295 | 1295 |
| |
1296 | 1296 |
| |
1297 | 1297 |
| |
1298 |
| - | |
| 1298 | + | |
| 1299 | + | |
| 1300 | + | |
| 1301 | + | |
1299 | 1302 |
| |
1300 | 1303 |
| |
1301 | 1304 |
| |
|
Diff for: src/librustc_passes/check_attr.rs
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
120 | 120 |
| |
121 | 121 |
| |
122 | 122 |
| |
123 |
| - | |
124 |
| - | |
| 123 | + | |
| 124 | + | |
125 | 125 |
| |
126 | 126 |
| |
127 | 127 |
| |
|
Diff for: src/librustc_session/parse.rs
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
89 |
| - | |
90 |
| - | |
| 89 | + | |
| 90 | + | |
91 | 91 |
| |
92 | 92 |
| |
93 | 93 |
| |
|
Diff for: src/librustc_session/session.rs
+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1125 | 1125 |
| |
1126 | 1126 |
| |
1127 | 1127 |
| |
1128 |
| - | |
| 1128 | + | |
| 1129 | + | |
1129 | 1130 |
| |
1130 | 1131 |
| |
1131 | 1132 |
| |
|
Diff for: src/librustc_typeck/check/demand.rs
+4-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
797 | 797 |
| |
798 | 798 |
| |
799 | 799 |
| |
800 |
| - | |
801 |
| - | |
802 |
| - | |
| 800 | + | |
| 801 | + | |
| 802 | + | |
| 803 | + | |
803 | 804 |
| |
804 | 805 |
| |
805 | 806 |
| |
|
Diff for: src/librustc_typeck/collect.rs
+4-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2439 | 2439 |
| |
2440 | 2440 |
| |
2441 | 2441 |
| |
2442 |
| - | |
| 2442 | + | |
| 2443 | + | |
| 2444 | + | |
| 2445 | + | |
2443 | 2446 |
| |
2444 | 2447 |
| |
2445 | 2448 |
| |
|
Diff for: src/librustdoc/config.rs
+4-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
570 | 570 |
| |
571 | 571 |
| |
572 | 572 |
| |
573 |
| - | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
574 | 577 |
| |
575 | 578 |
| |
576 | 579 |
| |
|
Diff for: src/librustdoc/core.rs
+4-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
416 | 416 |
| |
417 | 417 |
| |
418 | 418 |
| |
419 |
| - | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
420 | 423 |
| |
421 | 424 |
| |
422 | 425 |
| |
|
+2-2
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 |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
|
0 commit comments