| Age | Commit message (Expand) | Author | Lines |
| 2019-12-30 | Make things build again | Vadim Petrochenkov | -1/+1 |
| 2019-12-30 | Auto merge of #67667 - wesleywiser:speed_up_trivially_valid_constants, r=oli-obk | bors | -3/+12 |
| 2019-12-30 | Auto merge of #67658 - spastorino:do-not-copy-zsts, r=oli-obk | bors | -25/+37 |
| 2019-12-30 | Auto merge of #67721 - JohnTitor:rollup-o8zm4r9, r=JohnTitor | bors | -2/+20 |
| 2019-12-30 | Rollup merge of #67687 - estebank:issue-67634, r=matthewjasper | Yuki Okushi | -2/+20 |
| 2019-12-30 | Auto merge of #67631 - oli-obk:polymorphic_promotion, r=wesleywiser | bors | -32/+82 |
| 2019-12-29 | Auto merge of #66942 - cjgillot:hirene-ty, r=Zoxc | bors | -11/+11 |
| 2019-12-29 | Resolve long compile times when evaluating always valid constants | Wesley Wiser | -3/+12 |
| 2019-12-29 | Ensure that we don't cause *new* hard errors if we suddenly can evaluate more... | Oliver Scherer | -29/+41 |
| 2019-12-28 | Do not ICE on lifetime error involving closures | Esteban Küber | -2/+20 |
| 2019-12-28 | Avoid copying some undef memory in MIR | Santiago Pastorino | -24/+28 |
| 2019-12-28 | Change "be returning" to "return" | Matthew Kraai | -1/+1 |
| 2019-12-28 | Rollup merge of #67659 - SimonSapin:matches, r=rkruppe | Oliver Scherer | -1/+0 |
| 2019-12-28 | Rollup merge of #67632 - kraai:remove-collapsed-reference-links, r=steveklabnik | Oliver Scherer | -1/+1 |
| 2019-12-28 | Rollup merge of #67621 - matthewjasper:correct-static-type, r=oli-obk | Oliver Scherer | -9/+8 |
| 2019-12-28 | Prevent polymorphic const prop on assignments | Oliver Scherer | -0/+7 |
| 2019-12-28 | Work around a resolve bug in const prop | Oliver Scherer | -1/+7 |
| 2019-12-27 | Fallout in other crates. | Camille GILLOT | -11/+11 |
| 2019-12-27 | Fix `Instance::resolve()` incorrectly returning specialized instances | Wesley Wiser | -16/+41 |
| 2019-12-27 | Stabilize the `matches!` macro | Simon Sapin | -1/+0 |
| 2019-12-27 | Avoid memory copy logic for zsts | Santiago Pastorino | -1/+9 |
| 2019-12-27 | Auto merge of #67192 - oli-obk:const_zst_addr, r=RalfJung,varkor | bors | -50/+115 |
| 2019-12-26 | Fallout in other crates. | Camille GILLOT | -53/+74 |
| 2019-12-26 | Fix rebase fallout | Oliver Scherer | -1/+6 |
| 2019-12-26 | Use the targetted const eval functions | Oliver Scherer | -9/+5 |
| 2019-12-26 | Reintroduce the recursion comment | Oliver Scherer | -0/+4 |
| 2019-12-26 | Documentation nit | Oliver Scherer | -1/+2 |
| 2019-12-26 | Add a `const_eval` helper to `InterpCx` | Oliver Scherer | -20/+23 |
| 2019-12-26 | Early abort instead of building up zero sized values | Oliver Scherer | -9/+11 |
| 2019-12-26 | Explain why `const_eval` is ok here | Oliver Scherer | -0/+7 |
| 2019-12-26 | Typo | Oliver Scherer | -1/+1 |
| 2019-12-26 | Remove unintended noisy log statement | Oliver Scherer | -1/+1 |
| 2019-12-26 | Explain the currently necessary existance of `TransmuteSizeDiff` | Oliver Scherer | -0/+4 |
| 2019-12-26 | Explain what we are doing with parameter environments for statics | Oliver Scherer | -5/+5 |
| 2019-12-26 | Comments should start capitalized and end in a period | Oliver Scherer | -4/+4 |
| 2019-12-26 | Explain ParamEnv::reveal_all usage | Oliver Scherer | -0/+5 |
| 2019-12-26 | Immediately evaluate and validate constants when we want them as operands | Oliver Scherer | -3/+10 |
| 2019-12-26 | Interning even happens when validation of a constant fails | Oliver Scherer | -6/+12 |
| 2019-12-26 | Prevent an ICE on invalid transmutes | Oliver Scherer | -6/+4 |
| 2019-12-26 | Comment on a few odd things that we should look at | Oliver Scherer | -5/+4 |
| 2019-12-26 | Simplify `force_allocation_maybe_sized` | Oliver Scherer | -15/+4 |
| 2019-12-26 | Retire `to_ptr` which should already have no users but still kept getting new... | Oliver Scherer | -10/+15 |
| 2019-12-26 | Don't ICE on the use of integer addresses for ZST constants in pattern matching | Oliver Scherer | -12/+46 |
| 2019-12-26 | Auto merge of #67592 - matthewjasper:cleanup-match, r=Centril | bors | -115/+166 |
| 2019-12-26 | Convert collapsed to shortcut reference links | Matthew Kraai | -1/+1 |
| 2019-12-26 | Rebase fallout | Oliver Scherer | -3/+5 |
| 2019-12-26 | Bail out before running the query | Oliver Scherer | -3/+4 |
| 2019-12-26 | Tidy | Oliver Scherer | -7/+10 |
| 2019-12-26 | Fix imports after rebase | Oliver Scherer | -11/+9 |
| 2019-12-26 | Rename `query` module | Oliver Scherer | -2/+2 |