| Age | Commit message (Expand) | Author | Lines |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -33/+33 |
| 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 | -21/+21 |
| 2019-01-27 | `ConstValue::ScalarPair` only needs to represent slices | Oliver Scherer | -16/+14 |
| 2019-01-19 | Use a struct for user type annotations | Matthew Jasper | -1/+1 |
| 2019-01-19 | Rename UserTypeAnnotation -> UserType | Matthew Jasper | -1/+1 |
| 2019-01-01 | `<&'tcx ty::Const as Deref>::deref` | Oliver Scherer | -4/+4 |
| 2019-01-01 | Move the `Unevaluated` constant arm upwards in the type structure | Oliver Scherer | -3/+13 |
| 2018-12-30 | Stop duplicating projections of type annotation. | David Wood | -0/+75 |
| 2018-12-30 | Refactor `UserTypeAnnotation`. | David Wood | -33/+17 |
| 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 | -10/+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 | -24/+24 |
| 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 | -24/+24 |
| 2018-12-13 | Auto merge of #56461 - oli-obk:alloc_ids, r=RalfJung | bors | -1/+1 |
| 2018-12-12 | Correct documentation about `FakeRead` | Oliver Scherer | -1/+2 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -8/+8 |
| 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-03 | s/AllocType/AllocKind/ | Oliver Scherer | -1/+1 |
| 2018-12-03 | Retag needs to know whether this is a 2-phase-reborrow | Ralf Jung | -3/+11 |
| 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 |
| 2018-11-30 | Stabilize `const_let` inside const functions | Oliver Scherer | -0/+2 |
| 2018-11-26 | rustc-guide has moved | Mark Mansi | -1/+1 |
| 2018-11-25 | Rollup merge of #56101 - frewsxcv:frewsxcv-dyn, r=steveklabnik | Pietro Albini | -1/+1 |
| 2018-11-20 | Incorporate `dyn` into more comments and docs. | Corey Farwell | -1/+1 |
| 2018-11-18 | Remove mir::StatementKind::EndRegion | Matthew Jasper | -8/+0 |
| 2018-11-15 | Auto merge of #55716 - RalfJung:escape-to-raw, r=oli-obk | bors | -0/+9 |
| 2018-11-13 | Auto merge of #55912 - kennytm:rollup, r=kennytm | bors | -5/+5 |
| 2018-11-13 | Rollup merge of #55870 - waywardmonkeys:typo-fixes, r=wesleywiser | kennytm | -1/+1 |
| 2018-11-13 | Move a `static_assert!` to a better spot. | Nicholas Nethercote | -4/+4 |
| 2018-11-12 | Use type safe `VariantIdx` instead of `usize` everywhere | Oliver Scherer | -1/+1 |
| 2018-11-12 | Use IndexVec instead of `usize` in librustc | Oliver Scherer | -5/+6 |
| 2018-11-12 | Shrink some internal enums | Oliver Scherer | -3/+8 |
| 2018-11-11 | Auto merge of #55657 - davidtwco:issue-55651, r=pnkfelix | bors | -0/+31 |
| 2018-11-11 | Fix typos. | Bruce Mitchener | -1/+1 |
| 2018-11-08 | Rollup merge of #55758 - davidtwco:issue-55344, r=pnkfelix | Mark Rousskov | -0/+14 |