| Age | Commit message (Expand) | Author | Lines |
| 2019-11-26 | Rollup merge of #66663 - RalfJung:miri-leaks, r=oli-obk | Tyler Mandry | -13/+18 |
| 2019-11-26 | Record temporary static references in generator witnesses | Matthew Jasper | -8/+1 |
| 2019-11-26 | Change way of checking SetDiscriminant | Christian Poveda | -3/+2 |
| 2019-11-26 | Check SetDiscriminant place | Christian Poveda | -2/+5 |
| 2019-11-26 | Auto merge of #66646 - RalfJung:unwind_to_block, r=oli-obk | bors | -135/+136 |
| 2019-11-26 | Allow `Unreachable` terminators behind `const_if_match` | Dylan MacKenzie | -0/+3 |
| 2019-11-26 | Make the ice a fatal error | Nadrieril | -1/+7 |
| 2019-11-26 | Show the sign of signed interpreter values | Oliver Scherer | -3/+40 |
| 2019-11-25 | make sure we handle all transmute invocations, including diverging ones | Ralf Jung | -3/+7 |
| 2019-11-25 | Various cleanups | Esteban Küber | -12/+6 |
| 2019-11-25 | Tweak move error due to non-Copy | Esteban Küber | -7/+2 |
| 2019-11-25 | miri: couple ret place and ret block together (they both exist or both don't) | Ralf Jung | -67/+65 |
| 2019-11-25 | Address reviews | Nadrieril | -3/+3 |
| 2019-11-25 | move ABI check out to cover all calls | Ralf Jung | -24/+24 |
| 2019-11-25 | unify call_intrinsic handling of intruction pointer with other machine hooks | Ralf Jung | -23/+5 |
| 2019-11-25 | refactor goto_block and also add unwind_to_block | Ralf Jung | -21/+38 |
| 2019-11-25 | Rollup merge of #66684 - mark-i-m:error-reporting-cleanup, r=davidtwco | Pietro Albini | -22/+21 |
| 2019-11-25 | Auto merge of #66279 - cjgillot:hashstable, r=Zoxc | bors | -12/+20 |
| 2019-11-25 | Auto merge of #66671 - matthewjasper:ast-address-of, r=Centril | bors | -52/+79 |
| 2019-11-24 | Respond to CR feedback | Wesley Wiser | -73/+20 |
| 2019-11-24 | Handle non_exhaustive in borrow checking | Matthew Jasper | -1/+1 |
| 2019-11-24 | Auto merge of #66540 - nnethercote:SmallVec-Candidate-match_pairs, r=matthewj... | bors | -4/+6 |
| 2019-11-24 | Add raw address of expressions to the AST and HIR | Matthew Jasper | -52/+79 |
| 2019-11-23 | drive-by cleanup in region naming | Mark Mansi | -22/+21 |
| 2019-11-23 | [const prop] Fix "alloc id without corresponding allocation" ICE | Wesley Wiser | -3/+1 |
| 2019-11-23 | Intern allocations during constant propagation | Wesley Wiser | -2/+15 |
| 2019-11-23 | only print LEAK REPORT if there is a leak | Ralf Jung | -2/+4 |
| 2019-11-23 | Miri: print leak report even without tracing | Ralf Jung | -12/+15 |
| 2019-11-22 | Allow miri allocation interning to work im generic Machines | Wesley Wiser | -26/+86 |
| 2019-11-23 | Auto merge of #66507 - ecstatic-morse:const-if-match, r=oli-obk | bors | -12/+35 |
| 2019-11-22 | Create promoted MIR fragments in `const` and `static`s | Dylan MacKenzie | -100/+4 |
| 2019-11-22 | Rollup merge of #66637 - RalfJung:typo, r=Centril | Mazdak Farrokhzad | -5/+5 |
| 2019-11-22 | Rollup merge of #66587 - matthewjasper:handle-static-as-const, r=oli-obk | Mazdak Farrokhzad | -320/+347 |
| 2019-11-22 | Revert "Revert expansion of impl HashStable for Frame." | Camille GILLOT | -12/+20 |
| 2019-11-22 | fix reoccuring typo: dereferencable -> dereferenceable | Ralf Jung | -5/+5 |
| 2019-11-22 | Auto merge of #66537 - nnethercote:delay-is_local_ever_initialized, r=spastorino | bors | -12/+12 |
| 2019-11-21 | Allow `Downcast` projections in `qualify_min_const_fn` | Dylan MacKenzie | -3/+4 |
| 2019-11-21 | Const-check the discriminant of a `SwitchInt` | Dylan MacKenzie | -3/+5 |
| 2019-11-22 | Auto merge of #66282 - Centril:simplify-try, r=oli-obk | bors | -0/+207 |
| 2019-11-21 | Allow `Downcast` projections if `const_if_match` enabled | Dylan MacKenzie | -1/+5 |
| 2019-11-21 | Don't transform short-circuiting logic if `const_if_match` enabled | Dylan MacKenzie | -6/+9 |
| 2019-11-21 | Add feature gate for const `if` and `match` | Dylan MacKenzie | -2/+15 |
| 2019-11-21 | Address review comments | Matthew Jasper | -3/+5 |
| 2019-11-21 | Track pointers to statics in MIR | Matthew Jasper | -283/+299 |
| 2019-11-21 | Fix rebase | Matthew Jasper | -7/+5 |
| 2019-11-21 | Readjust const qualification to detect statics again | Santiago Pastorino | -23/+23 |
| 2019-11-21 | Remove statics from HAIR by lowering them to a pointer constant | Oliver Scherer | -15/+26 |
| 2019-11-21 | Introduce MIR optimizations for simplifying `x?` on `Result`s. | Mazdak Farrokhzad | -0/+207 |
| 2019-11-21 | Aggregation of drive-by cosmetic changes. | Alexander Regueiro | -46/+44 |
| 2019-11-21 | Initial implementation of or-pattern usefulness checking | Nadrieril | -14/+46 |