| Age | Commit message (Expand) | Author | Lines |
| 2018-07-16 | BinOpKind | csmoe | -22/+22 |
| 2018-07-14 | Functions introducing procedural macros reserve a slot in the macro namespace... | Vadim Petrochenkov | -1/+2 |
| 2018-07-13 | Add the `amdgpu-kernel` ABI. | Richard Diamond | -0/+1 |
| 2018-07-11 | Rollup merge of #52207 - RalfJung:unsafety-errors, r=estebank | Mark Rousskov | -1/+1 |
| 2018-07-11 | Auto merge of #51702 - ecstatic-morse:infinite-loop-detection, r=oli-obk | bors | -1/+2 |
| 2018-07-10 | Upgrade to LLVM's master branch (LLVM 7) | Alex Crichton | -0/+1 |
| 2018-07-10 | improve error message shown for unsafe operations: explain why undefined beha... | Ralf Jung | -1/+1 |
| 2018-07-04 | Add an `InfiniteLoop` variant to `EvalErrorKind` | Dylan MacKenzie | -1/+2 |
| 2018-07-03 | store the `HirId` of the upvar | Niko Matsakis | -1/+1 |
| 2018-07-03 | Rollup merge of #51982 - michaelwoerister:hash-modules-properly, r=nikomatsakis | Pietro Albini | -8/+41 |
| 2018-07-03 | Avoid sorting the item_ids array the StableHash impl of hir::Mod. | Michael Woerister | -10/+28 |
| 2018-07-02 | incr.comp.: Take names of children into account when computing the ICH of a m... | Michael Woerister | -7/+22 |
| 2018-07-02 | Get rid of `TyImplTraitExistential` | Oliver Schneider | -1/+0 |
| 2018-07-02 | Auto merge of #51866 - zackmdavis:hir_making_each_day_of_the_year, r=petroche... | bors | -5/+7 |
| 2018-07-01 | call it `hir::VisibilityKind` instead of `hir::Visibility_:*` | Zack M. Davis | -6/+6 |
| 2018-06-30 | in which hir::Visibility recalls whence it came (i.e., becomes Spanned) | Zack M. Davis | -5/+7 |
| 2018-06-30 | Added miri error for evaluating foreign statics. | Alexander Regueiro | -0/+1 |
| 2018-06-28 | Rollup merge of #51636 - oli-obk:const_diagnostics, r=eddyb | Mark Rousskov | -45/+8 |
| 2018-06-28 | Auto merge of #50997 - michaelwoerister:pre-analyze-filemaps, r=Mark-Simulacrum | bors | -18/+12 |
| 2018-06-28 | Merge `ConstVal` and `ConstValue` | Oliver Schneider | -19/+2 |
| 2018-06-28 | Move everything over from `middle::const_val` to `mir::interpret` | Oliver Schneider | -4/+4 |
| 2018-06-28 | Move the Lrc outside the error type and name the fields | Oliver Schneider | -1/+2 |
| 2018-06-28 | Address review comments | Oliver Schneider | -1/+1 |
| 2018-06-28 | Eliminate old CTFE's `ErrKind` | Oliver Schneider | -24/+3 |
| 2018-06-28 | Fix rebase | Vadim Petrochenkov | -0/+1 |
| 2018-06-28 | incremental: Do not hash spans for things that didn't have spans previously | Vadim Petrochenkov | -9/+9 |
| 2018-06-28 | Support delegation in stable hashing macros | Vadim Petrochenkov | -269/+104 |
| 2018-06-28 | Use `Ident`s for associated item definitions in HIR | Vadim Petrochenkov | -7/+7 |
| 2018-06-28 | Use `Ident`s in a number of structures in HIR | Vadim Petrochenkov | -3/+1 |
| 2018-06-28 | Use `Ident`s for path segments in HIR | Vadim Petrochenkov | -1/+1 |
| 2018-06-28 | Use `Ident`s for associated type bindings in HIR | Vadim Petrochenkov | -1/+1 |
| 2018-06-27 | Auto merge of #51356 - Zoxc:encode-cleanup, r=michaelwoerister | bors | -2/+3 |
| 2018-06-27 | Make FileMap::{lines, multibyte_chars, non_narrow_chars} non-mutable. | Michael Woerister | -18/+12 |
| 2018-06-27 | Implement `#[macro_export(local_inner_macros)]` | Vadim Petrochenkov | -0/+1 |
| 2018-06-27 | Make opaque::Encoder append-only and make it infallible | John Kåre Alsaker | -2/+3 |
| 2018-06-23 | hygiene: Merge `NameAndSpan` into `ExpnInfo` | Vadim Petrochenkov | -6/+2 |
| 2018-06-23 | Auto merge of #51727 - varkor:expragain-to-exprcontinue, r=petrochenkov | bors | -1/+1 |
| 2018-06-23 | Rename ExprAgain to ExprContinue | varkor | -1/+1 |
| 2018-06-21 | async await desugaring and tests | Taylor Cramer | -0/+1 |
| 2018-06-21 | Parse async fn header. | Without Boats | -4/+13 |
| 2018-06-22 | Auto merge of #51433 - scalexm:finish-rules, r=nikomatsakis | bors | -10/+35 |
| 2018-06-20 | Rename ParamBound(s) to GenericBound(s) | varkor | -1/+1 |
| 2018-06-20 | Lift attrs into hir::GenericParam | varkor | -2/+2 |
| 2018-06-20 | Rename TraitTyParamBound to ParamBound::Trait | varkor | -1/+1 |
| 2018-06-20 | Introduce ParamName and use it in place of LifetimeName | varkor | -4/+7 |
| 2018-06-20 | Remove name from GenericParamKind::Lifetime | varkor | -2/+1 |
| 2018-06-20 | Lift name into GenericParam | varkor | -4/+4 |
| 2018-06-20 | Lift bounds into GenericParam | varkor | -7/+5 |
| 2018-06-20 | Refactor counting methods | varkor | -2/+2 |
| 2018-06-20 | Refactor hir::GenericParam as a struct | varkor | -17/+25 |