| Age | Commit message (Expand) | Author | Lines |
| 2019-02-25 | Auto merge of #57609 - matthewjasper:more-restrictive-match, r=pnkfelix | bors | -4/+9 |
| 2019-02-21 | Use normal mutable borrows in MIR match lowering | Matthew Jasper | -4/+9 |
| 2019-02-16 | Reintroduce the invariant comment for clarity | Oliver Scherer | -0/+1 |
| 2019-02-16 | Reuse the `Pointer` type instead of passing reassembling it at many use sites | Oliver Scherer | -3/+2 |
| 2019-02-13 | Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasper | Mazdak Farrokhzad | -1/+1 |
| 2019-02-12 | Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik | bors | -61/+62 |
| 2019-02-13 | Rename rustc_errors dependency in rust 2018 crates | Taiki Endo | -1/+1 |
| 2019-02-12 | Rollup merge of #58313 - matthewjasper:use-question-in-macros, r=oli-obk | Mazdak Farrokhzad | -230/+220 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -61/+62 |
| 2019-02-10 | Rollup merge of #58324 - RalfJung:fn-ptr-eq, r=oli-obk | Guillaume Gomez | -8/+23 |
| 2019-02-09 | Use ? in librustc macros | Matthew Jasper | -230/+220 |
| 2019-02-09 | miri: give non-generic functions a stable address | Ralf Jung | -8/+23 |
| 2019-02-09 | Auto merge of #58207 - nnethercote:intern_lazy_const, r=oli-obk | bors | -1/+1 |
| 2019-02-06 | Make `intern_lazy_const` actually intern its argument. | Nicholas Nethercote | -1/+1 |
| 2019-02-05 | move librustc to 2018 | Mark Mansi | -60/+60 |
| 2019-01-30 | Swap the names of `LocalValue` and `LocalState` | Oliver Scherer | -1/+1 |
| 2019-01-27 | `ConstValue::ScalarPair` only needs to represent slices | Oliver Scherer | -31/+23 |
| 2019-01-27 | Add some size assertions for const eval types | Oliver Scherer | -0/+8 |
| 2019-01-19 | Handle lifetime annotations in unreachable code | Matthew Jasper | -7/+10 |
| 2019-01-19 | Use a struct for user type annotations | Matthew Jasper | -8/+11 |
| 2019-01-19 | Rename UserTypeAnnotation -> UserType | Matthew Jasper | -3/+3 |
| 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 |