| Age | Commit message (Expand) | Author | Lines |
| 2018-05-15 | Rename ty::Generics::parameters to params | varkor | -2/+2 |
| 2018-05-15 | Reduce parent_params to parent_count | varkor | -2/+2 |
| 2018-05-15 | Consolidate ty::Generics | varkor | -8/+9 |
| 2018-05-12 | Rollup merge of #50550 - llogiq:fmt-result, r=petrochenkov | Mark Simulacrum | -1/+1 |
| 2018-05-11 | Introduce ConstValue and use it instead of miri's Value for constant values | John Kåre Alsaker | -0/+24 |
| 2018-05-09 | use fmt::Result where applicable | Andre Bogus | -1/+1 |
| 2018-05-08 | Insert fields from TypeAndMut into TyRef to allow layout optimization | John Kåre Alsaker | -1/+2 |
| 2018-05-08 | Store the GeneratorInterior in the new GeneratorSubsts | John Kåre Alsaker | -9/+6 |
| 2018-05-08 | Store generator movability outside GeneratorInterior | John Kåre Alsaker | -3/+5 |
| 2018-05-02 | make it compile again | flip1995 | -1/+1 |
| 2018-05-02 | Remove Option from the return type of Attribute::name() | Seiichi Uchida | -3/+2 |
| 2018-05-02 | Allow Path for name of MetaItem | Seiichi Uchida | -4/+12 |
| 2018-04-30 | Unify MIR assert messages and const eval errors | Oliver Schneider | -27/+7 |
| 2018-04-30 | Merge ConstMathError into EvalErrorKind | Oliver Schneider | -25/+17 |
| 2018-04-30 | Remove the `rustc_const_math` crate | Oliver Schneider | -30/+17 |
| 2018-04-30 | Remove ConstFloat | Oliver Schneider | -5/+0 |
| 2018-04-30 | Remove unused const math ops | Oliver Schneider | -3/+0 |
| 2018-04-30 | Remove unused const error variant | Oliver Schneider | -3/+0 |
| 2018-04-30 | Remove the `UnequalTypes` error variant | Oliver Schneider | -1/+0 |
| 2018-04-30 | Implement `PartialCmp` for `ConstFloat` | Oliver Schneider | -1/+0 |
| 2018-04-30 | Remove unused error variants | Oliver Schneider | -5/+0 |
| 2018-04-28 | Track unused mutable variables across closures | Keith Yeung | -0/+5 |
| 2018-04-27 | Rename InternedString to LocalInternedString and introduce a new thread-safe ... | John Kåre Alsaker | -4/+24 |
| 2018-04-26 | rustc_target: move in syntax::abi and flip dependency. | Irina Popa | -1/+1 |
| 2018-04-26 | Rename rustc_back::target to rustc_target::spec. | Irina Popa | -1/+1 |
| 2018-04-26 | rustc_back: move LinkerFlavor, PanicStrategy, and RelroLevel to target. | Irina Popa | -1/+1 |
| 2018-04-24 | Make Binder's field private and clean up its usage | Tyler Mandry | -2/+1 |
| 2018-04-23 | add `Goal::CannotProve` and extract `ProgramClause` struct | Niko Matsakis | -0/+1 |
| 2018-04-23 | create a `QueryRegionConstraint` type | Niko Matsakis | -4/+0 |
| 2018-04-19 | Remove HIR inlining | Wesley Wiser | -28/+0 |
| 2018-04-17 | Auto merge of #49626 - fanzier:chalk-lowering, r=scalexm | bors | -0/+1 |
| 2018-04-16 | Auto merge of #49847 - sinkuu:save_analysis_implicit_extern, r=petrochenkov | bors | -3/+9 |
| 2018-04-15 | Implement Chalk lowering rule Normalize-From-Impl | Fabian Zaiser | -0/+1 |
| 2018-04-15 | Auto merge of #49947 - oli-obk:turing_complete_const_eval, r=nagisa | bors | -1/+0 |
| 2018-04-14 | Stop referring to statics' AllocIds directly | Oliver Schneider | -2/+1 |
| 2018-04-14 | Don't recurse into allocations, use a global table instead | Oliver Schneider | -11/+13 |
| 2018-04-13 | Don't abort const eval due to long running evals, just warn | Oliver Schneider | -1/+0 |
| 2018-04-13 | Auto merge of #49718 - petrochenkov:fieldcmp, r=eddyb | bors | -12/+35 |
| 2018-04-13 | Move `path_len` to ExternCrate | Shotaro Yamada | -21/+6 |
| 2018-04-12 | Avoid comparing fields by name when possible | Vadim Petrochenkov | -11/+35 |
| 2018-04-12 | AST/HIR: Merge field access expressions for named and numeric fields | Vadim Petrochenkov | -1/+0 |
| 2018-04-12 | Implement inferring outlives requirements for references, structs, enum, unio... | toidiu | -0/+14 |
| 2018-04-10 | Add ok-wrapping to catch blocks, per RFC | Scott McMurray | -1/+2 |
| 2018-04-11 | Extend `ExternCrate` to cover externs inferred from `use` or paths | Shotaro Yamada | -3/+24 |
| 2018-04-07 | [incremental] Hash `Allocation`s | Shotaro Yamada | -1/+1 |
| 2018-04-06 | Auto merge of #48779 - michaelwoerister:share-generics4, r=alexcrichton | bors | -2/+16 |
| 2018-04-06 | Allow for re-using monomorphizations from upstream crates. | Michael Woerister | -2/+15 |
| 2018-04-06 | Fix incomplete ICH implementation for ty::subst::UnpackedKind. | Michael Woerister | -0/+1 |
| 2018-04-06 | Use `Ident` instead of `Name` in `MetaItem` | Vadim Petrochenkov | -1/+1 |
| 2018-04-06 | Fix stable hash for identifiers | Vadim Petrochenkov | -2/+3 |