about summary refs log tree commit diff
path: root/src/librustc_mir
AgeCommit message (Expand)AuthorLines
2019-10-14Auto merge of #64987 - oli-obk:code_reuse_prevents_bugs, r=eddybbors-8/+5
2019-10-14Rollup merge of #65363 - Centril:less-pprust, r=Mark-SimulacrumMazdak Farrokhzad-3/+3
2019-10-13Rollup merge of #65347 - RalfJung:unwind-abort-rust, r=varkorMazdak Farrokhzad-8/+5
2019-10-13Rollup merge of #65248 - estebank:mention-if-let, r=cramertjMazdak Farrokhzad-9/+27
2019-10-13Auto merge of #65182 - anp:reify-shim, r=eddybbors-8/+25
2019-10-13ast: remove implicit pprust dependency via Display.Mazdak Farrokhzad-3/+3
2019-10-13Auto merge of #65099 - pnkfelix:issue-63154-needed-more-normalize, r=nagisabors-0/+3
2019-10-12fix #[unwind(abort)] for Rust ABIsRalf Jung-8/+5
2019-10-11Rollup merge of #65277 - csmoe:fix-move, r=estebankTyler Mandry-25/+50
2019-10-11Rollup merge of #64986 - skinny121:fn-ptr-const-generics, r=varkorTyler Mandry-8/+9
2019-10-11Clarify comment about purpose of ReifyShim.Adam Perry-2/+2
2019-10-11Auto merge of #64716 - jonhoo:stabilize-mem-take, r=SimonSapinbors-1/+0
2019-10-10query generator kind for error reportingcsmoe-25/+50
2019-10-10Clarify shim implementation comment.Adam Perry-1/+2
2019-10-09miri calls resolve_for_fn_ptr when reifying.Adam Perry-1/+8
2019-10-09Clarify comment, dedupe match arms in shim.rs.Adam Perry-12/+5
2019-10-09Reifying callers of Instance::resolve use resolve_for_fn_ptr.Adam Perry-5/+7
2019-10-09Add InstanceDef::ReifyShim for track_caller functions.Adam Perry-0/+14
2019-10-09Revert "Make `into` schedule drop for the destination"Matthew Jasper-144/+59
2019-10-09Suggest `if let` on `let` refutable bindingEsteban Küber-9/+27
2019-10-09self-profiling: Add events for everything except trait selection.Michael Woerister-4/+21
2019-10-09Rollup merge of #65175 - andjo403:partitioning, r=zackmdavisMazdak Farrokhzad-3/+7
2019-10-09Rollup merge of #65166 - csmoe:async-move, r=estebankMazdak Farrokhzad-1/+28
2019-10-08Stabilize mem::take (mem_take)Jon Gjengset-1/+0
2019-10-08Rollup merge of #65135 - GuillaumeGomez:add-error-code-check, r=Mark-SimulacrumMazdak Farrokhzad-1/+1
2019-10-09Substitute and normalize all types of consts within collect constben-11/+6
2019-10-09Fix calling function pointer const parameters. Also fixes inference ofben-2/+8
2019-10-08suggest to add move keyword for generatorcsmoe-1/+28
2019-10-07Auto merge of #61430 - matthewjasper:drop-on-into-panic, r=oli-obkbors-94/+191
2019-10-07Fix/improve some error codes long explanationGuillaume Gomez-1/+1
2019-10-06add more info in debug traces for gcu mergingAndreas Jonson-3/+7
2019-10-06Rollup merge of #65158 - ishitatsuyuki:remove-dead, r=Mark-SimulacrumTyler Mandry-204/+0
2019-10-06Auto merge of #65089 - nnethercote:optimize-integral-pattern-matching, r=Mark...bors-146/+189
2019-10-05Rollup merge of #65116 - spastorino:remove-unneeded-fn, r=oli-obkTyler Mandry-6/+0
2019-10-05Rollup merge of #65100 - csmoe:generator, r=nikomatsakisTyler Mandry-46/+29
2019-10-05Rollup merge of #65066 - wesleywiser:fix_const_prop_ice_on_polymorphic_promot...Tyler Mandry-0/+7
2019-10-05Rollup merge of #65011 - estebank:ice-o-matic, r=zackmdavisTyler Mandry-5/+7
2019-10-04Remove unneeded visit_statement definitionSantiago Pastorino-6/+0
2019-10-04Make `into` schedule drop for the destinationMatthew Jasper-65/+151
2019-10-04[const-prop] Fix ICE when trying to eval polymorphic promoted MIRWesley Wiser-0/+7
2019-10-04Remove dead moduleTatsuyuki Ishi-204/+0
2019-10-04clean up GeneratorSubstscsmoe-46/+29
2019-10-04Add some missing normalization calls to fix #63154Felix S. Klock II-0/+3
2019-10-04Replace `flat_map()` with `filter_map()` in `is_useful_specialized()`.Nicholas Nethercote-3/+5
2019-10-04Introduce a special case in `IntRange::from_const`.Nicholas Nethercote-7/+28
2019-10-04Rearrange `IntRange::from_{ctor,pat}()`.Nicholas Nethercote-40/+69
2019-10-04Inline and remove `constructor_intersects_pattern()`.Nicholas Nethercote-33/+26
2019-10-04Combine two `match` arms in `specialize()`.Nicholas Nethercote-70/+68
2019-10-04Rollup merge of #64817 - csmoe:closure, r=nikomatsakisMazdak Farrokhzad-42/+28
2019-10-04Rollup merge of #64749 - matthewjasper:liveness-opt, r=nikomatsakisMazdak Farrokhzad-50/+118