| Age | Commit message (Expand) | Author | Lines |
| 2018-05-02 | change skolemizations to use universe index | Sean Griffin | -3/+17 |
| 2018-05-02 | introduce `UniverseIndex` into `InferCtxt` | Sean Griffin | -3/+1 |
| 2018-04-30 | make needs_infer specific to inference variables | Niko Matsakis | -1/+5 |
| 2018-04-27 | Auto merge of #50102 - Zoxc:query-nomacro, r=michaelwoerister | bors | -1/+1 |
| 2018-04-27 | Move query functions out from the define_maps! macro | John Kåre Alsaker | -1/+1 |
| 2018-04-27 | Rename InternedString to LocalInternedString and introduce a new thread-safe ... | John Kåre Alsaker | -8/+6 |
| 2018-04-26 | Auto merge of #50072 - oli-obk:discriminants, r=eddyb | bors | -17/+23 |
| 2018-04-26 | Allow variant discriminant initializers to refer to other initializers of the... | Oliver Schneider | -17/+23 |
| 2018-04-24 | Make Binder's field private and clean up its usage | Tyler Mandry | -27/+32 |
| 2018-04-23 | first draft of `program_clauses_for_env` | Niko Matsakis | -0/+5 |
| 2018-04-14 | Rollup merge of #49913 - varkor:RegionParameterDef-InternedString, r=petroche... | kennytm | -1/+1 |
| 2018-04-13 | Use InternedString rather than Name for RegionParameterDef | varkor | -1/+1 |
| 2018-04-13 | Auto merge of #49718 - petrochenkov:fieldcmp, r=eddyb | bors | -27/+12 |
| 2018-04-12 | Avoid comparing fields by name when possible | Vadim Petrochenkov | -27/+12 |
| 2018-04-12 | Implement inferring outlives requirements for references, structs, enum, unio... | toidiu | -0/+16 |
| 2018-04-11 | Implementation of `#[repr(packed(n))]` RFC 1399. | Cameron Hart | -8/+22 |
| 2018-04-11 | Auto merge of #49695 - michaelwoerister:unhygienic-ty-min, r=nikomatsakis | bors | -1/+1 |
| 2018-04-06 | Use `Span` instead of `SyntaxContext` in `Ident` | Vadim Petrochenkov | -3/+3 |
| 2018-04-06 | Use InternedString instead of Symbol for type parameters. | Michael Woerister | -1/+1 |
| 2018-03-29 | Auto merge of #49313 - sgrif:sg-revert-stuff, r=nikomatsakis | bors | -41/+11 |
| 2018-03-24 | Auto merge of #48482 - davidtwco:issue-47184, r=nikomatsakis | bors | -0/+12 |
| 2018-03-23 | Fix failures after rebase | Sean Griffin | -5/+4 |
| 2018-03-23 | Revert "introduce `UniverseIndex` into `ParamEnv`" | Sean Griffin | -21/+4 |
| 2018-03-23 | Revert "change skolemizations to use universe index" | Sean Griffin | -15/+3 |
| 2018-03-22 | UserAssertTy can handle inference variables. | David Wood | -0/+12 |
| 2018-03-22 | Auto merge of #49210 - oli-obk:pango_crash, r=eddyb | bors | -18/+5 |
| 2018-03-22 | Fix the conversion between bit representations and i128 representations | Oliver Schneider | -18/+5 |
| 2018-03-21 | work around fallout from these changes in rustc | Niko Matsakis | -7/+14 |
| 2018-03-18 | Auto merge of #48985 - scalexm:lowering, r=nikomatsakis | bors | -3/+6 |
| 2018-03-14 | Address niko's nits | scalexm | -3/+6 |
| 2018-03-14 | remove defaulting to unit | Andrew Cann | -1/+1 |
| 2018-03-13 | introduce `infcx.at(..).dropck_outlives(..)` operaton [VIC] | Niko Matsakis | -79/+1 |
| 2018-03-13 | add `canonicalize` method to `InferCtxt` [VIC] | Niko Matsakis | -2/+7 |
| 2018-03-13 | change `ParamEnv::and` to sometimes keep the environment [VIC] | Niko Matsakis | -21/+28 |
| 2018-03-13 | move ParamEnv methods from `ty/util` to `ty/mod` | Niko Matsakis | -1/+43 |
| 2018-03-13 | refactor `ParamEnv::empty(Reveal)` into two distinct methods | Niko Matsakis | -2/+2 |
| 2018-03-08 | Address review comments | Oliver Schneider | -14/+3 |
| 2018-03-08 | Decide signdedness on the layout instead of the type | Oliver Schneider | -2/+16 |
| 2018-03-08 | Deduplicate some code | Oliver Schneider | -73/+67 |
| 2018-03-08 | Don't use the undefined bytes of PrimVal::Bytes | Oliver Schneider | -4/+28 |
| 2018-03-08 | Nuke ConstInt and Const*size | Oliver Schneider | -30/+12 |
| 2018-03-08 | Add InterpretInterner to StableHashingContext for AllocId serialization | Oliver Schneider | -8/+8 |
| 2018-03-08 | Fully use miri in trans | Oliver Schneider | -4/+4 |
| 2018-03-08 | Prepare for using miri in trans | Alexander Regueiro | -3/+13 |
| 2018-03-08 | Nuke the entire ctfe from orbit, it's the only way to be sure | Oliver Schneider | -7/+0 |
| 2018-03-08 | Produce instead of pointers | Oliver Schneider | -0/+28 |
| 2018-03-07 | Rollup merge of #48698 - ishitatsuyuki:burn-equate, r=nikomatsakis | Alex Crichton | -20/+0 |
| 2018-03-06 | Compute symbol names more lazily. | Michael Woerister | -1/+15 |
| 2018-03-05 | Turn features() into a query. | Michael Woerister | -1/+1 |
| 2018-03-04 | Remove ty::Predicate::Equate and ty::EquatePredicate (dead code) | Tatsuyuki Ishi | -20/+0 |