]> git.lizzy.rs Git - rust.git/history - src/librustc_mir/transform/mod.rs
Add MirPass to collect Unevaluated consts in MIR body
[rust.git] / src / librustc_mir / transform / mod.rs
2020-04-23 Santiago PastorinoAdd MirPass to collect Unevaluated consts in MIR body
2020-04-23 borsAuto merge of #71467 - Dylan-DPC:rollup-d1os8ug, r...
2020-04-23 Dylan DPCRollup merge of #71461 - GuillaumeGomez:improve-e0567...
2020-04-23 Dylan DPCRollup merge of #71454 - ecstatic-morse:inline-core...
2020-04-23 Dylan DPCRollup merge of #71452 - ecstatic-morse:no-more-snapsho...
2020-04-23 Dylan DPCRollup merge of #71396 - DeeDeeG:improve-e0308-again...
2020-04-23 Dylan DPCRollup merge of #71198 - oli-obk:const_check_cleanup...
2020-04-23 Dylan DPCRollup merge of #71005 - jonas-schievink:no-place-like...
2020-04-23 Oliver SchererRename `Item` to `ConstCx`.
2020-04-23 borsAuto merge of #71343 - RalfJung:miri, r=RalfJung
2020-04-23 borsAuto merge of #71312 - wesleywiser:const_prop_bitset...
2020-04-23 borsAuto merge of #71445 - Dylan-DPC:rollup-31givp1, r...
2020-04-22 borsAuto merge of #71044 - ecstatic-morse:body-predecessor...
2020-04-22 Dylan MacKenzieUse `Body` everywhere
2020-04-21 borsAuto merge of #71170 - spastorino:dyn-fnonce-alignment...
2020-04-20 Dylan DPCRollup merge of #69362 - CAD97:alloc_layout_extras...
2020-04-19 Dylan DPCRollup merge of #71107 - vorner:weak-into-raw-dangling...
2020-04-19 borsAuto merge of #71102 - tmiasko:compiler-builtins, r...
2020-04-18 borsAuto merge of #71147 - cuviper:min-llvm8, r=Mark-Simulacrum
2020-04-17 Dylan DPCRollup merge of #71070 - petrochenkov:nolldaround,...
2020-04-17 Dylan DPCRollup merge of #70467 - wesleywiser:invoke-vs-call...
2020-04-17 Dylan DPCRollup merge of #69642 - ecstatic-morse:issue-69615...
2020-04-17 Dylan DPCRollup merge of #70910 - rakshith-ravi:master, r=cuviper
2020-04-17 Dylan DPCRollup merge of #70578 - PankajChaudhary5:master, r...
2020-04-17 borsAuto merge of #71131 - pnkfelix:issue-69798-dont-reuse...
2020-04-16 Dylan DPCRollup merge of #70611 - pawanbisht62:doc/61137-add...
2020-04-16 Dylan DPCRollup merge of #71191 - GuillaumeGomez:cleanup-e0520...
2020-04-16 Dylan DPCRollup merge of #71149 - RalfJung:check-const-call...
2020-04-16 Dylan DPCRollup merge of #71141 - Duddino:master, r=estebank
2020-04-16 Dylan DPCRollup merge of #70566 - jumbatm:exceeding-bitshifts...
2020-04-16 borsAuto merge of #70831 - sfackler:shrink-future-stack...
2020-04-16 borsAuto merge of #71159 - topecongiro:rustfmt-1.4.14,...
2020-04-15 Dylan DPCRollup merge of #71166 - GuillaumeGomez:cleanup-e0518...
2020-04-15 Dylan DPCRollup merge of #71145 - pfmooney:illumos-triple, r...
2020-04-15 Dylan DPCRollup merge of #70990 - GuillaumeGomez:rustdoc-cleanup...
2020-04-15 Dylan DPCRollup merge of #70774 - GuillaumeGomez:clean-rustdoc...
2020-04-15 Dylan DPCRollup merge of #70354 - XAMPPRocky:master, r=Mark...
2020-04-15 borsAuto merge of #71139 - matthiaskrgr:submodule_upd,...
2020-04-15 Mazdak FarrokhzadRollup merge of #71116 - marmeladema:dummy-hir-id-remov...
2020-04-15 Mazdak FarrokhzadRollup merge of #71100 - RalfJung:miri-frame-hook,...
2020-04-15 Mazdak FarrokhzadRollup merge of #71030 - petrochenkov:linkorder2, r...
2020-04-15 Mazdak FarrokhzadRollup merge of #70891 - lcnr:replace-rvalue_aggregate...
2020-04-15 borsAuto merge of #71106 - jonas-schievink:remove-call...
2020-04-14 Dylan DPCRollup merge of #71002 - Freax13:fix-target, r=ollie27
2020-04-14 Dylan DPCRollup merge of #70949 - WaffleLapkin:simlify_vec_macro...
2020-04-14 Dylan DPCRollup merge of #70947 - RalfJung:ctfe-no-read-mut...
2020-04-14 Dylan DPCRollup merge of #71121 - AnthonyMikh:fix_string_doc_lin...
2020-04-14 Dylan DPCRollup merge of #71120 - GuillaumeGomez:cleanup-e0517...
2020-04-14 borsAuto merge of #70893 - tmiasko:llvm-sanitizers, r=cuviper
2020-04-13 Dylan DPCRollup merge of #70654 - oli-obk:subrepo_docs, r=Mark...
2020-04-13 Dylan DPCRollup merge of #71051 - ryr3:fix_try_into, r=estebank
2020-04-13 Dylan DPCRollup merge of #70656 - GuillaumeGomez:scrollbar-displ...
2020-04-13 Jonas SchievinkDon't always run `add_call_guards` pass
2020-04-13 borsAuto merge of #70989 - eddyb:mir-opt-32-pr-ci, r=Mark...
2020-04-13 borsAuto merge of #70882 - tmiasko:llvm-version-suffix...
2020-04-13 borsAuto merge of #71023 - mati865:mingw-unwind-linking...
2020-04-12 Dylan DPCRollup merge of #71013 - jonas-schievink:visit-projecti...
2020-04-12 Dylan DPCRollup merge of #67766 - sapir:fix-unused-in-or-pattern...
2020-04-12 Dylan DPCRollup merge of #71057 - GuillaumeGomez:cleanup-e0516...
2020-04-12 Dylan DPCRollup merge of #71053 - phansch:update_kw_sym_docs...
2020-04-12 Dylan DPCRollup merge of #71048 - arlosi:normalize_ext_src,...
2020-04-12 Dylan DPCRollup merge of #71034 - GuillaumeGomez:cleanup-e0515...
2020-04-12 borsAuto merge of #70873 - mark-i-m:update-rdg, r=JohnTitor
2020-04-11 Dylan DPCRollup merge of #71021 - robojumper:71000-mir-assert...
2020-04-11 Dylan DPCRollup merge of #70996 - ChaiTRex:master, r=Amanieu
2020-04-11 Dylan DPCRollup merge of #70937 - mati865:mingw-staticlib-suffix...
2020-04-11 Dylan DPCRollup merge of #70644 - nnethercote:clean-up-ModuleCon...
2020-04-11 borsAuto merge of #70161 - cjgillot:query-arena, r=nikomatsakis
2020-04-11 borsAuto merge of #71014 - Centril:rollup-3lc8cnt, r=Centril
2020-04-11 borsAuto merge of #69573 - pnkfelix:issue-53114-add-tests...
2020-04-10 borsAuto merge of #70986 - marmeladema:issue70853/librustc_...
2020-04-10 marmelademalibrustc_middle: return LocalDefId instead of DefId...
2020-04-09 Mazdak FarrokhzadRollup merge of #70367 - nikomatsakis:issue-69307,...
2020-04-08 Dylan DPCRollup merge of #70134 - hermitcore:osstrext, r=dtolnay
2020-04-06 Dylan DPCRollup merge of #70690 - GuillaumeGomez:cleanup-e0501...
2020-04-06 Mazdak FarrokhzadRollup merge of #70519 - estebank:constraints-before...
2020-04-04 borsAuto merge of #69898 - spastorino:rename-rustc-guide2...
2020-04-04 borsAuto merge of #70136 - hermitcore:network_tcp, r=dtolnay
2020-04-04 Stefan LankesMerge branch 'master' into abi
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 #70224 - GuillaumeGomez:clean-up-rustdo...
2020-04-03 Mazdak FarrokhzadRollup merge of #68334 - andre-richter:master, r=japaric
2020-04-02 Mazdak FarrokhzadRollup merge of #70487 - Mark-Simulacrum:float-unchecke...
2020-04-02 Mazdak FarrokhzadRollup merge of #70421 - Centril:recover-const-async...
2020-04-02 Mazdak FarrokhzadRollup merge of #70281 - xfix:infallible-hash, r=dtolnay
2020-04-02 borsAuto merge of #70362 - TimDiekmann:alloc-overhaul,...
2020-04-01 Dylan DPCRollup merge of #70649 - GuillaumeGomez:cleanup-e0468...
2020-04-01 Mazdak FarrokhzadRollup merge of #70522 - rcoh:60762-raw-string-errors...
2020-04-01 Mazdak FarrokhzadRollup merge of #70511 - ecstatic-morse:mir-dataflow...
2020-04-01 borsAuto merge of #70414 - lopsided98:armv6-gcc-8, r=pietro...
2020-03-31 Dylan DPCRollup merge of #70556 - Centril:fix-70552, r=estebank
2020-03-31 Dylan DPCRollup merge of #70081 - lcnr:issue68387, r=varkor
2020-03-31 Dylan DPCRollup merge of #68770 - ssomers:btree_drain_filter...
2020-03-31 Dylan DPCRollup merge of #70606 - GuillaumeGomez:cleanup-e0466...
2020-03-31 Dylan DPCRollup merge of #70600 - danielframpton:aarch64-windows...
2020-03-31 Dylan DPCRollup merge of #69425 - lcnr:make_contiguous, r=Amanieu
2020-03-31 Mazdak FarrokhzadRollup merge of #70548 - Ersikan:master, r=GuillaumeGomez
2020-03-31 Mazdak FarrokhzadRollup merge of #69784 - benesch:fast-strip-prefix...
2020-03-30 Dylan DPCRollup merge of #70546 - lqd:polonius_update, r=nikomat...
next