about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2018-06-23Auto merge of #51580 - cramertj:async-await, r=eddybbors-118/+330
2018-06-22Update libsyntax testTaylor Cramer-4/+14
2018-06-22Re-reexport some items that were recently made crate-private.Tim Kuehn-2/+2
2018-06-22Remove unused map_sliceTaylor Cramer-10/+0
2018-06-22Auto merge of #51704 - kennytm:rollup, r=kennytmbors-4/+4
2018-06-22add an explanatory comment for recovery behaviorNiko Matsakis-0/+3
2018-06-22Issue #50974: Fix compilation error and testLamb-1/+1
2018-06-22Fix when the help message is displayedMaerten-2/+2
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 #51664 - jebrosen:pub_parse_methods2, r=Mark-Simulacrumkennytm-3/+3
2018-06-22Rollup merge of #51629 - topecongiro:multiple-semicolon-in-local-span, r=petr...kennytm-1/+1
2018-06-21Move async edition check to the current spanTaylor Cramer-2/+2
2018-06-21Async methodsTaylor Cramer-6/+23
2018-06-21Parse `unsafe async fn` instead of `async unsafe fn`Taylor Cramer-4/+10
2018-06-21async await desugaring and testsTaylor Cramer-22/+154
2018-06-21Parse async fn header.Without Boats-103/+160
2018-06-22Auto merge of #51463 - estebank:error-codes, r=nikomatsakisbors-17/+34
2018-06-20make `parse_seq_to_before_end`, `mk_mac_expr`, and `parse_optional_str` publi...jeb-3/+3
2018-06-20Rename ParenthesizedArgData to ParenthesisedArgsvarkor-11/+11
2018-06-20Rename ty_param_bound to generic_boundvarkor-13/+13
2018-06-20Fix additional commentsvarkor-1/+1
2018-06-20Rename ty_param_bound to trait_boundvarkor-2/+2
2018-06-20Make GenericBound explicitvarkor-25/+23
2018-06-20Rename ParamBound(s) to GenericBound(s)varkor-41/+41
2018-06-20Rename TraitTyParamBound to ParamBound::Traitvarkor-15/+15
2018-06-20Fix HasAttrs support for GenericParamvarkor-11/+6
2018-06-20Take advantage of the lifetime refactoringvarkor-40/+33
2018-06-20Remove name from GenericParamKind::Lifetimevarkor-31/+18
2018-06-20Use ParamBounds in WhereRegionPredicatevarkor-35/+31
2018-06-20Lift bounds into GenericParamvarkor-69/+73
2018-06-20Simply joint lifetime/type iterationvarkor-1/+1
2018-06-20Refactor counting methodsvarkor-2/+2
2018-06-20Rename structures in astvarkor-67/+67
2018-06-20Remove AngleBracketedArgs implvarkor-22/+0
2018-06-20Remove methods from ast::GenericParam and ast::Genericsvarkor-43/+4
2018-06-20Refactor ast::GenericParam as a structvarkor-109/+96
2018-06-20Refactor hir::GenericParam as a structvarkor-1/+3
2018-06-20Rename ast::GenericParam and ast::GenericArgvarkor-60/+59
2018-06-20Make method and variable names more consistentvarkor-39/+45
2018-06-20Rename "parameter" to "arg"varkor-82/+82
2018-06-20Rename PathParameter(s) to GenericArg(s)varkor-59/+55
2018-06-20Rename *Parameter to *Paramvarkor-24/+24
2018-06-20Consolidate PathParameters and AngleBracketedParameterDatavarkor-56/+86
2018-06-19Update error code numbersEsteban Küber-4/+4
2018-06-19Fix tidy and remove unused methodEsteban Küber-2/+2
2018-06-19Point to previous line for single expected tokenEsteban Küber-1/+20
2018-06-19Add message to `rustc_on_unimplemented` attributes in coreEsteban Küber-8/+0
2018-06-19Add code to incorrect `pub` restriction errorEsteban Küber-3/+5
2018-06-19Add code to `invalid ABI` errorEsteban Küber-5/+9