| Age | Commit message (Expand) | Author | Lines |
| 2019-06-08 | Remove unused `#![feature(custom_attribute)]`s | Vadim Petrochenkov | -19/+4 |
| 2019-06-08 | implement nth_back for Range | Adrian Friedli | -0/+30 |
| 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 | fix libsyntax test | Cedric | -4/+4 |
| 2019-06-08 | extra paranoid mode | Ralf Jung | -3/+5 |
| 2019-06-08 | Remove redundant, commented out code | Igor Matuszewski | -6/+0 |
| 2019-06-08 | Separate a `scan_raw_string` (similar `raw_byte` variant) | Igor Matuszewski | -77/+82 |
| 2019-06-08 | Clean up minor bits | Igor Matuszewski | -2/+2 |
| 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 | cast vec to slices | Cedric | -5/+5 |
| 2019-06-08 | Auto merge of #61625 - RalfJung:eval-interp, r=oli-obk | bors | -271/+274 |
| 2019-06-08 | use default binding mode in match clauses | Cedric | -10/+10 |
| 2019-06-08 | remove useless ident() functions in const tests and replace the useful ones b... | Ralf Jung | -72/+57 |
| 2019-06-08 | fix bad style for structs | Cedric | -13/+19 |
| 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 | improve style | Cedric | -13/+10 |
| 2019-06-08 | checktools: unify grepping the TOOLSTATE file | Ralf Jung | -3/+10 |
| 2019-06-08 | use pattern matching for slices destructuring | Cedric | -59/+45 |
| 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 | Mention slice patterns | Yuki Okushi | -2/+2 |
| 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 |
| 2019-06-08 | Rollup merge of #61616 - petrochenkov:parsderef, r=oli-obk | Mazdak Farrokhzad | -266/+256 |
| 2019-06-08 | Rollup merge of #61615 - petrochenkov:errlit, r=matklad | Mazdak Farrokhzad | -27/+33 |
| 2019-06-08 | Rollup merge of #61223 - czipperz:tuple-ord-document-ordering, r=oli-obk | Mazdak Farrokhzad | -0/+4 |
| 2019-06-07 | Add `const`-ness tests for `i32::signum` | Dylan MacKenzie | -2/+12 |
| 2019-06-08 | Use stable wrappers | Yuki Okushi | -2/+2 |
| 2019-06-08 | Remove useless allocations in macro_rules follow logic. | L117 | -15/+15 |
| 2019-06-07 | Make `i*::signum` a `const fn`. | Dylan MacKenzie | -6/+3 |
| 2019-06-07 | Revert "Make LocalAnalizer visitor iterate instead of recurse" | Santiago Pastorino | -48/+37 |
| 2019-06-07 | Auto merge of #61130 - jonhoo:mem-take, r=SimonSapin | bors | -0/+55 |
| 2019-06-07 | tests: Add regression test for #61452. | David Wood | -0/+37 |
| 2019-06-07 | syntax: Treat error literals in more principled way | Vadim Petrochenkov | -27/+33 |
| 2019-06-07 | Rollup merge of #61618 - RalfJung:error, r=oli-obk | Mazdak Farrokhzad | -1/+6 |
| 2019-06-07 | Rollup merge of #61605 - GuillaumeGomez:const-generic-display, r=varkor | Mazdak Farrokhzad | -1/+16 |
| 2019-06-07 | Rollup merge of #61603 - Goirad:increase-sgx-heapsize, r=alexcrichton | Mazdak Farrokhzad | -0/+2 |
| 2019-06-07 | Rollup merge of #61599 - laumann:pin-docs-minor-edits, r=Centril | Mazdak Farrokhzad | -20/+21 |