about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-08-12Avoid closures in OnceWith and SuccessorsJosh Stone-5/+5
2019-08-12Reduce genericity in Iterator::lastJosh Stone-1/+6
2019-08-12Reduce the genericity of Map foldsJosh Stone-12/+59
2019-08-12Add codegen tests for the genericity of fold closuresJosh Stone-0/+24
2019-08-12Explicitly test Iterator::position overflowsJosh Stone-3/+37
2019-08-12Explicitly test Iterator::count overflowsJosh Stone-4/+30
2019-08-12Use if-let in is_sorted_byJosh Stone-3/+2
2019-08-12Reduce the genericity of closures in the iterator traitsJosh Stone-80/+194
2019-08-12revamp how we handle elision in async fnNiko Matsakis-1637/+383
2019-08-12Hash the remapped sysroot instead of the original.Joel Galenson-3/+20
2019-08-12use `ParamName` to track in-scope lifetimes instead of IdentNiko Matsakis-5/+25
2019-08-12typeck: Prohibit RPIT types that inherit lifetimesDavid Wood-6/+132
2019-08-12Update tests for excess semicolon lintNathan-3/+24
2019-08-12Add lint for excess trailing semicolonsNathan-0/+55
2019-08-12Parse excess semicolons as empty stmts for lintingnathanwhit-1/+16
2019-08-12review feedback: move uwp link code to get_linkerMartin Finkel-13/+28
2019-08-12Auto merge of #63483 - RalfJung:invalid-value, r=Centrilbors-74/+224
2019-08-12syntax: account for CVarArgs being in the argument list.Eduard-Mihai Burtescu-1/+15
2019-08-12Update RLSIgor Matuszewski-0/+0
2019-08-12extract parse_pat_{tuple_}struct + recover_one_fewer_dotdotMazdak Farrokhzad-39/+51
2019-08-12extract fatal_unexpected_non_patMazdak Farrokhzad-16/+22
2019-08-12parser/pat: minor misc cleanupMazdak Farrokhzad-13/+15
2019-08-12extract parse_pat_range_starting_with_litMazdak Farrokhzad-20/+21
2019-08-12extract parse_pat_range_starting_with_pathMazdak Farrokhzad-15/+25
2019-08-12extract parse_pat_mac_invocMazdak Farrokhzad-14/+17
2019-08-12extract ban_pat_range_if_ambiguousMazdak Farrokhzad-20/+25
2019-08-12extract recover_pat_ident_mut_firstMazdak Farrokhzad-16/+20
2019-08-12Apply suggestions from code reviewObserver42-2/+2
2019-08-12more informative error message from invalid_value lintRalf Jung-74/+224
2019-08-12Rollup merge of #63480 - OptimisticPeach:patch-1, r=CentrilMazdak Farrokhzad-1/+1
2019-08-12Rollup merge of #63474 - adamAndMath:master, r=CentrilMazdak Farrokhzad-0/+74
2019-08-12Rollup merge of #63473 - adrian-budau:master, r=CentrilMazdak Farrokhzad-0/+38
2019-08-12Rollup merge of #63461 - tommilligan:doc-var-panic, r=joshtriplettMazdak Farrokhzad-0/+12
2019-08-12Rollup merge of #63449 - petrochenkov:builtinagain, r=eddybMazdak Farrokhzad-37/+20
2019-08-12Rollup merge of #63431 - andjo403:revert_mir_simplification, r=matthewjasperMazdak Farrokhzad-23/+30
2019-08-12Rollup merge of #63406 - jakubadamw:resolve-inconsistent-names-suggest-qualif...Mazdak Farrokhzad-58/+168
2019-08-12Rollup merge of #63297 - RalfJung:ptr_offset, r=dtolnayMazdak Farrokhzad-34/+128
2019-08-12Rollup merge of #62108 - Zoxc:sharded-queries, r=oli-obkMazdak Farrokhzad-26/+28
2019-08-12DiagnosticBuilder docsRalf Jung-0/+6
2019-08-12Bring back suggestion for splitting `<-` into `< -`Ilija Tovilo-8/+33
2019-08-12ci: move mirrors to their standalone bucketPietro Albini-23/+25
2019-08-12Document From trait for BinaryHeapObserver42-0/+3
2019-08-12extract parse_pat_tuple_or_parensMazdak Farrokhzad-12/+14
2019-08-12extract parse_pat_derefMazdak Farrokhzad-12/+16
2019-08-12parse_pat_with_range_pat: remove unnecessary assignments.Mazdak Farrokhzad-29/+25
2019-08-12Fixes #63477OptimisticPeach-1/+1
2019-08-12Auto merge of #63469 - Centril:refactor-parser, r=petrochenkovbors-6192/+6325
2019-08-11Auto merge of #63472 - Xanewok:update-rls, r=Mark-Simulacrumbors-0/+0
2019-08-11Move tests into type-alias-impl-traitAdam-0/+0
2019-08-11Add test for issue 53598 and 57700Adam-0/+74