]> git.lizzy.rs Git - rust.git/history - src
make `instantiate_canonical_with_fresh_inference_vars` public again
[rust.git] / src /
2018-10-15 Niko Matsakismake `instantiate_canonical_with_fresh_inference_vars...
2018-10-15 Niko Matsakismake `TypeRelating` take an infcx again
2018-10-15 Niko Matsakisadd `force_instantiate_unchecked` method
2018-10-15 Niko Matsakisrename to `user_substs_applied_to_def` for consistency
2018-10-15 borsAuto merge of #54858 - nikomatsakis:universes-refactor...
2018-10-15 Niko Matsakisremove the sub/super terminology for universes
2018-10-15 Niko Matsakispacify the mercilous tidy with rustfmt
2018-10-15 Niko Matsakisremove dead iterator code
2018-10-15 Niko Matsakishide `SmallCanonicalVarValues` in `OriginalQueryValues...
2018-10-15 Niko Matsakisconvert `UniverseIndex` into a `newtype_index!`
2018-10-15 Niko Matsakismake `UniverseIndex` hashable, rename "sub-" to "superu...
2018-10-15 Niko Matsakiscontrol canonicalization with a trait vs bools
2018-10-15 borsAuto merge of #54917 - varkor:unused-which, r=cramertj
2018-10-15 Niko Matsakisintroduce `canonical_var_for_region` helper fn
2018-10-15 Niko Matsakistype_op/mod.rs: rustfmt
2018-10-15 Niko Matsakisrename `QueryResult` to `QueryResponse`
2018-10-15 Niko Matsakisbundle up "canonical instantiation" with infcx creation
2018-10-15 Niko Matsakiscanonicalizer.rs: rustfmt
2018-10-15 borsAuto merge of #55084 - matthiaskrgr:clippy, r=oli-obk
2018-10-15 borsAuto merge of #55064 - RalfJung:miri-update, r=oli-obk
2018-10-15 Matthias Krügersubmodules: update clippy from 9d337313 to 5afdf8b7
2018-10-15 borsAuto merge of #55024 - alexcrichton:wasm-simd-by-val...
2018-10-15 borsAuto merge of #55008 - ljedrz:cleanup_rustc_driver...
2018-10-14 borsAuto merge of #55046 - wesleywiser:no_virtual_call_inli...
2018-10-14 borsAuto merge of #55032 - oli-obk:the_early_unwrap_gets_th...
2018-10-14 Wesley Wiser[mir-inlining] Don't inline virtual calls
2018-10-14 varkorUnused result warning: "X which must" ↦ "X that must"
2018-10-14 borsAuto merge of #55055 - matthiaskrgr:bump_beta, r=Mark...
2018-10-14 borsAuto merge of #55051 - matthiaskrgr:dist_msg, r=Mark...
2018-10-14 Ralf Jungupdate miri
2018-10-14 borsAuto merge of #55015 - dsciarra:underscores-constant...
2018-10-14 Donato SciarraSupport underscore as constant name
2018-10-14 borsAuto merge of #55049 - tshepang:fix, r=withoutboats
2018-10-14 borsAuto merge of #55018 - euclio:issue-24421, r=alexcrichton
2018-10-13 borsAuto merge of #55017 - memoryruins:add-tests, r=alexcri...
2018-10-13 Matthias Krügerbump bootstrap compiler to rustc beta 2018-10-13
2018-10-13 Matthias Krügerboostrap: dist: if a file cannot be installed because...
2018-10-13 borsAuto merge of #54916 - matthiaskrgr:submodules_update...
2018-10-13 Tshepang Lekhonkhobedoc: fix sentence structure in std::fmt
2018-10-13 Matthias Krügerbootstrap: update clippy license locations which change...
2018-10-13 Oliver SchererAlso adjust rustdoc to the principal changes
2018-10-13 Matthias Krügersubmodules: update cargo from ad6e5c00 to 5dbac988
2018-10-13 Matthias Krügersubmodules: update rls from 15d4d4a to 440a985
2018-10-13 Matthias Krügersubmodules: update clippy from 32b1d1fc to 9d337313
2018-10-13 borsAuto merge of #55003 - zackmdavis:must_use_assoc_fn...
2018-10-13 borsAuto merge of #54951 - alexcrichton:more-wasm-threads...
2018-10-13 borsAuto merge of #54997 - davidtwco:issue-54896, r=nagisa
2018-10-13 Oliver SchererCheck the invariant for `principal` inside the method
2018-10-13 borsAuto merge of #54955 - RalfJung:miri-validate2, r=oli-obk
2018-10-13 ljedrzrustc/driver: whitespace & formatting fixes
2018-10-13 ljedrzrustc/driver: unwrap_or_else with function calls
2018-10-13 ljedrzrustc/driver: remove explicit return, add explicit...
2018-10-13 ljedrzrustc/driver: don't sort base if it only has one element
2018-10-13 ljedrzrustc/driver: remove lifetimes from consts
2018-10-13 ljedrzrustc/driver: improve common patterns
2018-10-13 ljedrzrustc/driver: use Cow<str> where applicable
2018-10-13 ljedrzrustc/driver: improve/remove allocations
2018-10-13 Ralf Jungupdate miri
2018-10-13 Ralf Jungrun-time validation: accept undef in int arrays, as...
2018-10-13 Ralf Jungaddress nits
2018-10-13 Ralf Jungvalidation: accept pointers in integer arrays
2018-10-13 Ralf JungFix and test upvar name printing for validity
2018-10-13 Ralf Jungmake ENFORCE_VALIDITY a function
2018-10-13 Ralf Jungforeign types: use size and align from layout
2018-10-13 Ralf Jungseems like for generators we cannot access the freevars
2018-10-13 Ralf Jungsize_and_align_of can return no result for extern types
2018-10-13 Ralf Jungvalidate return value on stack pop
2018-10-13 Ralf Jungcheck return type even for uninhabited case
2018-10-13 Ralf Jungfix validation around transmuting copy_op
2018-10-13 borsAuto merge of #54980 - zackmdavis:and_the_case_of_the_u...
2018-10-13 Zack M. Davis`#[must_use]` for associated functions is supposed...
2018-10-13 borsAuto merge of #54945 - estebank:asm-span, r=petrochenkov
2018-10-13 Alex Crichtonrustc: Allow targets to specify SIMD args are by-val
2018-10-12 borsAuto merge of #54942 - matthewjasper:wf-type-annotation...
2018-10-12 memoryruinsAdd nll stderr to #52240
2018-10-12 memoryruinsAdd test for issue #52240
2018-10-12 Andy Russelladd test for #24421
2018-10-12 memoryruinsAdd test for issue #54966
2018-10-12 borsAuto merge of #55012 - kennytm:rollup, r=kennytm
2018-10-12 kennytmRollup merge of #54989 - Munksgaard:fix-htmldocck-typos...
2018-10-12 kennytmRollup merge of #54983 - kzys:rand-bench, r=tmandry
2018-10-12 kennytmRollup merge of #54967 - holmgr:master, r=estebank
2018-10-12 kennytmRollup merge of #54958 - RalfJung:static-assert, r...
2018-10-12 kennytmRollup merge of #54956 - kzys:close-paren, r=varkor
2018-10-12 kennytmRollup merge of #54950 - alexcrichton:wasm-sync-allocat...
2018-10-12 kennytmRollup merge of #54936 - RalfJung:layout-hash, r=oli-obk
2018-10-12 kennytmRollup merge of #54932 - ljedrz:a_handful_of_string_imp...
2018-10-12 kennytmRollup merge of #54920 - varkor:must_use-unit, r=estebank
2018-10-12 kennytmRollup merge of #54913 - RalfJung:unwind-safe, r=alexcr...
2018-10-12 kennytmRollup merge of #54891 - rust-lang:SimonSapin-patch...
2018-10-12 kennytmRollup merge of #54869 - GuillaumeGomez:fix-mobile...
2018-10-12 kennytmRollup merge of #54860 - mandeep:vec-initialize, r...
2018-10-12 kennytmRollup merge of #54825 - davidtwco:issue-52663-deref...
2018-10-12 kennytmRollup merge of #54811 - pnkfelix:issue-24840-separate...
2018-10-12 kennytmRollup merge of #54755 - lucasloisp:document-reference...
2018-10-12 ljedrzrustc/driver: improve macro calls
2018-10-12 borsAuto merge of #54715 - oli-obk:nll_deref_promotion...
2018-10-12 ljedrzrustc/driver: simplify profile::trace::cons
2018-10-12 borsAuto merge of #53933 - GuillaumeGomez:codeblock-error...
2018-10-12 Oliver SchererAdd comments explaining why some operations are not...
next