]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-06-22 Taylor CramerFix typo in multiple lifetimes error
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 BoatsDisplay async fn in rustdoc.
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 Niko Matsakistolerate existential types whose concrete expansion...
2018-06-21 Niko Matsakisdo not introduce *false* results from lifetime resolution
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 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 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 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 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
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 Esteban KüberAdd test for updated parser error
2018-06-19 SgeoRemove erroneous example of main as a non-Result function.
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 link to book for `Sized` errors
2018-06-19 Esteban KüberAdd message to `rustc_on_unimplemented` attributes...
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 Esteban KüberAdd code to incorrect `pub` restriction error
2018-06-19 Esteban KüberAdd code to `invalid ABI` error
2018-06-19 Simon SapinUpdate the error message for a missing global allocator
2018-06-19 Simon SapinAdd a UI test for the missing allocator error message
2018-06-19 Felix S. Klock IIAdd unit test for case that didn't seem to be covered...
2018-06-19 Felix S. Klock IIUpdate the existing compile-fail tests to reflect diagn...
2018-06-19 Felix S. Klock IIUpdate the existing UI tests to reflect diagnostic...
2018-06-19 Felix S. Klock IIAdded diagnostics for suggesting `mut x` on repeated...
2018-06-19 Felix S. Klock IIupdates to compile-fail tests for changes to NLL.
2018-06-19 Felix S. Klock IINLL: Updates to diagnostic output in `test/ui`.
2018-06-19 Felix S. Klock IINLL: Broad rewrite of check_access_perimssions.
2018-06-19 Felix S. Klock IIsmall refactoring: replaced mutable state with `return...
2018-06-19 Felix S. Klock IIThread more argument info down from `Hir` into the...
2018-06-19 Felix S. Klock IIAdd `fn fn_decl` to `Hir`, for looking up the `FnDecl...
2018-06-19 Felix S. Klock IIRefactor: Replace anonymous-tuple with tuple struct...
2018-06-19 Felix S. Klock IIThread info about form of variable bindings, including...
next