| Age | Commit message (Expand) | Author | Lines |
| 2017-10-26 | Rollup merge of #45059 - tmccombs:pid, r=alexcrichton | kennytm | -0/+12 |
| 2017-10-21 | Rollup merge of #45419 - steveklabnik:fix-commonmark-renderings, r=QuietMisdr... | Corey Farwell | -1/+1 |
| 2017-10-21 | Auto merge of #45391 - malbarbo:x32-1, r=alexcrichton | bors | -7/+8 |
| 2017-10-20 | Fix most rendering warnings from switching to CommonMark | steveklabnik | -1/+1 |
| 2017-10-20 | Fix some tests for linux gnux32 | Marco A L Barbosa | -7/+8 |
| 2017-10-18 | std: Update randomness implementation on Windows | Alex Crichton | -46/+10 |
| 2017-10-17 | Remove duplicated word | Guillaume Gomez | -2/+2 |
| 2017-10-14 | Fix TcpStream::connect_timeout on linux | Steven Fackler | -4/+9 |
| 2017-10-13 | Rollup merge of #44855 - federicomenaquintero:master, r=steveklabnik | kennytm | -0/+56 |
| 2017-10-09 | Auto merge of #45041 - est31:master, r=alexcrichton | bors | -29/+4 |
| 2017-10-08 | Auto merge of #45030 - raggi:zircon-handle-t, r=alexcrichton | bors | -18/+17 |
| 2017-10-06 | Add current_pid function | Thayne McCombs | -0/+12 |
| 2017-10-05 | replace libc::res_init with res_init_if_glibc_before_2_26 | Jack O'Connor | -0/+83 |
| 2017-10-05 | Remove nacl from libstd | est31 | -29/+4 |
| 2017-10-04 | zircon: update some more zx and lp constants | James Tucker | -22/+16 |
| 2017-10-04 | zircon: the type of zx_handle_t is now unsigned | James Tucker | -1/+6 |
| 2017-10-04 | Auto merge of #44979 - hinaria:master, r=dtolnay | bors | -0/+13 |
| 2017-10-03 | windows: make `backtrace = false` compile | hinaria | -0/+13 |
| 2017-09-27 | Made `fs::copy` return the length of the main stream | Stephane Raux | -4/+4 |
| 2017-09-25 | Module overview for std::os::windows:ffi | Federico Mena Quintero | -0/+56 |
| 2017-09-24 | LP_CLONE_FDIO_ROOT is now LP_CLONE_FDIO_NAMESPACE | James Tucker | -2/+2 |
| 2017-09-24 | Fixed casing issues. | P.Y. Laligand | -16/+16 |
| 2017-09-24 | The Magenta kernel is now called Zircon. | P.Y. Laligand | -134/+134 |
| 2017-09-22 | Auto merge of #44624 - tmerr:master, r=sfackler | bors | -3/+3 |
| 2017-09-19 | Rollup merge of #44513 - redox-os:master, r=alexcrichton | Guillaume Gomez | -26/+186 |
| 2017-09-17 | Remove st_mode mask | Trevor Merrifield | -3/+3 |
| 2017-09-16 | Fix network families | Jeremy Soller | -2/+2 |
| 2017-09-15 | Retain suid/sgid/sticky bits in Metadata.permissions | Trevor Merrifield | -3/+3 |
| 2017-09-14 | Merge branch 'master' into threadname | Joshua Sheard | -58/+592 |
| 2017-09-14 | Auto merge of #43972 - TobiasSchaffner:std_clean, r=alexcrichton | bors | -21/+508 |
| 2017-09-13 | Move default stack min size to thread implementations | Tobias Schaffner | -2/+11 |
| 2017-09-11 | Fix tidy checks | Jeremy Soller | -18/+44 |
| 2017-09-11 | Sync with upstream syscall library | Jeremy Soller | -12/+146 |
| 2017-09-10 | Auto merge of #44220 - kennytm:fix-44216-instance-plus-max-duration-should-pa... | bors | -17/+36 |
| 2017-09-10 | Rollup merge of #44384 - alexcrichton:osx-segfault, r=estebank | Guillaume Gomez | -1/+2 |
| 2017-09-08 | Move the stack size value for L4Re to the min_stack_size function | Sebastian Humenda | -4/+0 |
| 2017-09-08 | Re-enable networking module fo rL4Re | Sebastian Humenda | -1/+445 |
| 2017-09-08 | Add modifications needed for L4re in libstd | Tobias Schaffner | -8/+42 |
| 2017-09-08 | Match c_char definitions and enable signal reset for L4Re | Sebastian Humenda | -13/+17 |
| 2017-09-07 | Properly detect overflow in Instance +/- Duration. | kennytm | -17/+36 |
| 2017-09-06 | std: Fix a segfault on OSX with backtraces | Alex Crichton | -1/+2 |
| 2017-09-06 | Implement named threads on Windows | Joshua Sheard | -7/+17 |
| 2017-09-02 | Fallback to dladdr-based resolve_symbol if backtrace failed. | kennytm | -14/+29 |
| 2017-09-02 | Use env::current_exe for libbacktrace on macOS | John Colanduoni | -20/+7 |
| 2017-09-02 | Add libbacktrace support for Apple platforms | John Colanduoni | -5/+30 |
| 2017-08-28 | Update the libc submodule | Alex Crichton | -8/+27 |
| 2017-08-27 | Move unused-extern-crate to late pass | Tatsuyuki Ishi | -2/+0 |
| 2017-08-27 | Auto merge of #44112 - alexcrichton:thread-join, r=sfackler | bors | -2/+8 |
| 2017-08-26 | std: Handle OS errors when joining threads | Alex Crichton | -2/+8 |
| 2017-08-24 | Fix inconsistent doc headings | lukaramu | -2/+2 |