| Age | Commit message (Expand) | Author | Lines |
| 2019-06-10 | syntax: Remove `SyntaxExtension::IdentTT` and `IdentMacroExpander` | Vadim Petrochenkov | -64/+1 |
| 2019-06-10 | Rollup merge of #61697 - matthiaskrgr:submodule_upd, r=Manishearth | Mazdak Farrokhzad | -7/+7 |
| 2019-06-10 | Rollup merge of #61683 - nielx:haiku-stack-limit, r=nagisa | Mazdak Farrokhzad | -2/+6 |
| 2019-06-10 | Rollup merge of #61570 - varkor:infer-const-arg, r=eddyb | Mazdak Farrokhzad | -89/+186 |
| 2019-06-10 | Rollup merge of #61501 - RalfJung:intrinsics, r=rkruppe | Mazdak Farrokhzad | -27/+16 |
| 2019-06-10 | Rollup merge of #59600 - tobia:master, r=pnkfelix | Mazdak Farrokhzad | -7/+22 |
| 2019-06-10 | Auto merge of #61506 - imbrem:mir_body_renaming, r=eddyb | bors | -1319/+1323 |
| 2019-06-10 | Haiku: the maximum stack size is 16 MB | Niels Sascha Reedijk | -2/+6 |
| 2019-06-10 | Auto merge of #61608 - Aaron1011:feature/weird-expr-yield, r=Centril | bors | -0/+9 |
| 2019-06-10 | Auto merge of #61706 - petrhosek:bootstrap-cp-r, r=Mark-Simulacrum | bors | -2/+1 |
| 2019-06-09 | Use Build::read_dir instead of fs::read_dir in Build::cp_r | Petr Hosek | -2/+1 |
| 2019-06-09 | Auto merge of #61229 - Centril:stabilize-repr_align_enum, r=nagisa | bors | -96/+38 |
| 2019-06-09 | Changed usages of `mir` in librustc::mir and librustc_mir to `body` | Jad Ghalayini | -1319/+1323 |
| 2019-06-09 | submodules: update clippy from 71be6f62 to c0dbd34b | Matthias Krüger | -7/+7 |
| 2019-06-09 | Auto merge of #61691 - RalfJung:miri-slow, r=Centril | bors | -0/+2 |
| 2019-06-09 | Miri: disable a slow test | Ralf Jung | -0/+2 |
| 2019-06-09 | Auto merge of #61677 - napen123:string-examples, r=sfackler | bors | -0/+20 |
| 2019-06-09 | Auto merge of #60932 - Centril:macro-at-most-once-2015, r=mark-i-m | bors | -321/+281 |
| 2019-06-09 | pacify tidy. | Mazdak Farrokhzad | -1/+1 |
| 2019-06-09 | Fix typo in comment. | Mazdak Farrokhzad | -1/+1 |
| 2019-06-09 | Fix inaccurate comments in '?' Kleene operator tests. | Mazdak Farrokhzad | -51/+87 |
| 2019-06-09 | Some more cleanup in libsyntax::ext::tt::quoted | Mazdak Farrokhzad | -11/+8 |
| 2019-06-09 | Cleanups in parse_sep_and_kleene_op. | Mazdak Farrokhzad | -12/+4 |
| 2019-06-09 | Update tests since ? macro op is supported on 2015. | Mazdak Farrokhzad | -87/+185 |
| 2019-06-09 | Support ? Kleene operator in 2015. | Mazdak Farrokhzad | -167/+4 |
| 2019-06-09 | Auto merge of #61653 - oli-obk:visit_place_recursion, r=spastorino | bors | -119/+142 |
| 2019-06-08 | Add examples for make_ascii_{uppercase, lowercase} | Napen123 | -0/+20 |
| 2019-06-08 | Auto merge of #61672 - Centril:rollup-jxo89ir, r=Centril | bors | -1039/+915 |
| 2019-06-09 | Rollup merge of #61670 - Xanewok:update-rls, r=oli-obk | Mazdak Farrokhzad | -0/+0 |
| 2019-06-09 | Rollup merge of #61669 - petrochenkov:tokderef2, r=oli-obk | Mazdak Farrokhzad | -231/+163 |
| 2019-06-09 | Rollup merge of #61666 - JohnTitor:add-test-for-ice, r=Centril | Mazdak Farrokhzad | -0/+22 |
| 2019-06-09 | Rollup merge of #61660 - petrochenkov:nocusta, r=Centril | Mazdak Farrokhzad | -721/+656 |
| 2019-06-09 | Rollup merge of #61658 - RalfJung:const-tests, r=oli-obk | Mazdak Farrokhzad | -72/+59 |
| 2019-06-09 | Rollup merge of #61646 - L117:master, r=Centril | Mazdak Farrokhzad | -15/+15 |
| 2019-06-08 | Don't use "base place" for different concepts | Oliver Scherer | -1/+1 |
| 2019-06-08 | Deduplicate some code | Oliver Scherer | -15/+2 |
| 2019-06-09 | Address review comments | Vadim Petrochenkov | -9/+7 |
| 2019-06-08 | Move some run-pass attribute tests to ui | Vadim Petrochenkov | -8/+10 |
| 2019-06-08 | Remove some more `#![feature(custom_attribute)]`s | Vadim Petrochenkov | -63/+89 |
| 2019-06-08 | Introduce `#[rustc_dummy]` attribute and use it in tests | Vadim Petrochenkov | -482/+458 |
| 2019-06-08 | Turn `#[allocator]` into a built-in attribute and rename it to `#[rustc_alloc... | Vadim Petrochenkov | -65/+13 |
| 2019-06-08 | Remove unused `#![feature(custom_attribute)]`s | Vadim Petrochenkov | -19/+4 |
| 2019-06-08 | Auto merge of #61529 - ehuss:update-books, r=GuillaumeGomez | bors | -0/+0 |
| 2019-06-08 | Update RLS | Igor Matuszewski | -0/+0 |
| 2019-06-08 | syntax: Move some `Token` methods around | Vadim Petrochenkov | -48/+40 |
| 2019-06-08 | syntax: Remove `Deref` impl from `Token` | Vadim Petrochenkov | -66/+45 |
| 2019-06-08 | syntax: Move most of the `TokenKind` methods to `Token` | Vadim Petrochenkov | -100/+66 |
| 2019-06-08 | extra paranoid mode | Ralf Jung | -3/+5 |
| 2019-06-09 | Add test for ICE | Yuki Okushi | -0/+22 |
| 2019-06-08 | Auto merge of #61655 - RalfJung:checktools, r=kennytm | bors | -3/+10 |