about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2020-02-13Print flow state in debug messages for `find_dead_unwinds`Dylan MacKenzie-3/+9
2020-02-13Use more descriptive name to get `InitializationData` stateDylan MacKenzie-5/+5
2020-02-13Use `seek_before` instead of `seek_after`Dylan MacKenzie-7/+7
2020-02-13Use `ResultsCursor` for `elaborate_drops`Dylan MacKenzie-81/+33
2020-02-12Auto merge of #68241 - ecstatic-morse:unified-dataflow-impls, r=pnkfelixbors-516/+788
2020-02-12Auto merge of #69088 - JohnTitor:rollup-x7bk7h7, r=JohnTitorbors-1024/+1201
2020-02-12Rollup merge of #69077 - jumbatm:fix-comment, r=Dylan-DPCYuki Okushi-4/+3
2020-02-12Rollup merge of #69070 - Bassetts:master, r=alexcrichtonYuki Okushi-0/+1
2020-02-12Rollup merge of #69058 - TimDiekmann:box, r=AmanieuYuki Okushi-21/+28
2020-02-12Rollup merge of #69027 - TimDiekmann:zeroed-alloc, r=AmanieuYuki Okushi-0/+137
2020-02-12Rollup merge of #69026 - TimDiekmann:common-usage, r=AmanieuYuki Okushi-223/+9
2020-02-12Rollup merge of #68999 - andjo403:itertools, r=CentrilYuki Okushi-9/+1
2020-02-12Rollup merge of #68947 - chrissimpkins:python-fmt, r=alexcrichtonYuki Okushi-85/+114
2020-02-12Rollup merge of #68937 - ecstatic-morse:unchecked-intrinsics-test, r=RalfJungYuki Okushi-41/+119
2020-02-12Rollup merge of #68554 - cjgillot:lang_items, r=ZoxcYuki Okushi-628/+688
2020-02-12Rollup merge of #68487 - 0dvictor:nolink, r=tmandryYuki Okushi-8/+57
2020-02-12Rollup merge of #67695 - gilescope:truth, r=centrilYuki Okushi-5/+44
2020-02-12Auto merge of #68998 - lzutao:clippyup, r=Manishearthbors-7/+9
2020-02-12Auto merge of #68823 - matthiaskrgr:submodule_upd, r=ehussbors-11/+22
2020-02-12Update clippyLzu Tao-7/+9
2020-02-12Fix outdated doc comment.jumbatm-4/+3
2020-02-11Test failure of unchecked arithmetic intrinsics in const evalDylan MacKenzie-41/+119
2020-02-11Review comments.Camille GILLOT-75/+76
2020-02-11Merge rustc::middle::*lang_items.Camille GILLOT-42/+30
2020-02-11Move it all into rustc_hir.Camille GILLOT-94/+20
2020-02-11Nits.Camille GILLOT-1/+1
2020-02-11Move weak_lang_items checking to librustc_passes.Camille GILLOT-33/+40
2020-02-11Move weak_lang_items.rs to librustc_passes.Camille GILLOT-0/+0
2020-02-11Move weak lang items to librustc_lang_items.Camille GILLOT-68/+80
2020-02-11Move get_lang_items query in librustc_passes.Camille GILLOT-172/+176
2020-02-11Move lang_items definitions to librustc_lang_items.Camille GILLOT-288/+372
2020-02-11Move hir::check_attr::Target to librustc_lang_items.Camille GILLOT-3/+40
2020-02-11Move macro enum_from_u32 to rustc_data_structures.Camille GILLOT-37/+38
2020-02-11Auto merge of #68491 - pnkfelix:hide-niches-under-unsafe-cell, r=olibors-24/+521
2020-02-11Keyword docsGiles Cope-5/+44
2020-02-11Clarify why you shouldn't override `Analysis::into_engine`Dylan MacKenzie-3/+11
2020-02-11Use exhaustive matchingDylan MacKenzie-1/+10
2020-02-11Add note about `elaborate_drops::InitializationData`Dylan MacKenzie-0/+3
2020-02-11Skip caching block transfer functions for acyclic MIRDylan MacKenzie-10/+14
2020-02-11Use new dataflow framework for `rustc_peek` testsDylan MacKenzie-42/+30
2020-02-11Use new dataflow framework for drop elaboration and borrow checkingDylan MacKenzie-312/+166
2020-02-11Add self to .mailmapJason Liquorish-0/+1
2020-02-11remove some dependencies on itertoolsAndreas Jonson-9/+1
2020-02-11Auto merge of #69062 - Dylan-DPC:rollup-7wpjpqu, r=Dylan-DPCbors-375/+533
2020-02-11Rollup merge of #69055 - GuillaumeGomez:clean-up-e0307, r=Dylan-DPCDylan DPC-3/+17
2020-02-11Rollup merge of #69047 - ehuss:rustfmt-vendor, r=CentrilDylan DPC-0/+1
2020-02-11Rollup merge of #69044 - jonas-schievink:dont-run-coherence-twice, r=davidtwcoDylan DPC-30/+43
2020-02-11Rollup merge of #69031 - Centril:dyntest, r=eddybDylan DPC-30/+30
2020-02-11Rollup merge of #69022 - ljedrz:traits_tweak_vecs, r=petrochenkovDylan DPC-4/+5
2020-02-11Rollup merge of #68824 - ajpaverd:cfguard-rustbuild, r=Mark-SimulacrumDylan DPC-0/+56