| Age | Commit message (Expand) | Author | Lines |
| 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 | 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-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 |
| 2016-09-28 | set SO_NOSIGPIPE on apple platforms | Mathieu Poumeyrol | -1/+13 |
| 2016-09-28 | Rollup merge of #36740 - frehberg:apidoc, r=steveklabnik | Jonathan Turner | -0/+30 |
| 2016-09-28 | [breaking-change] std: change `encode_utf{8,16}()` to take a buffer and retur... | tormol | -9/+12 |
| 2016-09-27 | [std::io::Chain] Mark first as done only when reading into non-zero length bu... | Tomasz Miąsko | -1/+12 |
| 2016-09-27 | Update set.rs | Frank Rehberger | -0/+2 |
| 2016-09-27 | Update map.rs | Frank Rehberger | -4/+6 |
| 2016-09-26 | Rollup merge of #36754 - tmiasko:getaddrinfo-errors, r=alexcrichton | Jonathan Turner | -2/+7 |
| 2016-09-26 | Rollup merge of #36727 - kallisti5:master, r=Aatch | Jonathan Turner | -15/+322 |
| 2016-09-26 | When getaddrinfo returns EAI_SYSTEM retrieve actual error from errno. | Tomasz Miąsko | -2/+7 |
| 2016-09-26 | Auto merge of #36719 - shepmaster:build-env-var-reporting, r=alexcrichton | bors | -3/+3 |
| 2016-09-26 | Remove CString drop test. | Aleksey Kladov | -1/+3 |
| 2016-09-26 | Update set.rs | Frank Rehberger | -1/+1 |
| 2016-09-26 | Update map.rs | Frank Rehberger | -1/+1 |
| 2016-09-26 | Update set.rs | Frank Rehberger | -4/+2 |
| 2016-09-26 | Update map.rs | Frank Rehberger | -5/+2 |
| 2016-09-26 | Document init of HashSet/HashMap from vector | Frank Rehberger | -0/+31 |
| 2016-09-26 | Auto merge of #36734 - nnethercote:fix-HashSet-sizing, r=Aatch | bors | -8/+34 |
| 2016-09-26 | Haiku: Use common thread set_name stub | Alexander von Gluck IV | -7/+5 |
| 2016-09-26 | Don't allocate during default HashSet creation. | Nicholas Nethercote | -8/+34 |
| 2016-09-25 | Report which required build-time environment variable is not set | Jake Goulding | -3/+3 |
| 2016-09-25 | Haiku: Fix pthread_t typesize set to stable 1.8.0 post #29791 | Alexander von Gluck IV | -1/+1 |
| 2016-09-25 | Haiku: Work around the lack of the FIOCLEX ioctl | Niels Sascha Reedijk | -2/+8 |
| 2016-09-25 | Add support for the Haiku operating system on x86 and x86_64 machines | Niels Sascha Reedijk | -11/+314 |
| 2016-09-24 | Rollup merge of #36578 - GuillaumeGomez:fix_typo, r=steveklabnik | Guillaume Gomez | -2/+2 |