about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-06-28Always check type_dependent_defsvarkor-11/+28
2018-06-23Auto merge of #51727 - varkor:expragain-to-exprcontinue, r=petrochenkovbors-540/+540
2018-06-23Auto merge of #51723 - estebank:abolish-ice, r=oli-obkbors-0/+38
2018-06-23Reindent check/mod.rsvarkor-524/+524
2018-06-23Rename ExprAgain to ExprContinuevarkor-17/+17
2018-06-23Auto merge of #51580 - cramertj:async-await, r=eddybbors-538/+1796
2018-06-23Auto merge of #51696 - estebank:fuzzy-ice-ice, r=oli-obkbors-1/+41
2018-06-23Auto merge of #51724 - tikue:master, r=Mark-Simulacrumbors-2/+2
2018-06-22Update libsyntax testTaylor Cramer-4/+14
2018-06-23Auto merge of #51712 - SLaabsDev:master, r=Mark-Simulacrumbors-0/+12
2018-06-22Fix rustdoc and remove default impl for FnHeaderTaylor Cramer-23/+27
2018-06-23Auto merge of #51697 - estebank:once-used-lifetime-label, r=oli-obkbors-11/+36
2018-06-22Re-reexport some items that were recently made crate-private.Tim Kuehn-2/+2
2018-06-22Remove impl trait names and move bits of await into a functionTaylor Cramer-30/+28
2018-06-22Accept `TyError` in `analyze_closure` to avoid ICEEsteban Küber-0/+38
2018-06-22Auto merge of #51482 - GuillaumeGomez:table-display, r=QuietMisdreavusbors-7/+3
2018-06-22Auto merge of #51681 - varkor:rustc_deprecated-future-deprecation, r=petroche...bors-2/+17
2018-06-22Remove unused map_sliceTaylor Cramer-10/+0
2018-06-22Review nits and updatesTaylor Cramer-53/+51
2018-06-22Auto merge of #51670 - estebank:issue-51634, r=oli-obkbors-12/+100
2018-06-22Auto merge of #51704 - kennytm:rollup, r=kennytmbors-8/+37
2018-06-22Handle current directory prefix for parsing command arguments in bootstrap te...Steven Laabs-0/+6
2018-06-22Added stripping current directory prefixes when comparing suite path namesSteven Laabs-0/+6
2018-06-22Auto merge of #51184 - lambtowolf:master, r=nikomatsakisbors-2/+51
2018-06-22add an explanatory comment for recovery behaviorNiko Matsakis-0/+3
2018-06-22Issue #50974: Fix compilation error and testLamb-2/+2
2018-06-22Fix when the help message is displayedMaerten-2/+2
2018-06-22Issue #50974: Adding issue number in the testLamb-1/+3
2018-06-22Issue #50974: Adding testsLamb-0/+38
2018-06-22Issue #50974: Change text of suggestion to be more directLamb-1/+1
2018-06-22Issue #50974: Suboptimal error in case of duplicate `,` in struct constructorLamb-2/+8
2018-06-22Rollup merge of #51703 - kennytm:fix-51699, r=nrckennytm-0/+1
2018-06-22Rollup merge of #51666 - marco-c:disable_probestack, r=nagisakennytm-0/+5
2018-06-22Rollup merge of #51664 - jebrosen:pub_parse_methods2, r=Mark-Simulacrumkennytm-3/+3
2018-06-22Rollup merge of #51637 - abarth:new_prng, r=cramertjkennytm-4/+3
2018-06-22Rollup merge of #51629 - topecongiro:multiple-semicolon-in-local-span, r=petr...kennytm-1/+1
2018-06-22Rollup merge of #51158 - ogham:patch-1, r=steveklabnikkennytm-0/+24
2018-06-22Auto merge of #51660 - lqd:the-MIRnistry-of-walks, r=nikomatsakisbors-33/+84
2018-06-22Recognize the extra "LLVM tools versions" argument to build-manifest.kennytm-0/+1
2018-06-22Auto merge of #51686 - nikomatsakis:issue-51415-borrowck-match-default-bindin...bors-5/+48
2018-06-21PathParameters -> GenericArgs fixesTaylor Cramer-38/+26
2018-06-21Add path parameters to std_pathTaylor Cramer-35/+63
2018-06-21Fix test using ExprKind::ClosureTaylor Cramer-0/+1
2018-06-21Truncate errors to make tidy happyTaylor Cramer-6/+6
2018-06-21Fix parse-fail tests that now mention asyncTaylor Cramer-7/+7
2018-06-21Move async edition check to the current spanTaylor Cramer-2/+2
2018-06-21Allow unsafe code inside of await macroTaylor Cramer-0/+1
2018-06-21Explicitly ban async in trait implsTaylor Cramer-4/+5
2018-06-21Async methodsTaylor Cramer-79/+122
2018-06-21Fix typo in multiple lifetimes errorTaylor Cramer-1/+1