| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-05-17 | Revert "Add a test for issue 36710." | Alex Crichton | -57/+0 |
| 2018-05-17 | Revert "compiletest: escape CXX the same way as CC for MSVC" | Alex Crichton | -1/+1 |
| 2018-05-17 | Revert #49767 | steveklabnik | -430/+101 |
| 2018-05-17 | Make sure the type we think is uninhabited actually is | varkor | -1/+2 |
| 2018-05-17 | Fix an ICE when attempting to transmute an uninhabited type | varkor | -3/+46 |
| 2018-05-17 | Make sure people know the book is free oline | Mikela | -1/+1 |
| 2018-05-17 | Auto merge of #50629 - Mark-Simulacrum:stage-step, r=alexcrichton | bors | -1521/+442 |
| 2018-05-17 | Remove MAKEFLAGS to prevent accidental inheritance | Mark Simulacrum | -5/+4 |
| 2018-05-17 | Fix rustc binary metadata overwriting librustc metadata | Mark Simulacrum | -2/+2 |
| 2018-05-17 | Rename rustdoc to use underscores | Mark Simulacrum | -2/+2 |
| 2018-05-17 | Switch to 1.26 bootstrap compiler | Mark Simulacrum | -1512/+434 |
| 2018-05-17 | Update docs and diagnostics | Oliver Schneider | -12/+6 |
| 2018-05-17 | `bless` also produces `.nll` files now | Oliver Schneider | -1/+56 |
| 2018-05-17 | Fix selftests | Oliver Schneider | -0/+1 |
| 2018-05-17 | Make `bless` a flag instead of a subcommand | Oliver Schneider | -22/+11 |
| 2018-05-17 | Add `bless` x.py subcommand for easy ui test replacement | Oliver Schneider | -59/+111 |
| 2018-05-17 | Store ENOSYS in a global to avoid unnecessary system calls | Nicolas Koch | -10/+25 |
| 2018-05-17 | Rename trans to codegen everywhere. | Irina Popa | -1548/+1547 |
| 2018-05-17 | CheckLoopVisitor: also visit break expressions | est31 | -0/+29 |
| 2018-05-17 | Change `TokenTreeOrTokenTreeVec` to `TokenTreeOrTokenTreeSlice`. | Nicholas Nethercote | -19/+19 |
| 2018-05-17 | Make sure the float comparison output is consistent with the expected | kennytm | -7/+71 |