| Age | Commit message (Expand) | Author | Lines |
| 2018-01-04 | [unix] Don't clone command-line args on startup | Matt Brubeck | -23/+16 |
| 2018-01-04 | Fix an error in std::process documentation | Loïc Damien | -2/+2 |
| 2018-01-04 | Bump to 1.25.0 | Alex Crichton | -48/+3 |
| 2018-01-02 | Document when LineWriter flushes; document errors for into_inner. | Corey Farwell | -0/+11 |
| 2018-01-02 | Auto merge of #47042 - redox-os:redox, r=estebank | bors | -7/+34 |
| 2017-12-31 | Auto merge of #46713 - Manishearth:memchr, r=bluss | bors | -232/+5 |
| 2017-12-30 | Fix doc typo for is_ascii_graphic | varkor | -1/+1 |
| 2017-12-29 | Auto merge of #47026 - EdSchouten:cloudabi-unwind, r=kennytm | bors | -1/+8 |
| 2017-12-29 | Add proper library dependencies for libstd on CloudABI. | Ed Schouten | -1/+8 |
| 2017-12-28 | Remove an unused import for cfg(not(feature = "backtrace")). | Ed Schouten | -2/+0 |
| 2017-12-28 | Implement AsRef<Path> for Component | Diggory Blake | -0/+7 |
| 2017-12-27 | Implement rename using new system call | Jeremy Soller | -7/+34 |
| 2017-12-27 | Auto merge of #46479 - bkchr:termination_trait, r=arielb1 | bors | -2/+144 |
| 2017-12-27 | Correct a few stability attributes | Oliver Middleton | -14/+14 |
| 2017-12-27 | Auto merge of #46977 - est31:column_fix, r=dtolnay | bors | -6/+12 |
| 2017-12-26 | Don't use `process::exit` as it is an `unreachable` on wasm32 | Bastian Köcher | -6/+5 |
| 2017-12-26 | Auto merge of #46554 - kennytm:45861-step-4-5-6-7-upload-test-result-and-remo... | bors | -6/+3 |
| 2017-12-27 | Revert "Add a file to trivially disable tool building or testing" | kennytm | -6/+3 |
| 2017-12-26 | Change name of `lang_start_real` to `lang_start_internal` | Bastian Köcher | -5/+4 |
| 2017-12-26 | Split `lang_start` in two functions to reduce generated code | Bastian Köcher | -5/+14 |
| 2017-12-26 | Rework the exit failure and success declaration for wasm32 | Bastian Köcher | -4/+14 |
| 2017-12-26 | Use move for optimization purposes | Bastian Köcher | -1/+1 |
| 2017-12-26 | Don't emit the termination lang item in tests | Bastian Köcher | -1/+1 |
| 2017-12-26 | Removes some obscure transmute call in `lang_start` | Bastian Köcher | -1/+1 |
| 2017-12-26 | Adds termination_trait feature gate | Bastian Köcher | -8/+8 |
| 2017-12-26 | Fixes compilation errors and adds proposed improvements | Bastian Köcher | -0/+2 |
| 2017-12-26 | Implements RFC 1937: `?` in `main` | Bastian Köcher | -1/+124 |
| 2017-12-26 | Rollup merge of #46943 - malbarbo:process-test-busybox, r=alexcrichton | kennytm | -1/+1 |
| 2017-12-26 | Rollup merge of #46933 - clarcharr:float_docs, r=steveklabnik | kennytm | -2/+2 |
| 2017-12-25 | Fix docs mistake | est31 | -1/+1 |
| 2017-12-25 | Auto merge of #46914 - mikeyhew:raw_pointer_self, r=arielb1 | bors | -3/+3 |
| 2017-12-24 | Auto merge of #46789 - Diggsey:command-env-capture, r=dtolnay | bors | -167/+321 |
| 2017-12-24 | Minor rewrite of env::current_exe docs; clarify symlinks. | Corey Farwell | -8/+11 |
| 2017-12-24 | Capture environment at spawn | Diggory Blake | -167/+321 |
| 2017-12-24 | Make column macro output 1 based and document it | est31 | -6/+12 |
| 2017-12-23 | Annotate raw pointer target types | Christopher Durham | -1/+1 |
| 2017-12-22 | Expose float from_bits and to_bits in libcore. | Clar Charr | -6/+4 |
| 2017-12-22 | fix some errors in libstd | Michael Hewson | -2/+2 |
| 2017-12-22 | Fix process test when using busybox mkdir | Marco A L Barbosa | -1/+1 |
| 2017-12-21 | Make core::f32/f64 docs match std. | Clar Charr | -2/+2 |
| 2017-12-22 | Rollup merge of #46898 - tspiteri:int-overflow-not-underflow, r=steveklabnik | kennytm | -2/+2 |
| 2017-12-21 | Rollup merge of #46853 - GuillaumeGomez:fix-rustdoc-warning, r=QuietMisdreavus | Guillaume Gomez | -2/+3 |
| 2017-12-21 | docs: do not call integer overflows as underflows | Trevor Spiteri | -2/+2 |
| 2017-12-20 | Fix some rustdoc warnings | Guillaume Gomez | -2/+3 |
| 2017-12-20 | Rollup merge of #46828 - vi:hash_for_systemtime_instant, r=dtolnay | kennytm | -11/+34 |
| 2017-12-20 | Rollup merge of #46760 - semarie:openbsd-arm64, r=alexcrichton | kennytm | -0/+2 |
| 2017-12-20 | Rollup merge of #46671 - varkor:contrib-2, r=KodrAus | kennytm | -1/+6 |
| 2017-12-20 | Auto merge of #46508 - clarcharr:duration_extras, r=sfackler | bors | -1/+62 |
| 2017-12-18 | Implement `Write` for `Cursor<&mut Vec<T>>` | Diggory Blake | -32/+58 |
| 2017-12-19 | Add Hash impl for SystemTime and Instant | Vitaly _Vi Shukela | -11/+34 |