| Age | Commit message (Expand) | Author | Lines |
| 2017-11-30 | incr.comp.: Make traits::VTable encodable and decodable. | Michael Woerister | -8/+8 |
| 2017-11-30 | Auto merge of #46226 - arielb1:special-region-obligation, r=nikomatsakis | bors | -38/+105 |
| 2017-11-28 | Revert "fix treatment of local types in "remote coherence" mode" | Ariel Ben-Yehuda | -81/+48 |
| 2017-11-28 | Rollup merge of #46249 - estebank:suggest-slice, r=arielb1 | kennytm | -0/+23 |
| 2017-11-27 | reword to "consider borrowing here: `{suggestion}`" | Esteban Küber | -1/+1 |
| 2017-11-26 | fix treatment of local types in "remote coherence" mode | Ariel Ben-Yehuda | -48/+81 |
| 2017-11-25 | comments | Ariel Ben-Yehuda | -11/+31 |
| 2017-11-25 | avoid type-live-for-region obligations on dummy nodes | Ariel Ben-Yehuda | -27/+74 |
| 2017-11-25 | Remove index type check (review comment) | Esteban Küber | -11/+5 |
| 2017-11-25 | Suggest using slice when encountering `let x = ""[..];` | Esteban Küber | -0/+29 |
| 2017-11-18 | remove the `generator_sigs` map, query, and plumbing | Niko Matsakis | -4/+2 |
| 2017-11-18 | convert the `closure_kinds` map to just store the origin information | Niko Matsakis | -5/+5 |
| 2017-11-18 | stop using the `closure_kinds` query / table for anything | Niko Matsakis | -6/+6 |
| 2017-11-18 | traits: prefer `ClosureSubsts` to `InferCtxt::closure_kind` | Niko Matsakis | -4/+4 |
| 2017-11-18 | make `ty::Predicate` carry a `ClosureSubsts` | Niko Matsakis | -6/+6 |
| 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 |