]> git.lizzy.rs Git - rust.git/history - src/librustc_middle/ty/mod.rs
Rollup merge of #70913 - eddyb:rc-arc-diagnostic-items, r=matthewjasper
[rust.git] / src / librustc_middle / ty / mod.rs
2020-04-10 Mazdak FarrokhzadRollup merge of #70913 - eddyb:rc-arc-diagnostic-items...
2020-04-10 Mazdak FarrokhzadRollup merge of #70843 - ssomers:btree_drain_filter_epi...
2020-04-10 Mazdak FarrokhzadRollup merge of #70784 - estebank:suggest-type-fundamen...
2020-04-09 borsAuto merge of #70909 - marmeladema:issue70853/librustc_...
2020-04-09 Mazdak FarrokhzadRollup merge of #70958 - Amanieu:android_try_reserve...
2020-04-09 Mazdak FarrokhzadRollup merge of #70939 - varkor:const-generics-regressi...
2020-04-09 Mazdak FarrokhzadRollup merge of #70902 - flip1995:clippyup, r=eddyb
2020-04-09 Mazdak FarrokhzadRollup merge of #70900 - ehuss:update-cargo, r=ehuss
2020-04-09 Mazdak FarrokhzadRollup merge of #70897 - RalfJung:miri, r=RalfJung
2020-04-09 borsAuto merge of #70943 - Centril:rollup-eowm2h3, r=Centril
2020-04-09 Mazdak FarrokhzadRollup merge of #70918 - tobithiel:fix_forbid_override...
2020-04-09 Mazdak FarrokhzadRollup merge of #70916 - Centril:track-caller-ffi,...
2020-04-09 Mazdak FarrokhzadRollup merge of #70896 - cuviper:optional-chain, r...
2020-04-09 Mazdak FarrokhzadRollup merge of #70868 - petrochenkov:linkorder, r...
2020-04-09 Mazdak FarrokhzadRollup merge of #70822 - jonas-schievink:curse-of-the...
2020-04-09 Mazdak FarrokhzadRollup merge of #70367 - nikomatsakis:issue-69307,...
2020-04-09 Mazdak FarrokhzadRollup merge of #67705 - lzutao:wmemchr, r=wesleywiser
2020-04-09 borsAuto merge of #70860 - lcnr:has_local_value, r=nikomatsakis
2020-04-08 Bastian Kauschkereplace `has_local_value` with `needs_infer`
2020-04-08 Dylan DPCRollup merge of #70930 - lcnr:patch-1, r=Dylan-DPC
2020-04-08 Dylan DPCRollup merge of #70912 - estebank:reduce-type-param...
2020-04-08 Dylan DPCRollup merge of #70906 - gizmondo:66107, r=estebank
2020-04-08 Dylan DPCRollup merge of #70870 - mark-i-m:de-abuse-err, r=eddyb
2020-04-08 Dylan DPCRollup merge of #70828 - ollie27:rustdoc_external_macro...
2020-04-08 Dylan DPCRollup merge of #70565 - Zoxc:inlines-query-system...
2020-04-08 Dylan DPCRollup merge of #70134 - hermitcore:osstrext, r=dtolnay
2020-04-08 borsAuto merge of #70721 - anyska:bless-all-mir-opt, r...
2020-04-08 borsAuto merge of #70931 - Dylan-DPC:rollup-f8orcao, r...
2020-04-08 Dylan DPCRollup merge of #70927 - GuillaumeGomez:cleanup-e0510...
2020-04-08 Dylan DPCRollup merge of #70915 - tsandstr:remove-nominal-flags...
2020-04-08 Dylan DPCRollup merge of #70883 - GuillaumeGomez:cleanup-e0507...
2020-04-08 Dylan DPCRollup merge of #70876 - nnethercote:smallvec-predecess...
2020-04-08 Dylan DPCRollup merge of #70850 - ssomers:btreemap_first_last...
2020-04-08 Dylan DPCRollup merge of #70847 - pietroalbini:ci-move-docker...
2020-04-08 Eduard-Mihai BurtescuReplace "rc"/"arc" lang items with Rc/Arc diagnostic...
2020-04-08 Theo SandstromRemove unnecessary TypeFlags::NOMINAL_FLAGS
2020-04-07 Dylan DPCRollup merge of #70857 - faern:use-assoc-int-float...
2020-04-07 Dylan DPCRollup merge of #70854 - faern:use-assoc-int-submodules...
2020-04-07 Dylan DPCRollup merge of #70846 - tmiasko:compiler-builtins...
2020-04-07 Dylan DPCRollup merge of #70762 - RalfJung:miri-leak-check,...
2020-04-07 Dylan DPCRollup merge of #70201 - cuviper:clone_into, r=dtolnay
2020-04-07 borsAuto merge of #70837 - nnethercote:speed-up-find_librar...
2020-04-07 borsAuto merge of #70164 - eddyb:walk-generic-arg, r=nikoma...
2020-04-06 Dylan DPCRollup merge of #70839 - GuillaumeGomez:cleanup-e0506...
2020-04-06 Dylan DPCRollup merge of #70821 - rkuhn:expose_suggestions_Infer...
2020-04-06 Dylan DPCRollup merge of #70690 - GuillaumeGomez:cleanup-e0501...
2020-04-06 Dylan DPCRollup merge of #70612 - Thomasdezeeuw:issue_70436...
2020-04-06 Eduard-Mihai Burtescuty: remove `{Existential,}Trait{Ref,Predicate}::input_t...
2020-04-06 Eduard-Mihai Burtescuty: remove unnecessary `Predicate::walk_tys` and `colle...
2020-04-06 Eduard-Mihai Burtescuty: switch `Ty::walk` from `Ty` to `GenericArg`.
2020-04-06 Eduard-Mihai Burtescuty/walk: switch `walk_shallow` from `Ty` to `GenericArg`.
2020-04-06 Eduard-Mihai Burtescuty/walk: keep track of `GenericArg`s on the stack,...
2020-04-06 borsAuto merge of #70737 - Centril:cleanup-lower-item-id...
2020-04-06 borsAuto merge of #70771 - RalfJung:ctfe-loop, r=oli-obk
2020-04-06 Mazdak FarrokhzadRollup merge of #70827 - estebank:shorten-sugg-span...
2020-04-06 Mazdak FarrokhzadRollup merge of #70739 - Centril:fix-70736, r=petrochenkov
2020-04-06 Mazdak FarrokhzadRollup merge of #70713 - jsgf:rust-gdb-rustc, r=Mark...
2020-04-06 Mazdak FarrokhzadRollup merge of #70704 - danielframpton:aarch64-windows...
2020-04-06 Mazdak FarrokhzadRollup merge of #70519 - estebank:constraints-before...
2020-04-05 Mazdak FarrokhzadRollup merge of #70824 - yoshuawuyts:fix-labels-in...
2020-04-05 Mazdak FarrokhzadRollup merge of #70808 - hermitcore:tls, r=dtolnay
2020-04-05 Mazdak FarrokhzadRollup merge of #70798 - estebank:satisfy, r=Centril
2020-04-05 Mazdak FarrokhzadRollup merge of #70782 - faern:use-assoc-float-consts...
2020-04-05 Mazdak FarrokhzadRollup merge of #70750 - cuviper:direct-fuse, r=scottmcm
2020-04-05 Mazdak FarrokhzadRollup merge of #70665 - petrochenkov:linkargs, r=nagisa
2020-04-05 Mazdak FarrokhzadRollup merge of #70553 - hermitcore:abi, r=dtolnay
2020-04-05 borsAuto merge of #70816 - Dylan-DPC:rollup-kzcs8px, r...
2020-04-05 Dylan DPCRollup merge of #70815 - RalfJung:layout-debug, r=jonas...
2020-04-05 Dylan DPCRollup merge of #70812 - rossmacarthur:fix/unit-called...
2020-04-05 Dylan DPCRollup merge of #70795 - Amanieu:btree_remove_tracking...
2020-04-05 Dylan DPCRollup merge of #70777 - faern:use-assoc-int-consts2...
2020-04-05 Dylan DPCRollup merge of #67797 - Aaron1011:feature/instance...
2020-04-05 Dylan DPCRollup merge of #70760 - PonasKovas:docs, r=Dylan-DPC
2020-04-05 Dylan DPCRollup merge of #70558 - RalfJung:vec-extend-aliasing...
2020-04-05 Aaron HillQuery-ify Instance::resolve
2020-04-05 Dylan DPCRollup merge of #70766 - tspiteri:forget-to-ManuallyDro...
2020-04-05 Dylan DPCRollup merge of #70752 - yoshuawuyts:slice_fill, r...
2020-04-05 Dylan DPCRollup merge of #70748 - ogoffart:enum-layout-optim2...
2020-04-04 borsAuto merge of #69898 - spastorino:rename-rustc-guide2...
2020-04-04 Stefan LankesMerge branch 'master' into abi
2020-04-04 borsAuto merge of #70683 - jclulow:illumos-openssl-gmake...
2020-04-04 borsAuto merge of #70272 - eddyb:type-of-impl-trait, r...
2020-04-04 borsAuto merge of #70136 - hermitcore:network_tcp, r=dtolnay
2020-04-04 Stefan LankesMerge branch 'master' into abi
2020-04-04 Eduard-Mihai Burtescutypeck/type_of: simplify checking of opaque types with...
2020-04-03 borsAuto merge of #70156 - michaelwoerister:incr-cgus,...
2020-04-03 Mazdak FarrokhzadRollup merge of #70741 - DutchGhost:test-59023, r=Centril
2020-04-03 Mazdak FarrokhzadRollup merge of #70735 - GuillaumeGomez:cleanup-e0502...
2020-04-03 Mazdak FarrokhzadRollup merge of #70720 - ecstatic-morse:issue-70637...
2020-04-03 Mazdak FarrokhzadRollup merge of #70707 - ecstatic-morse:dataflow-graphv...
2020-04-03 Mazdak FarrokhzadRollup merge of #70641 - estebank:dedup-code, r=nikomat...
2020-04-03 Mazdak FarrokhzadRollup merge of #70640 - jonas-schievink:async-ice...
2020-04-03 Mazdak FarrokhzadRollup merge of #70597 - vakaras:thread_new_double_free...
2020-04-03 Dylan DPCRollup merge of #70730 - yoshuawuyts:fix-wake-docs...
2020-04-03 Dylan DPCRollup merge of #70728 - TimDiekmann:allocref-doc,...
2020-04-03 Dylan DPCRollup merge of #70706 - gizmondo:check-theme, r=Guilla...
2020-04-03 Dylan DPCRollup merge of #70696 - jumbatm:extend-issue-69020...
2020-04-03 borsAuto merge of #70695 - RalfJung:miri, r=RalfJung
2020-04-03 borsAuto merge of #70582 - pnkfelix:update-llvm-to-fix...
2020-04-03 Mazdak FarrokhzadRollup merge of #70698 - nikomatsakis:x-py-json-output...
next