| Age | Commit message (Expand) | Author | Lines |
| 2018-08-20 | Replace usages of ptr::offset with ptr::{add,sub}. | Corey Farwell | -1/+1 |
| 2018-08-08 | avoid using the word 'initialized' to talk about that non-reentrant-capable s... | Ralf Jung | -3/+5 |
| 2018-08-06 | actually, reentrant uninitialized mutex acquisition is outright UB | Ralf Jung | -9/+7 |
| 2018-08-06 | argue why at_exit_imp is fine | Ralf Jung | -3/+3 |
| 2018-08-06 | I think we have to strengthen Mutex::init UB | Ralf Jung | -1/+1 |
| 2018-08-06 | clarify partially initialized Mutex issues | Ralf Jung | -0/+13 |
| 2018-07-29 | Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkov | bors | -1/+1 |
| 2018-07-27 | Auto merge of #52336 - ishitatsuyuki:dyn-rollup, r=Mark-Simulacrum | bors | -9/+9 |
| 2018-07-27 | Prefer to_string() to format!() | ljedrz | -1/+1 |
| 2018-07-23 | libstd: Prefer `Option::map`/etc over `match` where applicable | Colin Wallace | -5/+4 |
| 2018-07-10 | Deny bare trait objects in `src/libstd`. | ljedrz | -9/+9 |
| 2018-07-02 | Make Stdio handle UnwindSafe | Evan Simmons | -0/+4 |
| 2018-06-26 | migrate codebase to `..=` inclusive range patterns | Zack M. Davis | -7/+7 |
| 2018-06-17 | libstd: add an RAII utility for sys_common::mutex::Mutex | NODA, Kai | -17/+39 |
| 2018-05-12 | Rollup merge of #50550 - llogiq:fmt-result, r=petrochenkov | Mark Simulacrum | -2/+2 |
| 2018-05-09 | use fmt::Result where applicable | Andre Bogus | -2/+2 |
| 2018-05-07 | Add explanation for #[must_use] on mutex guards | Manish Goregaokar | -1/+1 |
| 2018-04-21 | Remove unused methods on the private Wtf8 type | Simon Sapin | -14/+0 |
| 2018-04-13 | std: Minimize size of panicking on wasm | Alex Crichton | -14/+22 |
| 2018-04-12 | Import the `alloc` crate as `alloc_crate` in std | Simon Sapin | -3/+3 |
| 2018-04-12 | Move Utf8Lossy decoder to libcore | Simon Sapin | -1/+1 |
| 2018-04-04 | Auto merge of #48575 - ishitatsuyuki:unix-no-thread, r=alexcrichton | bors | -0/+4 |
| 2018-03-27 | Implement `shrink_to` method on collections | Diggory Blake | -0/+5 |
| 2018-03-23 | Rollup merge of #48624 - bdrewery:freebsd-posix-spawn, r=alexcrichton | Alex Crichton | -0/+12 |
| 2018-03-21 | Deprecate the AsciiExt trait in favor of inherent methods | Simon Sapin | -10/+7 |
| 2018-03-19 | Simplify PATH key comparison | Bryan Drewery | -1/+1 |
| 2018-03-19 | Don't use posix_spawn() if PATH was modified in the environment. | Bryan Drewery | -0/+12 |
| 2018-03-18 | rustc_driver: get rid of extra thread on Unix | Tatsuyuki Ishi | -0/+4 |
| 2018-03-05 | while let all the things | leonardo.yvens | -14/+9 |
| 2018-02-17 | fix more typos found by codespell. | Matthias Krüger | -2/+2 |
| 2018-01-31 | Use a range to identify SIGSEGV in stack guards | Josh Stone | -4/+5 |
| 2018-01-26 | Print inlined functions on Windows | John Kåre Alsaker | -0/+3 |
| 2018-01-16 | Only link res_init() on GNU/*nix | Ryan Cumming | -21/+3 |
| 2018-01-11 | Add shims for modules that we can't implement on CloudABI. | Ed Schouten | -4/+1 |
| 2018-01-11 | Implement libstd for CloudABI. | Ed Schouten | -0/+3 |
| 2017-12-31 | Auto merge of #46713 - Manishearth:memchr, r=bluss | bors | -228/+0 |
| 2017-12-26 | Change name of `lang_start_real` to `lang_start_internal` | Bastian Köcher | -1/+1 |
| 2017-12-25 | Auto merge of #46914 - mikeyhew:raw_pointer_self, r=arielb1 | bors | -1/+1 |
| 2017-12-24 | Capture environment at spawn | Diggory Blake | -0/+145 |
| 2017-12-22 | fix some errors in libstd | Michael Hewson | -1/+1 |
| 2017-12-18 | Add lossless debug implementation for unix OsStrs | Diggory Blake | -0/+57 |
| 2017-12-13 | Move rust memchr impl to libcore | Manish Goregaokar | -228/+0 |
| 2017-12-11 | Merge remote-tracking branch 'origin/master' into miri | Oliver Schneider | -8/+2 |
| 2017-12-09 | Use Try syntax for Option in place of macros or match | Matt Brubeck | -8/+2 |
| 2017-12-06 | Update miri to rustc changes | Oliver Schneider | -31/+131 |
| 2017-11-30 | rustc: Prepare to enable ThinLTO by default | Alex Crichton | -2/+20 |
| 2017-11-25 | Implement `Rc`/`Arc` conversions for string-like types | Murarth | -0/+14 |
| 2017-11-19 | std: Add a new wasm32-unknown-unknown target | Alex Crichton | -6/+11 |
| 2017-11-09 | std: Avoid use of `libc` in portable modules | Alex Crichton | -11/+11 |
| 2017-10-10 | Rollup merge of #44775 - MaloJaffre:debug-struct, r=sfackler | kennytm | -3/+10 |