| Age | Commit message (Expand) | Author | Lines |
| 2018-06-24 | Haiku: fix build of libbacktrace | Niels Sascha Reedijk | -1/+2 |
| 2018-06-23 | `PinMut`: Add safe `get_mut` and rename unsafe fns to `get_mut_unchecked` and... | Josef Reinhard Brandl | -9/+4 |
| 2018-06-23 | Auto merge of #51580 - cramertj:async-await, r=eddyb | bors | -16/+152 |
| 2018-06-22 | Remove impl trait names and move bits of await into a function | Taylor Cramer | -13/+21 |
| 2018-06-22 | Review nits and updates | Taylor Cramer | -38/+35 |
| 2018-06-22 | Rollup merge of #51637 - abarth:new_prng, r=cramertj | kennytm | -4/+3 |
| 2018-06-21 | Allow unsafe code inside of await macro | Taylor Cramer | -0/+1 |
| 2018-06-21 | async await desugaring and tests | Taylor Cramer | -2/+132 |
| 2018-06-22 | Auto merge of #51463 - estebank:error-codes, r=nikomatsakis | bors | -5/+10 |
| 2018-06-19 | Remove erroneous example of main as a non-Result function. | Sgeo | -1/+1 |
| 2018-06-19 | Add message to `rustc_on_unimplemented` attributes in core | Esteban Küber | -5/+10 |
| 2018-06-20 | Fix doc build on unknown windows target | Guillaume Gomez | -0/+2 |
| 2018-06-19 | Auto merge of #51543 - SimonSapin:oom, r=SimonSapin | bors | -16/+16 |
| 2018-06-19 | Update zx_cprng_draw_new on Fuchsia | Adam Barth | -4/+3 |
| 2018-06-19 | Auto merge of #51081 - kornelski:examplestr, r=steveklabnik | bors | -23/+37 |
| 2018-06-18 | Rename OOM to allocation error | Simon Sapin | -16/+16 |
| 2018-06-18 | Stabilize std::path::Path:ancestors | Tobias Stolzmann | -8/+4 |
| 2018-06-18 | Prefer use of owned values in examples | Kornel | -23/+37 |
| 2018-06-17 | Auto merge of #51529 - nodakai:improve-sys_common-mutex, r=oli-obk | bors | -69/+73 |
| 2018-06-17 | Auto merge of #51555 - ccesare:remove_unused_variables_redox_os, r=kennytm | bors | -3/+0 |
| 2018-06-17 | libstd: add an RAII utility for sys_common::mutex::Mutex | NODA, Kai | -69/+73 |
| 2018-06-17 | Auto merge of #51382 - GuillaumeGomez:intra-link-lint, r=QuietMisdreavus | bors | -0/+2 |
| 2018-06-15 | Add doc for fn keyword | Guillaume Gomez | -0/+33 |
| 2018-06-15 | Fix issue on unix | Guillaume Gomez | -0/+1 |
| 2018-06-14 | Removed two unused variables | Chris Cesare | -3/+0 |
| 2018-06-13 | Add missing allow_missing_docs | Guillaume Gomez | -0/+1 |
| 2018-06-12 | Fix possibly endless loop in ReadDir iterator | sharkdp | -7/+24 |
| 2018-06-12 | Auto merge of #51241 - glandium:globalalloc, r=sfackler,SimonSapin | bors | -23/+84 |
| 2018-06-11 | Move Unstable Book sections for #[global_allocator] and System to std::alloc ... | Simon Sapin | -0/+62 |
| 2018-06-11 | Remove some '#[feature]' attributes for stabilized features | Simon Sapin | -1/+0 |
| 2018-06-11 | Stabilize the `System` allocator | Simon Sapin | -1/+1 |
| 2018-06-11 | Move set_oom_hook and take_oom_hook to a dedicated tracking issue | Simon Sapin | -2/+2 |
| 2018-06-11 | Mark as permanently-unstable some implementation details | Simon Sapin | -2/+2 |
| 2018-06-11 | Stablize the alloc module without changing stability of its contents. | Simon Sapin | -6/+13 |
| 2018-06-11 | Document memory allocation APIs | Simon Sapin | -1/+1 |
| 2018-06-11 | Remove the deprecated Heap type/const | Simon Sapin | -1/+0 |
| 2018-06-11 | Remove deprecated heap modules | Simon Sapin | -9/+2 |
| 2018-06-11 | Replace `impl GlobalAlloc for Global` with a set of free functions | Mike Hommey | -0/+1 |
| 2018-06-11 | Remove alloc::Opaque and use *mut u8 as pointer type for GlobalAlloc | Mike Hommey | -6/+6 |
| 2018-06-11 | Auto merge of #51442 - tinaun:more-future-impls, r=cramertj | bors | -0/+19 |
| 2018-06-11 | Add #[doc(inline)] in std::task | CrLF0710 | -0/+2 |
| 2018-06-10 | Stabilize entry-or-default | Guillaume Gomez | -3/+1 |
| 2018-06-09 | add inherent methods to Poll | tinaun | -1/+1 |
| 2018-06-09 | Auto merge of #51359 - cramertj:fdio_spawn, r=sfackler | bors | -110/+51 |
| 2018-06-08 | addressed nits | tinaun | -3/+3 |
| 2018-06-08 | add a few blanket future impls to std | tinaun | -0/+19 |
| 2018-06-07 | [fuchsia] Migrate from launchpad to fdio_spawn_etc | Adam Barth | -110/+51 |
| 2018-06-06 | Auto merge of #51263 - cramertj:futures-in-core, r=aturon | bors | -0/+16 |
| 2018-06-06 | Add Future and task system to the standard library | Taylor Cramer | -0/+16 |
| 2018-06-06 | Revert "Remove TryFrom impls that might become conditionally-infallible with ... | Simon Sapin | -18/+2 |