]> git.lizzy.rs Git - rust.git/history - src/librustc
Haiku: fix build of libbacktrace
[rust.git] / src / librustc /
2018-06-24 borsAuto merge of #51726 - petrochenkov:hygclean, r=oli-obk
2018-06-23 borsAuto merge of #51653 - mglagla:option-unreachable,...
2018-06-23 Vadim Petrochenkovhygiene: Merge `NameAndSpan` into `ExpnInfo`
2018-06-23 Vadim Petrochenkovhygiene: More descriptive names for things involved...
2018-06-23 borsAuto merge of #51727 - varkor:expragain-to-exprcontinue...
2018-06-23 borsAuto merge of #51723 - estebank:abolish-ice, r=oli-obk
2018-06-23 varkorRename ExprAgain to ExprContinue
2018-06-23 borsAuto merge of #51580 - cramertj:async-await, r=eddyb
2018-06-23 borsAuto merge of #51696 - estebank:fuzzy-ice-ice, r=oli-obk
2018-06-23 borsAuto merge of #51724 - tikue:master, r=Mark-Simulacrum
2018-06-23 borsAuto merge of #51712 - SLaabsDev:master, r=Mark-Simulacrum
2018-06-23 Taylor CramerFix rustdoc and remove default impl for FnHeader
2018-06-23 borsAuto merge of #51697 - estebank:once-used-lifetime...
2018-06-22 Taylor CramerRemove impl trait names and move bits of await into...
2018-06-22 borsAuto merge of #51482 - GuillaumeGomez:table-display...
2018-06-22 borsAuto merge of #51681 - varkor:rustc_deprecated-future...
2018-06-22 Taylor CramerReview nits and updates
2018-06-22 borsAuto merge of #51670 - estebank:issue-51634, r=oli-obk
2018-06-22 kennytmRollup merge of #51703 - kennytm:fix-51699, r=nrc
2018-06-22 kennytmRollup merge of #51666 - marco-c:disable_probestack...
2018-06-22 kennytmRollup merge of #51664 - jebrosen:pub_parse_methods2...
2018-06-22 kennytmRollup merge of #51637 - abarth:new_prng, r=cramertj
2018-06-22 kennytmRollup merge of #51629 - topecongiro:multiple-semicolon...
2018-06-22 kennytmRollup merge of #51158 - ogham:patch-1, r=steveklabnik
2018-06-22 borsAuto merge of #51660 - lqd:the-MIRnistry-of-walks,...
2018-06-22 borsAuto merge of #51686 - nikomatsakis:issue-51415-borrowc...
2018-06-22 Taylor CramerPathParameters -> GenericArgs fixes
2018-06-22 Taylor CramerAdd path parameters to std_path
2018-06-22 Taylor CramerAsync methods
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 Esteban KüberAdd label to lint for lifetimes used once
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 Niko Matsakistolerate existential types whose concrete expansion...
2018-06-21 Niko Matsakisdo not introduce *false* results from lifetime resolution
2018-06-21 Niko Matsakisuse `pat_ty_adjusted` from `expr_use_visitor` to type...
2018-06-21 Niko Matsakisrename `pat_ty` to `pat_ty_adjusted` for clarity
2018-06-21 varkorSupport future deprecation for rustc_deprecated
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-21 borsAuto merge of #51662 - Mark-Simulacrum:beta-next, r...
2018-06-20 borsAuto merge of #50698 - Eijebong:tempfile, r=oli-obk
2018-06-20 Bastien OrivelReplace tempdir by tempfile in librustc
2018-06-20 borsAuto merge of #51651 - spastorino:fix_var_name_in_e0502...
2018-06-20 varkorFix rebase issues with existential types
2018-06-20 varkorRename ParenthesizedArgData to ParenthesisedArgs
2018-06-20 varkorUse ty::Generics instead of hir::Generics for various...
2018-06-20 varkorFix additional comments
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 varkorFix NodeLifetime/NodeGenericParam confusion
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 varkorHandle lifetimes in NodeGenericParam also
2018-06-20 varkorUse ParamBounds in WhereRegionPredicate
2018-06-20 varkorLift bounds into GenericParam
2018-06-20 varkorSimply joint lifetime/type iteration
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 hir::GenericParam::is_*_param
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 varkorAbstract walk_path_parameters
2018-06-20 varkorRename *Parameter to *Param
2018-06-20 varkorConsolidate PathParameters and AngleBracketedParameterData
2018-06-20 borsAuto merge of #51638 - spastorino:diagnostic-suggest...
2018-06-20 borsAuto merge of #51644 - Sgeo:patch-1, r=rkruppe
2018-06-20 borsAuto merge of #51631 - WiSaGaN:patch-1, r=Mark-Simulacrum
2018-06-20 borsAuto merge of #51617 - nnethercote:nll-allocs, r=pnkfelix
2018-06-20 Santiago PastorinoRun rustfmt
2018-06-20 Santiago PastorinoSuggest that values are dropped in the opposite order...
2018-06-19 borsAuto merge of #51639 - SimonSapin:missing-alloc, r...
2018-06-19 borsAuto merge of #51275 - pnkfelix:nll-diagnostics-revise...
2018-06-19 borsAuto merge of #51543 - SimonSapin:oom, r=SimonSapin
2018-06-19 Felix S. Klock IIAdded diagnostics for suggesting `mut x` on repeated...
2018-06-19 Felix S. Klock IIAdd `fn fn_decl` to `Hir`, for looking up the `FnDecl...
2018-06-19 Felix S. Klock IIThread info about form of variable bindings, including...
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,...
next