| Age | Commit message (Expand) | Author | Lines |
| 2018-12-18 | treat ref-to-raw cast like a reborrow: do a special kind of retag | Ralf Jung | -2/+2 |
| 2018-12-17 | Tweak query code for performance | John Kåre Alsaker | -0/+1 |
| 2018-12-13 | Auto merge of #56461 - oli-obk:alloc_ids, r=RalfJung | bors | -1/+1 |
| 2018-12-10 | Remove `tokenstream::Delimited`. | Nicholas Nethercote | -3/+3 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -1/+1 |
| 2018-12-07 | Introduce constraint category for yields. | David Wood | -0/+1 |
| 2018-12-06 | Auto merge of #56557 - pietroalbini:rollup, r=pietroalbini | bors | -16/+12 |
| 2018-12-06 | Auto merge of #55635 - oli-obk:min_const_unsafe_fn, r=nikomatsakis | bors | -1/+2 |
| 2018-12-06 | Rollup merge of #56500 - ljedrz:cleanup_rest_of_const_lifetimes, r=zackmdavis | Pietro Albini | -8/+8 |
| 2018-12-06 | Rollup merge of #56426 - petrochenkov:syntweak, r=nikomatsakis | Pietro Albini | -8/+4 |
| 2018-12-06 | Auto merge of #56307 - RalfJung:stacked-borrows-2-phase, r=oli-obk | bors | -45/+12 |
| 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 |