| Age | Commit message (Expand) | Author | Lines |
| 2018-01-08 | Fixed a typo in the compile_error docs | Andrew Brinker | -1/+1 |
| 2018-01-09 | Rollup merge of #47272 - GuillaumeGomez:missing-links, r=QuietMisdreavus | kennytm | -7/+14 |
| 2018-01-09 | Rollup merge of #47259 - sfackler:map-remove-entry, r=dtolnay | kennytm | -1/+49 |
| 2018-01-09 | Rollup merge of #47254 - rkruppe:no-more-align-hack, r=alexcrichton | kennytm | -12/+3 |
| 2018-01-08 | doc: show that `f32::log` and `f64::log` are not correctly rounded | Trevor Spiteri | -20/+18 |
| 2018-01-08 | Add missing links | Guillaume Gomez | -7/+14 |
| 2018-01-07 | Add HashMap::remove_entry | Steven Fackler | -1/+49 |
| 2018-01-07 | Replace empty array hack with repr(align) | Robin Kruppe | -12/+3 |
| 2018-01-07 | Make wasm obey backtrace feature, like other targets | Aidan Hobson Sayers | -0/+1 |
| 2018-01-06 | type error method suggestions use whitelisted identity-like conversions | Zack M. Davis | -1/+2 |
| 2018-01-07 | Rollup merge of #47217 - stjepang:set-examples, r=frewsxcv | kennytm | -0/+33 |
| 2018-01-06 | Auto merge of #47141 - alexcrichton:bump-bootstrap, r=alexcrichton | bors | -48/+3 |
| 2018-01-06 | Rollup merge of #47216 - SergioBenitez:doc-fix, r=Mark-Simulacrum | Guillaume Gomez | -1/+1 |
| 2018-01-06 | Rollup merge of #47165 - mbrubeck:args, r=alexcrichton | Guillaume Gomez | -23/+16 |
| 2018-01-06 | Rollup merge of #46987 - frewsxcv:frewsxcv-current-exe, r=QuietMisdreavus | Guillaume Gomez | -8/+11 |
| 2018-01-05 | Write examples for {BTree,Hash}Set::{get,replace,take} | Stjepan Glavina | -0/+33 |
| 2018-01-05 | Clarify appending behavior of 'io::Read::read_to_string()'. | Sergio Benitez | -1/+1 |
| 2018-01-05 | Rollup merge of #47198 - dzamlo:patch-2, r=frewsxcv | kennytm | -2/+2 |
| 2018-01-05 | Rollup merge of #47030 - ollie27:stab, r=alexcrichton | kennytm | -14/+14 |
| 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 |