| Age | Commit message (Expand) | Author | Lines |
| 2018-07-28 | Auto merge of #52355 - pietroalbini:zfeature, r=eddyb | bors | -0/+1 |
| 2018-07-27 | Add the -Zcrate-attr=foo nightly rustc flag to inject crate attributes | Pietro Albini | -0/+1 |
| 2018-07-27 | Use slices where a vector is not necessary | ljedrz | -1/+1 |
| 2018-07-23 | Promoteds are statics and statics have a place, not just a value | Oliver Schneider | -16/+3 |
| 2018-07-20 | Auto merge of #52445 - alexcrichton:wasm-import-module, r=eddyb | bors | -1/+2 |
| 2018-07-19 | Auto merge of #52024 - oli-obk:existential_parse, r=nikomatsakis | bors | -0/+4 |
| 2018-07-18 | Do not use desugared ident when suggesting adding a type | Esteban Küber | -0/+1 |
| 2018-07-18 | rustc: Stabilize #[wasm_import_module] as #[link(...)] | Alex Crichton | -1/+2 |
| 2018-07-18 | Implement existential types | Oliver Schneider | -0/+4 |
| 2018-07-16 | rustc: Use link_section, not wasm_custom_section | Alex Crichton | -1/+1 |
| 2018-07-16 | ItemKind | csmoe | -17/+17 |
| 2018-07-16 | ForeignItemKind | csmoe | -4/+4 |
| 2018-07-16 | TyKind | csmoe | -13/+13 |
| 2018-07-16 | ExprKind | csmoe | -30/+30 |
| 2018-07-16 | VariantKind | csmoe | -2/+2 |
| 2018-07-16 | DeclKind | csmoe | -4/+4 |
| 2018-07-16 | StmtKind | csmoe | -5/+5 |
| 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 |