| Age | Commit message (Expand) | Author | Lines |
| 2019-08-12 | Avoid closures in OnceWith and Successors | Josh Stone | -5/+5 |
| 2019-08-12 | Reduce genericity in Iterator::last | Josh Stone | -1/+6 |
| 2019-08-12 | Reduce the genericity of Map folds | Josh Stone | -12/+59 |
| 2019-08-12 | Add codegen tests for the genericity of fold closures | Josh Stone | -0/+24 |
| 2019-08-12 | Explicitly test Iterator::position overflows | Josh Stone | -3/+37 |
| 2019-08-12 | Explicitly test Iterator::count overflows | Josh Stone | -4/+30 |
| 2019-08-12 | Use if-let in is_sorted_by | Josh Stone | -3/+2 |
| 2019-08-12 | Reduce the genericity of closures in the iterator traits | Josh Stone | -80/+194 |
| 2019-08-12 | revamp how we handle elision in async fn | Niko Matsakis | -1637/+383 |
| 2019-08-12 | Hash the remapped sysroot instead of the original. | Joel Galenson | -3/+20 |
| 2019-08-12 | use `ParamName` to track in-scope lifetimes instead of Ident | Niko Matsakis | -5/+25 |
| 2019-08-12 | typeck: Prohibit RPIT types that inherit lifetimes | David Wood | -6/+132 |
| 2019-08-12 | Update tests for excess semicolon lint | Nathan | -3/+24 |
| 2019-08-12 | Add lint for excess trailing semicolons | Nathan | -0/+55 |
| 2019-08-12 | Parse excess semicolons as empty stmts for linting | nathanwhit | -1/+16 |
| 2019-08-12 | review feedback: move uwp link code to get_linker | Martin Finkel | -13/+28 |
| 2019-08-12 | Auto merge of #63483 - RalfJung:invalid-value, r=Centril | bors | -74/+224 |
| 2019-08-12 | syntax: account for CVarArgs being in the argument list. | Eduard-Mihai Burtescu | -1/+15 |
| 2019-08-12 | Update RLS | Igor Matuszewski | -0/+0 |
| 2019-08-12 | extract parse_pat_{tuple_}struct + recover_one_fewer_dotdot | Mazdak Farrokhzad | -39/+51 |
| 2019-08-12 | extract fatal_unexpected_non_pat | Mazdak Farrokhzad | -16/+22 |
| 2019-08-12 | parser/pat: minor misc cleanup | Mazdak Farrokhzad | -13/+15 |
| 2019-08-12 | extract parse_pat_range_starting_with_lit | Mazdak Farrokhzad | -20/+21 |
| 2019-08-12 | extract parse_pat_range_starting_with_path | Mazdak Farrokhzad | -15/+25 |
| 2019-08-12 | extract parse_pat_mac_invoc | Mazdak Farrokhzad | -14/+17 |
| 2019-08-12 | extract ban_pat_range_if_ambiguous | Mazdak Farrokhzad | -20/+25 |
| 2019-08-12 | extract recover_pat_ident_mut_first | Mazdak Farrokhzad | -16/+20 |
| 2019-08-12 | Apply suggestions from code review | Observer42 | -2/+2 |
| 2019-08-12 | more informative error message from invalid_value lint | Ralf Jung | -74/+224 |
| 2019-08-12 | Rollup merge of #63480 - OptimisticPeach:patch-1, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-08-12 | Rollup merge of #63474 - adamAndMath:master, r=Centril | Mazdak Farrokhzad | -0/+74 |
| 2019-08-12 | Rollup merge of #63473 - adrian-budau:master, r=Centril | Mazdak Farrokhzad | -0/+38 |
| 2019-08-12 | Rollup merge of #63461 - tommilligan:doc-var-panic, r=joshtriplett | Mazdak Farrokhzad | -0/+12 |
| 2019-08-12 | Rollup merge of #63449 - petrochenkov:builtinagain, r=eddyb | Mazdak Farrokhzad | -37/+20 |
| 2019-08-12 | Rollup merge of #63431 - andjo403:revert_mir_simplification, r=matthewjasper | Mazdak Farrokhzad | -23/+30 |
| 2019-08-12 | Rollup merge of #63406 - jakubadamw:resolve-inconsistent-names-suggest-qualif... | Mazdak Farrokhzad | -58/+168 |
| 2019-08-12 | Rollup merge of #63297 - RalfJung:ptr_offset, r=dtolnay | Mazdak Farrokhzad | -34/+128 |
| 2019-08-12 | Rollup merge of #62108 - Zoxc:sharded-queries, r=oli-obk | Mazdak Farrokhzad | -26/+28 |
| 2019-08-12 | DiagnosticBuilder docs | Ralf Jung | -0/+6 |
| 2019-08-12 | Bring back suggestion for splitting `<-` into `< -` | Ilija Tovilo | -8/+33 |
| 2019-08-12 | ci: move mirrors to their standalone bucket | Pietro Albini | -23/+25 |
| 2019-08-12 | Document From trait for BinaryHeap | Observer42 | -0/+3 |
| 2019-08-12 | extract parse_pat_tuple_or_parens | Mazdak Farrokhzad | -12/+14 |
| 2019-08-12 | extract parse_pat_deref | Mazdak Farrokhzad | -12/+16 |
| 2019-08-12 | parse_pat_with_range_pat: remove unnecessary assignments. | Mazdak Farrokhzad | -29/+25 |
| 2019-08-12 | Fixes #63477 | OptimisticPeach | -1/+1 |
| 2019-08-12 | Auto merge of #63469 - Centril:refactor-parser, r=petrochenkov | bors | -6192/+6325 |
| 2019-08-11 | Auto merge of #63472 - Xanewok:update-rls, r=Mark-Simulacrum | bors | -0/+0 |
| 2019-08-11 | Move tests into type-alias-impl-trait | Adam | -0/+0 |
| 2019-08-11 | Add test for issue 53598 and 57700 | Adam | -0/+74 |