]> git.lizzy.rs Git - rust.git/history - src
Rollup merge of #50789 - cuviper:bootstrap-metadata, r=alexcrichton
[rust.git] / src /
2018-05-16 kennytmRollup merge of #50789 - cuviper:bootstrap-metadata...
2018-05-16 kennytmRollup merge of #50788 - varkor:missing-const-cast...
2018-05-16 kennytmRollup merge of #50787 - ehuss:fix-run-make-wasm, r...
2018-05-16 kennytmRollup merge of #50779 - nox:untracked-options, r=rkruppe
2018-05-16 kennytmRollup merge of #50752 - GuillaumeGomez:more-error...
2018-05-16 kennytmRollup merge of #50740 - nnethercote:rm-LazyBTreeMap...
2018-05-16 kennytmRollup merge of #50736 - udoprog:env-try-op, r=shepmaster
2018-05-16 kennytmRollup merge of #50728 - sinkuu:fix_50702, r=GuillaumeGomez
2018-05-16 kennytmRollup merge of #50726 - udoprog:read2-inner-fn, r...
2018-05-16 kennytmRollup merge of #50669 - QuietMisdreavus:deprecated...
2018-05-16 kennytmRollup merge of #50656 - leodasvacas:fix-impl-trait...
2018-05-16 kennytmRollup merge of #50638 - tbu-:pr_open_cloexec_once...
2018-05-16 borsAuto merge of #50473 - petrochenkov:pmapi, r=alexcrichton
2018-05-16 borsAuto merge of #48557 - matthewjasper:allow-trvial-bound...
2018-05-16 borsAuto merge of #50795 - nrc:update, r=oli-obk
2018-05-16 borsAuto merge of #50750 - est31:master, r=eddyb
2018-05-16 Nick CameronUpdate RLS and Rustfmt
2018-05-16 Shotaro YamadaFix rustdoc panic with `impl Trait` in type parameters
2018-05-16 borsAuto merge of #50541 - QuietMisdreavus:rustdoc-errors...
2018-05-16 Josh StoneEnsure libraries built in stage0 have unique metadata
2018-05-15 varkorFix an ICE when casting a nonexistent const
2018-05-15 Eric HussFix run-make wasm tests
2018-05-15 borsAuto merge of #48523 - varkor:generics-ty-generalisatio...
2018-05-15 Vadim PetrochenkovFix stability annotations for already stable bits of...
2018-05-15 Vadim PetrochenkovRepresent lifetimes as two joint tokens in proc macros
2018-05-15 Matthew JasperMake is_global true for latebound regions
2018-05-15 Vadim PetrochenkovAddress feedback, remove remaining review comments...
2018-05-15 Vadim Petrochenkovproc_macro: Validate inputs to `Punct::new` and `Ident...
2018-05-15 Vadim Petrochenkovproc_macro: Properly support raw identifiers
2018-05-15 Vadim PetrochenkovTokenTree: Op -> Punct, Term -> Ident
2018-05-15 Vadim PetrochenkovExtend documentation and add review comments
2018-05-15 borsAuto merge of #50767 - oli-obk:rls_clippy, r=kennytm
2018-05-15 leonardo.yvensRename ret_ty to declared_ret_ty
2018-05-15 Anthony RamineMake mutable_noalias and arg_align_attributes be tracked
2018-05-15 varkorOne must always remember to clean up after themselves
2018-05-15 est31Pattern match on Ok instead of Some of .ok() retval
2018-05-15 est31Remove LoopIdResult
2018-05-15 est31Remove hir::ScopeTarget
2018-05-15 varkorCollapse Substs::identity_for_item in collect
2018-05-15 varkorClean up dropck_outlives PhantomData handling
2018-05-15 varkorAdd mk_param_from_def
2018-05-15 varkorUse Kind instead of UnpackedKind in Substs methods
2018-05-15 varkorClean up shared subst code
2018-05-15 varkorRefactor Substs methods on generic parameters
2018-05-15 varkorClean up generic param handling
2018-05-15 varkorUpdate bad-annotation error message
2018-05-15 varkorRefactoring generic counting loops
2018-05-15 varkorReview refactoring
2018-05-15 varkorRename param_counts to own_counts
2018-05-15 varkorRemove GenericParamDef::to_type
2018-05-15 varkorLift pure_wrt_drop to GenericParamDef
2018-05-15 varkorRefactor generic params loops
2018-05-15 varkorFix rebase fallout
2018-05-15 varkorRename RegionParamDef to LifetimeParamDef
2018-05-15 varkorPull common parameters into GenericParamDef
2018-05-15 varkorInline get_type
2018-05-15 varkorFix typo in late-bound region testing message
2018-05-15 varkorRefactor to address comments
2018-05-15 varkorReplace type_param_to_index with param_def_id_to_index
2018-05-15 varkorUse GenericParamCount instead of FxHashMap
2018-05-15 varkorPlace Self at the start of ty::Generics' param lists
2018-05-15 varkorCorrect variable renaming fallout
2018-05-15 varkorEliminate ty::Generics::types()
2018-05-15 varkorEliminate ty::Generics::lifetimes()
2018-05-15 varkorGeneralise more cases of explicit iteration of specific...
2018-05-15 varkorGeneralise cases of explicit iteration of specific...
2018-05-15 varkorFix tidy errors caused by renaming
2018-05-15 varkorRename TypeParameterDef -> TypeParamDef and RegionParam...
2018-05-15 varkorRename GenericParam to GenericParamDef
2018-05-15 varkorRename `has_type_parameters` to `requires_monomorphization`
2018-05-15 varkorFix generics type parameter handling in miri
2018-05-15 varkorInline Generics::own_count
2018-05-15 varkorPrefer iterator to vec
2018-05-15 varkorRename ty::GenericParameterDef to GenericParam
2018-05-15 varkorRename ty::Generics::parameters to params
2018-05-15 varkorReduce parent_params to parent_count
2018-05-15 varkorConsolidate ty::Generics
2018-05-15 borsAuto merge of #50769 - GuillaumeGomez:rollup, r=Guillau...
2018-05-15 Guillaume GomezAdd missing error codes in libsyntax-ext asm
2018-05-15 Guillaume GomezRollup merge of #50745 - kraai:patch-1, r=kennytm
2018-05-15 Guillaume GomezRollup merge of #50733 - katrinleinweber:patch-secure...
2018-05-15 Guillaume GomezRollup merge of #50720 - frewsxcv:frewsxcv-examples...
2018-05-15 Guillaume GomezRollup merge of #50712 - leodasvacas:improve-eager...
2018-05-15 Guillaume GomezRollup merge of #50691 - ollie27:rustdoc_pub_restricted...
2018-05-15 Guillaume GomezRollup merge of #50685 - glaubitz:sparc64-linux, r...
2018-05-15 Guillaume GomezRollup merge of #50632 - GuillaumeGomez:minification...
2018-05-15 Guillaume GomezRollup merge of #50613 - kennytm:update-toolstate-with...
2018-05-15 Guillaume GomezRollup merge of #50594 - sanxiyn:man-print, r=steveklabnik
2018-05-15 Guillaume GomezRollup merge of #50399 - nrc:alias, r=eddyb
2018-05-15 Guillaume GomezRollup merge of #49767 - ecstatic-morse:ptr-docs, r...
2018-05-15 Matthew JasperUpdate existing tests for trivial bounds changes
2018-05-15 Matthew JasperAdd tests for trivial bounds
2018-05-15 Matthew JasperAdd trivial bounds lint
2018-05-15 Matthew JasperFeature gate trivial bounds
2018-05-15 Matthew JasperImplement RFC 2056 - trivial constraints
2018-05-15 borsAuto merge of #50351 - varkor:vestigial-never-conversio...
2018-05-15 Oliver SchneiderDon't inject clippy into the rls anymore
2018-05-15 Nick Cameronsave-analysis: handle aliasing imports a bit more nicely
2018-05-15 borsAuto merge of #50748 - steveklabnik:remove-simd-note...
2018-05-15 borsAuto merge of #50259 - GuillaumeGomez:improve-results...
next