| Age | Commit message (Expand) | Author | Lines |
| 2017-10-06 | Add current_pid function | Thayne McCombs | -0/+4 |
| 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-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-17 | Remove st_mode mask | Trevor Merrifield | -3/+3 |
| 2017-09-15 | Retain suid/sgid/sticky bits in Metadata.permissions | Trevor Merrifield | -3/+3 |
| 2017-09-14 | Auto merge of #43972 - TobiasSchaffner:std_clean, r=alexcrichton | bors | -21/+504 |
| 2017-09-13 | Move default stack min size to thread implementations | Tobias Schaffner | -2/+7 |
| 2017-09-10 | Auto merge of #44220 - kennytm:fix-44216-instance-plus-max-duration-should-pa... | bors | -7/+15 |
| 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 | -7/+15 |
| 2017-09-06 | std: Fix a segfault on OSX with backtraces | Alex Crichton | -1/+2 |
| 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 | -1/+2 |
| 2017-08-26 | std: Handle OS errors when joining threads | Alex Crichton | -1/+2 |
| 2017-08-24 | Fix inconsistent doc headings | lukaramu | -1/+1 |
| 2017-08-18 | Auto merge of #43900 - TobiasSchaffner:net_out_of_io, r=alexcrichton | bors | -59/+62 |
| 2017-08-17 | Rollup merge of #43891 - Fourchaux:master, r=steveklabnik | Corey Farwell | -1/+1 |
| 2017-08-16 | Refactoring: move net specific fd imps to net | Tobias Schaffner | -59/+62 |
| 2017-08-16 | Auto merge of #43883 - frewsxcv:frewsxcv-set-readonly-clarification, r=QuietM... | bors | -1/+7 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -7/+7 |
| 2017-08-15 | Fix typos & us spellings | Fourchaux | -1/+1 |
| 2017-08-15 | Add comments clarifying behavior of unix `set_readonly` behavior. | Corey Farwell | -1/+7 |
| 2017-08-13 | Rollup merge of #43814 - Eijebong:fix_typos2, r=petrochenkov | Guillaume Gomez | -4/+4 |
| 2017-08-13 | Auto merge of #43348 - kennytm:fix-24658-doc-every-platform, r=alexcrichton | bors | -14/+27 |
| 2017-08-12 | Fix some typos | Bastien Orivel | -4/+4 |
| 2017-08-12 | Fix error during cross-platform documentation. | kennytm | -0/+11 |
| 2017-08-11 | Rollup merge of #43783 - prisme60:prisme60-typo, r=Mark-Simulacrum | Guillaume Gomez | -1/+1 |
| 2017-08-10 | Auto merge of #43582 - ivanbakel:unused_mut_ref, r=arielb1 | bors | -2/+2 |
| 2017-08-10 | Fix typo corersponding -> corresponding | Foucher | -1/+1 |
| 2017-08-10 | Exposed all platform-specific documentation. | kennytm | -14/+16 |
| 2017-08-04 | Auto merge of #43634 - dhduvall:solaris-test-fixes, r=sanxiyn | bors | -6/+1 |
| 2017-08-04 | Auto merge of #43459 - ids1024:asrawfd, r=alexcrichton | bors | -0/+17 |
| 2017-08-03 | Fix a dangling symlink bug in `remove_dir_all()` on Solaris | Danek Duvall | -6/+1 |
| 2017-08-01 | Fixed all unnecessary muts in language core | Isaac van Bakel | -2/+2 |
| 2017-07-25 | Correct 'stable' attribute | Ian Douglas Scott | -3/+3 |
| 2017-07-24 | Add a disabled builder for aarch64 emulated tests | Alex Crichton | -0/+1 |
| 2017-07-24 | Implement AsRawFd for Stdin, Stdout, and Stderr | Ian Douglas Scott | -0/+17 |