| Age | Commit message (Expand) | Author | Lines |
| 2018-06-14 | rustc: rename ty::maps to ty::query. | Eduard-Mihai Burtescu | -209/+247 |
| 2018-06-13 | Don't auto-hide inherent impls even if `rustdoc-collapse == true`. | kennytm | -24/+25 |
| 2018-06-13 | Replace `core::iter::AlwaysOk<T>` by `Result<T, !>` | kennytm | -19/+4 |
| 2018-06-12 | Auto merge of #51521 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -3/+32 |
| 2018-06-12 | Rollup merge of #51510 - Havvy:diagnostic-list, r=GuillaumeGomez | Mark Rousskov | -1/+30 |
| 2018-06-12 | Rollup merge of #51502 - jebrosen:pub_parse_methods, r=Mark-Simulacrum | Mark Rousskov | -2/+2 |
| 2018-06-12 | Auto merge of #51519 - ExpHP:issue-51331-b, r=petrochenkov | bors | -32/+147 |
| 2018-06-12 | fix issue #51331 by updating qself.position | Michael Lamparski | -3/+22 |
| 2018-06-12 | add fold::Folder::fold_qpath | Michael Lamparski | -25/+24 |
| 2018-06-12 | add tests for $crate in QSelf paths | Michael Lamparski | -4/+101 |
| 2018-06-12 | Auto merge of #51508 - PSeitz:master, r=Mark-Simulacrum | bors | -2/+2 |
| 2018-06-12 | Auto merge of #51505 - cuviper:these-go-to-11, r=estebank | bors | -1120/+1214 |
| 2018-06-12 | Auto merge of #51498 - topecongiro:pub-parse_ident, r=petrochenkov | bors | -1/+1 |
| 2018-06-12 | Auto merge of #51241 - glandium:globalalloc, r=sfackler,SimonSapin | bors | -629/+566 |
| 2018-06-11 | Slightly better summary for E0538 | Havvy | -1/+1 |
| 2018-06-11 | Long diagnostic for E0538 | Havvy | -1/+30 |
| 2018-06-11 | Auto merge of #50617 - GuillaumeGomez:fix-extern-prelude, r=QuietMisdreavus | bors | -3/+17 |
| 2018-06-11 | More alloc docs tweaks | Simon Sapin | -3/+27 |
| 2018-06-11 | Alloc docs teaks | Simon Sapin | -5/+0 |
| 2018-06-11 | Mark alloc_jemalloc as perma-unstable | Simon Sapin | -16/+2 |
| 2018-06-11 | Move Unstable Book sections for #[global_allocator] and System to std::alloc ... | Simon Sapin | -148/+85 |
| 2018-06-11 | Remove some '#[feature]' attributes for stabilized features | Simon Sapin | -33/+9 |
| 2018-06-11 | Stabilize the #[global_allocator] attribute | Simon Sapin | -32/+3 |
| 2018-06-11 | Stabilize the `System` allocator | Simon Sapin | -5/+5 |
| 2018-06-11 | Move set_oom_hook and take_oom_hook to a dedicated tracking issue | Simon Sapin | -2/+2 |
| 2018-06-11 | Stabilize alloc::oom (but not set_oom_hook or take_oom_hook) | Simon Sapin | -1/+1 |
| 2018-06-11 | Stabilize alloc free functions for the global allocators. | Simon Sapin | -4/+4 |
| 2018-06-11 | Stablize the GlobalAlloc trait | Simon Sapin | -1/+5 |
| 2018-06-11 | Stabilize alloc::Layout (with only some of its methods) | Simon Sapin | -9/+9 |
| 2018-06-11 | Mark as permanently-unstable some implementation details | Simon Sapin | -3/+3 |
| 2018-06-11 | Stablize the alloc module without changing stability of its contents. | Simon Sapin | -18/+51 |
| 2018-06-11 | Document memory allocation APIs | Simon Sapin | -50/+245 |
| 2018-06-11 | Remove some unneeded casts | Simon Sapin | -5/+5 |
| 2018-06-11 | Remove the deprecated Heap type/const | Simon Sapin | -10/+0 |
| 2018-06-11 | Remove deprecated heap modules | Simon Sapin | -134/+2 |
| 2018-06-11 | Replace `impl GlobalAlloc for Global` with a set of free functions | Mike Hommey | -26/+29 |
| 2018-06-11 | Remove alloc::Opaque and use *mut u8 as pointer type for GlobalAlloc | Mike Hommey | -175/+130 |
| 2018-06-11 | Fix extern prelude failure in rustdoc | Guillaume Gomez | -3/+17 |
| 2018-06-11 | Auto merge of #51442 - tinaun:more-future-impls, r=cramertj | bors | -0/+110 |
| 2018-06-11 | Make span_fatal and parse_block public | PSeitz | -2/+2 |
| 2018-06-11 | Regenerate character tables for Unicode 11 | Josh Stone | -1120/+1214 |
| 2018-06-11 | Make parse_seq_to_end and parse_path public | jeb | -2/+2 |
| 2018-06-11 | Auto merge of #51490 - Havvy:diagnostic-list, r=GuillaumeGomez | bors | -1/+32 |
| 2018-06-11 | Make parse_ident public | Seiichi Uchida | -1/+1 |
| 2018-06-11 | Auto merge of #51478 - crlf0710:patch-2, r=QuietMisdreavus | bors | -0/+2 |
| 2018-06-11 | More E0541 long diagnostic wording tweaks | Havvy | -3/+3 |
| 2018-06-11 | Auto merge of #51480 - dtolnay:lifetime, r=kennytm | bors | -1/+52 |
| 2018-06-11 | Make tidy happy | Havvy | -7/+8 |
| 2018-06-11 | Fix typos in previous commit | Havvy | -1/+3 |
| 2018-06-11 | Long diagnostic for E0541 | Havvy | -1/+29 |