| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-03-29 | Auto merge of #49313 - sgrif:sg-revert-stuff, r=nikomatsakis | bors | -10/+0 |
| 2018-03-28 | Fix stable hashing of AllocIds | Oliver Schneider | -12/+22 |
| 2018-03-28 | Push AllowTwoPhase down to the HAIR level | bobtwinkles | -0/+4 |
| 2018-03-24 | Auto merge of #49251 - nikomatsakis:issue-15872-elision-impl-header, r=cramertj | bors | -0/+1 |
| 2018-03-24 | Auto merge of #48482 - davidtwco:issue-47184, r=nikomatsakis | bors | -0/+4 |
| 2018-03-23 | Revert "introduce `UniverseIndex` into `ParamEnv`" | Sean Griffin | -10/+0 |
| 2018-03-23 | Merge branch 'master' of https://github.com/Lymia/rust into rollup | Alex Crichton | -1/+4 |
| 2018-03-22 | UserAssertTy can handle inference variables. | David Wood | -2/+2 |
| 2018-03-22 | Added UserAssertTy statement. | David Wood | -0/+4 |
| 2018-03-22 | permit `'_` and `&T` in impl headers | Niko Matsakis | -0/+1 |
| 2018-03-22 | rustc: Add a `#[wasm_import_module]` attribute | Alex Crichton | -1/+6 |
| 2018-03-21 | Now it compiles | Mrowqa | -1/+2 |
| 2018-03-19 | Auto merge of #49091 - nikomatsakis:issue-49043-ty-infer-hash, r=michaelwoeri... | bors | -2/+48 |
| 2018-03-18 | Initial implementation of RFC 2151, Raw Identifiers | Lymia Aluysia | -1/+4 |
| 2018-03-18 | Auto merge of #48985 - scalexm:lowering, r=nikomatsakis | bors | -0/+83 |
| 2018-03-18 | Auto merge of #48917 - petrochenkov:import, r=oli-obk | bors | -1/+1 |
| 2018-03-17 | AST/HIR: Clarify what the optional name in extern crate items mean | Vadim Petrochenkov | -1/+1 |
| 2018-03-17 | syntax: Make `_` an identifier | Vadim Petrochenkov | -1/+0 |
| 2018-03-17 | Auto merge of #48904 - Zoxc:code-and-file-maps, r=michaelwoerister | bors | -15/+18 |
| 2018-03-16 | extend stable hasher to support `CanonicalTy` | Niko Matsakis | -2/+48 |
| 2018-03-15 | Make FileMap thread-safe | John Kåre Alsaker | -15/+18 |
| 2018-03-14 | Address niko's nits | scalexm | -35/+35 |
| 2018-03-14 | Add MVP for chalkification | scalexm | -0/+83 |
| 2018-03-14 | remove defaulting to unit | Andrew Cann | -2/+1 |
| 2018-03-13 | introduce `infcx.at(..).dropck_outlives(..)` operaton [VIC] | Niko Matsakis | -6/+0 |
| 2018-03-13 | add `canonicalize` method to `InferCtxt` [VIC] | Niko Matsakis | -2/+57 |
| 2018-03-09 | Move PROFQ_CHAN to a Session field | John Kåre Alsaker | -9/+25 |
| 2018-03-08 | Regenerate tests | Oliver Schneider | -2/+2 |
| 2018-03-08 | Const eval will oom together with rustc now | Oliver Schneider | -9/+0 |
| 2018-03-08 | Const eval error refactoring | Oliver Schneider | -0/+1 |
| 2018-03-08 | Add stack traces to miri errors | Oliver Schneider | -3/+11 |
| 2018-03-08 | Remove unused error variants and const eval types | Oliver Schneider | -16/+0 |
| 2018-03-08 | Use Mutability enum instead of bool | Oliver Schneider | -1/+6 |
| 2018-03-08 | Prefer enum instead of magic numbers | Oliver Schneider | -3/+14 |
| 2018-03-08 | Nuke ConstInt and Const*size | Oliver Schneider | -27/+0 |
| 2018-03-08 | Wrap the miri ErrorKind in an Rc to reduce work in queries | Oliver Schneider | -2/+2 |
| 2018-03-08 | Hide the RefCell inside InterpretInterner | Oliver Schneider | -6/+3 |
| 2018-03-08 | Add InterpretInterner to StableHashingContext for AllocId serialization | Oliver Schneider | -251/+297 |
| 2018-03-08 | Prepare for using miri in trans | Alexander Regueiro | -4/+6 |
| 2018-03-08 | Nuke the entire ctfe from orbit, it's the only way to be sure | Oliver Schneider | -43/+0 |
| 2018-03-08 | Add miri errors to the const eval error enum | Oliver Schneider | -0/+170 |