File tree
93 files changed
+1178
-834
lines changed- src
- doc/unstable-book/src
- language-features
- library-features
- liballoc
- collections
- btree
- tests/btree
- libcore
- num
- ops
- librustc
- mir/interpret
- ty
- query
- librustc_data_structures
- graph/iterate
- librustc_errors
- librustc_interface
- librustc_mir
- const_eval
- dataflow
- hair/pattern
- interpret
- librustc_parse/parser
- librustc_typeck/check
- libstd
- collections/hash
- sync
- mpsc
- libsyntax_expand
- libsyntax_ext
- libsyntax_pos
- test/ui
- consts
- did_you_mean
- error-codes
- exclusive-range
- if
- issues
- label
- match
- missing
- parser
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
93 files changed
+1178
-834
lines changedDiff for: .mailmap
+4-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
57 |
| - | |
58 |
| - | |
59 |
| - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
60 | 61 |
| |
61 | 62 |
| |
62 | 63 |
| |
|
Diff for: CONTRIBUTING.md
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
367 | 367 |
| |
368 | 368 |
| |
369 | 369 |
| |
370 |
| - | |
| 370 | + | |
371 | 371 |
| |
372 | 372 |
| |
373 | 373 |
| |
| |||
385 | 385 |
| |
386 | 386 |
| |
387 | 387 |
| |
388 |
| - | |
| 388 | + | |
389 | 389 |
| |
390 | 390 |
| |
391 | 391 |
| |
|
Diff for: RELEASES.md
+14-14
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4951 | 4951 |
| |
4952 | 4952 |
| |
4953 | 4953 |
| |
4954 |
| - | |
4955 |
| - | |
4956 |
| - | |
4957 |
| - | |
| 4954 | + | |
| 4955 | + | |
| 4956 | + | |
| 4957 | + | |
4958 | 4958 |
| |
4959 | 4959 |
| |
4960 | 4960 |
| |
| |||
5234 | 5234 |
| |
5235 | 5235 |
| |
5236 | 5236 |
| |
5237 |
| - | |
5238 |
| - | |
| 5237 | + | |
| 5238 | + | |
5239 | 5239 |
| |
5240 | 5240 |
| |
5241 | 5241 |
| |
5242 | 5242 |
| |
5243 | 5243 |
| |
5244 | 5244 |
| |
5245 |
| - | |
| 5245 | + | |
5246 | 5246 |
| |
5247 | 5247 |
| |
5248 |
| - | |
| 5248 | + | |
5249 | 5249 |
| |
5250 | 5250 |
| |
5251 | 5251 |
| |
| |||
5432 | 5432 |
| |
5433 | 5433 |
| |
5434 | 5434 |
| |
5435 |
| - | |
5436 |
| - | |
| 5435 | + | |
| 5436 | + | |
5437 | 5437 |
| |
5438 | 5438 |
| |
5439 | 5439 |
| |
| |||
5646 | 5646 |
| |
5647 | 5647 |
| |
5648 | 5648 |
| |
5649 |
| - | |
| 5649 | + | |
5650 | 5650 |
| |
5651 | 5651 |
| |
5652 | 5652 |
| |
| |||
5659 | 5659 |
| |
5660 | 5660 |
| |
5661 | 5661 |
| |
5662 |
| - | |
| 5662 | + | |
5663 | 5663 |
| |
5664 | 5664 |
| |
5665 |
| - | |
5666 |
| - | |
| 5665 | + | |
| 5666 | + | |
5667 | 5667 |
| |
5668 | 5668 |
| |
5669 | 5669 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
188 | 188 |
| |
189 | 189 |
| |
190 | 190 |
| |
191 |
| - | |
192 |
| - | |
193 |
| - | |
194 |
| - | |
195 |
| - | |
| 191 | + | |
196 | 192 |
| |
197 | 193 |
| |
198 | 194 |
| |
|
This file was deleted.
Diff for: src/liballoc/collections/binary_heap.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1094 | 1094 |
| |
1095 | 1095 |
| |
1096 | 1096 |
| |
1097 |
| - | |
| 1097 | + | |
1098 | 1098 |
| |
1099 | 1099 |
| |
1100 | 1100 |
| |
|
Diff for: src/liballoc/collections/btree/map.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
283 | 283 |
| |
284 | 284 |
| |
285 | 285 |
| |
286 |
| - | |
| 286 | + | |
287 | 287 |
| |
288 | 288 |
| |
289 | 289 |
| |
|
Diff for: src/liballoc/collections/btree/node.rs
+30-24
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
493 | 493 |
| |
494 | 494 |
| |
495 | 495 |
| |
496 |
| - | |
| 496 | + | |
497 | 497 |
| |
498 | 498 |
| |
499 | 499 |
| |
| |||
514 | 514 |
| |
515 | 515 |
| |
516 | 516 |
| |
517 |
| - | |
518 |
| - | |
519 |
| - | |
520 |
| - | |
521 |
| - | |
522 |
| - | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
523 | 534 |
| |
524 | 535 |
| |
525 |
| - | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
526 | 541 |
| |
527 | 542 |
| |
528 |
| - | |
529 |
| - | |
530 |
| - | |
531 |
| - | |
532 |
| - | |
533 |
| - | |
534 |
| - | |
535 |
| - | |
536 |
| - | |
| 543 | + | |
537 | 544 |
| |
538 | 545 |
| |
539 | 546 |
| |
540 | 547 |
| |
541 |
| - | |
542 |
| - | |
543 |
| - | |
544 | 548 |
| |
545 | 549 |
| |
546 | 550 |
| |
| |||
549 | 553 |
| |
550 | 554 |
| |
551 | 555 |
| |
552 |
| - | |
| 556 | + | |
553 | 557 |
| |
554 | 558 |
| |
555 | 559 |
| |
| |||
567 | 571 |
| |
568 | 572 |
| |
569 | 573 |
| |
570 |
| - | |
571 |
| - | |
572 |
| - | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
573 | 579 |
| |
574 | 580 |
| |
575 | 581 |
| |
|
Diff for: src/liballoc/collections/btree/set.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
83 | 83 |
| |
84 | 84 |
| |
85 | 85 |
| |
86 |
| - | |
| 86 | + | |
87 | 87 |
| |
88 | 88 |
| |
89 | 89 |
| |
|
Diff for: src/liballoc/collections/linked_list.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
105 | 105 |
| |
106 | 106 |
| |
107 | 107 |
| |
108 |
| - | |
| 108 | + | |
109 | 109 |
| |
110 | 110 |
| |
111 | 111 |
| |
|
Diff for: src/liballoc/collections/vec_deque.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2474 | 2474 |
| |
2475 | 2475 |
| |
2476 | 2476 |
| |
2477 |
| - | |
| 2477 | + | |
2478 | 2478 |
| |
2479 | 2479 |
| |
2480 | 2480 |
| |
|
Diff for: src/liballoc/fmt.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
330 | 330 |
| |
331 | 331 |
| |
332 | 332 |
| |
333 |
| - | |
| 333 | + | |
334 | 334 |
| |
335 | 335 |
| |
336 | 336 |
| |
|
Diff for: src/liballoc/slice.rs
+4-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
450 | 450 |
| |
451 | 451 |
| |
452 | 452 |
| |
453 |
| - | |
| 453 | + | |
| 454 | + | |
454 | 455 |
| |
455 | 456 |
| |
456 | 457 |
| |
| |||
476 | 477 |
| |
477 | 478 |
| |
478 | 479 |
| |
479 |
| - | |
| 480 | + | |
480 | 481 |
| |
481 | 482 |
| |
482 | 483 |
| |
| |||
487 | 488 |
| |
488 | 489 |
| |
489 | 490 |
| |
490 |
| - | |
491 |
| - | |
| 491 | + | |
492 | 492 |
| |
493 | 493 |
| |
494 | 494 |
| |
|
0 commit comments