about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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
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
2018-06-21Auto merge of #51680 - Mark-Simulacrum:acc-revert, r=Mark-Simulacrumbors-5/+5
2018-06-21Revert "Auto merge of #51662 - Mark-Simulacrum:beta-next, r=Mark-Simulacrum"Mark Simulacrum-5/+5
2018-06-21Share code between gather_used_muts and find_assignmentsRémy Rakic-42/+30
2018-06-21Auto merge of #50336 - japaric:llvm-tools, r=Mark-Simulacrumbors-4/+130
2018-06-21Auto merge of #51601 - Emerentius:step_by_range_diet, r=sfacklerbors-7/+81
2018-06-21Auto merge of #51662 - Mark-Simulacrum:beta-next, r=Mark-Simulacrumbors-5/+5
2018-06-20Fix error-chain warningsMark Simulacrum-0/+0
2018-06-20Don't suggest incorrect syntaxEsteban Küber-9/+36
2018-06-20no -Bsymbolic for mac; no static-libstdc++ for windowsJorge Aparicio-1/+7
2018-06-20Use lifetime name if availableEsteban Küber-5/+11
2018-06-20Disable probestack when GCOV profiling is being usedMarco Castelluccio-0/+5
2018-06-20use the imported name when rendering an imported macroQuietMisdreavus-3/+3
2018-06-20make `parse_seq_to_before_end`, `mk_mac_expr`, and `parse_optional_str` publi...jeb-3/+3
2018-06-20Fix tidyBastien Orivel-3/+8
2018-06-20Replace tempdir by tempfile in librustcBastien Orivel-14/+2