| Age | Commit message (Expand) | Author | Lines |
| 2016-01-13 | Auto merge of #30509 - michaelsproul:string-box-error, r=alexcrichton | bors | -0/+16 |
| 2016-01-13 | Add an impl for Box<Error> from &str. | Michael Sproul | -0/+7 |
| 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-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-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 |
| 2015-12-31 | CStr impl stability | arcnmx | -4/+4 |
| 2015-12-31 | impl From<&CStr> for CString | arcnmx | -7/+7 |
| 2015-12-31 | Auto merge of #30644 - tshepang:typo, r=steveklabnik | bors | -1/+1 |
| 2015-12-30 | doc: missed these in a4da9ac | Tshepang Lekhonkhobe | -2/+2 |
| 2015-12-30 | doc: fix grammar | Tshepang Lekhonkhobe | -2/+2 |
| 2015-12-30 | doc: fix typo | Tshepang Lekhonkhobe | -1/+1 |
| 2015-12-30 | Rollup merge of #30546 - tshepang:add-links, r=steveklabnik | Steve Klabnik | -15/+36 |
| 2015-12-30 | Rollup merge of #30511 - defyrlt:issue_30507, r=steveklabnik | Steve Klabnik | -10/+11 |
| 2015-12-30 | doc: add graves | Tshepang Lekhonkhobe | -23/+23 |
| 2015-12-30 | doc: add some links for io::stdio | Tshepang Lekhonkhobe | -14/+35 |
| 2015-12-30 | Auto merge of #30458 - fhahn:fix-warnings-tests-stdlib, r=sanxiyn | bors | -75/+81 |
| 2015-12-29 | AsRef and related conversions for CString | arcnmx | -2/+33 |
| 2015-12-29 | Fix warnings when compiling stdlib with --test | Florian Hahn | -75/+81 |
| 2015-12-28 | Auto merge of #30548 - mmcco:linux-syscall, r=brson | bors | -5/+1 |
| 2015-12-28 | Auto merge of #30570 - fhartwig:dead-doc-links, r=steveklabnik | bors | -6/+5 |
| 2015-12-26 | Fix links in docs for std::io | Florian Hartwig | -4/+4 |
| 2015-12-26 | Fix link that is currently broken due to bad markup | Florian Hartwig | -2/+1 |
| 2015-12-25 | libstd: unix process spawning: fix bug with setting stdio | Ivan Petkov | -0/+32 |
| 2015-12-25 | Rollup merge of #30513 - alexcrichton:assert-is-safe, r=aturon | Manish Goregaokar | -15/+19 |
| 2015-12-25 | Rollup merge of #30485 - sfackler:panic-handler, r=alexcrichton | Manish Goregaokar | -8/+150 |
| 2015-12-23 | Use libc's Linux syscall() | Michael McConville | -5/+1 |
| 2015-12-23 | Rollup merge of #30537 - tshepang:make-visible, r=Gankro | Steve Klabnik | -1/+1 |
| 2015-12-23 | Rollup merge of #30465 - androm3da:master, r=alexcrichton | Steve Klabnik | -1/+1 |
| 2015-12-23 | Implement custom panic handlers | Steven Fackler | -8/+150 |
| 2015-12-23 | doc: make line visible | Tshepang Lekhonkhobe | -1/+1 |
| 2015-12-22 | Removed usage of `drop` from `std::net::UdpSocket` docs | defyrlt | -10/+11 |