| Age | Commit message (Expand) | Author | Lines |
| 2018-05-18 | Avoid removing from cstore_impl for now | Isaac Whitfield | -0/+5 |
| 2018-05-18 | Attempt to pass CrateMetadata flags on creation | Isaac Whitfield | -60/+39 |
| 2018-05-18 | Avoid generating attributes more than once for CrateMetadata | Isaac Whitfield | -40/+49 |
| 2018-05-18 | Remove attribute_cache from CrateMetadata | Isaac Whitfield | -22/+8 |
| 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-18 | Update RLS and Rustfmt | Nick Cameron | -31/+24 |
| 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 | 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 | Update tutorial.md | Mikela | -1/+1 |
| 2018-05-17 | Revert #49767 | steveklabnik | -430/+101 |
| 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 | Rename trans to codegen everywhere. | Irina Popa | -1548/+1547 |
| 2018-05-17 | Auto merge of #50400 - ehuss:compiletest-revisions, r=alexcrichton | bors | -390/+473 |
| 2018-05-16 | Fix running multiple targets. | Eric Huss | -3/+4 |
| 2018-05-16 | Fix update-references for tests within subdirectories. | Eric Huss | -3/+4 |