]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-06-23 varkorReindent check/mod.rs
2018-06-23 varkorRename ExprAgain to ExprContinue
2018-06-22 borsAuto merge of #51681 - varkor:rustc_deprecated-future...
2018-06-22 borsAuto merge of #51670 - estebank:issue-51634, r=oli-obk
2018-06-22 borsAuto merge of #51704 - kennytm:rollup, r=kennytm
2018-06-22 borsAuto merge of #51184 - lambtowolf:master, r=nikomatsakis
2018-06-22 Niko Matsakisadd an explanatory comment for recovery behavior
2018-06-22 LambIssue #50974: Fix compilation error and test
2018-06-22 MaertenFix when the help message is displayed
2018-06-22 LambIssue #50974: Adding issue number in the test
2018-06-22 LambIssue #50974: Adding tests
2018-06-22 LambIssue #50974: Change text of suggestion to be more...
2018-06-22 LambIssue #50974: Suboptimal error in case of duplicate...
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 kennytmRecognize the extra "LLVM tools versions" argument...
2018-06-22 borsAuto merge of #51686 - nikomatsakis:issue-51415-borrowc...
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 Esteban Küberreview comment
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 Esteban KüberAccount for bindings with types and in crate macros
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 #51680 - Mark-Simulacrum:acc-revert,...
2018-06-21 Mark SimulacrumRevert "Auto merge of #51662 - Mark-Simulacrum:beta...
2018-06-21 Rémy RakicShare code between gather_used_muts and find_assignments
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-21 Mark SimulacrumFix error-chain warnings
2018-06-20 Esteban KüberDon't suggest incorrect syntax
2018-06-20 Jorge Apariciono -Bsymbolic for mac; no static-libstdc++ for windows
2018-06-20 borsAuto merge of #50698 - Eijebong:tempfile, r=oli-obk
2018-06-20 Marco CastelluccioDisable probestack when GCOV profiling is being used
2018-06-20 jebmake `parse_seq_to_before_end`, `mk_mac_expr`, and...
2018-06-20 Bastien OrivelFix tidy
2018-06-20 Bastien OrivelReplace tempdir by tempfile in librustc
2018-06-20 Bastien OrivelReplace tempdir by tempfile in librustc_trans
2018-06-20 Bastien OrivelReplace tempdir by tempfile in librustdoc
2018-06-20 Rémy RakicNLL: Walk the MIR only once for the "unused mut" lint
2018-06-20 Mark Simulacrum[beta] Prepare 1.28.0 beta release
2018-06-20 borsAuto merge of #51651 - spastorino:fix_var_name_in_e0502...
2018-06-20 Santiago PastorinoFix variable name in E0502 double borrow error
2018-06-20 varkorFix rebase issues with existential types
2018-06-20 varkorRename ParenthesizedArgData to ParenthesisedArgs
2018-06-20 varkorSimplify some counting
2018-06-20 varkorRename ty_param_bound to generic_bound
2018-06-20 varkorUse ty::Generics instead of hir::Generics for various...
2018-06-20 varkorFix additional comments
2018-06-20 varkorFix accidental quadratic loops
2018-06-20 varkorRename ty_param_bound to trait_bound
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 varkorFix HasAttrs support for GenericParam
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 Esteban KüberUpdate error code numbers
2018-06-20 Esteban KüberUpdate message for `!Sized` types
next