| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-10-20 | Rename CanonicalVar to BoundTyIndex | Fabian Drinck | -1/+1 |
| 2018-10-20 | Auto merge of #55114 - oli-obk:fx#map, r=nikomatsakis | bors | -1/+1 |
| 2018-10-19 | Auto merge of #55162 - nikomatsakis:issue-54902-underscore-bound, r=tmandry | bors | -2/+3 |
| 2018-10-19 | Prefer `Default::default` over `FxHash*::default` in struct constructors | Oliver Scherer | -1/+1 |
| 2018-10-19 | Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack | Oliver Scherer | -1/+1 |
| 2018-10-17 | move E0637 to lowering and improve output, add more tests | Niko Matsakis | -2/+3 |
| 2018-10-17 | Re-use memory in `program_clauses_for_env` | scalexm | -3/+0 |
| 2018-10-17 | Categorize chalk clauses | scalexm | -1/+7 |
| 2018-10-17 | Use `Environment` instead of `ty::ParamEnv` in chalk context | scalexm | -0/+8 |
| 2018-10-15 | introduce a more expressive `UserSubsts` | Niko Matsakis | -0/+5 |
| 2018-10-15 | rename `QueryResult` to `QueryResponse` | Niko Matsakis | -1/+1 |
| 2018-10-10 | Rollup merge of #54909 - scalexm:finish-rules, r=nikomatsakis | Manish Goregaokar | -1/+1 |
| 2018-10-10 | miri engine: basic support for pointer provenance tracking | Ralf Jung | -23/+33 |
| 2018-10-09 | miri engine: also check return type before calling function | Ralf Jung | -0/+4 |
| 2018-10-08 | Pass around interned refs to goals and not goals | scalexm | -1/+1 |
| 2018-10-04 | rename skolemized to placeholder | Niko Matsakis | -1/+1 |
| 2018-10-03 | Introduce `TyKind::UnnormalizedProjection` | scalexm | -2/+2 |
| 2018-09-30 | move ScalarMaybeUndef into the miri engine | Ralf Jung | -5/+0 |
| 2018-09-19 | Add an is_marker flag to TraitDef | Scott McMurray | -0/+1 |
| 2018-09-11 | Simplify Scope/ScopeData to have less chance of introducing UB or size increases | Oliver Schneider | -6/+9 |
| 2018-09-08 | Auto merge of #53903 - GabrielMajeri:opt-miri-array-slice, r=oli-obk | bors | -1/+1 |
| 2018-09-08 | Auto merge of #53705 - ms2300:tmp, r=oli-obk | bors | -1/+1 |
| 2018-09-08 | Optimize miri checking of integer array/slices | Gabriel Majeri | -1/+1 |
| 2018-09-07 | make field always private, add `From` impls | Niko Matsakis | -3/+0 |