]> git.lizzy.rs Git - rust.git/history - compiler/rustc_mir_build/src/build/expr/as_place.rs
Move handling UpvarRef to PlaceBuilder
[rust.git] / compiler / rustc_mir_build / src / build / expr / as_place.rs
2020-12-06 Aman AroraMove handling UpvarRef to PlaceBuilder
2020-12-02 borsAuto merge of #69864 - LinkTed:master, r=Amanieu
2020-12-02 borsAuto merge of #78864 - Mark-Simulacrum:warn-on-forbids...
2020-12-01 borsAuto merge of #78684 - devsnek:inline-asm-wasm, r=Amanieu
2020-12-01 Mara BosRollup merge of #79184 - nanguye2496:nanguye2496/fix_sl...
2020-12-01 borsAuto merge of #78876 - GuillaumeGomez:better-setting...
2020-11-29 borsAuto merge of #78122 - fusion-engineering-forks:fmt...
2020-11-29 borsAuto merge of #77616 - jyn514:no-normalize, r=lcnr
2020-11-29 borsAuto merge of #78863 - KodrAus:feat/simd-array, r=oli-obk
2020-11-28 Jonas SchievinkRollup merge of #78853 - calebcartwright:fix-const...
2020-11-28 Jonas SchievinkRollup merge of #78086 - poliorcetics:as-placeholder...
2020-11-27 bjorn3Merge commit '5988bbd24aa87732bfa1d111ba00bcdaa22c481a...
2020-11-27 borsAuto merge of #79266 - b-naber:gat_trait_path_parser...
2020-11-26 Jonas SchievinkRollup merge of #77758 - Stupremee:turbofish-help-for...
2020-11-25 borsAuto merge of #76688 - yokodake:patch-2, r=kodrAus
2020-11-24 borsAuto merge of #78548 - camelid:driver-tty, r=oli-obk
2020-11-24 Jonas SchievinkRollup merge of #76858 - rcvalle:rust-lang-exploit...
2020-11-24 borsAuto merge of #78953 - mzohreva:mz/from_raw_fd, r=Mark...
2020-11-24 borsAuto merge of #78636 - dtolnay:puncteq, r=petrochenkov
2020-11-23 Jonas SchievinkRollup merge of #79080 - camelid:mir-visit-debuginfo...
2020-11-23 flip1995Merge commit '3e7c6dec244539970b593824334876f8b6ed0b18...
2020-11-23 borsAuto merge of #77893 - petertodd:2020-impl-default...
2020-11-23 borsAuto merge of #79172 - a1phyr:cold_abort, r=Mark-Simulacrum
2020-11-22 Mara BosRollup merge of #78793 - camelid:fixup-structuraleq...
2020-11-22 borsAuto merge of #79219 - shepmaster:beta-bump, r=Mark...
2020-11-22 borsAuto merge of #79243 - Nadrieril:consolidate-tests...
2020-11-22 Guillaume GomezRollup merge of #79302 - est31:issue_73899_test, r...
2020-11-22 borsAuto merge of #78816 - SkiFire13:fix-slice-pointer...
2020-11-22 borsAuto merge of #77872 - Xaeroxe:stabilize-clamp, r=scottmcm
2020-11-22 borsAuto merge of #78752 - jyn514:html-diff, r=GuillaumeGomez
2020-11-21 borsAuto merge of #78461 - TimDiekmann:vec-alloc, r=Amanieu
2020-11-21 Dylan DPCRollup merge of #79182 - lochsh:78777-fix-extern-types...
2020-11-21 Dylan DPCRollup merge of #77844 - RalfJung:zst-box, r=nikomatsakis
2020-11-21 borsAuto merge of #79115 - cuviper:rust-description, r...
2020-11-21 borsAuto merge of #77805 - JohnTitor:non-standard-char...
2020-11-21 borsAuto merge of #78588 - HeroicKatora:sccc, r=nikomatsakis
2020-11-20 borsAuto merge of #78104 - ssomers:btree_root_redux, r...
2020-11-20 borsAuto merge of #79205 - rust-lang:jdm-patch-1, r=m-ou-se
2020-11-20 borsAuto merge of #78646 - tgnottingham:packed_fingerprints...
2020-11-20 borsAuto merge of #79196 - RalfJung:syscall, r=m-ou-se
2020-11-20 borsAuto merge of #78088 - fusion-engineering-forks:panic...
2020-11-19 Dylan DPCRollup merge of #79204 - pickfire:patch-3, r=jyn514
2020-11-19 Dylan DPCRollup merge of #79194 - est31:array_into_iter_slice...
2020-11-19 Dylan DPCRollup merge of #79193 - tmiasko:revert-78969-normalize...
2020-11-19 Dylan DPCRollup merge of #79185 - petrochenkov:derattr2, r=Aaron1011
2020-11-19 Dylan DPCRollup merge of #79183 - cuviper:compiletest-test-sysro...
2020-11-19 Dylan DPCRollup merge of #79181 - aDotInTheVoid:provided-method...
2020-11-19 Dylan DPCRollup merge of #79177 - fanzier:drop-order-test, r...
2020-11-19 Dylan DPCRollup merge of #79123 - CDirkx:128-bits, r=Mark-Simulacrum
2020-11-19 Dylan DPCRollup merge of #79119 - jamesmunns:patch-1, r=Mark...
2020-11-19 borsAuto merge of #79060 - dtolnay:symlinkarg, r=Mark-Simul...
2020-11-19 borsAuto merge of #79200 - Dylan-DPC:rollup-su689pq, r...
2020-11-19 Dylan DPCRollup merge of #79164 - varkor:unbraced-single-segment...
2020-11-19 Dylan DPCRollup merge of #79156 - jyn514:relative-llvm, r=Mark...
2020-11-19 Dylan DPCRollup merge of #79155 - 12101111:fix-profiler-config...
2020-11-19 Dylan DPCRollup merge of #79149 - sexxi-goose:upvar_ref, r=nikom...
2020-11-19 Dylan DPCRollup merge of #79090 - hermitcore:builtins, r=Mark...
2020-11-18 Mara BosRollup merge of #78361 - DevJPM:master, r=workingjubilee
2020-11-17 Aman AroraRemove THIR::ExprKind::SelfRef
2020-11-17 Aman AroraMove capture lowering from THIR to MIR
2020-11-17 Mara BosRollup merge of #78138 - fortanix:raoul/dlmalloc0.2...
2020-11-16 Mara BosRollup merge of #78769 - est31:remove_lifetimes, r...
2020-11-16 Mara BosRollup merge of #78364 - XAMPPRocky:relnote-1.48.0...
2020-11-16 Mara BosRollup merge of #77691 - exrook:rename-layouterr, r...
2020-11-15 borsAuto merge of #78472 - hermitcore:builtins, r=Mark...
2020-11-15 Dylan DPCRollup merge of #79013 - jryans:cleanup-use-once-pretty...
2020-11-15 Dylan DPCRollup merge of #78352 - JohnTitor:issue-75229, r=Dylan-DPC
2020-11-14 borsAuto merge of #75272 - the8472:spec-copy, r=KodrAus
2020-11-13 Guillaume GomezRollup merge of #78463 - varkor:placeholder-const,...
2020-11-13 Guillaume GomezRollup merge of #77996 - tkaitchuck:master, r=m-ou-se
2020-11-13 Guillaume GomezRollup merge of #77151 - rust-lang:LeSeulArtichaut...
2020-11-12 borsAuto merge of #76256 - tgnottingham:issue-74890, r...
2020-11-12 borsAuto merge of #78965 - jryans:emscripten-threads-libc...
2020-11-11 Jonas SchievinkRollup merge of #78354 - 12101111:rustbuild_profiler...
2020-11-11 Jonas SchievinkRollup merge of #78216 - workingjubilee:duration-zero...
2020-11-10 Jonas SchievinkRollup merge of #78574 - sasurau4:test/check-pass-regio...
2020-11-10 Jonas SchievinkRollup merge of #76765 - guswynn:async_return, r=tmandry
2020-11-09 Dylan DPCRollup merge of #78566 - JRF63:polly, r=Mark-Simulacrum
2020-11-09 Dylan DPCRollup merge of #78513 - jyn514:rustup-toolchain, r...
2020-11-09 Dylan DPCRollup merge of #76468 - SNCPlay42:lifetime-names,...
2020-11-09 Dylan DPCRollup merge of #78476 - RalfJung:btree-alias, r=Mark...
2020-11-09 Dylan DPCRollup merge of #78437 - ssomers:btree_no_ord_at_node_l...
2020-11-09 Dylan DPCRollup merge of #78026 - sunfishcode:symlink-hard-link...
2020-11-09 Dylan DPCRollup merge of #77640 - ethanboxx:int_error_matching_a...
2020-11-08 Mara BosRollup merge of #78658 - casey:x, r=Mark-Simulacrum
2020-11-08 Mara BosRollup merge of #78572 - de-vri-es:bsd-cloexec, r=m...
2020-11-08 Mara BosRollup merge of #78570 - sasurau4:test/check-pass-print...
2020-11-08 Mara BosRollup merge of #78065 - tshepang:nits, r=dtolnay
2020-11-08 Mara BosRollup merge of #76227 - CDirkx:const-poll, r=KodrAus
2020-11-08 Mara BosRollup merge of #76097 - pickfire:stabilize-spin-loop...
2020-11-06 borsAuto merge of #75778 - AndyGauge:75521-rustdoc-book...
2020-11-06 Yuki OkushiRollup merge of #78559 - glandium:release-notes, r...
2020-11-06 Yuki OkushiRollup merge of #78538 - ssomers:btree_testing_rng...
2020-11-06 Yuki OkushiRollup merge of #78514 - jyn514:setup-number, r=Mark...
2020-11-06 Yuki OkushiRollup merge of #74979 - maekawatoshiki:fix, r=Mark...
2020-11-06 borsAuto merge of #77351 - jyn514:clippy-sysroot, r=Mark...
2020-11-05 flip1995Merge commit 'b20d4c155d2fe3a8391f86dcf9a8c49e17188703...
2020-11-05 borsAuto merge of #78638 - vn-ki:bindigs-after-at-issue...
2020-11-05 Mara BosRollup merge of #78727 - liketechnik:issue-55201, r...
2020-11-05 Mara BosRollup merge of #78716 - est31:array_traits, r=Dylan-DPC
next