| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-04-06 | Remove more duplicated spans | Vadim Petrochenkov | -1/+1 |
| 2018-04-06 | Rename `PathSegment::identifier` to `ident` | Vadim Petrochenkov | -1/+1 |
| 2018-04-06 | Use `Span` instead of `SyntaxContext` in `Ident` | Vadim Petrochenkov | -1/+1 |
| 2018-04-05 | Rollup merge of #49497 - scalexm:hrtb, r=nikomatsakis | Alex Crichton | -5/+7 |
| 2018-04-04 | Auto merge of #48333 - aidanhs:aphs-no-place-for-placement, r=nikomatsakis | bors | -1/+0 |
| 2018-04-03 | Auto merge of #49348 - bobtwinkles:extend_2pb, r=nikomatsakis | bors | -0/+4 |
| 2018-04-03 | Remove all unstable placement features | Aidan Hobson Sayers | -1/+0 |
| 2018-03-30 | Auto merge of #49424 - oli-obk:stable_allocid_hash, r=michaelwoerister | bors | -12/+22 |
| 2018-03-30 | Tweak `Clause` definition and HRTBs | scalexm | -5/+7 |