about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-22Add explanation for (copy, clone)_from_sliceAnirudh Balaji-0/+8
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
2018-06-21Parse `unsafe async fn` instead of `async unsafe fn`Taylor Cramer-4/+23
2018-06-21async await desugaring and testsTaylor Cramer-199/+1282
2018-06-21Display async fn in rustdoc.Without Boats-3/+18
2018-06-21Parse async fn header.Without Boats-288/+367
2018-06-22Auto merge of #51463 - estebank:error-codes, r=nikomatsakisbors-376/+559
2018-06-21Add label to lint for lifetimes used onceEsteban Küber-11/+36
2018-06-21Accept `TyError` in patterns to avoid ICE on bad inputEsteban Küber-1/+41
2018-06-22Auto merge of #51433 - scalexm:finish-rules, r=nikomatsakisbors-139/+335
2018-06-21Auto merge of #51690 - nikomatsakis:issue-51683-existential-fail, r=oli-obkbors-14/+87
2018-06-21review commentEsteban Küber-6/+2
2018-06-21Auto merge of #48149 - varkor:generics-generalisation, r=petrochenkovbors-2484/+2565
2018-06-21tolerate existential types whose concrete expansion is not knownNiko Matsakis-8/+53
2018-06-21do not introduce *false* results from lifetime resolutionNiko Matsakis-6/+34
2018-06-21Account for bindings with types and in crate macrosEsteban Küber-9/+74
2018-06-21fix tidyJorge Aparicio-0/+10
2018-06-21use `pat_ty_adjusted` from `expr_use_visitor` to type of argumentsNiko Matsakis-2/+45
2018-06-21rename `pat_ty` to `pat_ty_adjusted` for clarityNiko Matsakis-4/+4
2018-06-21translate / export weak lang itemsJorge Aparicio-0/+42
2018-06-21Combine all builtin late lintsJohn Kåre Alsaker-139/+177
2018-06-21Support future deprecation for rustc_deprecatedvarkor-2/+17