| Age | Commit message (Expand) | Author | Lines |
| 2018-06-16 | Auto merge of #51562 - SimonSapin:transparent, r=cramertj | bors | -237/+9 |
| 2018-06-16 | Auto merge of #51550 - eddyb:queries-not-maps, r=nikomatsakis | bors | -209/+247 |
| 2018-06-16 | Auto merge of #51581 - GuillaumeGomez:keyword-doc, r=QuietMisdreavus | bors | -2/+84 |
| 2018-06-16 | Auto merge of #51411 - nnethercote:process_predicate, r=nikomatsakis | bors | -307/+319 |
| 2018-06-15 | Auto merge of #51462 - Havvy:refactor-cmp, r=nikomatsakis | bors | -3/+5 |
| 2018-06-16 | Add rustdoc-js tester should-fail option | Guillaume Gomez | -1/+46 |
| 2018-06-15 | Fix search fn keyword | Guillaume Gomez | -1/+5 |
| 2018-06-15 | Add doc for fn keyword | Guillaume Gomez | -0/+33 |
| 2018-06-15 | Auto merge of #50296 - cmdd:master, r=nikomatsakis | bors | -0/+14 |
| 2018-06-15 | Fix checkregression breakage of toolstate builder on AppVeyor. | kennytm | -1/+1 |
| 2018-06-14 | rustc: rename ty::maps to ty::query. | Eduard-Mihai Burtescu | -209/+247 |
| 2018-06-13 | Auto merge of #51542 - ccesare:remove_update-reference, r=oli-obk | bors | -234/+0 |
| 2018-06-13 | Removed various update-reference and update-all-references scripts | Chris Cesare | -234/+0 |
| 2018-06-13 | Auto merge of #51532 - MajorBreakfast:task-future, r=cramertj | bors | -18/+19 |
| 2018-06-13 | Auto merge of #51531 - Havvy:patch-1, r=kennytm | bors | -1/+0 |
| 2018-06-13 | Don't auto-hide inherent impls even if `rustdoc-collapse == true`. | kennytm | -24/+25 |
| 2018-06-13 | Improve core::task::TaskObj | Josef Reinhard Brandl | -18/+19 |
| 2018-06-13 | Remove stray commented one use statement | Ryan Scheel | -1/+0 |
| 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 | Stabilize #[repr(transparent)] | Simon Sapin | -237/+9 |
| 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 |