| Age | Commit message (Expand) | Author | Lines |
| 2019-06-25 | Implement From<Local> for Place and PlaceBase | Santiago Pastorino | -0/+12 |
| 2019-06-24 | fix reoccurring typo | Ralf Jung | -10/+10 |
| 2019-06-23 | clean up internals of pointer checks; make get_size_and_align also check for ... | Ralf Jung | -15/+3 |
| 2019-06-23 | move CheckInAllocMsg to more logical place | Ralf Jung | -25/+25 |
| 2019-06-23 | Centralize bounds, alignment and NULL checking for memory accesses in one fun... | Ralf Jung | -49/+51 |
| 2019-06-22 | Rollup merge of #61984 - ljedrz:more_node_id_pruning, r=Zoxc | Mazdak Farrokhzad | -2/+2 |
| 2019-06-21 | Auto merge of #61959 - oli-obk:const_field_ice, r=eddyb | bors | -14/+23 |
| 2019-06-21 | Documentation typo | Oliver Scherer | -1/+1 |
| 2019-06-20 | Implement Debug for PlaceBase | Santiago Pastorino | -23/+25 |
| 2019-06-20 | rename hir::map::name_by_hir_id to ::name | ljedrz | -2/+2 |
| 2019-06-19 | Pacify tidy | Oliver Scherer | -5/+6 |
| 2019-06-19 | Change `ByRef` to a struct variant to clarify its fields via names | Oliver Scherer | -8/+15 |
| 2019-06-19 | Rollup merge of #61940 - spastorino:place-ty-iterate, r=oli-obk | Mazdak Farrokhzad | -7/+19 |
| 2019-06-19 | Remove the `AllocId` from `ByRef` values | Oliver Scherer | -3/+2 |
| 2019-06-19 | mark_definedness cannot fail | Oliver Scherer | -5/+7 |
| 2019-06-19 | packed -> repr(packed) | Oliver Scherer | -1/+1 |
| 2019-06-19 | Fix comment about alignments | Oliver Scherer | -2/+2 |
| 2019-06-19 | Explain existance of `Align` field | Oliver Scherer | -1/+4 |
| 2019-06-19 | Weave the alignment through `ByRef` | Oliver Scherer | -2/+4 |
| 2019-06-18 | Make Place::ty iterate | Santiago Pastorino | -7/+19 |
| 2019-06-18 | rustc: remove 'x: 'y bounds (except from comments/strings). | Eduard-Mihai Burtescu | -5/+5 |
| 2019-06-17 | remove _by_hir_id if there is no NodeId counterpart | ljedrz | -3/+3 |
| 2019-06-16 | Auto merge of #60730 - matthewjasper:optimize-false-edges, r=pnkfelix | bors | -13/+10 |
| 2019-06-14 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -6/+1 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -50/+50 |
| 2019-06-13 | Add some more comments on how TestKind works | Matthew Jasper | -2/+2 |
| 2019-06-12 | Make `FalseEdges` always have two targets | Matthew Jasper | -12/+9 |
| 2019-06-12 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -49/+42 |
| 2019-06-12 | rustc: remove some unnecessary lifetimes in -> TyCtxt methods. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -25/+25 |
| 2019-06-12 | Fix fallout from `deny(unused_lifetimes)`. | Eduard-Mihai Burtescu | -19/+16 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -34/+32 |
| 2019-06-12 | Auto merge of #60187 - tmandry:generator-optimization, r=eddyb | bors | -0/+16 |
| 2019-06-11 | More review fixes | Tyler Mandry | -7/+0 |
| 2019-06-11 | rustc: deny(unused_lifetimes). | Eduard-Mihai Burtescu | -3/+3 |
| 2019-06-11 | Auto merge of #61673 - RalfJung:miri-no-hard-float, r=eddyb,oli-obk | bors | -10/+49 |
| 2019-06-10 | Use BitMatrix for storage conflicts | Tyler Mandry | -3/+3 |
| 2019-06-10 | Collect conflict information in GeneratorLayout | Tyler Mandry | -0/+23 |
| 2019-06-09 | Changed usages of `mir` in librustc::mir and librustc_mir to `body` | Jad Ghalayini | -51/+51 |
| 2019-06-09 | Apply suggestions from code review | Ralf Jung | -2/+2 |
| 2019-06-09 | Auto merge of #61653 - oli-obk:visit_place_recursion, r=spastorino | bors | -3/+8 |
| 2019-06-09 | trait-ize binary_float_op | Ralf Jung | -0/+14 |
| 2019-06-09 | offer ways to directly construct a Scalar from unsigned integers | Ralf Jung | -2/+24 |
| 2019-06-08 | Scalar: only convert to/from soft-float types, not to/from hard-floats | Ralf Jung | -8/+11 |
| 2019-06-08 | Don't use "base place" for different concepts | Oliver Scherer | -1/+1 |
| 2019-06-08 | Deduplicate some code | Oliver Scherer | -15/+2 |
| 2019-06-08 | rename EvalResult -> InterpResult and EvalError -> InterpErrorInfo | Ralf Jung | -68/+68 |
| 2019-06-08 | Do not recursively visit `visit_place` | Oliver Scherer | -3/+21 |
| 2019-06-07 | add doc comment for EvalError | Ralf Jung | -0/+5 |
| 2019-06-07 | make the backtrace field of EvalError private | Ralf Jung | -1/+1 |