]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-10-17 ljedrzresolve: improve/remove allocations
2018-10-17 ljedrzresolve: improve common patterns
2018-10-17 borsAuto merge of #54671 - petrochenkov:extpre2015, r=nikom...
2018-10-16 borsAuto merge of #55093 - nikomatsakis:nll-issue-54574...
2018-10-16 Niko Matsakisadd ~ERROR annotations
2018-10-16 Niko Matsakisfix comment
2018-10-16 borsAuto merge of #54486 - orium:obligation-forest-graphviz...
2018-10-16 borsAuto merge of #54251 - varkor:silence-bad_style, r...
2018-10-16 borsAuto merge of #54937 - alexcrichton:update-stdsimd...
2018-10-16 borsAuto merge of #55067 - ljedrz:generic_iterator_related_...
2018-10-16 borsAuto merge of #55023 - euclio:llvm-error-handler, r...
2018-10-15 Niko Matsakisfix mir-opt test
2018-10-15 Niko Matsakispacify the mercilous tidy
2018-10-15 Niko Matsakisupdate tests
2018-10-15 Niko Matsakisavoid type variables in the self-type
2018-10-15 Niko Matsakispass along `user_self_ty`
2018-10-15 Niko Matsakishandle user-self-type for def-ids
2018-10-15 Niko Matsakispull the common code across user-ty variants up top
2018-10-15 Niko Matsakisintroduce a more expressive `UserSubsts`
2018-10-15 Niko Matsakisintroduce `FnDef` and `AdtDef` to `UserTypeAnnotation`
2018-10-15 Niko Matsakisintroduce a `UserTypeAnnotation` enum
2018-10-15 Niko Matsakismove `force_instantiate_unchecked` to be local to ...
2018-10-15 Niko Matsakisextract `type_relate` into the inference context as...
2018-10-15 Niko Matsakisrework `relate_type_and_user_type` to use type inferenc...
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 #55095 - Manishearth:rollup, r=Manishearth
2018-10-15 Manish GoregaokarRollup merge of #55088 - juchiast:master, r=varkor
2018-10-15 Manish GoregaokarRollup merge of #55081 - sinkuu:dedup_test, r=Manishearth
2018-10-15 Manish GoregaokarRollup merge of #55066 - iaz3:patch-1, r=sfackler
2018-10-15 Manish GoregaokarRollup merge of #55062 - bjorn3:ecx-step-public, r...
2018-10-15 Manish GoregaokarRollup merge of #55060 - jannic:patch-1, r=joshtriplett
2018-10-15 Manish GoregaokarRollup merge of #55048 - ljedrz:begone_vecc, r=estebank
2018-10-15 Manish GoregaokarRollup merge of #55047 - tshepang:simple, r=alexcrichton
2018-10-15 Manish GoregaokarRollup merge of #55025 - ehuss:missing-lifetime-err...
2018-10-15 Manish GoregaokarRollup merge of #54991 - euclio:issue-23189, r=tmandry
2018-10-15 Manish GoregaokarRollup merge of #54963 - ljedrz:cleanup_rustc_session...
2018-10-15 Manish GoregaokarRollup merge of #54820 - kleimkuhler:issue-54538-unused...
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 Do DuyUpdate rustc documentation link
2018-10-15 ljedrzrustc/session: move consts up to improve readability
2018-10-15 ljedrzrustc/session: use to_owned when no string conversion...
2018-10-15 ljedrzrustc/session: improve common patterns
2018-10-15 ljedrzrustc/session: improve allocations
2018-10-15 ljedrzrustc/session: whitespace & formatting improvements
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 Shotaro YamadaDeduplicate tests
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 Jan Niehusmannremove unnecessary emphasis in doc comment
2018-10-14 Jan Niehusmannclarify pointer add/sub function safety concerns
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 ljedrzchange a cloning map to into_iter
2018-10-14 ljedrzcreate only one vector when winnowing candidates
2018-10-14 Diogo SousaAdded graphviz visualization for obligation forests.
2018-10-14 borsAuto merge of #55055 - matthiaskrgr:bump_beta, r=Mark...
2018-10-14 DianaFix incorrect link in println! documentation
2018-10-14 ljedrztypeck: don't collect to a vector when unnecessary
2018-10-14 borsAuto merge of #55051 - matthiaskrgr:dist_msg, r=Mark...
2018-10-14 bjorn3Add comment about step being used by priroda
2018-10-14 Ralf Jungupdate miri
2018-10-14 borsAuto merge of #55015 - dsciarra:underscores-constant...
2018-10-14 bjorn3Make EvalContext::step public again
2018-10-14 Donato SciarraSupport underscore as constant name
2018-10-14 borsAuto merge of #55049 - tshepang:fix, r=withoutboats
2018-10-14 ljedrzDon't collect to vectors where unnecessary
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 Vadim Petrochenkovresolve: Scale back hard-coded extern prelude additions
2018-10-13 Vadim PetrochenkovCopy extern prelude from resolver to global context
2018-10-13 Vadim PetrochenkovRevert "rustc_resolve: move extern_prelude from Resolve...
2018-10-13 Oliver SchererAlso adjust rustdoc to the principal changes
2018-10-13 Tshepang Lekhonkhobedoc: make core::fmt::Error example more simple
2018-10-13 Matthias Krügersubmodules: update cargo from ad6e5c00 to 5dbac988
2018-10-13 Matthias Krügersubmodules: update rls from 15d4d4a to 440a985
next