| Age | Commit message (Expand) | Author | Lines |
| 2016-10-04 | Haiku: Fix IPv6 target_os check | Alexander von Gluck IV | -1/+1 |
| 2016-10-04 | Rollup merge of #36938 - tmiasko:cursor-seek-overflow, r=alexcrichton | Manish Goregaokar | -7/+18 |
| 2016-10-04 | Rollup merge of #36928 - GuillaumeGomez:error_urls, r=steveklabnik | Manish Goregaokar | -4/+8 |
| 2016-10-04 | Rollup merge of #36916 - frewsxcv:patch-1, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2016-10-04 | Rollup merge of #36902 - ollie27:stab_impls, r=alexcrichton | Manish Goregaokar | -18/+15 |
| 2016-10-03 | Add two functions to check type of SockAddr | Abhishek Chanda | -0/+35 |
| 2016-10-03 | Add two functions to check type of given address | Abhishek Chanda | -0/+32 |
| 2016-10-03 | Fix mod declarations on untested platforms | Brian Anderson | -3/+3 |
| 2016-10-03 | Check for overflow in Cursor<Vec<u8>>::write. | Tomasz Miąsko | -7/+18 |
| 2016-10-03 | Auto merge of #36815 - alexcrichton:stabilize-1.13, r=aturon | bors | -12/+37 |
| 2016-10-03 | std: Stabilize and deprecate APIs for 1.13 | Alex Crichton | -12/+37 |
| 2016-10-03 | Add missing urls for error module | Guillaume Gomez | -4/+8 |
| 2016-10-03 | Auto merge of #36766 - nnethercote:hash-span-capacity, r=bluss | bors | -90/+122 |
| 2016-10-03 | Avoid overflow check in `HashMap::reserve`'s fast path. | Nicholas Nethercote | -2/+3 |
| 2016-10-02 | Update unstable attr to reference tracking issue. | Corey Farwell | -1/+1 |
| 2016-10-02 | Auto merge of #36807 - brson:pal, r=brson | bors | -880/+959 |
| 2016-10-02 | Move platform-specific arg handling to sys::args | Brian Anderson | -281/+294 |
| 2016-10-02 | Add a platform-abstraction tidy script | Brian Anderson | -3/+6 |
| 2016-10-02 | Auto merge of #36404 - christopherdumas:master, r=GuillaumeGomez | bors | -3/+10 |
| 2016-10-01 | std: Correct stability attributes for some implementations | Oliver Middleton | -18/+15 |
| 2016-10-01 | std: Remove plattform-specific code from os_str | Brian Anderson | -11/+0 |
| 2016-10-01 | std: Move platform specific stdio code into sys | Brian Anderson | -5/+6 |
| 2016-10-01 | std: Move platform specific memchr code into sys | Brian Anderson | -271/+309 |
| 2016-10-01 | std: Move platform specific env code into sys | Brian Anderson | -183/+203 |
| 2016-10-01 | std: Move platform specific path code into sys | Brian Anderson | -126/+141 |
| 2016-10-01 | Auto merge of #36824 - kali:master, r=alexcrichton | bors | -5/+27 |
| 2016-09-30 | Auto merge of #36339 - brson:emscripten-new, r=alexcrichton | bors | -30/+76 |
| 2016-09-30 | Call emcc with ERROR_ON_UNDEFINED_SYMBOLS | Brian Anderson | -5/+18 |
| 2016-09-30 | Ignore various entire test modules on emscripten | Brian Anderson | -125/+11 |
| 2016-09-30 | Change the sigs of set_print/set_panic to allow restoring the default objects | Brian Anderson | -4/+4 |
| 2016-09-30 | Ignore entire test modules on emscripten instead of individual tests | Brian Anderson | -132/+10 |
| 2016-09-30 | Ignore lots and lots of std tests on emscripten | Brian Anderson | -0/+252 |
| 2016-09-30 | Preliminary wasm32 support | Brian Anderson | -2/+19 |
| 2016-09-30 | Rollup merge of #36851 - tmiasko:fix-read-until-docs, r=bluss | Steve Klabnik | -7/+3 |
| 2016-09-30 | Rollup merge of #36841 - GuillaumeGomez:process_doc, r=steveklabnik | Steve Klabnik | -1/+19 |
| 2016-09-30 | Rollup merge of #36833 - tmiasko:system-time-error, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2016-09-30 | Rollup merge of #36535 - GuillaumeGomez:macro_url, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2016-09-30 | Fix BufRead::{read_until, read_line} documentation. | Tomasz Miąsko | -7/+3 |
| 2016-09-29 | Auto merge of #36557 - sfackler:fix-hashdos-docs, r=alexcrichton | bors | -8/+22 |
| 2016-09-30 | add println!() macro with out any arguments | 石博文 | -0/+2 |
| 2016-09-30 | Improve process module doc a bit | Guillaume Gomez | -1/+19 |
| 2016-09-29 | Mention FNV | Steven Fackler | -1/+1 |
| 2016-09-29 | Auto merge of #36377 - tormol:encode_utf, r=alexcrichton | bors | -9/+12 |
| 2016-09-29 | Reword description of SystemTimeError. | Tomasz Miąsko | -1/+1 |
| 2016-09-29 | Clarify HashMap's capacity handling. | Nicholas Nethercote | -90/+121 |
| 2016-09-28 | Rollup merge of #36811 - brson:bootstrap, r=alexcrichton | Jonathan Turner | -2/+0 |
| 2016-09-28 | Rollup merge of #36741 - matklad:no-flacky-test, r=alexcrichton | Jonathan Turner | -1/+3 |
| 2016-09-28 | Remove stage0 hacks | Brian Anderson | -2/+0 |
| 2016-09-28 | use MSG_NOSIGNAL from liblibc | Mathieu Poumeyrol | -10/+6 |
| 2016-09-28 | MSG_NOSIGNAL on linux | Mathieu Poumeyrol | -4/+18 |