Commit 0690720
committed
Doc improvement on std::fmt module
1 parent 6e03608 commit 0690720
3 files changed
+39
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
505 | 505 | | |
506 | 506 | | |
507 | 507 | | |
| 508 | + | |
| 509 | + | |
508 | 510 | | |
509 | 511 | | |
510 | 512 | | |
511 | 513 | | |
512 | 514 | | |
513 | 515 | | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
514 | 526 | | |
515 | 527 | | |
516 | 528 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
776 | 776 | | |
777 | 777 | | |
778 | 778 | | |
| 779 | + | |
| 780 | + | |
| 781 | + | |
| 782 | + | |
| 783 | + | |
| 784 | + | |
| 785 | + | |
| 786 | + | |
| 787 | + | |
| 788 | + | |
| 789 | + | |
| 790 | + | |
| 791 | + | |
| 792 | + | |
| 793 | + | |
| 794 | + | |
| 795 | + | |
| 796 | + | |
| 797 | + | |
| 798 | + | |
| 799 | + | |
| 800 | + | |
| 801 | + | |
| 802 | + | |
| 803 | + | |
| 804 | + | |
779 | 805 | | |
780 | 806 | | |
781 | 807 | | |
| |||
- .travis.yml+3-1
- Cargo.toml+1-1
- appveyor.yml+4
- ci/landing-page-footer.html+7-3
- ci/landing-page-head.html+4-7
- libc-test/Cargo.lock+25-12
- libc-test/build.rs-10
- libc-test/generate-files/Cargo.lock+5-5
- src/lib.rs+1-3
- src/unix/bsd/apple/b32.rs-3
- src/unix/bsd/apple/b64.rs-3
- src/unix/bsd/apple/mod.rs+1-101
- src/unix/bsd/freebsdlike/dragonfly/mod.rs+1-18
- src/unix/bsd/freebsdlike/freebsd/mod.rs+2-19
- src/unix/bsd/freebsdlike/mod.rs+4-46
- src/unix/bsd/mod.rs+1-10
- src/unix/bsd/openbsdlike/bitrig.rs-27
- src/unix/bsd/openbsdlike/mod.rs+4-27
- src/unix/bsd/openbsdlike/netbsd.rs-27
- src/unix/bsd/openbsdlike/openbsd.rs-27
- src/unix/mod.rs+4-17
- src/unix/notbsd/android/mod.rs+1-9
- src/unix/notbsd/linux/mips.rs-7
- src/unix/notbsd/linux/mod.rs+21-10
- src/unix/notbsd/linux/musl/b32/arm.rs-1
- src/unix/notbsd/linux/musl/b32/mips.rs-1
- src/unix/notbsd/linux/musl/b32/mod.rs+1-3
- src/unix/notbsd/linux/musl/b32/x86.rs-1
- src/unix/notbsd/linux/musl/b64/aarch64.rs-1
- src/unix/notbsd/linux/musl/b64/mod.rs+1-14
- src/unix/notbsd/linux/musl/b64/powerpc64.rs-1
- src/unix/notbsd/linux/musl/b64/x86_64.rs-3
- src/unix/notbsd/linux/musl/mod.rs-5
- src/unix/notbsd/linux/other/b32/arm.rs-1
- src/unix/notbsd/linux/other/b32/mod.rs+1-1
- src/unix/notbsd/linux/other/b32/powerpc.rs-1
- src/unix/notbsd/linux/other/b32/x86.rs-1
- src/unix/notbsd/linux/other/b64/aarch64.rs-1
- src/unix/notbsd/linux/other/b64/mod.rs+1-3
- src/unix/notbsd/linux/other/b64/powerpc64.rs-1
- src/unix/notbsd/linux/other/b64/x86_64.rs-1
- src/unix/notbsd/linux/other/mod.rs+1-8
- src/unix/notbsd/mod.rs+4-84
- src/unix/solaris/mod.rs+3-15
- src/windows.rs+1-3
0 commit comments