| Age | Commit message (Expand) | Author | Lines |
| 2019-02-17 | Make `intern_lazy_const` actually intern its argument. | Nicholas Nethercote | -1/+1 |
| 2019-01-05 | Rollup merge of #57314 - wiktorkuchta:master, r=Centril | kennytm | -1/+1 |
| 2019-01-05 | Rollup merge of #57219 - matthewjasper:mir-cleanup, r=nikomatsakis | kennytm | -22/+0 |
| 2019-01-03 | Fix repeated word typos | Wiktor Kuchta | -1/+1 |
| 2019-01-01 | `<&'tcx ty::Const as Deref>::deref` | Oliver Scherer | -5/+5 |
| 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 | -15/+17 |
| 2018-12-30 | Stop duplicating projections of type annotation. | David Wood | -0/+75 |
| 2018-12-30 | Refactor `UserTypeAnnotation`. | David Wood | -42/+32 |
| 2018-12-29 | Auto merge of #56225 - alexreg:type_alias_enum_variants, r=petrochenkov | bors | -1/+1 |
| 2018-12-29 | Remove unused types from rustc::mir::interpret | Matthew Jasper | -22/+0 |
| 2018-12-27 | Auto merge of #57129 - RalfJung:check-bounds, r=oli-obk | bors | -1/+1 |
| 2018-12-26 | Store `Ident` rather than just `Name` in HIR types `Item` and `ForeignItem`. | Alexander Regueiro | -1/+1 |
| 2018-12-26 | make Alloc::check_bounds_ptr private; you should use Memory::check_bounds_ptr... | Ralf Jung | -1/+1 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -100/+0 |
| 2018-12-23 | stabilize min_const_unsafe_fn in 1.33. | Mazdak Farrokhzad | -3/+0 |
| 2018-12-20 | Auto merge of #56741 - RalfJung:retag-to-raw, r=oli-obk | bors | -36/+30 |
| 2018-12-18 | Auto merge of #56160 - oli-obk:const_fn_let, r=nikomatsakis | bors | -0/+15 |
| 2018-12-18 | treat ref-to-raw cast like a reborrow: do a special kind of retag | Ralf Jung | -36/+30 |
| 2018-12-15 | Rollup merge of #56718 - RalfJung:use-libbacktrace-printing, r=alexcrichton | Pietro Albini | -40/+4 |
| 2018-12-13 | Auto merge of #56461 - oli-obk:alloc_ids, r=RalfJung | bors | -49/+71 |
| 2018-12-12 | Correct documentation about `FakeRead` | Oliver Scherer | -1/+2 |
| 2018-12-11 | miri: use backtrace crate printing instead of rolling our own | Ralf Jung | -40/+4 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -14/+14 |
| 2018-12-07 | Auto merge of #56502 - Zoxc:hir-func, r=eddyb | bors | -6/+6 |
| 2018-12-07 | Introduce constraint category for yields. | David Wood | -0/+1 |
| 2018-12-07 | Rollup merge of #56516 - frewsxcv:frewsxcv-eq, r=Mark-Simulacrum | kennytm | -1/+1 |
| 2018-12-06 | Use a function to access the Hir map to be able to turn it into a query later | John Kåre Alsaker | -6/+6 |
| 2018-12-06 | Auto merge of #55635 - oli-obk:min_const_unsafe_fn, r=nikomatsakis | bors | -3/+6 |
| 2018-12-04 | Replace usages of `..i + 1` ranges with `..=i`. | Corey Farwell | -1/+1 |
| 2018-12-04 | Automatically generate imports for newtype_index `Deserialize` impls | Oliver Scherer | -1/+1 |
| 2018-12-04 | Emit feature gate suggestion | Oliver Scherer | -3/+5 |
| 2018-12-04 | Make `newtype_index` safe | Oliver Scherer | -1/+1 |
| 2018-12-04 | Allow calling `const unsafe fn` in `const fn` behind a feature gate | Oliver Scherer | -1/+2 |
| 2018-12-04 | No need to export functions only used in the same module | Oliver Scherer | -1/+1 |
| 2018-12-04 | Mention `alloc` in the name of the interning methods | Oliver Scherer | -6/+6 |
| 2018-12-04 | s/id_to_type/id_to_kind/ | Oliver Scherer | -7/+7 |
| 2018-12-04 | Clear up comment | Oliver Scherer | -1/+3 |
| 2018-12-04 | s/alloc_type/alloc_kind/ | Oliver Scherer | -7/+7 |
| 2018-12-03 | s/AllocType/AllocKind/ | Oliver Scherer | -16/+16 |
| 2018-12-03 | s/AllocKind/AllocDiscriminant/ | Oliver Scherer | -11/+11 |
| 2018-12-03 | Document `AllocMap` | Oliver Scherer | -2/+20 |
| 2018-12-03 | Function pointers are only equal to themselves, not to other function pointer... | Oliver Scherer | -5/+8 |
| 2018-12-03 | Monomorphize `AllocType` | Oliver Scherer | -7/+7 |
| 2018-12-03 | Monomorphize `AllocMap` struct | Oliver Scherer | -11/+10 |
| 2018-12-03 | provide a way to replace the tag in a Scalar/MemPlace | Ralf Jung | -0/+8 |
| 2018-12-03 | Retag needs to know whether this is a 2-phase-reborrow | Ralf Jung | -5/+16 |
| 2018-11-30 | Improve the diagnostic message | Oliver Scherer | -2/+4 |
| 2018-11-30 | Properly name the flag for `&&` -> `&` conversion | Oliver Scherer | -5/+5 |
| 2018-11-30 | Allow `let` bindings everywhere | Oliver Scherer | -0/+10 |