| Age | Commit message (Expand) | Author | Lines |
| 2018-12-04 | adds DocTest filename variant, refactors doctest_offset out of source_map, fi... | Matthew Russo | -1/+2 |
| 2018-12-04 | updates all Filename variants to take a fingerprint | Matthew Russo | -6/+6 |
| 2018-12-04 | cleanup: remove static lifetimes from consts | ljedrz | -8/+8 |
| 2018-12-04 | Emit feature gate suggestion | Oliver Scherer | -1/+2 |
| 2018-12-04 | syntax: Remove `#[non_exhaustive]` from `Edition` | Vadim Petrochenkov | -8/+4 |
| 2018-12-03 | s/AllocType/AllocKind/ | Oliver Scherer | -1/+1 |
| 2018-12-03 | Monomorphize `AllocType` | Oliver Scherer | -1/+1 |
| 2018-12-03 | Retag needs to know whether this is a 2-phase-reborrow | Ralf Jung | -45/+12 |
| 2018-12-02 | Remove not used `DotEq` token | yui-knk | -1/+0 |
| 2018-11-26 | Auto merge of #56070 - oli-obk:const_let, r=eddyb | bors | -0/+1 |
| 2018-11-25 | Auto merge of #55921 - scalexm:placeholders, r=nikomatsakis | bors | -2/+7 |
| 2018-11-25 | Auto merge of #55959 - matthewjasper:remove-end-region, r=nikomatsakis | bors | -3/+0 |
| 2018-11-24 | Move `BoundTy` debruijn index to the `TyKind` enum variant | scalexm | -1/+2 |
| 2018-11-24 | Handle placeholder types in canonicalization | scalexm | -1/+2 |
| 2018-11-24 | Introduce `TyKind::Placeholder` variant | scalexm | -0/+3 |
| 2018-11-21 | rustc: implement and use Default on more types. | Eduard-Mihai Burtescu | -2/+1 |
| 2018-11-19 | Make const_eval_raw query return just an AllocId | Ralf Jung | -0/+4 |
| 2018-11-19 | Also catch static mutation at evaluation time | Oliver Scherer | -0/+1 |
| 2018-11-19 | Rollup merge of #55970 - RalfJung:miri-backtrace, r=@oli-obk | Pietro Albini | -3/+3 |
| 2018-11-19 | Rollup merge of #55953 - blitzerr:master, r=nikomatsakis | Pietro Albini | -1/+3 |
| 2018-11-18 | Rollup merge of #55894 - RalfJung:validation-enums, r=oli-obk | Pietro Albini | -1/+6 |
| 2018-11-18 | Remove mir::StatementKind::EndRegion | Matthew Jasper | -3/+0 |
| 2018-11-15 | Rollup merge of #55750 - oli-obk:node_id_x, r=michaelwoerister | Pietro Albini | -2/+9 |
| 2018-11-15 | do not accept out-of-bounds pointers in enum discriminants, they might be NULL | Ralf Jung | -1/+6 |
| 2018-11-15 | rename FrameInfo span field to call_site | Ralf Jung | -1/+1 |
| 2018-11-14 | capture_disjoint_fields(rust-lang#53488) | Blitzerr | -1/+3 |
| 2018-11-15 | Auto merge of #55716 - RalfJung:escape-to-raw, r=oli-obk | bors | -0/+3 |
| 2018-11-14 | miri: backtraces with instances | Ralf Jung | -2/+2 |
| 2018-11-12 | Turn `HirLocalId` into a `newtype_index` | Oliver Scherer | -2/+9 |
| 2018-11-07 | no more action on ref or cast, but add new MIR statement for escaping a ptr t... | Ralf Jung | -0/+3 |
| 2018-11-06 | impl_stable_hash_for: support enums and tuple structs with generic parameters | Ralf Jung | -355/+142 |
| 2018-11-03 | Auto merge of #55101 - alexreg:trait-aliases, r=nikomatsakis | bors | -0/+17 |
| 2018-11-03 | Remove `ReCanonical` in favor of `ReLateBound` | scalexm | -3/+0 |
| 2018-11-03 | Rename `BoundTyIndex` to `BoundVar` | scalexm | -1/+1 |
| 2018-11-03 | Move `BoundTy` to `ty::TyKind` | scalexm | -1/+3 |
| 2018-11-03 | Added support for trait aliases as bounds. | Alexander Regueiro | -0/+17 |
| 2018-11-02 | Auto merge of #55316 - RalfJung:retagging, r=oli-obk | bors | -20/+3 |
| 2018-11-02 | Auto merge of #55305 - nikomatsakis:universes-refactor-3, r=scalexm | bors | -2/+3 |
| 2018-10-29 | Rename other occs of (Code/File)Map to Source(Map/File) #51574 | David Lavati | -2/+2 |
| 2018-10-29 | Emit Retag statements, kill Validate statements | Ralf Jung | -20/+3 |
| 2018-10-28 | remove some unused CTFE error variants | Ralf Jung | -42/+0 |
| 2018-10-27 | Auto merge of #54183 - qnighy:by-value-object-safety, r=oli-obk | bors | -0/+3 |
| 2018-10-27 | extend query response to potentially contain fresh universes | Niko Matsakis | -0/+1 |
| 2018-10-27 | allow canonicalized regions to carry universe and track max-universe | Niko Matsakis | -2/+2 |
| 2018-10-26 | Add the actual chain of projections to `UserTypeProjection`. | Felix S. Klock II | -1/+1 |
| 2018-10-26 | Checkpoint: Added abstraction over collection of projections into user type. | Felix S. Klock II | -0/+1 |
| 2018-10-26 | Added `mir::UserTypeProjection`, a stub for a structure that projects *into* ... | Felix S. Klock II | -0/+2 |
| 2018-10-26 | Auto merge of #53821 - oli-obk:sanity_query, r=RalfJung | bors | -8/+4 |
| 2018-10-26 | dump refs for path segments in save-analysis | Nick Cameron | -0/+1 |
| 2018-10-26 | Store a resolved def on hir::PathSegment | Nick Cameron | -0/+1 |