]> git.lizzy.rs Git - rust.git/history - src/librustc/hir/lowering.rs
Fix typo in multiple lifetimes error
[rust.git] / src / librustc / hir / lowering.rs
2018-06-22 Taylor CramerFix typo in multiple lifetimes error
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 varkorFix rebase issues with existential types
2018-06-20 varkorRename ParenthesizedArgData to ParenthesisedArgs
2018-06-20 varkorMake GenericBound explicit
2018-06-20 varkorRename ParamBound(s) to GenericBound(s)
2018-06-20 varkorAddress various comments
2018-06-20 varkorLift attrs into hir::GenericParam
2018-06-20 varkorRename TraitTyParamBound to ParamBound::Trait
2018-06-20 varkorIntroduce ParamName and use it in place of LifetimeName
2018-06-20 varkorTake advantage of the lifetime refactoring
2018-06-20 varkorRemove name from GenericParamKind::Lifetime
2018-06-20 varkorLift name into GenericParam
2018-06-20 varkorUse ParamBounds in WhereRegionPredicate
2018-06-20 varkorLift bounds into GenericParam
2018-06-20 varkorRefactor counting methods
2018-06-20 varkorRename structures in ast
2018-06-20 varkorRefactor generic parameters in rustdoc/clean
2018-06-20 varkorRemove all traces of lifetimes() and types() methods
2018-06-20 varkorRename DefPathData::LifetimeDef to LifetimeParam
2018-06-20 varkorRemove AngleBracketedArgs impl
2018-06-20 varkorRemove methods from ast::GenericParam and ast::Generics
2018-06-20 varkorRefactor ast::GenericParam as a struct
2018-06-20 varkorRemove specific parameter iterators from hir::Generics
2018-06-20 varkorRefactor hir::GenericParam as a struct
2018-06-20 varkorRename ast::GenericParam and ast::GenericArg
2018-06-20 varkorMake method and variable names more consistent
2018-06-20 varkorRename "parameter" to "arg"
2018-06-20 varkorRename PathParameter(s) to GenericArg(s)
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-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 #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 #51411 - nnethercote:process_predicate...
2018-06-15 borsAuto merge of #51462 - Havvy:refactor-cmp, r=nikomatsakis
2018-06-15 QuietMisdreavusturn expect_full_def_from_use into an iterator
2018-06-15 borsAuto merge of #50296 - cmdd:master, r=nikomatsakis
2018-06-14 QuietMisdreavuscreate multiple HIR items for a use statement
2018-06-11 borsAuto merge of #51442 - tinaun:more-future-impls, r...
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 #51200 - tmccombs:stable-iter-repeat...
2018-06-10 Guillaume GomezFix error codes
2018-06-09 borsAuto merge of #51042 - matthewjasper:reenable-trivial...
2018-06-08 Mark RousskovRollup merge of #51276 - Havvy:dyn-trait-send-send...
2018-06-08 Mark RousskovRollup merge of #51099 - Crazycolorz5:expectedclosepare...
2018-06-08 Mark RousskovRollup merge of #50143 - petrochenkov:mexuniq, r=nikoma...
2018-06-07 kennytmRollup merge of #51283 - kennytm:fix-51279-preempt...
2018-06-07 Oliver SchneiderAdd existential type definitons
2018-06-06 borsAuto merge of #51263 - cramertj:futures-in-core, r...
2018-06-05 Mark SimulacrumRollup merge of #51255 - avdv:patch-1, r=kennytm
2018-06-05 Mark SimulacrumRollup merge of #50852 - mandeep:fix-rustdoc-example...
2018-06-05 borsAuto merge of #51246 - vakaras:select_polonius_algo_via...
2018-06-05 borsAuto merge of #51242 - ytausky:mut-ref, r=estebank
2018-06-04 Dylan DPCMerge branch 'master' into stabilise/termination-test
2018-06-04 Mark SimulacrumRollup merge of #51326 - sdroege:slice-iter-cleanup...
2018-06-04 Mark SimulacrumRollup merge of #51323 - nikic:switch-int-lowering...
2018-06-04 Mark SimulacrumRollup merge of #51299 - faern:const-int-ops, r=oli-obk
2018-06-03 Mark SimulacrumRollup merge of #51297 - GuillaumeGomez:fix-run-but...
2018-06-03 Mark SimulacrumRollup merge of #51226 - gnzlbg:nonzero_align, r=SimonSapin
2018-06-02 Mark SimulacrumRollup merge of #51291 - evincarofautumn:master, r...
2018-06-02 Mark SimulacrumRollup merge of #51147 - tmccombs:sliceindex, r=SimonSapin
2018-06-02 Mark SimulacrumRollup merge of #51124 - frewsxcv:frewsxcv-replace...
2018-06-02 Mark SimulacrumRollup merge of #50919 - frewsxcv:frewsxcv-epsilon...
2018-06-02 Mark SimulacrumRollup merge of #50167 - fintelia:duration-nanos, r...
2018-06-02 borsAuto merge of #51063 - mixi:musl-bootstrap, r=alexcrichton
2018-06-02 borsAuto merge of #51274 - nikomatsakis:issue-46557-promote...
2018-06-02 borsAuto merge of #51015 - nikomatsakis:issue-50672-remove...
2018-06-01 Mark SimulacrumRollup merge of #51272 - steveklabnik:remove_feature_fl...
2018-06-01 Mark SimulacrumRollup merge of #51135 - estebank:sugg-7575, r=oli-obk
2018-06-01 Niko Matsakismerge UNNECESSARY_EXTERN_CRATE and UNUSED_EXTERN_CRATES
2018-05-31 Guillaume GomezRollup merge of #51240 - nnethercote:parse-2, r=nikomat...
2018-05-31 Guillaume GomezRollup merge of #51227 - uuttff8:master, r=dtolnay
next