| Age | Commit message (Expand) | Author | Lines |
| 2018-07-01 | Rollup merge of #51890 - Ixrec:patch-3, r=alexcrichton | Pietro Albini | -1/+1 |
| 2018-07-01 | Rollup merge of #51853 - MajorBreakfast:fix-doc-links, r=cramertj | Pietro Albini | -0/+1 |
| 2018-06-30 | Auto merge of #51717 - Mark-Simulacrum:snap, r=alexcrichton | bors | -72/+33 |
| 2018-06-30 | Bootstrap from 1.28.0-beta.3 | Mark Simulacrum | -72/+33 |
| 2018-06-30 | Auto merge of #51178 - GabrielMajeri:os-str-compare, r=SimonSapin | bors | -0/+14 |
| 2018-06-29 | Rename alloc::arc to alloc::sync, to match std::sync | Simon Sapin | -1/+1 |
| 2018-06-29 | Move core::alloc::CollectionAllocErr to alloc::collections | Simon Sapin | -3/+4 |
| 2018-06-29 | Move some alloc crate top-level items to a new alloc::collections module | Simon Sapin | -4/+4 |
| 2018-06-29 | Fix stability attributes | Gabriel Majeri | -2/+2 |
| 2018-06-29 | Implement PartialEq between &str and OsString | Gabriel Majeri | -0/+14 |
| 2018-06-29 | Auto merge of #50526 - moxian:just-fix, r=alexcrichton | bors | -101/+398 |
| 2018-06-29 | Auto merge of #51290 - Pslydhh:master, r=alexcrichton | bors | -2/+8 |
| 2018-06-29 | Fix inconsequential typo in GlobalAlloc doc example | Ixrec | -1/+1 |
| 2018-06-28 | Change traits to bare FnMut where possible. | moxian | -111/+67 |
| 2018-06-28 | Make msvc symbol extraction/printing functions generic. | moxian | -103/+137 |
| 2018-06-28 | Make stackwalking generic instead of matching on enum variants. | moxian | -133/+147 |
| 2018-06-28 | Load backtrace-related functions only once | moxian | -41/+77 |
| 2018-06-28 | Split separate stackwalk variants into their own functions | moxian | -204/+238 |
| 2018-06-28 | Add a fallback for stacktrace printing for older Windows versions. | moxian | -108/+331 |
| 2018-06-28 | Rollup merge of #51824 - vorner:thread-local-try-with-doc, r=kennytm | kennytm | -1/+1 |
| 2018-06-28 | Rollup merge of #50342 - fkjogu:euclidean, r=BurntSushi | kennytm | -2/+20 |
| 2018-06-27 | Fix doc links | Josef Reinhard Brandl | -0/+1 |
| 2018-06-27 | [fuchsia] Update zx_cprng_draw to target semantics | Adam Barth | -26/+2 |
| 2018-06-27 | Fix the error reference for LocalKey::try_with | Michal 'vorner' Vaner | -1/+1 |
| 2018-06-26 | migrate codebase to `..=` inclusive range patterns | Zack M. Davis | -7/+7 |
| 2018-06-26 | Clarify rational behind current implementation of `.mod_euc()` | Fabian Kössel | -0/+8 |
| 2018-06-26 | Document round-off error in `.mod_euc()`-method, see issue #50179 | Fabian Kössel | -2/+12 |
| 2018-06-26 | Rollup merge of #51786 - cuviper:stat64-pointers, r=Mark-Simulacrum | Pietro Albini | -2/+2 |
| 2018-06-26 | Rollup merge of #51730 - MajorBreakfast:pin-get-mut-unchecked, r=withoutboats | Pietro Albini | -9/+4 |
| 2018-06-26 | Rollup merge of #51642 - GuillaumeGomez:fix-unknown-windows-build, r=oli-obk | Pietro Albini | -0/+3 |
| 2018-06-26 | Rollup merge of #51153 - ogham:panic-and-compile_error-docs, r=GuillaumeGomez | Pietro Albini | -2/+10 |
| 2018-06-26 | Auto merge of #50630 - sharkdp:fix-50619, r=sfackler | bors | -7/+24 |
| 2018-06-25 | Remove unnecessary stat64 pointer casts | Josh Stone | -2/+2 |
| 2018-06-25 | Use fstatat64 where available | Josh Stone | -6/+5 |
| 2018-06-25 | Add missing \[allow(missing_docs)\] | Guillaume Gomez | -0/+1 |
| 2018-06-25 | Add sentence to compile_error!() docs | Benjamin Sago | -1/+3 |
| 2018-06-25 | Link the docs of panic!() and compile_error!() | Benjamin Sago | -1/+7 |
| 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 |