| Age | Commit message (Expand) | Author | Lines |
| 2016-01-17 | Rollup merge of #30957 - GuillaumeGomez:patch-3, r=apasel422 | Manish Goregaokar | -1/+1 |
| 2016-01-16 | std: Stabilize APIs for the 1.7 release | Alex Crichton | -38/+137 |
| 2016-01-16 | Fix typo | Guillaume Gomez | -1/+1 |
| 2016-01-15 | Auto merge of #30898 - petrochenkov:tvarfstab, r=alexcrichton | bors | -19/+31 |
| 2016-01-15 | Rollup merge of #30925 - semarie:blksize_t, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2016-01-15 | Rollup merge of #30776 - antonblanchard:powerpc64_merge, r=alexcrichton | Manish Goregaokar | -9/+40 |
| 2016-01-15 | Rollup merge of #30591 - SimonSapin:patch-15, r=aturon | Manish Goregaokar | -2/+3 |
| 2016-01-14 | update blksize_t in raw to reflect libc change under openbsd | Sébastien Marie | -1/+1 |
| 2016-01-14 | Fix outdated comment | tomaka | -1/+1 |
| 2016-01-14 | Require stability annotations on fields of tuple variants | Vadim Petrochenkov | -19/+31 |
| 2016-01-14 | Rollup merge of #30886 - ollie27:docs_links, r=steveklabnik | Manish Goregaokar | -13/+13 |
| 2016-01-14 | Rollup merge of #30850 - ranma42:cleanup-io, r=alexcrichton | Manish Goregaokar | -15/+0 |
| 2016-01-14 | Rollup merge of #30837 - semarie:openbsd-libc, r=alexcrichton | Manish Goregaokar | -9/+9 |
| 2016-01-14 | Rollup merge of #30818 - sfackler:duration-hash, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2016-01-14 | Rollup merge of #30801 - Amanieu:oom_print, r=alexcrichton | Manish Goregaokar | -6/+47 |
| 2016-01-13 | Fix some broken and missing links in the docs | Oliver Middleton | -13/+13 |
| 2016-01-13 | Add missing newline character to callers of dumb_print | Amanieu d'Antras | -5/+5 |
| 2016-01-13 | Auto merge of #30509 - michaelsproul:string-box-error, r=alexcrichton | bors | -0/+16 |
| 2016-01-13 | Incorrect getrandom() system call for PowerPC Linux | Anton Blanchard | -2/+4 |
| 2016-01-13 | Add powerpc64 and powerpc64le support | Anton Blanchard | -9/+38 |
| 2016-01-13 | Add an impl for Box<Error> from &str. | Michael Sproul | -0/+7 |
| 2016-01-12 | Remove dead `InternalBufWriter` implementation | Andrea Canciani | -15/+0 |
| 2016-01-12 | Update wording of Instant and SystemTime docs | Simon Sapin | -4/+4 |
| 2016-01-12 | Auto merge of #30719 - pyfisch:fix30657, r=alexcrichton | bors | -32/+27 |
| 2016-01-12 | Auto merge of #30678 - Amanieu:no_elf_tls, r=alexcrichton | bors | -38/+3 |
| 2016-01-12 | openbsd has dirent d_namlen field now | Sébastien Marie | -3/+3 |
| 2016-01-12 | make siginfo_si_addr() returns a usize | Sébastien Marie | -5/+5 |
| 2016-01-12 | switch from syscall(2) to getentropy(2) | Sébastien Marie | -1/+1 |
| 2016-01-12 | Add set_oom_handler and use it print a message when out of memory | Amanieu d'Antras | -2/+43 |
| 2016-01-11 | Replace no_elf_tls with target_thread_local | Amanieu d'Antras | -38/+3 |
| 2016-01-11 | Auto merge of #30490 - ipetkov:unix-spawn, r=alexcrichton | bors | -0/+32 |
| 2016-01-10 | Derive Hash for Duration | Steven Fackler | -1/+1 |
| 2016-01-07 | fix broken float methods | Pyfisch | -3/+3 |
| 2016-01-07 | fix trailing whitespace | Pyfisch | -1/+1 |
| 2016-01-07 | f32: inline methods with special variant for msvc | Pyfisch | -32/+27 |
| 2016-01-07 | Move os_str docs to OsString in order to be visible in HTML (fixes #30743) | Georg Brandl | -23/+17 |
| 2016-01-07 | Auto merge of #30557 - sfackler:panic-propagate, r=aturon | bors | -1/+28 |
| 2016-01-06 | Add std::panic::propagate | Steven Fackler | -1/+28 |
| 2016-01-04 | Auto merge of #29732 - nathansizemore:master, r=steveklabnik | bors | -40/+193 |
| 2016-01-02 | Grammar fixes | James Mantooth | -6/+6 |
| 2016-01-02 | Adjusted heading and created dedicated section in std::io docs | Nathan | -30/+39 |
| 2016-01-02 | Links and punctionaction fixes. | Nathan | -43/+57 |
| 2016-01-02 | Added platform notes to std::fs public functions. | Nathan | -35/+165 |
| 2016-01-01 | Auto merge of #30672 - nagisa:to-degrad-stab, r=sfackler | bors | -8/+2 |
| 2016-01-02 | Stabilise f32::to_{degrees,radians} to match f64 | Simonas Kazlauskas | -8/+2 |
| 2016-01-01 | Auto merge of #30670 - emoon:fs-copy-comment, r=steveklabnik | bors | -3/+3 |
| 2016-01-01 | Added comment in which direction operation happens | Daniel Collin | -3/+3 |
| 2016-01-01 | Auto merge of #30648 - tshepang:missing-graves, r=steveklabnik | bors | -2/+2 |
| 2015-12-31 | Auto merge of #30645 - tshepang:grammar, r=steveklabnik | bors | -2/+2 |
| 2015-12-31 | Auto merge of #30616 - arcnmx:cstr-asref, r=aturon | bors | -2/+33 |