about summary refs log tree commit diff
path: root/src/librustc_middle
AgeCommit message (Expand)AuthorLines
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-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-10use min_specialization for some rustc crates where it requires no changesRalf Jung-1/+1
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-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
2020-05-06Shrink `LocalDecl` by 16 bytes.Nicholas Nethercote-6/+12
2020-05-06Shrink `LocalDecl` by 56 bytes.Nicholas Nethercote-17/+17
2020-05-06Add a size assertion for `LocalDecl`.Nicholas Nethercote-0/+4
2020-05-06Improve `LocalDecl` creation.Nicholas Nethercote-38/+24
2020-05-06Add `SourceInfo::outermost`.Nicholas Nethercote-14/+18
2020-05-06validation: port more checks to the pattern-based macro (and give it the shor...Ralf Jung-0/+5
2020-05-05Rebase and use ena 0.14Markus Westerlind-18/+16
2020-05-05perf: Reduce snapshot/rollback overheadMarkus Westerlind-5/+12
2020-05-05Allow `hir().find` to return `None`John Kåre Alsaker-16/+18
2020-05-05Rollup merge of #71883 - Dante-Broggi:patch-1, r=Dylan-DPCDylan DPC-1/+1
2020-05-04fix rebaseEsteban Küber-2/+5
2020-05-04Suggest restricting type param when it doesn't satisfy projectionEsteban Küber-3/+221
2020-05-04add a missing wordDante Broggi-1/+1