| Age | Commit message (Expand) | Author | Lines |
| 2019-07-28 | --bless tests due to new subslice syntax. | Mazdak Farrokhzad | -56/+95 |
| 2019-07-28 | Use new 'p @ ..' syntax in tests. | Mazdak Farrokhzad | -85/+69 |
| 2019-07-28 | Test parsing and recovery of all sorts of range patterns. | Mazdak Farrokhzad | -0/+949 |
| 2019-07-28 | And also --bless those recovery tests. | Mazdak Farrokhzad | -19/+150 |
| 2019-07-28 | Update tests wrt. recovery of range patterns. | Mazdak Farrokhzad | -5/+26 |
| 2019-07-28 | Recover on 'X..' / 'X..=' / 'X...' range patterns. | Mazdak Farrokhzad | -21/+43 |
| 2019-07-28 | Recover on '..X' / '..=X' / '...X' range patterns. | Mazdak Farrokhzad | -6/+46 |
| 2019-07-28 | Adjust parsing of Slice, Tuple, TupleStruct patterns. | Mazdak Farrokhzad | -127/+26 |
| 2019-07-28 | Cleanup using the new parse_*_seq methods. | Mazdak Farrokhzad | -96/+60 |
| 2019-07-28 | Add more parse_*_seq methods for code reuse. | Mazdak Farrokhzad | -0/+24 |
| 2019-07-28 | Cleanup parse_seq_* methods + record trailing separators. | Mazdak Farrokhzad | -42/+35 |
| 2019-07-28 | Adjust lowering of Slice patterns. | Mazdak Farrokhzad | -34/+100 |
| 2019-07-28 | Adjust lowering of Tuple/TupleStruct patterns. | Mazdak Farrokhzad | -9/+48 |
| 2019-07-28 | Adjust and document 'Pat::to_ty' accordingly. | Mazdak Farrokhzad | -4/+11 |
| 2019-07-28 | Adjust pretty printing accordingly. | Mazdak Farrokhzad | -47/+8 |
| 2019-07-28 | Adjust feature gating of subslice patterns accordingly. | Mazdak Farrokhzad | -5/+17 |
| 2019-07-28 | Adjust 'ast::PatKind::{TupleStruct,Tuple,Slice}'. | Mazdak Farrokhzad | -37/+21 |
| 2019-07-28 | Introduce 'ast::Pat::is_rest(&self) -> bool'. | Mazdak Farrokhzad | -0/+8 |
| 2019-07-28 | Add 'ast::PatKind::Rest'. | Mazdak Farrokhzad | -2/+35 |
| 2019-07-28 | Add tests for Vec(Deque) array PartialEq impls. | Mazdak Farrokhzad | -0/+131 |
| 2019-07-28 | Use const generics for some VecDeque impls. | Mazdak Farrokhzad | -26/+14 |
| 2019-07-28 | Use const generics for some Vec/CCow impls. | Mazdak Farrokhzad | -33/+25 |
| 2019-07-27 | review comments | Esteban Küber | -19/+34 |
| 2019-07-28 | Auto merge of #63057 - Centril:rollup-z3a3c6v, r=Centril | bors | -898/+2335 |
| 2019-07-28 | Rollup merge of #63050 - pietroalbini:vendor-awscli, r=Mark-Simulacrum | Mazdak Farrokhzad | -50/+40 |
| 2019-07-28 | Rollup merge of #63038 - eupn:outer-attribute-diag, r=estebank | Mazdak Farrokhzad | -25/+62 |
| 2019-07-28 | Rollup merge of #62996 - petrochenkov:outest, r=Mark-Simulacrum | Mazdak Farrokhzad | -30/+97 |
| 2019-07-28 | Rollup merge of #62949 - mati865:patch-1, r=alexcrichton | Mazdak Farrokhzad | -4/+0 |
| 2019-07-28 | Rollup merge of #62883 - Stargateur:refactoring-adapters, r=scottmcm | Mazdak Farrokhzad | -210/+141 |
| 2019-07-28 | Rollup merge of #62771 - petrochenkov:depext, r=eddyb | Mazdak Farrokhzad | -546/+394 |
| 2019-07-28 | Rollup merge of #62074 - wizAmit:feature/mut_chunks_nth_back, r=scottmcm | Mazdak Farrokhzad | -0/+41 |
| 2019-07-28 | Rollup merge of #61207 - taiki-e:arbitrary_self_types-lifetime-elision-2, r=C... | Mazdak Farrokhzad | -33/+1560 |
| 2019-07-27 | Simplify SaveHandler trait | Mark Rousskov | -38/+26 |
| 2019-07-27 | Store dumper directly in Visitor | Mark Rousskov | -25/+19 |
| 2019-07-27 | Remove unused scope tracking | Mark Rousskov | -19/+6 |
| 2019-07-27 | Update wording | Aaron Hill | -1/+2 |
| 2019-07-27 | Avoid ICE when referencing desugared local binding in borrow error | Esteban Küber | -13/+42 |
| 2019-07-27 | ci: download awscli from our mirror | Pietro Albini | -50/+40 |
| 2019-07-27 | Change the placement of two functions. | Tomasz Różański | -43/+43 |
| 2019-07-27 | Auto merge of #63029 - petrochenkov:rpass, r=Centril | bors | -324/+1175 |
| 2019-07-27 | Use doc comments from 'pub use' statements | Aaron Hill | -24/+73 |
| 2019-07-27 | tidy: Add a check for inline unit tests and benchmarks | Vadim Petrochenkov | -19/+84 |
| 2019-07-27 | submodules: update clippy from 164310dd to dc69a5c0 | Matthias Krüger | -9/+14 |
| 2019-07-27 | Fix issues with git converting CRLF to CR | Vadim Petrochenkov | -49/+63 |
| 2019-07-27 | Remove run-pass test suites | Vadim Petrochenkov | -70/+32 |
| 2019-07-27 | tests: Move run-pass tests with naming conflicts to ui | Vadim Petrochenkov | -86/+7 |
| 2019-07-27 | tests: Move run-pass tests without naming conflicts to ui | Vadim Petrochenkov | -196/+64 |
| 2019-07-27 | tests: Add missing run-pass annotations | Vadim Petrochenkov | -4/+1090 |
| 2019-07-27 | Auto merge of #63043 - Centril:rollup-f4baee4, r=Centril | bors | -219/+388 |
| 2019-07-27 | Rollup merge of #63036 - topecongiro:add-lib-section, r=matklad | Mazdak Farrokhzad | -0/+6 |