| Age | Commit message (Expand) | Author | Lines |
| 2018-11-25 | resolve: Implement edition hygiene for imports and absolute paths | Vadim Petrochenkov | -11/+3 |
| 2018-11-15 | Simplify logic | Esteban Küber | -8/+2 |
| 2018-11-15 | Sidestep ICE in `type_of_def_id()` when called from `return_type_impl_trait` | Esteban Küber | -1/+21 |
| 2018-10-29 | Further foundational stuff on `ProjectionKind` before I add it to `AscribeUse... | Felix S. Klock II | -0/+30 |
| 2018-10-29 | Add intern table for `List<ProjectionElem<'tcx, (), ()>>`. | Felix S. Klock II | -2/+20 |
| 2018-10-29 | Remove redundant clone | Shotaro Yamada | -1/+1 |
| 2018-10-25 | Auto merge of #55347 - pietroalbini:rollup, r=pietroalbini | bors | -1/+1 |
| 2018-10-25 | Rollup merge of #55282 - sinkuu:redundant_clone, r=estebank | Pietro Albini | -1/+1 |
| 2018-10-25 | Auto merge of #55323 - nikomatsakis:nll-ICE-55219-and-55241, r=pnkfelix | bors | -6/+28 |
| 2018-10-24 | introduce (but do not use) `ascribe_user_type` goal | Niko Matsakis | -6/+28 |
| 2018-10-24 | Minor doc improvements | Vadim Petrochenkov | -2/+6 |
| 2018-10-24 | Add `extern crate` items to extern prelude | Vadim Petrochenkov | -4/+4 |
| 2018-10-23 | Remove redundant clone | Shotaro Yamada | -1/+1 |
| 2018-10-22 | convert user-provided signatures into def-id | Niko Matsakis | -16/+2 |
| 2018-10-22 | add a table to track user-provided signatures | Niko Matsakis | -6/+31 |
| 2018-10-20 | Rename InferTy::CanonicalTy to BoundTy and add DebruijnIndex to variant type | Fabian Drinck | -7/+15 |
| 2018-10-20 | Rename CanonicalVar to BoundTyIndex | Fabian Drinck | -6/+6 |
| 2018-10-20 | Auto merge of #55014 - ljedrz:lazyboye_unwraps, r=matthewjasper | bors | -2/+2 |
| 2018-10-20 | Auto merge of #55114 - oli-obk:fx#map, r=nikomatsakis | bors | -53/+38 |
| 2018-10-20 | Auto merge of #55007 - davidtwco:issue-39175, r=petrochenkov | bors | -10/+64 |
| 2018-10-19 | Only suggest paths that exist. | David Wood | -10/+64 |
| 2018-10-19 | Prefer `Default::default` over `FxHash*::default` in struct constructors | Oliver Scherer | -45/+30 |
| 2018-10-19 | Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack | Oliver Scherer | -29/+29 |
| 2018-10-19 | Auto merge of #55194 - kennytm:rollup, r=kennytm | bors | -0/+2 |
| 2018-10-19 | Rollup merge of #55071 - oli-obk:const_cast_🍨, r=RalfJung | kennytm | -0/+2 |
| 2018-10-19 | Prefer unwrap_or_else to unwrap_or in case of function calls/allocations | ljedrz | -2/+2 |
| 2018-10-19 | Auto merge of #55040 - scalexm:param-env, r=nikomatsakis | bors | -3/+24 |
| 2018-10-18 | Rollup merge of #55016 - oli-obk:vtables💥_vtables_everywhere, r=RalfJung | kennytm | -8/+8 |
| 2018-10-17 | Add `FromEnv` for input types in the environment | scalexm | -3/+3 |
| 2018-10-17 | Implement the `environment` query | scalexm | -0/+1 |
| 2018-10-17 | Use `Environment` instead of `ty::ParamEnv` in chalk context | scalexm | -3/+23 |
| 2018-10-17 | Auto merge of #54671 - petrochenkov:extpre2015, r=nikomatsakis | bors | -3/+5 |
| 2018-10-16 | Auto merge of #55093 - nikomatsakis:nll-issue-54574-multisegment-path, r=pnkf... | bors | -31/+99 |
| 2018-10-16 | fix comment | Niko Matsakis | -1/+1 |
| 2018-10-16 | Auto merge of #55067 - ljedrz:generic_iterator_related_improvements, r=petroc... | bors | -1/+1 |
| 2018-10-15 | introduce a more expressive `UserSubsts` | Niko Matsakis | -31/+99 |
| 2018-10-15 | Uplift some comments to doc comments | Oliver Scherer | -8/+8 |
| 2018-10-15 | remove the sub/super terminology for universes | Niko Matsakis | -18/+22 |
| 2018-10-15 | convert `UniverseIndex` into a `newtype_index!` | Niko Matsakis | -38/+7 |
| 2018-10-15 | make `UniverseIndex` hashable, rename "sub-" to "superuniverse" | Niko Matsakis | -15/+18 |
| 2018-10-15 | rename `QueryResult` to `QueryResponse` | Niko Matsakis | -10/+10 |
| 2018-10-14 | Auto merge of #55032 - oli-obk:the_early_unwrap_gets_the_panic, r=Mark-Simula... | bors | -14/+11 |
| 2018-10-14 | Fix ICE and report a human readable error | Oliver Scherer | -0/+2 |
| 2018-10-14 | change a cloning map to into_iter | ljedrz | -1/+1 |
| 2018-10-13 | Copy extern prelude from resolver to global context | Vadim Petrochenkov | -3/+5 |
| 2018-10-13 | Check the invariant for `principal` inside the method | Oliver Scherer | -14/+11 |
| 2018-10-12 | Rollup merge of #54958 - RalfJung:static-assert, r=oli-obk | kennytm | -5/+2 |
| 2018-10-10 | Rollup merge of #54909 - scalexm:finish-rules, r=nikomatsakis | Manish Goregaokar | -13/+21 |
| 2018-10-10 | add a macro for static assertions | Ralf Jung | -5/+2 |
| 2018-10-09 | miri engine: also check return type before calling function | Ralf Jung | -0/+4 |