| Age | Commit message (Expand) | Author | Lines |
| 2017-11-16 | Nit: rework region obligations to a snapshotted vector | Niko Matsakis | -2/+1 |
| 2017-11-16 | convert TODO in traits into a FIXME | Niko Matsakis | -5/+8 |
| 2017-11-15 | extract out the implied bounds code from `regionck` | Niko Matsakis | -3/+4 |
| 2017-11-15 | move the `region_obligations` processing code into `InferCtxt` | Niko Matsakis | -1/+1 |
| 2017-11-15 | assert that we are consuming all of the region obligations | Niko Matsakis | -0/+9 |
| 2017-11-15 | convert EXTRA_REQUIREMENT_IN_IMPL into a hard error | Niko Matsakis | -29/+8 |
| 2017-11-15 | move region constraints into inference context | Niko Matsakis | -91/+19 |
| 2017-11-15 | fulfill: remove dead code | Niko Matsakis | -8/+0 |
| 2017-11-15 | Auto merge of #45944 - eddyb:provide, r=nikomatsakis | bors | -11/+0 |
| 2017-11-12 | deduplicate projection error (E0271) messages | Zack M. Davis | -7/+14 |
| 2017-11-12 | rustc_driver: base extern query providers on local ones. | Eduard-Mihai Burtescu | -11/+0 |
| 2017-11-12 | Auto merge of #45870 - mikeyhew:arbitrary_self_types, r=arielb1 | bors | -1/+16 |
| 2017-11-09 | Retain information on whether a format argument has explicit position | Tommy Ip | -1/+1 |
| 2017-11-08 | tidy things up a bit | Michael Hewson | -1/+3 |
| 2017-11-08 | move ExplicitSelf to rustc::ty::util, and use it to implement object safety c... | Michael Hewson | -1/+14 |
| 2017-11-05 | Fix MIR inlining panic in generic function | sinkuu | -0/+54 |
| 2017-11-03 | Rename `trait_has_auto_impl` to `trait_is_auto` | leonardo.yvens | -2/+2 |
| 2017-11-03 | [Syntax Breaking] Rename DefaultImpl to AutoImpl | leonardo.yvens | -43/+43 |
| 2017-10-27 | Implement RFC 1861: Extern types | Paul Lietar | -2/+15 |
| 2017-10-25 | Auto merge of #45455 - kennytm:print-extern-impl-for-e0119, r=nikomatsakis | bors | -2/+60 |
| 2017-10-23 | Print the conflicting impl on E0119 with external crate. | kennytm | -2/+60 |
| 2017-10-21 | renamed query | Marco Concetto Rudilosso | -1/+1 |
| 2017-10-21 | removed unused import | Marco Concetto Rudilosso | -17/+1 |
| 2017-10-21 | Create NormalizeTy query | Marco Concetto Rudilosso | -4/+2 |
| 2017-10-17 | Rollup merge of #45097 - nivkner:fixme_fixup2, r=estebank | kennytm | -13/+2 |
| 2017-10-14 | Auto merge of #45137 - theotherjimmy:vtable-methods-query, r=nikomatsakis | bors | -44/+48 |
| 2017-10-13 | Auto merge of #45069 - sinkuu:tuple_arg, r=nikomatsakis | bors | -43/+172 |
| 2017-10-13 | Remove export of vtable_methods | Jimmy Brisson | -1/+1 |
| 2017-10-13 | Wrap vtable_methods return type in RC | Jimmy Brisson | -41/+43 |
| 2017-10-13 | get_vtable_methods => vtable_methods query | Jimmy Brisson | -5/+7 |
| 2017-10-13 | Convert return type of get_vtable_methods to Vec | Jimmy Brisson | -2/+2 |
| 2017-10-13 | Reword | sinkuu | -21/+30 |
| 2017-10-12 | Auto merge of #44967 - wesleywiser:trans_fulfill_obligation, r=nikomatsakis | bors | -74/+66 |
| 2017-10-10 | Reword | sinkuu | -12/+13 |
| 2017-10-08 | Turn `trans_fulfill_obligation` into a query | Wesley Wiser | -74/+66 |
| 2017-10-08 | address more FIXME whose associated issues were marked as closed | Niv Kaminer | -13/+2 |
| 2017-10-07 | Add suggestion | sinkuu | -31/+100 |
| 2017-10-07 | Rename variables | sinkuu | -21/+21 |
| 2017-10-06 | Auto merge of #45065 - arielb1:not-correct, r=nikomatsakis | bors | -1/+1 |
| 2017-10-07 | Better error for missing tuple pattern in args (#44150) | sinkuu | -22/+72 |
| 2017-10-06 | fix logic error in #44269's `prune_cache_value_obligations` | Ariel Ben-Yehuda | -1/+1 |
| 2017-10-06 | Improve resolution of associated types in macros 2.0 | Vadim Petrochenkov | -12/+14 |
| 2017-09-26 | Auto merge of #44741 - qmx:trans_fulfill_obligation_should_not_crash, r=nikom... | bors | -5/+6 |
| 2017-09-25 | add comment per @nikomatsakis request | Douglas Campos | -0/+1 |
| 2017-09-25 | expose ParamEnv as a param | Douglas Campos | -2/+2 |
| 2017-09-25 | add ParamEnv to the trait_cache key | Douglas Campos | -4/+4 |
| 2017-09-23 | Print fn signature when there is closure argument type mismatch | Wonwoo Choi | -66/+75 |
| 2017-09-20 | Fix ICE | scalexm | -2/+2 |
| 2017-09-20 | Implement `Copy`/`Clone` for closures | scalexm | -7/+22 |
| 2017-09-18 | incr.comp.: Remove tcx from StableHashingContext. | Michael Woerister | -2/+2 |