about summary refs log tree commit diff
path: root/src/librustc_middle
AgeCommit message (Expand)AuthorLines
2020-05-17Put lazy normalization behind a feature gateBen Lewis-19/+21
2020-05-17Assume unevaluated consts are equal to the other consts and add ConstEquate o...Ben Lewis-21/+45
2020-05-16Rollup merge of #72060 - lcnr:move-list, r=estebankRalf Jung-145/+155
2020-05-16Continue lowering for unsupported async generator instead of returning an error.marmeladema-10/+7
2020-05-16Rollup merge of #71948 - csmoe:issue-61076, r=oli-obkDylan DPC-5/+19
2020-05-15InvalidUninitBytes: Track more info about accessDavid Cook-19/+59
2020-05-15implement type_implments_trait querycsmoe-1/+19
2020-05-15Rollup merge of #72214 - JOE1994:nitpicky, r=jonas-schievinkDylan DPC-2/+2
2020-05-14Minor fixes to commentsJOE1994-2/+2
2020-05-14Rollup merge of #72170 - lcnr:lang_item, r=oli-obkDylan DPC-7/+9
2020-05-14Rollup merge of #72150 - jackh726:unnorm_projection, r=nikomatsakisRalf Jung-47/+7
2020-05-14Rollup merge of #72138 - wesleywiser:add_doc_comment, r=matthewjasperRalf Jung-0/+3
2020-05-14Rollup merge of #71741 - RalfJung:pointer-print, r=oli-obkRalf Jung-10/+18
2020-05-13use `require_lang_item` over `unwrap`.Bastian Kauschke-7/+9
2020-05-12Don't `type_of` on trait assoc ty without defaultEsteban Küber-7/+6
2020-05-12Add doc comment for `rustc_middle::mir::mono::Linkage`Wesley Wiser-0/+3
2020-05-12Pointer printing: do not print 0 offsetRalf Jung-10/+18
2020-05-12Rollup merge of #72048 - jonas-schievink:visit-return, r=oli-obkDylan DPC-1/+17
2020-05-12Remove ty::UnnormalizedProjectionJack Huey-47/+7
2020-05-11Rollup merge of #72109 - matthiaskrgr:cl8ppy, r=Dylan-DPCDylan DPC-9/+5
2020-05-11Rollup merge of #72052 - lcnr:const_pprint, r=ecstatic-morseDylan DPC-1/+3
2020-05-11Fix clippy warningsMatthias Krüger-9/+5
2020-05-11bless ui testscsmoe-5/+1
2020-05-10use min_specialization for some rustc crates where it requires no changesRalf Jung-1/+1
2020-05-09move `ty::List` into a new submoduleBastian Kauschke-145/+155
2020-05-09display `ConstKind::Param`Bastian Kauschke-1/+3
2020-05-09Visit move out of `_0` when visiting `return`Jonas Schievink-1/+17
2020-05-09Rollup merge of #71555 - cjgillot:nameless, r=matthewjasperRalf Jung-44/+43
2020-05-09Rollup merge of #71508 - oli-obk:alloc_map_unlock, r=RalfJungRalf Jung-67/+82
2020-05-09Rollup merge of #69406 - jackh726:chalk-upgrade, r=nikomatsakisRalf Jung-1/+421
2020-05-09Auto merge of #72036 - Dylan-DPC:rollup-ca8b0ql, r=Dylan-DPCbors-70/+70
2020-05-09Support coercion between (FnDef | Closure) and (FnDef | Closure) when Closure...Donough Liu-10/+11
2020-05-09Rollup merge of #72018 - mark-i-m:canon-chalk, r=mark-i-mDylan DPC-1/+1
2020-05-09Rollup merge of #71942 - nnethercote:shrink-LocalDecl, r=matthewjasperDylan DPC-69/+69
2020-05-08Auto merge of #71418 - hbina:rename_miri_undef, r=RalfJungbors-65/+65
2020-05-08Document `global_alloc`Oliver Scherer-0/+4
2020-05-08fix canonicalization linksmark-1/+1
2020-05-08Rollup merge of #71989 - ecstatic-morse:const-context-enum, r=oli-obkDylan DPC-0/+20
2020-05-08Remove ast::{Ident, Name} reexports.Camille GILLOT-44/+43
2020-05-08Create a convenience wrapper for `get_global_alloc(id).unwrap()`Oliver Scherer-15/+17
2020-05-08Shrink visibility of the `AllocMap` and its methodsOliver Scherer-3/+3
2020-05-08Move `unwrap_fn` and `unwrap_memory` to `GlobalAlloc`Oliver Scherer-20/+31
2020-05-08Simplify the `tcx.alloc_map` APIOliver Scherer-46/+44
2020-05-07Reintegrate chalk using chalk-solveJack Huey-1/+421
2020-05-07Add `hir::ConstContext`Dylan MacKenzie-0/+20
2020-05-07Renamed "undef" stuff to "uninit"Hanif Bin Ariffin-65/+65
2020-05-07Auto merge of #55617 - oli-obk:stacker, r=nagisa,oli-obkbors-2/+7
2020-05-06Rollup merge of #71950 - RalfJung:try-validation-cleanup, r=oli-obkDylan DPC-5/+14
2020-05-06Rollup merge of #70908 - estebank:suggest-add, r=nikomatsakisDylan DPC-3/+224
2020-05-06properly catch invalid-drop-fn errorsRalf Jung-8/+12