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