| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-11-25 | bring back MemoryExtra | Ralf Jung | -7/+26 |
| 2018-11-25 | Auto merge of #55959 - matthewjasper:remove-end-region, r=nikomatsakis | bors | -1/+0 |
| 2018-11-24 | Rebase fallout | Oliver Scherer | -8/+23 |
| 2018-11-24 | Explain why vtable generation needs no alignment checks | Oliver Scherer | -0/+3 |
| 2018-11-24 | Factor out mplace offsetting into its own method | Oliver Scherer | -22/+31 |
| 2018-11-24 | tidy | Oliver Scherer | -1/+2 |
| 2018-11-24 | Array and slice projections need to update the place alignment | Oliver Scherer | -8/+11 |
| 2018-11-24 | comment nit | Ralf Jung | -1/+1 |
| 2018-11-24 | Use correct alignment checks for scalars and zsts, too | Oliver Scherer | -2/+2 |
| 2018-11-24 | Use correct alignment for fat pointer extra part | Oliver Scherer | -1/+1 |
| 2018-11-24 | Move alignment checks out of `Allocation` | Oliver Scherer | -28/+31 |
| 2018-11-24 | Explain early abort legality | Oliver Scherer | -0/+1 |
| 2018-11-24 | Rebase fallout | Oliver Scherer | -1/+1 |
| 2018-11-24 | Clean up array/slice of primitive validation | Oliver Scherer | -13/+10 |
| 2018-11-24 | Reintroduce zst-slice reading `read_bytes` method on `Memory` | Oliver Scherer | -4/+17 |