]> git.lizzy.rs Git - rust.git/history - src/librustc_typeck/check/regionck.rs
Use Arena inside hir::Body.
[rust.git] / src / librustc_typeck / check / regionck.rs
2019-12-21 Camille GILLOTUse Arena inside hir::Body.
2019-12-21 borsAuto merge of #67206 - ehuss:update-cargo-books, r...
2019-12-21 borsAuto merge of #67485 - Centril:rollup-gt0opvr, r=Centril
2019-12-21 Mazdak FarrokhzadRollup merge of #67478 - brunobell:master, r=Centril
2019-12-21 Mazdak FarrokhzadRollup merge of #67467 - matthewjasper:test-slice-patte...
2019-12-21 Mazdak FarrokhzadRollup merge of #67462 - DutchGhost:const_slice_from_ra...
2019-12-21 Mazdak FarrokhzadRollup merge of #67422 - GuillaumeGomez:cleanup-err...
2019-12-21 Mazdak FarrokhzadRollup merge of #67393 - michaelwoerister:llvm-args...
2019-12-21 Mazdak FarrokhzadRollup merge of #67355 - Centril:merge-mut, r=oli-obk
2019-12-21 Mazdak FarrokhzadRollup merge of #67059 - TommasoBianchi:dropck_fix_pr...
2019-12-20 Mazdak Farrokhzad1. ast::Mutability::{Mutable -> Mut, Immutable -> Not}.
2019-12-16 Mazdak FarrokhzadRollup merge of #66771 - SimonSapin:panic-stability...
2019-12-16 Mazdak FarrokhzadRollup merge of #66735 - SOF3:feature/str_strip, r...
2019-12-16 Mazdak FarrokhzadRollup merge of #65778 - bdonlan:stable_weak_count...
2019-12-13 Mazdak FarrokhzadRollup merge of #66341 - crgl:vec-deque-extend, r=Amanieu
2019-12-12 Yuki OkushiRollup merge of #62514 - stephaneyfx:box-ffi, r=nikomat...
2019-12-10 Yuki OkushiRollup merge of #66377 - XAMPPRocky:relnotes-1.40.0...
2019-12-09 Christoph SchmidlerMerge branch 'master' of github.com:TheSamsa/rust
2019-12-08 Petermove from non zero impls to `libcore/convert/num.rs`
2019-12-08 borsAuto merge of #66730 - hermitcore:master, r=alexcrichton
2019-12-08 Mazdak FarrokhzadRollup merge of #66325 - BartMassey:master, r=joshtriplett
2019-12-06 Yuki OkushiRollup merge of #66846 - gizmondo:master, r=michaelwoer...
2019-12-06 Yuki OkushiRollup merge of #66649 - Wind-River:master_xyz, r=alexc...
2019-12-05 Mazdak FarrokhzadRollup merge of #67005 - andrewbanchich:master, r=josht...
2019-12-05 Mazdak FarrokhzadRollup merge of #66710 - vorner:weak-into-raw-null...
2019-12-04 borsAuto merge of #66408 - nnethercote:greedy-process_oblig...
2019-12-03 Mazdak FarrokhzadRollup merge of #66651 - Areredify:on-unimplemented...
2019-12-03 Mazdak FarrokhzadRollup merge of #66148 - oli-obk:it_must_be_a_sign...
2019-12-03 borsAuto merge of #66256 - CAD97:patch-2, r=RalfJung
2019-12-02 Ralf JungRollup merge of #66834 - infinity0:master, r=Mark-Simul...
2019-12-02 Ralf JungRollup merge of #66827 - RalfJung:miri-missing-ret...
2019-12-02 Ralf JungRollup merge of #66654 - ecstatic-morse:check-consts...
2019-12-02 Mazdak FarrokhzadRollup merge of #66346 - linkmauve:try-in-docstring...
2019-12-01 Mazdak FarrokhzadRollup merge of #66832 - RalfJung:const-prop-no-alloc...
2019-12-01 Mazdak FarrokhzadRollup merge of #66790 - christianpoveda:check-set...
2019-12-01 Mazdak FarrokhzadRollup merge of #66662 - RalfJung:miri-test-liballoc...
2019-12-01 Mazdak FarrokhzadRollup merge of #66503 - thomasetter:panic-error-msg...
2019-11-30 Mazdak FarrokhzadRollup merge of #66759 - CAD97:patch-3, r=KodrAus
2019-11-30 Mazdak FarrokhzadRollup merge of #66705 - pitdicker:atomic_mut_ptr,...
2019-11-30 Mazdak FarrokhzadRollup merge of #66612 - Nadrieril:or-patterns-initial...
2019-11-29 Ralf JungRollup merge of #66844 - RalfJung:caller-location-leak...
2019-11-29 Ralf JungRollup merge of #66837 - ohadravid:epsilon-doc, r=dtolnay
2019-11-29 Ralf JungRollup merge of #66826 - mlodato517:mlodato517-clarify...
2019-11-29 Ralf JungRollup merge of #66808 - GuillaumeGomez:cleanup-err...
2019-11-29 Ralf JungRollup merge of #66793 - matthewjasper:record-static...
2019-11-29 Ralf JungRollup merge of #66791 - cjgillot:arena, r=Mark-Simulacrum
2019-11-29 Ralf JungRollup merge of #66766 - RalfJung:panic-comments, r...
2019-11-29 Ralf JungRollup merge of #66589 - TheSamsa:master, r=Dylan-DPC
2019-11-29 Ralf JungRollup merge of #66379 - CreepySkeleton:patch-1, r...
2019-11-29 borsAuto merge of #66321 - ninjasource:async-fn-resume...
2019-11-29 borsAuto merge of #66645 - RalfJung:dereferenceable, r...
2019-11-29 borsAuto merge of #66590 - Aaron1011:fix/real-impl-trait...
2019-11-29 borsAuto merge of #66547 - leo60228:procfs-fallback, r...
2019-11-28 borsAuto merge of #66642 - ecstatic-morse:promotion-in...
2019-11-28 borsAuto merge of #66603 - Nadrieril:fix-65413, r=varkor
2019-11-28 borsAuto merge of #66246 - matthewjasper:simplify-mem-cat...
2019-11-28 borsAuto merge of #65013 - petertodd:2019-maybeuninit-debug...
2019-11-27 Tyler MandryRollup merge of #66722 - matthewjasper:non_exhaustive_b...
2019-11-27 Tyler MandryRollup merge of #66718 - VirrageS:use_comma, r=Centril
2019-11-27 Tyler MandryRollup merge of #66700 - VirrageS:master, r=matthewjasper
2019-11-27 Tyler MandryRollup merge of #66534 - immunant:multiple_global_decls...
2019-11-27 Tyler MandryRollup merge of #66305 - elichai:2019-11-array_ffi...
2019-11-27 Tyler MandryRollup merge of #66222 - Aaron1011:fix/opaque-closure...
2019-11-27 Matthew JasperMove ExprUseVisitor and mem_categorization to rustc_typeck
2019-11-27 Matthew JasperSimplify `mem_categorization`
2019-11-27 Matthew JasperSimplify fields of `MemCategorizationContext`
2019-11-27 Matthew JasperRename `cmt_` to `Place`
2019-11-27 borsAuto merge of #66677 - wesleywiser:fix_const_prop_alloc...
2019-11-27 borsAuto merge of #66675 - GuillaumeGomez:support-anchors...
2019-11-26 Tyler MandryRollup merge of #66754 - estebank:rustdoc-capitalizatio...
2019-11-26 Tyler MandryRollup merge of #66719 - Mark-Simulacrum:int-normalizat...
2019-11-26 Tyler MandryRollup merge of #66717 - dtolnay:tidy, r=Mark-Simulacrum
2019-11-26 Tyler MandryRollup merge of #66713 - hermitcore:hermit, r=alexcrichton
2019-11-26 Tyler MandryRollup merge of #66711 - mattico:aarch-msvc-fp, r=nagisa
2019-11-26 Tyler MandryRollup merge of #66663 - RalfJung:miri-leaks, r=oli-obk
2019-11-26 Tyler MandryRollup merge of #66661 - msizanoen1:riscv-gnu, r=alexcr...
2019-11-26 Tyler MandryRollup merge of #66128 - emilio:new-zeroed, r=SimonSapin
2019-11-26 borsAuto merge of #66646 - RalfJung:unwind_to_block, r...
2019-11-26 borsAuto merge of #66631 - michaelwoerister:additional...
2019-11-26 borsAuto merge of #66561 - TimoFreiberg:trait-name-report...
2019-11-26 borsAuto merge of #66522 - tmiasko:sanitize-flags, r=alexcr...
2019-11-25 borsAuto merge of #66178 - Aaron1011:fix/opaque-normalize...
2019-11-25 Pietro AlbiniRollup merge of #66698 - petrochenkov:tidywarn, r=Mark...
2019-11-25 Pietro AlbiniRollup merge of #66694 - RalfJung:panic-comments, r...
2019-11-25 Pietro AlbiniRollup merge of #66684 - mark-i-m:error-reporting-clean...
2019-11-25 Pietro AlbiniRollup merge of #66678 - GuillaumeGomez:remove-useless...
2019-11-25 Pietro AlbiniRollup merge of #66569 - pietroalbini:gha-1, r=alexcrichton
2019-11-25 Pietro AlbiniRollup merge of #66512 - jsgf:process-argv0, r=Dylan-DPC
2019-11-25 Pietro AlbiniRollup merge of #65613 - Mark-Simulacrum:rustdoc-preser...
2019-11-25 borsAuto merge of #66682 - estebank:fn-type-err, r=davidtwco
2019-11-25 borsAuto merge of #66279 - cjgillot:hashstable, r=Zoxc
2019-11-25 borsAuto merge of #66669 - petrochenkov:tup2attr, r=matthew...
2019-11-25 borsAuto merge of #66671 - matthewjasper:ast-address-of...
2019-11-24 Matthew JasperAdd raw address of expressions to the AST and HIR
2019-11-15 borsAuto merge of #64432 - gnzlbg:simplify_truncate, r...
2019-11-09 borsAuto merge of #63871 - BatmanAoD:FloatFnMustUse, r...
2019-11-04 borsAuto merge of #64878 - XAMPPRocky:relnotes-1.39.0,...
2019-11-02 borsAuto merge of #63810 - oli-obk:const_offset_from, r...
2019-11-02 Jon GjengsetMerge branch 'master' into format-temporaries
2019-11-01 Tyler MandryRollup merge of #65112 - jack-t:type-parens-lint, r...
next