| Age | Commit message (Expand) | Author | Lines |
| 2018-03-18 | Allow raw identifiers in diagnostic macros. | Lymia Aluysia | -5/+5 |
| 2018-03-18 | Return a is_raw parameter from Token::ident rather than having separate methods. | Lymia Aluysia | -34/+19 |
| 2018-03-18 | Move raw_identifiers check to the lexer. | Lymia Aluysia | -4/+5 |
| 2018-03-18 | Feature gate raw identifiers. | Lymia Aluysia | -5/+62 |
| 2018-03-18 | Initial implementation of RFC 2151, Raw Identifiers | Lymia Aluysia | -145/+475 |
| 2018-03-18 | Auto merge of #48986 - matklad:update-cargo, r=alexcrichton | bors | -26/+17 |
| 2018-03-18 | Auto merge of #48985 - scalexm:lowering, r=nikomatsakis | bors | -3/+526 |
| 2018-03-18 | Auto merge of #48917 - petrochenkov:import, r=oli-obk | bors | -260/+228 |
| 2018-03-17 | Auto merge of #48842 - petrochenkov:under, r=nikomatsakis | bors | -136/+153 |
| 2018-03-17 | Add some docs + Fix rebase | Vadim Petrochenkov | -1/+7 |
| 2018-03-17 | Cleanup import parsing | Vadim Petrochenkov | -54/+23 |
| 2018-03-17 | Rename `Span::empty` to `Span::shrink_to_lo`, add `Span::shrink_to_hi` | Vadim Petrochenkov | -31/+38 |
| 2018-03-17 | AST: Keep distinction between `path` and `::path` in imports and visibilities | Vadim Petrochenkov | -77/+66 |
| 2018-03-17 | AST: Make renames in imports closer to the source | Vadim Petrochenkov | -40/+53 |
| 2018-03-17 | AST/HIR: Clarify what the optional name in extern crate items mean | Vadim Petrochenkov | -58/+42 |
| 2018-03-17 | Reject `_` in `ident` matcher | Vadim Petrochenkov | -19/+46 |
| 2018-03-17 | syntax: Make `_` an identifier | Vadim Petrochenkov | -119/+109 |
| 2018-03-17 | Auto merge of #48936 - Zoxc:cstore, r=michaelwoerister | bors | -43/+68 |
| 2018-03-17 | Auto merge of #49106 - kennytm:rollup, r=kennytm | bors | -48/+919 |
| 2018-03-17 | Rollup merge of #49083 - oli-obk:mopsgeschwindigkeit, r=michaelwoerister | kennytm | -1/+1 |
| 2018-03-17 | Rollup merge of #49082 - SimonSapin:mu, r=alexcrichton | kennytm | -8/+0 |
| 2018-03-17 | Rollup merge of #49077 - sinkuu:macro_use_typo, r=estebank | kennytm | -4/+49 |
| 2018-03-17 | Rollup merge of #49057 - Zoxc:fast-submodules, r=alexcrichton | kennytm | -12/+50 |
| 2018-03-17 | Rollup merge of #49055 - alexcrichton:ship-more-libs, r=nikomatsakis | kennytm | -2/+4 |
| 2018-03-17 | Rollup merge of #48983 - gnzlbg:red, r=alexcrichton | kennytm | -3/+728 |
| 2018-03-17 | Rollup merge of #48960 - nikomatsakis:issue-48468-dyn-trait-elision, r=cramertj | kennytm | -4/+80 |
| 2018-03-17 | Rollup merge of #48943 - comex:verbose, r=kennytm | kennytm | -14/+7 |
| 2018-03-17 | Auto merge of #48904 - Zoxc:code-and-file-maps, r=michaelwoerister | bors | -99/+112 |
| 2018-03-17 | Auto merge of #49090 - QuietMisdreavus:test-rustdoc-again, r=Mark-Simulacrum | bors | -3/+3 |
| 2018-03-17 | Auto merge of #49088 - michaelwoerister:fix-49070, r=nikomatsakis | bors | -2/+9 |
| 2018-03-17 | Update Cargo | Aleksey Kladov | -26/+17 |
| 2018-03-16 | fix doctest | QuietMisdreavus | -1/+1 |
| 2018-03-16 | Automatically enable the `clippy` feature of `rls` if clippy builds | Oliver Schneider | -204/+101 |
| 2018-03-16 | re-enable resting librustdoc | QuietMisdreavus | -2/+2 |
| 2018-03-16 | incr.comp.: Make sanity check in try_mark_green() aware of error conditions. | Michael Woerister | -2/+9 |
| 2018-03-16 | rustbuild: Add more MinGW libraries to ship | Alex Crichton | -2/+4 |
| 2018-03-16 | Auto merge of #48896 - alexcrichton:bitcode-in-object, r=michaelwoerister | bors | -4/+89 |
| 2018-03-16 | Auto merge of #48818 - michaelwoerister:issue-47309, r=eddyb | bors | -11/+48 |
| 2018-03-16 | Only generate miri backtraces if explicitly requested | Oliver Schneider | -1/+1 |
| 2018-03-16 | Remove deprecated unstable alloc::heap::EMPTY constant | Simon Sapin | -8/+0 |
| 2018-03-16 | ignore emscripten | gnzlbg | -0/+2 |
| 2018-03-16 | Auto merge of #48813 - sinkuu:build_in_assert_macro, r=alexcrichton | bors | -3/+210 |
| 2018-03-16 | Checks for unknown attributes before aborting | Shotaro Yamada | -4/+49 |
| 2018-03-16 | Auto merge of #48524 - abonander:check-macro-stability, r=petrochenkov | bors | -19/+141 |
| 2018-03-15 | Support extra-verbose builds: | comex | -14/+7 |
| 2018-03-16 | Auto merge of #49051 - kennytm:rollup, r=kennytm | bors | -462/+637 |
| 2018-03-16 | Rollup merge of #48972 - mark-i-m:rustdoc_readme, r=QuietMisdreavus | kennytm | -171/+2 |
| 2018-03-15 | Fix tidy | Alexandre Martin | -1/+1 |
| 2018-03-16 | Rollup merge of #49049 - Centril:fix/flatten-fusediterator, r=bluss | kennytm | -1/+1 |
| 2018-03-16 | Rollup merge of #49037 - estebank:coherence-tweaks, r=nikomatsakis | kennytm | -52/+104 |