]> git.lizzy.rs Git - rust.git/history - src
Auto merge of #52984 - fabric-and-ink:remove-canonical-var, r=scalexm
[rust.git] / src /
2018-10-21 borsAuto merge of #52984 - fabric-and-ink:remove-canonical...
2018-10-21 borsAuto merge of #55069 - matthewjasper:explain-free-regio...
2018-10-21 Matthew JasperUse new region infer errors for explaining borrows
2018-10-21 borsAuto merge of #55125 - RalfJung:stacked-borrows, r...
2018-10-21 borsAuto merge of #54919 - alexcrichton:update-cargo, r...
2018-10-21 Alex CrichtonUpdate Cargo, build curl/OpenSSL statically via features
2018-10-20 Ralf Jungupdate miri
2018-10-20 borsAuto merge of #55230 - Manishearth:rollup, r=Manishearth
2018-10-20 Matthew JasperGive an error number for "borrowed data escapes outside...
2018-10-20 Matthew JasperUse more accurate `ConstraintCategory`s
2018-10-20 Matthew JasperPrefer type annotations and returns in free region...
2018-10-20 Manish GoregaokarRollup merge of #55213 - qmx:tidy-fix, r=tmandry
2018-10-20 Manish GoregaokarRollup merge of #55203 - scalexm:program-clauses, r...
2018-10-20 Manish GoregaokarRollup merge of #55189 - steveklabnik:update-books...
2018-10-20 Manish GoregaokarRollup merge of #55073 - alexcrichton:demote-simd,...
2018-10-20 borsAuto merge of #55156 - PramodBisht:issue/52717, r=estebank
2018-10-20 Fabian DrinckRename InferTy::CanonicalTy to BoundTy and add Debruijn...
2018-10-20 Fabian DrinckRename CanonicalVar to BoundTyIndex
2018-10-20 borsAuto merge of #55119 - varkor:unwarned-match-on-never...
2018-10-20 Steve Klabnikupdate books for the next release
2018-10-20 borsAuto merge of #55014 - ljedrz:lazyboye_unwraps, r=matth...
2018-10-20 borsAuto merge of #55114 - oli-obk:fx#map, r=nikomatsakis
2018-10-20 borsAuto merge of #55007 - davidtwco:issue-39175, r=petroch...
2018-10-19 borsAuto merge of #55162 - nikomatsakis:issue-54902-undersc...
2018-10-19 Niko Matsakisadd more to the ERROR messages
2018-10-19 Niko Matsakisfix error messages
2018-10-19 borsAuto merge of #55152 - nikomatsakis:nll-issue-54571...
2018-10-19 Douglas Camposignore target folders
2018-10-19 scalexmWrite an initial version of the `program_clauses` callback
2018-10-19 David WoodOnly suggest paths that exist.
2018-10-19 Niko Matsakisnormalize the self-type that we extract from impl
2018-10-19 Niko Matsakiseven though we don't need it yet, fix the "fast path...
2018-10-19 Niko Matsakisadd a test that we enforce '`static` errors post normal...
2018-10-19 Niko Matsakisadd useful debug log
2018-10-19 Niko Matsakisregion_infer/mod.rs: rustfmt
2018-10-19 Niko Matsakispacify the mercilous tidy
2018-10-19 Niko Matsakisskip user-type annotations if they don't have regions
2018-10-19 Niko Matsakislowering casts in constants now creates multiple uses
2018-10-19 Niko Matsakispacify the mercilous tidy
2018-10-19 Niko Matsakissave the user-provided type immediately upon return...
2018-10-19 Niko Matsakiscreate type ascription for any cast
2018-10-19 Keith YeungWrap cast expressions inside of ValueTypeAscription
2018-10-19 Niko Matsakissuppress duplicate -- or near duplicate -- type test...
2018-10-19 Niko Matsakisnormalize and prove predicates
2018-10-19 Niko Matsakisnormalize after substitution
2018-10-19 Niko Matsakispull `relate_type_and_user_type` code into `type_check...
2018-10-19 Oliver SchererUpdate unit tests
2018-10-19 Oliver SchererUpdate TypedArena tests
2018-10-19 Oliver SchererUpdate more internals tests to `default`
2018-10-19 Oliver SchererFree some memory instead of just dropping elements
2018-10-19 Oliver SchererUpdate a compiler-test to the `Default` changes
2018-10-19 Oliver SchererRemove unused box
2018-10-19 Oliver SchererDerives often have very strict bounds
2018-10-19 Oliver SchererPrefer `Default::default` over `FxHash*::default` in...
2018-10-19 Oliver SchererDeprecate the `FxHashMap()` and `FxHashSet()` construct...
2018-10-19 Niko Matsakistype_check/mod.rs: rustfmt
2018-10-19 Niko Matsakisreplace `UserTypeAnnotation::AdtDef` with `TypeOf`
2018-10-19 Niko Matsakispropagate user-type annotation for constants in expressions
2018-10-19 Niko Matsakisconvert `FnDef` to `TypeOf`, which is more general
2018-10-19 Niko Matsakisremove outdated assertion
2018-10-19 Pramod BishtFixed: Multiple errors on single typo in match pattern
2018-10-19 Alex Crichtonrustc: Fix (again) simd vectors by-val in ABI
2018-10-19 borsAuto merge of #55194 - kennytm:rollup, r=kennytm
2018-10-19 kennytmRollup merge of #55013 - matthewjasper:propagate-genera...
2018-10-19 kennytmRollup merge of #55178 - sdroege:stabilize-chunks-exact...
2018-10-19 kennytmRollup merge of #55169 - raphlinus:copysign, r=joshtriplett
2018-10-19 kennytmRollup merge of #55166 - varkor:ret-parens, r=davidtwco
2018-10-19 kennytmRollup merge of #55144 - ljedrz:cleanup_resolve, r...
2018-10-19 kennytmRollup merge of #55071 - oli-obk:const_cast_🍨, r=RalfJung
2018-10-19 ljedrzPrefer unwrap_or_else to unwrap_or in case of function...
2018-10-19 borsAuto merge of #55040 - scalexm:param-env, r=nikomatsakis
2018-10-19 kennytmRollup merge of #54300 - Aaronepower:master, r=Aaronepower
2018-10-19 borsAuto merge of #55004 - oli-obk:sized_static, r=cramertj
2018-10-18 Matthew JasperPropagate bounds from generators
2018-10-18 borsAuto merge of #54979 - estebank:path-unsized, r=nikomat...
2018-10-18 borsAuto merge of #54976 - davidtwco:issue-52663-special...
2018-10-18 David WoodImprove check to consider how value is used.
2018-10-18 David WoodAdd by-value captured variable note on second use.
2018-10-18 Sebastian DrögeStabilize slice::rchunks(), rchunks_mut(), rchunks_exac...
2018-10-18 Sebastian DrögeStabilize slice::chunks_exact() and slice::chunks_exact...
2018-10-18 David WoodExtend closure special-casing for generators.
2018-10-18 Raph LevienAdd must_use on copysign
2018-10-18 borsAuto merge of #54580 - sdroege:rchunks, r=SimonSapin
2018-10-18 Ralf Jungturn casts-to-raw into a proper raw-reborrow; that...
2018-10-18 Ralf Jungdon't do any work towards ptr provenance in const mode
2018-10-18 Ralf Jungthe tidy strikes again
2018-10-18 Ralf Jungadd 'raw reference' to the machine hook, and use that...
2018-10-18 Ralf Jungmiri: debug! print when we are leaving/entering a function
2018-10-18 Ralf JungForward entire ptr used for dealloaction to machine
2018-10-18 Ralf Jungrepeat after me: Clone, Copy, Debug
2018-10-18 Ralf Jungalso hook dereferencing
2018-10-18 Ralf Jungeval_context: move getters together and add one for...
2018-10-18 Ralf Jungprovide machine hooks for creating references and acces...
2018-10-18 Ralf Junggive machine more control over what counts as memory...
2018-10-18 Ralf Jungadd support for storing extra data in an allocation
2018-10-18 Ralf Jungcomment on keeping validity in sync
2018-10-18 borsAuto merge of #54349 - GuillaumeGomez:no-example-lint...
2018-10-18 Niko Matsakisresolve_lifetime.rs: rustfmt
2018-10-18 varkorMake warnings into errors
2018-10-18 Sebastian DrögeAdd slice::rchunks(), rchunks_mut(), rchunks_exact...
next