| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-10-25 | Don't extend `hir::Def` when there's already a dedicated "function-like" dete... | Oliver Schneider | -1/+0 |
| 2018-10-25 | Report const eval error inside the query | Oliver Schneider | -8/+5 |
| 2018-10-24 | Add InstanceDef::VtableShim. | Masaki Hara | -0/+3 |
| 2018-10-23 | Remove redundant clone | Shotaro Yamada | -1/+1 |
| 2018-10-21 | Auto merge of #52984 - fabric-and-ink:remove-canonical-var, r=scalexm | bors | -2/+2 |
| 2018-10-20 | Use more accurate `ConstraintCategory`s | Matthew Jasper | -0/+2 |
| 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 | -2/+2 |
| 2018-10-19 | Auto merge of #55162 - nikomatsakis:issue-54902-underscore-bound, r=tmandry | bors | -4/+8 |
| 2018-10-19 | Prefer `Default::default` over `FxHash*::default` in struct constructors | Oliver Scherer | -2/+2 |
| 2018-10-19 | Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack | Oliver Scherer | -2/+2 |
| 2018-10-19 | replace `UserTypeAnnotation::AdtDef` with `TypeOf` | Niko Matsakis | -4/+0 |
| 2018-10-19 | convert `FnDef` to `TypeOf`, which is more general | Niko Matsakis | -1/+1 |
| 2018-10-17 | move E0637 to lowering and improve output, add more tests | Niko Matsakis | -4/+8 |
| 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 | introduce `FnDef` and `AdtDef` to `UserTypeAnnotation` | Niko Matsakis | -0/+8 |
| 2018-10-15 | introduce a `UserTypeAnnotation` enum | Niko Matsakis | -0/+13 |
| 2018-10-15 | rename `QueryResult` to `QueryResponse` | Niko Matsakis | -1/+1 |
| 2018-10-13 | Auto merge of #54945 - estebank:asm-span, r=petrochenkov | bors | -1/+2 |
| 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 | Point to variable in `asm!` macro when failing borrowck | Esteban Küber | -1/+2 |
| 2018-10-09 | Auto merge of #54762 - RalfJung:miri-validate, r=oli-obk | bors | -0/+4 |
| 2018-10-09 | miri engine: also check return type before calling function | Ralf Jung | -0/+4 |
| 2018-10-09 | Auto merge of #54798 - matthewjasper:free-region-closure-errors, r=nikomatsakis | bors | -1/+17 |
| 2018-10-08 | Pass around interned refs to goals and not goals | scalexm | -1/+1 |
| 2018-10-07 | Auto merge of #54782 - pnkfelix:issue-54556-semi-on-tail-diagnostic, r=nikoma... | bors | -0/+1 |
| 2018-10-06 | Move ConstraintCategory to rustc::mir | Matthew Jasper | -1/+17 |
| 2018-10-05 | Auto merge of #54741 - oli-obk:impl_trait_hierarchy, r=cramertj | bors | -0/+1 |
| 2018-10-05 | Add flag to `mir::LocalDecl` to track whether its a temp from some subexpr a ... | Felix S. Klock II | -0/+1 |
| 2018-10-05 | resolve: Integrate inert attributes registererd by legacy plugins into macro ... | Vadim Petrochenkov | -0/+1 |
| 2018-10-04 | Auto merge of #54649 - nikomatsakis:universes-refactor-1, r=scalexm | bors | -1/+1 |
| 2018-10-04 | Auto merge of #54666 - matthewjasper:mir-function-spans, r=pnkfelix | bors | -1/+3 |
| 2018-10-04 | rename skolemized to placeholder | Niko Matsakis | -1/+1 |
| 2018-10-04 | Rollup merge of #54789 - scalexm:unnormalized, r=nikomatsakis | Pietro Albini | -2/+2 |