]> git.lizzy.rs Git - rust.git/history - src/librustc_typeck
Auto merge of #57542 - Centril:rollup, r=Centril
[rust.git] / src / librustc_typeck /
2019-01-02 borsAuto merge of #57250 - codeworm96:tyerr_msg, r=varkor
2019-01-02 borsAuto merge of #56827 - faern:eliminate-recv-timeout...
2019-01-01 borsAuto merge of #57209 - estebank:suggest-raw-ident,...
2019-01-01 Yu DingMerge remote-tracking branch 'upstream/master'
2019-01-01 borsAuto merge of #57125 - doitian:inconsistent-clone-doc...
2019-01-01 Oliver SchererAdd `unwrap_usize` to `LazyConst`, too
2019-01-01 Oliver SchererMove the `Unevaluated` constant arm upwards in the...
2019-01-01 borsAuto merge of #55937 - davidtwco:issue-54943, r=pnkfelix
2019-01-01 borsAuto merge of #57203 - nagisa:readme, r=Mark-Simulacrum
2019-01-01 borsAuto merge of #57210 - estebank:str-err, r=zackmdavis
2019-01-01 borsAuto merge of #57194 - matthiaskrgr:copyright_headers...
2019-01-01 borsAuto merge of #57199 - petrochenkov:ambig, r=estebank
2018-12-31 borsAuto merge of #56878 - petrochenkov:privdyn, r=arielb1
2018-12-31 borsAuto merge of #57047 - euclio:field-structured-suggesti...
2018-12-31 Andy Russelluse structured suggestions for nonexistent fields
2018-12-31 Mazdak Farrokhzadconst-stabilize const_int_ops + reverse_bits
2018-12-31 Esteban KüberTweak E0308 error for clarity
2018-12-31 borsAuto merge of #57044 - varkor:E0512-equal-type, r=matth...
2018-12-31 Mazdak Farrokhzadmake some intrinsics safe.
2018-12-31 borsAuto merge of #57035 - Zoxc:query-pref9, r=michaelwoerister
2018-12-30 Esteban KüberPoint at function name span
2018-12-30 Esteban KüberPoint at the return type span on type mismatch due...
2018-12-30 borsAuto merge of #57205 - petrochenkov:extrecov, r=estebank
2018-12-30 Camille GILLOTAdd comment.
2018-12-30 Camille GILLOTFix failing diagnostic test.
2018-12-30 Camille GILLOTrustc_typeck: Implement resolution advised in issue...
2018-12-30 Camille GILLOTrustfmt: librust_typeck/check/callee.rs
2018-12-30 David WoodGuarantee `rustc_dump_user_substs` error order.
2018-12-30 David WoodSupport user type annotations in `ref` bindings.
2018-12-30 David WoodType annotations in associated constant patterns.
2018-12-30 David WoodRefactor `UserTypeAnnotation`.
2018-12-30 borsAuto merge of #57204 - czipperz:ord_docs_must_agree...
2018-12-30 borsAuto merge of #57158 - estebank:as-ref, r=zackmdavis
2018-12-30 borsAuto merge of #57195 - czipperz:mention_ToString_in_std...
2018-12-30 borsAuto merge of #57185 - petrochenkov:impice4, r=estebank
2018-12-29 borsAuto merge of #56843 - csmoe:non-copy, r=davidtwco
2018-12-29 borsAuto merge of #56225 - alexreg:type_alias_enum_variants...
2018-12-29 kennytmRollup merge of #57159 - ids1024:closed-issue, r=Centril
2018-12-29 kennytmRollup merge of #57153 - estebank:doc, r=cramertj
2018-12-29 kennytmRollup merge of #57149 - rust-lang:sgrif-patch-1, r...
2018-12-29 borsAuto merge of #57140 - estebank:str-err, r=varkor
2018-12-29 borsAuto merge of #57006 - GuillaumeGomez:no-crate-filter...
2018-12-28 borsAuto merge of #57138 - matthiaskrgr:clippy, r=oli-obk
2018-12-28 borsAuto merge of #57118 - Zoxc:query-stats, r=wesleywiser
2018-12-28 borsAuto merge of #57137 - cramertj:unpin-prelude, r=SimonSapin
2018-12-28 borsAuto merge of #55519 - fhartwig:hashmap-index-example...
2018-12-28 borsAuto merge of #57155 - petrochenkov:dcrate3, r=dtolnay
2018-12-27 borsAuto merge of #56999 - petrochenkov:macrecov2, r=estebank
2018-12-27 borsAuto merge of #56384 - scalexm:chalk, r=nikomatsakis
2018-12-27 scalexmAdd a def-id in `ty::ParamEnv`
2018-12-27 borsAuto merge of #56838 - Aaron1011:fix/rustdoc-infer...
2018-12-27 Vadim PetrochenkovMake sure feature gate errors are recoverable
2018-12-27 Vadim PetrochenkovGet rid of `Block::recovered`
2018-12-27 Vadim PetrochenkovAST/HIR: Introduce `ExprKind::Err` for better error...
2018-12-27 Ralf Jungpanic when calling MaybeUninhabited::into_inner on...
2018-12-27 borsAuto merge of #57119 - jethrogb:jb/sgx-os-mod2, r=josht...
2018-12-27 borsAuto merge of #57129 - RalfJung:check-bounds, r=oli-obk
2018-12-26 Alexander RegueiroChanged resolution of enum variants to low priority.
2018-12-26 Alexander RegueiroMinor cosmetic changes
2018-12-26 Alexander RegueiroMinor clean-up
2018-12-26 Alexander RegueiroFixed ICE when type arguments are specified on `Self...
2018-12-26 Alexander RegueiroFixed type inference for tuple struct variants.
2018-12-26 Alexander RegueiroFixed handling of unit variants of aliased enums in...
2018-12-26 Alexander RegueiroAdded regression test for using generic parameters...
2018-12-26 Alexander RegueiroFixed several ICEs.
2018-12-26 Alexander RegueiroRemoved unnecessary special handling of `VariantCtor...
2018-12-26 Alexander RegueiroFixed issues raised in review.
2018-12-26 Alexander RegueiroFixed issues raised in first review.
2018-12-26 Alexander RegueiroFixed tests.
2018-12-26 Alexander RegueiroMade suggestion diagnostics more consistent for enum...
2018-12-26 Alexander RegueiroImplemented variants on type aliases in both ctor and...
2018-12-26 Alexander RegueiroStore `Ident` rather than just `Name` in HIR types...
2018-12-26 borsAuto merge of #56534 - xfix:copied, r=@SimonSapin
2018-12-26 borsAuto merge of #57108 - Mark-Simulacrum:license-remove...
2018-12-26 Mark RousskovRemove licenses
2018-12-25 borsAuto merge of #57088 - euclio:non-camel-case-early...
2018-12-25 borsAuto merge of #56962 - nivkner:fixme_fixup4, r=pnkfelix
2018-12-25 borsAuto merge of #56983 - ljedrz:parallel_query_tweaks...
2018-12-25 borsAuto merge of #56926 - alexcrichton:update-stdsimd...
2018-12-24 borsAuto merge of #56770 - satyarohith:patch-1, r=Centril
2018-12-24 Mazdak FarrokhzadRollup merge of #57085 - glaubitz:sparc64-abi-fix,...
2018-12-24 Mazdak FarrokhzadRollup merge of #57074 - Zoxc:pq-rec-limits, r=oli-obk
2018-12-24 Mazdak FarrokhzadRollup merge of #57021 - nikic:arg-pointer-align, r...
2018-12-24 Mazdak FarrokhzadRollup merge of #57010 - phansch:run_compiletest_tests_...
2018-12-24 Mazdak FarrokhzadRollup merge of #56986 - alexcrichton:move-jemalloc...
2018-12-24 Mazdak FarrokhzadRollup merge of #56985 - oli-obk:const_check_bounds...
2018-12-24 Mazdak FarrokhzadRollup merge of #56978 - jethrogb:jb/sgx-os-mod, r...
2018-12-24 Mazdak FarrokhzadRollup merge of #56944 - alexcrichton:less-thin2, r...
2018-12-24 Mazdak FarrokhzadRollup merge of #56242 - GuillaumeGomez:iterator-missin...
2018-12-24 Mazdak FarrokhzadRollup merge of #55470 - daniellimws:box-from-docs...
2018-12-24 borsAuto merge of #57087 - Centril:rollup, r=Centril
2018-12-23 Mazdak FarrokhzadRollup merge of #57078 - glaubitz:ignore-tests, r=nikic
2018-12-23 Mazdak FarrokhzadRollup merge of #57067 - Centril:stabilize-min_const_un...
2018-12-23 Mazdak FarrokhzadRollup merge of #57062 - bjorn3:patch-1, r=varkor
2018-12-23 Mazdak FarrokhzadRollup merge of #57053 - nikic:fix-gep-align, r=nagisa
2018-12-23 Mazdak FarrokhzadRollup merge of #57032 - RalfJung:alloc-bench-deprecati...
2018-12-23 Mazdak FarrokhzadRollup merge of #57020 - estebank:return-span, r=zackmdavis
2018-12-23 Mazdak FarrokhzadRollup merge of #56966 - varkor:raw-pointer-deref-paren...
2018-12-23 Mazdak FarrokhzadRollup merge of #56964 - nnethercote:TokenStream-IsJoin...
2018-12-23 Mazdak FarrokhzadRollup merge of #56953 - oli-obk:dead_const, r=petrochenkov
next