]> git.lizzy.rs Git - rust.git/history - src/librustc_mir
Auto merge of #69258 - JohnTitor:rollup-n2hljai, r=JohnTitor
[rust.git] / src / librustc_mir /
2020-02-12 Dylan DPCRollup merge of #69038 - yaahc:backtrace-debug, r=dtolnay
2020-02-12 Dylan DPCRollup merge of #69002 - RalfJung:miri-op-overflow...
2020-02-12 Dylan DPCRollup merge of #68981 - estebank:silence, r=davidtwco
2020-02-12 Dylan DPCRollup merge of #67954 - nikic:new-pm, r=nagisa
2020-02-12 borsAuto merge of #68679 - matthewjasper:needs-type-op...
2020-02-12 borsAuto merge of #69094 - Dylan-DPC:rollup-4qe7uv1, r...
2020-02-12 Dylan DPCRollup merge of #69089 - nox:sym64-crash, r=eddyb
2020-02-12 Dylan DPCRollup merge of #69059 - ljedrz:unused_stuff, r=Dylan-DPC
2020-02-12 Dylan DPCRollup merge of #69042 - yaahc:backtrace-header, r...
2020-02-12 Dylan DPCRollup merge of #69034 - petrochenkov:notokind, r=Centril
2020-02-12 Dylan DPCRollup merge of #69032 - chrissimpkins:ice-yield-printl...
2020-02-12 Dylan DPCRollup merge of #68994 - Keruspe:sanitizers-conflict...
2020-02-12 Dylan DPCRollup merge of #68914 - nnethercote:speed-up-SipHasher...
2020-02-12 Dylan DPCRollup merge of #67585 - ranma42:fix/char-is-ascii...
2020-02-12 borsAuto merge of #68241 - ecstatic-morse:unified-dataflow...
2020-02-12 borsAuto merge of #69088 - JohnTitor:rollup-x7bk7h7, r...
2020-02-12 Yuki OkushiRollup merge of #69077 - jumbatm:fix-comment, r=Dylan-DPC
2020-02-12 Yuki OkushiRollup merge of #69070 - Bassetts:master, r=alexcrichton
2020-02-12 Yuki OkushiRollup merge of #69058 - TimDiekmann:box, r=Amanieu
2020-02-12 Yuki OkushiRollup merge of #69027 - TimDiekmann:zeroed-alloc,...
2020-02-12 Yuki OkushiRollup merge of #69026 - TimDiekmann:common-usage,...
2020-02-12 Yuki OkushiRollup merge of #68999 - andjo403:itertools, r=Centril
2020-02-12 Yuki OkushiRollup merge of #68947 - chrissimpkins:python-fmt,...
2020-02-12 Yuki OkushiRollup merge of #68937 - ecstatic-morse:unchecked-intri...
2020-02-12 Yuki OkushiRollup merge of #68554 - cjgillot:lang_items, r=Zoxc
2020-02-12 Yuki OkushiRollup merge of #68487 - 0dvictor:nolink, r=tmandry
2020-02-12 Yuki OkushiRollup merge of #67695 - gilescope:truth, r=centril
2020-02-12 borsAuto merge of #68823 - matthiaskrgr:submodule_upd,...
2020-02-11 Camille GILLOTReview comments.
2020-02-11 Camille GILLOTMove lang_items definitions to librustc_lang_items.
2020-02-11 borsAuto merge of #68491 - pnkfelix:hide-niches-under-unsaf...
2020-02-11 Dylan MacKenzieClarify why you shouldn't override `Analysis::into_engine`
2020-02-11 Dylan MacKenzieUse exhaustive matching
2020-02-11 Dylan MacKenzieAdd note about `elaborate_drops::InitializationData`
2020-02-11 Dylan MacKenzieSkip caching block transfer functions for acyclic MIR
2020-02-11 Dylan MacKenzieUse new dataflow framework for `rustc_peek` tests
2020-02-11 Dylan MacKenzieUse new dataflow framework for drop elaboration and...
2020-02-11 borsAuto merge of #69062 - Dylan-DPC:rollup-7wpjpqu, r...
2020-02-11 Dylan DPCRollup merge of #69055 - GuillaumeGomez:clean-up-e0307...
2020-02-11 Dylan DPCRollup merge of #69047 - ehuss:rustfmt-vendor, r=Centril
2020-02-11 Dylan DPCRollup merge of #69044 - jonas-schievink:dont-run-coher...
2020-02-11 Dylan DPCRollup merge of #69031 - Centril:dyntest, r=eddyb
2020-02-11 Dylan DPCRollup merge of #69022 - ljedrz:traits_tweak_vecs,...
2020-02-11 Dylan DPCRollup merge of #68824 - ajpaverd:cfguard-rustbuild...
2020-02-11 Dylan DPCRollup merge of #68816 - estebank:fn-mut-closure, r...
2020-02-11 Dylan DPCRollup merge of #66498 - bjorn3:less_feature_flags...
2020-02-11 borsAuto merge of #68725 - jumbatm:invert-control-in-struct...
2020-02-11 jumbatmMove more into decorate functions.
2020-02-11 jumbatmRun RustFmt
2020-02-11 jumbatmInvert control in struct_lint_level.
2020-02-11 Mazdak Farrokhzadsimplify_try: address some of eddyb's comments
2020-02-11 borsAuto merge of #68961 - eddyb:dbg-stack-dunk, r=nagisa
2020-02-11 borsAuto merge of #68929 - matprec:consistent-issue-referen...
2020-02-10 Ralf Jungremove outdated comment
2020-02-10 Dylan MacKenzieUse new dataflow interface for initialization/borrows...
2020-02-10 Dylan MacKenzieImplement a `find_descendant` method for `MovePath`
2020-02-10 Dylan MacKenzieAdd a `Visitor` for dataflow results
2020-02-10 Dylan MacKenzieAdd an `into_engine` method to `Analysis`
2020-02-10 Dylan MacKenzieAdd a `contains` method to `ResultsCursor`
2020-02-10 Chris Simpkinshandle TerminatorKind::Yield by returning Err(Unpromotable)
2020-02-10 Dylan DPCRollup merge of #69014 - dwrensha:fix-68890, r=Centril
2020-02-10 Dylan DPCRollup merge of #69007 - GuillaumeGomez:clean-up-e0283...
2020-02-10 Dylan DPCRollup merge of #68986 - ecstatic-morse:const-ascii...
2020-02-10 Dylan DPCRollup merge of #68932 - michaelwoerister:self-profile...
2020-02-10 Dylan DPCRollup merge of #68908 - jwhite927:E0637, r=Dylan-DPC
2020-02-10 Dylan DPCRollup merge of #68897 - GuillaumeGomez:clean-up-e0275...
2020-02-10 borsAuto merge of #68835 - CAD97:sound-range-inclusive...
2020-02-10 borsAuto merge of #69012 - Dylan-DPC:rollup-13qn0fq, r...
2020-02-10 Dylan DPCRollup merge of #69006 - petrochenkov:prevspan2, r...
2020-02-10 Dylan DPCRollup merge of #69005 - ecstatic-morse:unified-dataflo...
2020-02-10 Dylan DPCRollup merge of #68992 - matthewjasper:imm-binding...
2020-02-10 Dylan DPCRollup merge of #68976 - ecstatic-morse:const-non-zero...
2020-02-10 Dylan DPCRollup merge of #68694 - nnethercote:reduce-RefCells...
2020-02-09 borsAuto merge of #67665 - Patryk27:master, r=zackmdavis
2020-02-09 Matthias PrechtlMake issue references consistent
2020-02-09 borsAuto merge of #69004 - jonas-schievink:rollup-z2ymler...
2020-02-09 Dylan MacKenzieUse nicer alignment when printing state vectors
2020-02-09 Dylan MacKenzieDon't break first line
2020-02-09 Dylan MacKenzieRemove unnecessary allows
2020-02-09 Dylan MacKenzieAdd option to `dot::render` for monospace font
2020-02-09 Dylan MacKenziePrint `after` effect in default graphviz formatter
2020-02-09 Jonas SchievinkRollup merge of #68913 - Areredify:gat_pretty, r=cramertj
2020-02-09 Jonas SchievinkRollup merge of #68911 - jonas-schievink:inherent-overl...
2020-02-09 Jonas SchievinkRollup merge of #68881 - eddyb:always-preserve-dbg...
2020-02-09 Jonas SchievinkRollup merge of #68742 - tspiteri:string-as-mut, r...
2020-02-09 Jonas SchievinkRollup merge of #68738 - kennytm:derive-clone-eq-for...
2020-02-09 Ralf Jungconst-prop: use overflowing_unary_op for overflowing...
2020-02-09 Ralf Jungmiri: equip unary_op with overflow detection
2020-02-09 borsAuto merge of #68623 - Zoxc:lld, r=Mark-Simulacrum
2020-02-09 Ralf Jungbring back extra check for int_min%-1
2020-02-09 Ralf Jungmiri: simplify singed operator overflow detection
2020-02-09 Patryk WychowaniecImprove reporting errors and suggestions for trait...
2020-02-09 borsAuto merge of #68689 - estebank:where-clause-sugg-missi...
2020-02-09 Esteban Küberreview comments
2020-02-09 borsAuto merge of #68376 - Centril:move-ref-patterns, r...
2020-02-08 Dylan DPCRollup merge of #68958 - GuillaumeGomez:clean-up-e0277...
2020-02-08 Dylan DPCRollup merge of #68918 - brson:unwrapdoc, r=Dylan-DPC
2020-02-08 Dylan DPCRollup merge of #68857 - Marwes:allocations, r=matthewj...
2020-02-08 Dylan DPCRollup merge of #68834 - ssomers:btree_first_last_fix68...
2020-02-08 Dylan DPCRollup merge of #68718 - Aaron1011:move-def-hir-span...
next