| Age | Commit message (Expand) | Author | Lines |
| 2018-11-14 | std: Synchronize access to global env during `exec` | Alex Crichton | -8/+12 |
| 2018-08-27 | fix a typo: taget_env -> target_env | Jack O'Connor | -0/+27 |
| 2018-08-09 | Don't panic on std::env::vars() when env in null. | BurntPizza | -5/+1 |
| 2018-08-08 | avoid using the word 'initialized' to talk about that non-reentrant-capable s... | Ralf Jung | -1/+1 |
| 2018-08-06 | actually, reentrant uninitialized mutex acquisition is outright UB | Ralf Jung | -3/+2 |
| 2018-08-06 | clarify partially initialized Mutex issues | Ralf Jung | -0/+3 |
| 2018-07-30 | Add targets for HermitCore (https://hermitcore.org) to the Rust compiler and ... | Colin Finck | -1/+2 |
| 2018-07-23 | Change single char str patterns to chars | ljedrz | -1/+1 |
| 2018-06-17 | libstd: add an RAII utility for sys_common::mutex::Mutex | NODA, Kai | -17/+9 |
| 2018-03-02 | Move glibc version lookup handling to sys::os and add a simpler glibc_version() | Bryan Drewery | -0/+32 |
| 2017-12-22 | fix some errors in libstd | Michael Hewson | -1/+1 |
| 2017-11-30 | NetBSD: add sysctl backend for std::env::current_exe | Jonathan A. Kollasch | -1/+28 |
| 2017-11-19 | Add process::parent_id | Steven Fackler | -0/+4 |
| 2017-10-26 | Rollup merge of #45059 - tmccombs:pid, r=alexcrichton | kennytm | -0/+4 |
| 2017-10-06 | Add current_pid function | Thayne McCombs | -0/+4 |
| 2017-10-05 | Remove nacl from libstd | est31 | -2/+0 |
| 2017-09-08 | Add modifications needed for L4re in libstd | Tobias Schaffner | -3/+6 |
| 2017-05-17 | Improve the error management when /proc is not mounted | Sylvestre Ledru | -1/+6 |
| 2017-02-22 | Merge branch 'master' of https://github.com/rust-lang/rust into readdir | Raph Levien | -29/+9 |
| 2017-02-21 | Switch Fuchsia to readdir (instead of readdir_r) | Raph Levien | -1/+1 |
| 2017-02-15 | simplify home_dir by removing unnecessary getpwuid_r wrapper | Shawn Walker-Salas | -18/+9 |
| 2017-02-15 | libstd needs update for pending libc change | Shawn Walker-Salas | -11/+0 |
| 2016-12-06 | Fix current_exe() on DragonFly (again) | Michael Neumann | -7/+2 |
| 2016-10-22 | Add Fuchsia support | Raph Levien | -1/+7 |
| 2016-10-08 | Use less `size_t` casts in libstd since it's now defined as `usize` | Tobias Bucher | -10/+9 |
| 2016-10-02 | Move platform-specific arg handling to sys::args | Brian Anderson | -120/+0 |
| 2016-09-25 | Add support for the Haiku operating system on x86 and x86_64 machines | Niels Sascha Reedijk | -1/+46 |
| 2016-08-27 | Clean code a bit | Guillaume Gomez | -12/+9 |
| 2016-08-24 | Use `#[prelude_import]` in `libstd`. | Jeffrey Seyfried | -1/+0 |
| 2016-08-10 | [emscripten] Disable code paths that don't work on emscripten | Jan-Erik Rediger | -2/+4 |
| 2016-08-09 | Auto merge of #35426 - frewsxcv:os-sys-env-args-phantoms, r=alexcrichton | bors | -6/+7 |
| 2016-08-07 | Utilize `PhantomData` to enforce `!Sync` and `!Send` field. | Corey Farwell | -6/+7 |
| 2016-08-06 | Fix build on DragonFly (unused function errno_location) | Michael Neumann | -0/+1 |
| 2016-07-27 | Auto merge of #33312 - Byron:double-ended-iterator-for-args, r=alexcrichton | bors | -0/+4 |
| 2016-07-26 | DoubleEndedIterator for Args | Sebastian Thiel | -0/+4 |
| 2016-07-15 | Rollup merge of #34456 - tbu-:pr_ptr_null, r=aturon | Guillaume Gomez | -3/+3 |
| 2016-07-12 | Use `ptr::{null, null_mut}` instead of `0 as *{const, mut}` | Tobias Bucher | -3/+3 |
| 2016-07-11 | std: clear errno before readdir, then check it (solaris) | Josh Stone | -16/+25 |
| 2016-05-24 | std: Stabilize APIs for the 1.10 release | Alex Crichton | -19/+33 |
| 2016-04-07 | Fix libstd on DragonFly | Michael Neumann | -1/+11 |
| 2016-03-22 | fix alignment | Jorge Aparicio | -6/+6 |
| 2016-03-22 | try! -> ? | Jorge Aparicio | -13/+13 |
| 2016-02-11 | bootstrap: Add directives to not double-link libs | Alex Crichton | -1/+2 |
| 2016-02-06 | Add the asmjs-unknown-emscripten triple. Add cfgs to libs. | Brian Anderson | -3/+5 |
| 2016-02-03 | Fix broken auto-mac-ios-opt build | Nikita Baksalyar | -22/+22 |
| 2016-01-31 | Rename sunos to solaris | Nikita Baksalyar | -5/+5 |
| 2016-01-31 | Apply several fixes for Illumos support | Nikita Baksalyar | -4/+6 |
| 2016-01-31 | Add Illumos support | Nikita Baksalyar | -9/+53 |
| 2015-12-21 | std: Remove rust_builtin C support library | Alex Crichton | -27/+40 |
| 2015-12-18 | Use memchr in libstd where possible, closes #30076 | Florian Hahn | -1/+2 |