| Age | Commit message (Expand) | Author | Lines |
| 2019-06-09 | Update RLS | Igor Matuszewski | -0/+0 |
| 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 |
| 2019-06-08 | syntax: Keep full `Token`s for `macro_rules` separators | Vadim Petrochenkov | -37/+32 |
| 2019-06-08 | black-box the fn ptr, not the result | Ralf Jung | -3/+3 |
| 2019-06-08 | Auto merge of #61625 - RalfJung:eval-interp, r=oli-obk | bors | -271/+274 |
| 2019-06-08 | remove useless ident() functions in const tests and replace the useful ones b... | Ralf Jung | -72/+57 |
| 2019-06-08 | Auto merge of #61620 - SimonSapin:as_cell, r=RalfJung | bors | -5/+2 |
| 2019-06-08 | fix rebase fallout | Ralf Jung | -1/+1 |
| 2019-06-08 | rename EvalSnapshot -> InterpSnapshot | Ralf Jung | -12/+12 |
| 2019-06-08 | rename EvalResult -> InterpResult and EvalError -> InterpErrorInfo | Ralf Jung | -258/+261 |
| 2019-06-08 | checktools: unify grepping the TOOLSTATE file | Ralf Jung | -3/+10 |
| 2019-06-08 | Do not recursively visit `visit_place` | Oliver Scherer | -119/+155 |
| 2019-06-08 | Auto merge of #61635 - ecstatic-morse:const-signum, r=oli-obk | bors | -8/+15 |
| 2019-06-08 | Rollup merge of #61647 - JohnTitor:use-stable-func, r=Centril | Mazdak Farrokhzad | -2/+2 |
| 2019-06-08 | Rollup merge of #61641 - spastorino:revert-to-recursion-on-local-analyzer, r=... | Mazdak Farrokhzad | -48/+37 |
| 2019-06-08 | Rollup merge of #61627 - davidtwco:ice-async-fn-lint, r=alexcrichton | Mazdak Farrokhzad | -0/+37 |
| 2019-06-08 | Rollup merge of #61621 - Mark-Simulacrum:bootstrap-run-only-hosts, r=alexcric... | Mazdak Farrokhzad | -7/+9 |