]> git.lizzy.rs Git - rust.git/history - src/libsyntax/parse/parser.rs
Async methods
[rust.git] / src / libsyntax / parse / parser.rs
2018-06-22 Taylor CramerAsync methods
2018-06-22 Taylor CramerParse `unsafe async fn` instead of `async unsafe fn`
2018-06-22 Taylor Cramerasync await desugaring and tests
2018-06-22 Without BoatsParse async fn header.
2018-06-22 borsAuto merge of #51463 - estebank:error-codes, r=nikomatsakis
2018-06-22 borsAuto merge of #51433 - scalexm:finish-rules, r=nikomatsakis
2018-06-21 borsAuto merge of #51690 - nikomatsakis:issue-51683-existen...
2018-06-21 borsAuto merge of #48149 - varkor:generics-generalisation...
2018-06-21 borsAuto merge of #50336 - japaric:llvm-tools, r=Mark-Simul...
2018-06-21 borsAuto merge of #51601 - Emerentius:step_by_range_diet...
2018-06-20 varkorRename ParenthesizedArgData to ParenthesisedArgs
2018-06-20 varkorRename ty_param_bound to generic_bound
2018-06-20 varkorMake GenericBound explicit
2018-06-20 varkorRename ParamBound(s) to GenericBound(s)
2018-06-20 varkorRename TraitTyParamBound to ParamBound::Trait
2018-06-20 varkorFix HasAttrs support for GenericParam
2018-06-20 varkorRemove name from GenericParamKind::Lifetime
2018-06-20 varkorUse ParamBounds in WhereRegionPredicate
2018-06-20 varkorLift bounds into GenericParam
2018-06-20 varkorRename structures in ast
2018-06-20 varkorRefactor ast::GenericParam as a struct
2018-06-20 varkorRename ast::GenericParam and ast::GenericArg
2018-06-20 varkorRename "parameter" to "arg"
2018-06-20 varkorRename *Parameter to *Param
2018-06-20 varkorConsolidate PathParameters and AngleBracketedParameterData
2018-06-20 borsAuto merge of #51617 - nnethercote:nll-allocs, r=pnkfelix
2018-06-20 Esteban KüberUpdate error code numbers
2018-06-19 Esteban KüberFix tidy and remove unused method
2018-06-19 Esteban KüberPoint to previous line for single expected token
2018-06-19 Esteban KüberAdd message to `rustc_on_unimplemented` attributes...
2018-06-19 borsAuto merge of #51543 - SimonSapin:oom, r=SimonSapin
2018-06-19 Esteban KüberAdd code to incorrect `pub` restriction error
2018-06-19 Esteban KüberAdd code to `invalid ABI` error
2018-06-19 borsAuto merge of #51367 - oli-obk:silence!_I_test_you...
2018-06-19 borsAuto merge of #51081 - kornelski:examplestr, r=steveklabnik
2018-06-19 borsAuto merge of #51597 - Mark-Simulacrum:update-books...
2018-06-19 borsAuto merge of #50383 - stevepentland:union-derive,...
2018-06-19 borsAuto merge of #51383 - Zoxc:parallel-stuff, r=nikomatsakis
2018-06-19 borsAuto merge of #51278 - EPashkin:fix_mod_with_multilevel...
2018-06-18 borsAuto merge of #51248 - fabric-and-ink:newtype_index_deb...
2018-06-18 borsAuto merge of #51460 - nikomatsakis:nll-perf-examinatio...
2018-06-18 borsAuto merge of #51414 - oli-obk:impl_trait_type_def...
2018-06-18 borsAuto merge of #51605 - ericfindlay:master, r=kennytm
2018-06-17 borsAuto merge of #51404 - clarcharr:never_hash, r=KodrAus
2018-06-17 borsAuto merge of #51529 - nodakai:improve-sys_common-mutex...
2018-06-17 borsAuto merge of #51555 - ccesare:remove_unused_variables_...
2018-06-17 borsAuto merge of #51552 - ccesare:patch-1, r=kennytm
2018-06-17 borsAuto merge of #51549 - PSeitz:patch-1, r=kennytm
2018-06-17 borsAuto merge of #51392 - glaubitz:powerpc-tests, r=petroc...
2018-06-17 borsAuto merge of #51425 - QuietMisdreavus:thats-def-a...
2018-06-17 borsAuto merge of #51466 - joshlf:ref-split, r=dtolnay
2018-06-17 borsAuto merge of #51382 - GuillaumeGomez:intra-link-lint...
2018-06-16 borsAuto merge of #51562 - SimonSapin:transparent, r=cramertj
2018-06-16 PSeitzFollow up on https://github.com/rust-lang/rust/pull...
2018-06-16 borsAuto merge of #51411 - nnethercote:process_predicate...
2018-06-15 borsAuto merge of #51462 - Havvy:refactor-cmp, r=nikomatsakis
2018-06-15 borsAuto merge of #50296 - cmdd:master, r=nikomatsakis
2018-06-14 QuietMisdreavuscreate multiple HIR items for a use statement
2018-06-12 borsAuto merge of #51521 - Mark-Simulacrum:rollup, r=Mark...
2018-06-12 Mark RousskovRollup merge of #51510 - Havvy:diagnostic-list, r=Guill...
2018-06-12 Mark RousskovRollup merge of #51502 - jebrosen:pub_parse_methods...
2018-06-12 borsAuto merge of #51519 - ExpHP:issue-51331-b, r=petrochenkov
2018-06-12 borsAuto merge of #51507 - Aaronepower:fix_51091, r=Mark...
2018-06-12 borsAuto merge of #51508 - PSeitz:master, r=Mark-Simulacrum
2018-06-12 borsAuto merge of #51505 - cuviper:these-go-to-11, r=estebank
2018-06-12 borsAuto merge of #51498 - topecongiro:pub-parse_ident...
2018-06-11 borsAuto merge of #51442 - tinaun:more-future-impls, r...
2018-06-11 PSeitzMake span_fatal and parse_block public
2018-06-11 jebMake parse_seq_to_end and parse_path public
2018-06-11 Seiichi UchidaMake parse_ident public
2018-06-11 borsAuto merge of #51478 - crlf0710:patch-2, r=QuietMisdreavus
2018-06-11 borsAuto merge of #51480 - dtolnay:lifetime, r=kennytm
2018-06-11 borsAuto merge of #51467 - toidiu:ak-51409, r=nikomatsakis
2018-06-11 borsAuto merge of #51423 - RalfJung:from_raw_parts, r=sfackler
2018-06-11 borsAuto merge of #51461 - estebank:e0423-doc, r=petrochenkov
2018-06-10 borsAuto merge of #51475 - GuillaumeGomez:fix-error-codes...
2018-06-10 borsAuto merge of #50205 - topecongiro:include-parens-to...
2018-06-10 borsAuto merge of #51200 - tmccombs:stable-iter-repeat...
2018-06-10 borsAuto merge of #51196 - Havvy:remove-keywords, r=petroch...
2018-06-10 borsAuto merge of #51320 - tmccombs:step-by, r=SimonSapin
2018-06-10 Seiichi UchidaSimplify an error handling in the parser
2018-06-10 Seiichi UchidaInclude parens to type parameter
2018-06-09 borsAuto merge of #51265 - Mark-Simulacrum:cleanup-syntax...
2018-06-09 Mark SimulacrumCrate-ify and delete unused code in syntax::parse
2018-06-09 borsAuto merge of #51068 - Crazycolorz5:pluseqsplitting...
2018-06-09 borsAuto merge of #51441 - bstrie:sizeof128, r=dtolnay
2018-06-09 borsAuto merge of #51439 - Voultapher:feature/fix-contribut...
2018-06-09 borsAuto merge of #51400 - xfix:patch-6, r=kennytm
2018-06-09 borsAuto merge of #51359 - cramertj:fdio_spawn, r=sfackler
2018-06-09 borsAuto merge of #51042 - matthewjasper:reenable-trivial...
2018-06-08 borsAuto merge of #51448 - Mark-Simulacrum:rollup, r=Mark...
2018-06-08 Mark RousskovRollup merge of #51437 - est31:rustbuild_metadata,...
2018-06-08 Mark RousskovRollup merge of #51436 - Mark-Simulacrum:doc-stage1...
2018-06-08 Mark RousskovRollup merge of #51427 - FelixMcFelix:nll-stderr-remove...
2018-06-08 Mark RousskovRollup merge of #51412 - nnethercote:pending_obligation...
2018-06-08 Mark RousskovRollup merge of #51401 - estebank:warn-repr, r=cramertj
2018-06-08 Mark RousskovRollup merge of #51396 - SimonSapin:option-nonzero...
2018-06-08 Mark RousskovRollup merge of #51394 - nnethercote:NCA-depths, r...
2018-06-08 Mark RousskovRollup merge of #51391 - estebank:docspan, r=GuillaumeGomez
2018-06-08 Mark RousskovRollup merge of #51360 - estebank:braces-around-literal...
next