| Age | Commit message (Expand) | Author | Lines |
| 2019-03-13 | Use derive macro for HashStable | John Kåre Alsaker | -1050/+0 |
| 2019-03-10 | Make the rustc driver and interface demand driven | John Kåre Alsaker | -5/+0 |
| 2019-03-05 | Implement Hash for new types | varkor | -0/+27 |
| 2019-02-27 | Rename variadic to c_variadic | Dan Robertson | -1/+1 |
| 2019-02-24 | Rollup merge of #58511 - oli-obk:const_to_op, r=RalfJung | Mazdak Farrokhzad | -1/+1 |
| 2019-02-19 | Auto merge of #57896 - oli-obk:permissive_existence, r=cramertj | bors | -0/+5 |
| 2019-02-16 | Reuse the `Pointer` type instead of passing reassembling it at many use sites | Oliver Scherer | -1/+1 |
| 2019-02-15 | Always emit an error for a query cycle | John Kåre Alsaker | -0/+4 |
| 2019-02-05 | move librustc to 2018 | Mark Mansi | -26/+28 |
| 2019-02-01 | Restrict concrete types to equivalent types | Oliver Scherer | -0/+5 |
| 2019-01-27 | `ConstValue::ScalarPair` only needs to represent slices | Oliver Scherer | -1/+1 |
| 2019-01-19 | Handle lifetime annotations in unreachable code | Matthew Jasper | -1/+1 |
| 2019-01-19 | Use a struct for user type annotations | Matthew Jasper | -0/+6 |
| 2019-01-19 | Rename UserTypeAnnotation -> UserType | Matthew Jasper | -3/+3 |
| 2019-01-05 | Rollup merge of #57219 - matthewjasper:mir-cleanup, r=nikomatsakis | kennytm | -16/+0 |
| 2019-01-01 | Move the `Unevaluated` constant arm upwards in the type structure | Oliver Scherer | -1/+5 |
| 2018-12-30 | Refactor `UserTypeAnnotation`. | David Wood | -0/+26 |
| 2018-12-29 | Remove unused types from rustc::mir::interpret | Matthew Jasper | -16/+0 |
| 2018-12-27 | Handle sub-typing in chalk-engine | scalexm | -0/+4 |
| 2018-12-27 | Integrate chalk engine | scalexm | -0/+7 |
| 2018-12-27 | Add a def-id in `ty::ParamEnv` | scalexm | -1/+2 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-03 | s/AllocType/AllocKind/ | Oliver Scherer | -1/+1 |
| 2018-12-03 | Monomorphize `AllocType` | Oliver Scherer | -1/+1 |
| 2018-11-26 | Auto merge of #56070 - oli-obk:const_let, r=eddyb | bors | -0/+1 |
| 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-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-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-14 | miri: backtraces with instances | Ralf Jung | -2/+2 |
| 2018-11-06 | impl_stable_hash_for: support enums and tuple structs with generic parameters | Ralf Jung | -301/+125 |
| 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 #55305 - nikomatsakis:universes-refactor-3, r=scalexm | bors | -2/+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-25 | Report const eval error inside the query | Oliver Schneider | -8/+4 |
| 2018-10-24 | Add InstanceDef::VtableShim. | Masaki Hara | -0/+3 |
| 2018-10-20 | Rename InferTy::CanonicalTy to BoundTy and add DebruijnIndex to variant type | Fabian Drinck | -1/+1 |