| Age | Commit message (Expand) | Author | Lines |
| 2019-04-17 | Rename diagnostics to error_codes | Yuki OKUSHI | -0/+0 |
| 2019-04-17 | Rollup merge of #59986 - RalfJung:miri-new-alloc, r=oli-obk | Mazdak Farrokhzad | -94/+54 |
| 2019-04-17 | Rollup merge of #59646 - JohnTitor:improve-wording, r=oli-obk | Mazdak Farrokhzad | -1/+6 |
| 2019-04-17 | Deny `internal` in stage0 | Mateusz Mikuła | -1/+1 |
| 2019-04-16 | Miri: refactor new allocation tagging | Ralf Jung | -94/+54 |
| 2019-04-16 | refactor ExprKind to use new PointerCast enum | Saleem Jaffer | -78/+18 |
| 2019-04-16 | Auto merge of #59769 - RalfJung:compiletest-normalization, r=alexcrichton | bors | -1/+1 |
| 2019-04-16 | refactor Adjustment to use new PointerCast enum | Saleem Jaffer | -12/+8 |
| 2019-04-16 | Make wording verbose | Yuki OKUSHI | -1/+6 |
| 2019-04-15 | basic refactor. Adding PointerCast enum | Saleem Jaffer | -37/+65 |
| 2019-04-14 | Rollup merge of #59877 - Zoxc:hiridify_def_id, r=eddyb | Mazdak Farrokhzad | -6/+5 |
| 2019-04-14 | Rollup merge of #59856 - albins:update-polonius, r=nikomatsakis | Mazdak Farrokhzad | -2/+2 |
| 2019-04-14 | fix tests | Ralf Jung | -1/+1 |
| 2019-04-14 | HirIdify hir::Def | ljedrz | -6/+5 |
| 2019-04-14 | Rollup merge of #59796 - oli-obk:const_arg_ice, r=eddyb | Mazdak Farrokhzad | -45/+51 |
| 2019-04-14 | Rollup merge of #59708 - matthewjasper:double-closure-unused-mut, r=pnkfelix | Mazdak Farrokhzad | -20/+76 |
| 2019-04-13 | Auto merge of #59612 - matthewjasper:dataflow-usual-newtype-index, r=estebank | bors | -76/+30 |
| 2019-04-12 | Rollup merge of #59781 - whitfin:issue-59378, r=oli-obk | Mazdak Farrokhzad | -16/+3 |
| 2019-04-12 | Auto merge of #59651 - tmandry:discr-index, r=eddyb | bors | -5/+8 |
| 2019-04-12 | Rollup merge of #59889 - andrewbanchich:minor-text-fixes, r=estebank | Mazdak Farrokhzad | -2/+2 |
| 2019-04-12 | Auto merge of #59536 - Zoxc:the-arena, r=eddyb | bors | -5/+3 |
| 2019-04-11 | Add discr_index to multi-variant layouts | Tyler Mandry | -5/+8 |
| 2019-04-11 | Update diagnostics.rs | Andrew Banchich | -2/+2 |
| 2019-04-11 | Auto merge of #59780 - RalfJung:miri-unsized, r=oli-obk | bors | -153/+192 |
| 2019-04-10 | update polonius-engine | Albin Stjerna | -2/+2 |
| 2019-04-10 | Documentation should have proper grammar | Oliver Scherer | -3/+6 |
| 2019-04-08 | Elaborate on implicit promotability | Oliver Scherer | -1/+4 |
| 2019-04-08 | Pacify tidy | Oliver Scherer | -2/+5 |
| 2019-04-08 | Get rid of "is not const" naming | Oliver Scherer | -16/+16 |
| 2019-04-08 | Explicit promotion is indistinguishable from explicit promotion | Oliver Scherer | -10/+8 |
| 2019-04-08 | Generalize initial "not const" assignments | Oliver Scherer | -23/+23 |
| 2019-04-08 | avoid reading from ZST locals | Ralf Jung | -56/+29 |
| 2019-04-08 | `asm!` output can neither be promotable nor const | Oliver Scherer | -1/+0 |
| 2019-04-08 | Apply suggestions from code review
| Ralf Jung | -2/+2 |
| 2019-04-07 | implement by-value object safety | Ralf Jung | -13/+36 |
| 2019-04-07 | initialize unsized locals when copying to the for the first time | Ralf Jung | -33/+57 |
| 2019-04-07 | fix miri engine debug output for uninitialized locals | Ralf Jung | -11/+6 |
| 2019-04-07 | make StorageLive lazy as well | Ralf Jung | -37/+22 |
| 2019-04-07 | Update comment | Oliver Scherer | -1/+1 |
| 2019-04-07 | Add more regression tests for accidental promotion | Oliver Scherer | -2/+2 |
| 2019-04-07 | Function arguments should never get promoted | Oliver Scherer | -1/+1 |
| 2019-04-06 | Remove check_match from const_eval | Isaac Whitfield | -16/+3 |
| 2019-04-06 | miri engine: lazily allocate memory for locals on first write | Ralf Jung | -40/+79 |
| 2019-04-05 | Add DropArena and use it to allocate types with few allocations | John Kåre Alsaker | -3/+2 |
| 2019-04-05 | Introduce an arena type which may be used to allocate a list of types with de... | John Kåre Alsaker | -2/+1 |
| 2019-04-04 | Mark variables captured by reference as mutable correctly | Matthew Jasper | -20/+76 |
| 2019-04-04 | Use more accurate lint root for mutable_borrow_reservation_conflict | Matthew Jasper | -1/+8 |
| 2019-04-04 | Fix out-of-date comment | Felix S Klock II | -1/+1 |
| 2019-04-04 | add mutable_borrow_reservation_conflict future-incompatibility lint. | Felix S. Klock II | -4/+13 |
| 2019-04-04 | Treat two-phase borrow reservations as mutable accesses | Matthew Jasper | -42/+95 |