| Age | Commit message (Expand) | Author | Lines |
| 2019-01-30 | Monomorphize types when not going through `layout_of_local` | Oliver Scherer | -2/+3 |
| 2019-01-30 | Indent fixup | Oliver Scherer | -2/+2 |
| 2019-01-30 | The return place's layout is only used once per frame, so caching doesn't help | Oliver Scherer | -1/+1 |
| 2019-01-30 | Can't use `layout_of_local` for the frame currently being created | Oliver Scherer | -2/+3 |
| 2019-01-30 | Make priroda happy again | Oliver Scherer | -1/+1 |
| 2019-01-30 | Allow `layout_of_local` to also use cached layouts | Oliver Scherer | -14/+19 |
| 2019-01-30 | Merge `locals` and `local_layouts` fields | Oliver Scherer | -39/+68 |
| 2019-01-27 | `ConstValue::ScalarPair` only needs to represent slices | Oliver Scherer | -2/+2 |
| 2019-01-25 | Rollup merge of #57734 - oli-obk:fixes_and_cleanups, r=pnkfelix | Mazdak Farrokhzad | -5/+5 |
| 2019-01-23 | Follow naming scheme for "frame" methods | Oliver Scherer | -7/+7 |
| 2019-01-22 | Bail out on overly generic substitutions | Oliver Scherer | -21/+38 |
| 2019-01-22 | Rollup merge of #57813 - RalfJung:validation-range-printing, r=oli-obk | Mazdak Farrokhzad | -2/+7 |
| 2019-01-21 | fix validation range printing when encountering undef | Ralf Jung | -2/+7 |
| 2019-01-20 | const_eval: Predetermine the layout of all locals when pushing a stack frame | Björn Steinbrink | -18/+23 |
| 2019-01-18 | Manually inline a function that was only used once | Oliver Scherer | -5/+5 |
| 2019-01-05 | Auto merge of #56837 - arielb1:nonprincipal-trait-objects, r=nikomatsakis | bors | -5/+10 |
| 2019-01-04 | Auto merge of #56723 - oli-obk:lazy_const, r=nikomatsakis | bors | -8/+11 |
| 2019-01-04 | add support for principal-less trait object types | Ariel Ben-Yehuda | -5/+10 |
| 2019-01-02 | Add missing 'static bound for the Machine trait | Matthew Jasper | -1/+1 |
| 2019-01-01 | Add `unwrap_usize` to `LazyConst`, too | Oliver Scherer | -1/+1 |
| 2019-01-01 | Move the `Unevaluated` constant arm upwards in the type structure | Oliver Scherer | -9/+12 |
| 2018-12-26 | Store `Ident` rather than just `Name` in HIR types `Item` and `ForeignItem`. | Alexander Regueiro | -1/+1 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -130/+0 |
| 2018-12-24 | Rollup merge of #56985 - oli-obk:const_check_bounds, r=RalfJung | Mazdak Farrokhzad | -19/+27 |
| 2018-12-23 | Rollup merge of #56981 - RalfJung:miri-infallible-alloc, r=oli-obk | kennytm | -14/+14 |
| 2018-12-23 | Rollup merge of #56973 - RalfJung:miri-trace, r=oli-obk | kennytm | -7/+7 |
| 2018-12-23 | Rollup merge of #56919 - oli-obk:null_ref_array_tuple, r=RalfJung | kennytm | -2/+7 |
| 2018-12-22 | Reintroduce the original `check_bounds_ptr` checks | Oliver Scherer | -11/+21 |
| 2018-12-19 | Allow testing pointers for inboundedness while forbidding dangling pointers | Oliver Scherer | -8/+6 |
| 2018-12-19 | miri: allocation is infallible | Ralf Jung | -14/+14 |
| 2018-12-19 | make basic CTFE tracing available on release builds | Ralf Jung | -7/+7 |
| 2018-12-18 | Explain the math | Oliver Scherer | -4/+9 |
| 2018-12-18 | treat ref-to-raw cast like a reborrow: do a special kind of retag | Ralf Jung | -30/+10 |
| 2018-12-17 | Remove a wrong multiplier on relocation offset computation | Oliver Scherer | -4/+4 |
| 2018-12-14 | Auto merge of #56536 - alexcrichton:update-master, r=Mark-Simulacrum | bors | -1/+1 |
| 2018-12-13 | Auto merge of #56461 - oli-obk:alloc_ids, r=RalfJung | bors | -16/+16 |
| 2018-12-12 | Bump to 1.33.0 | Alex Crichton | -1/+1 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -12/+12 |
| 2018-12-04 | Mention `alloc` in the name of the interning methods | Oliver Scherer | -1/+1 |
| 2018-12-03 | s/AllocType/AllocKind/ | Oliver Scherer | -15/+15 |
| 2018-12-03 | provide a way to replace the tag in a Scalar/MemPlace | Ralf Jung | -0/+20 |
| 2018-12-03 | Retag needs to know whether this is a 2-phase-reborrow | Ralf Jung | -2/+3 |
| 2018-12-01 | Auto merge of #56165 - RalfJung:drop-glue-type, r=eddyb,nikomatsakis | bors | -12/+24 |
| 2018-11-27 | Auto merge of #56094 - RalfJung:memory-data-revived, r=oli-obk | bors | -30/+79 |
| 2018-11-26 | Auto merge of #56070 - oli-obk:const_let, r=eddyb | bors | -5/+6 |
| 2018-11-25 | Rollup merge of #56100 - RalfJung:visiting-generators, r=oli-obk | Pietro Albini | -12/+42 |
| 2018-11-25 | accept undef in raw pointers, for consistency with integers | Ralf Jung | -6/+10 |
| 2018-11-25 | machine hooks for stack push and pop, frame machine data | Ralf Jung | -7/+29 |
| 2018-11-25 | make memory allocation hook infallible | Ralf Jung | -1/+1 |
| 2018-11-25 | pass MemoryExtra to find_foreign_static and adjust_static_allocation; they mi... | Ralf Jung | -10/+14 |