| Age | Commit message (Expand) | Author | Lines |
| 2018-05-20 | Issue #50636: Improve error diagnostic with missing commas after struct fields. | Simon Martin | -3/+43 |
| 2018-05-19 | Auto merge of #50874 - nikomatsakis:nll-reset-unification, r=estebank | bors | -10/+7 |
| 2018-05-19 | Auto merge of #50744 - nikic:mutable-noalias, r=alexcrichton | bors | -10/+14 |
| 2018-05-19 | Auto merge of #50709 - alexcrichton:revert-musl, r=sfackler | bors | -163/+15 |
| 2018-05-19 | Auto merge of #50603 - eddyb:issue-49955, r=nikomatsakis | bors | -82/+217 |
| 2018-05-18 | Auto merge of #50319 - nagisa:align_to, r=alexcrichton | bors | -111/+521 |
| 2018-05-18 | use `reset_unifications` instead of creating new unification table | Niko Matsakis | -10/+7 |
| 2018-05-18 | Auto merge of #50697 - KiChjang:issue-50461, r=pnkfelix | bors | -3/+31 |
| 2018-05-18 | Auto merge of #50653 - oli-obk:bad_const, r=cramertj | bors | -58/+95 |
| 2018-05-18 | Auto merge of #50533 - GuillaumeGomez:rustdoc-prim-auto, r=QuietMisdreavus | bors | -16/+63 |
| 2018-05-18 | Auto merge of #50307 - petrochenkov:keyhyg2, r=nikomatsakis | bors | -119/+896 |
| 2018-05-18 | Auto merge of #50758 - varkor:stabilise-inclusive_range_methods, r=SimonSapin | bors | -20/+14 |
| 2018-05-18 | Auto merge of #50848 - nrc:update, r=alexcrichton | bors | -31/+24 |
| 2018-05-18 | Auto merge of #50847 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -691/+595 |
| 2018-05-18 | Auto merge of #50566 - nnethercote:bump, r=petrochenkov | bors | -65/+66 |
| 2018-05-17 | Auto merge of #50593 - nikomatsakis:nll-no-location, r=nikomatsakis | bors | -569/+279 |
| 2018-05-17 | Fix rebase | Vadim Petrochenkov | -1/+1 |
| 2018-05-17 | Emit noalias on &mut parameters by default | Nikita Popov | -10/+14 |
| 2018-05-18 | Update RLS and Rustfmt | Nick Cameron | -31/+24 |
| 2018-05-17 | Fix align_offset_stride1 & align_to_simple tests | Simonas Kazlauskas | -2/+2 |
| 2018-05-17 | Remove the intrinsic for align_offset | Simonas Kazlauskas | -84/+26 |
| 2018-05-17 | Remove the `proc` keyword again | Vadim Petrochenkov | -451/+31 |
| 2018-05-17 | Turn some functions from `token.rs` into methods on `Ident` | Vadim Petrochenkov | -67/+80 |
| 2018-05-17 | Pass crate editions to macro expansions, update tests | Vadim Petrochenkov | -65/+107 |
| 2018-05-17 | Keep crate edition in metadata | Vadim Petrochenkov | -1/+18 |
| 2018-05-17 | Add tests | Vadim Petrochenkov | -0/+1080 |
| 2018-05-17 | Add two keywords specific to editions 2015 and 2018 respectively | Vadim Petrochenkov | -9/+18 |
| 2018-05-17 | Implement [T]::align_to | Simonas Kazlauskas | -114/+287 |
| 2018-05-17 | Add edition to expansion info | Vadim Petrochenkov | -8/+43 |
| 2018-05-17 | Move definition of `Edition` from libsyntax to libsyntax_pos | Vadim Petrochenkov | -2/+3 |
| 2018-05-17 | Add doc comments mentioning unspecified behaviour upon exhaustion | varkor | -1/+10 |
| 2018-05-17 | Stabilise into_inner | varkor | -3/+1 |
| 2018-05-17 | Stabilise inclusive_range_methods | varkor | -16/+3 |
| 2018-05-17 | Rollup merge of #50839 - glassresistor:master, r=steveklabnik | Mark Simulacrum | -1/+1 |
| 2018-05-17 | Rollup merge of #50837 - steveklabnik:revert-49767, r=QuietMisdreavus | Mark Simulacrum | -430/+101 |
| 2018-05-17 | Rollup merge of #50818 - nnethercote:faster-normalize, r=nikomatsakis | Mark Simulacrum | -92/+132 |
| 2018-05-17 | Rollup merge of #50806 - oli-obk:gesundheit, r=ehuss | Mark Simulacrum | -70/+161 |
| 2018-05-17 | Rollup merge of #50791 - bstrie:null, r=QuietMisdreavus | Mark Simulacrum | -3/+3 |
| 2018-05-17 | Rollup merge of #50790 - bstrie:grammar, r=steveklabnik | Mark Simulacrum | -11/+6 |
| 2018-05-17 | Rollup merge of #50649 - nnethercote:tweak-nearest_common_ancestor, r=nikomat... | Mark Simulacrum | -59/+19 |
| 2018-05-17 | Rollup merge of #50610 - estebank:fmt-str, r=Kimundi | Mark Simulacrum | -21/+132 |
| 2018-05-17 | Rollup merge of #50553 - clarcharr:option_xor, r=sfackler | Mark Simulacrum | -0/+36 |
| 2018-05-17 | Rollup merge of #50387 - phansch:remove_leftover_tab, r=alexcrichton | Mark Simulacrum | -4/+4 |
| 2018-05-17 | Change align_offset to support different strides | Simonas Kazlauskas | -68/+363 |
| 2018-05-17 | Update tutorial.md | Mikela | -1/+1 |
| 2018-05-17 | Use EverInit instead of MaybeInit to determine initialization | Keith Yeung | -3/+31 |
| 2018-05-17 | Revert "bootstrap.py: respect crt-static" | Alex Crichton | -30/+3 |
| 2018-05-17 | Revert "musl: don't use the included startfiles with -crt-static" | Alex Crichton | -37/+9 |
| 2018-05-17 | Revert "bootstrap: pass crt-static for the compiler host as well" | Alex Crichton | -13/+0 |
| 2018-05-17 | Revert "musl: link crt{begin,end}.o from the system compiler" | Alex Crichton | -25/+2 |