| Age | Commit message (Expand) | Author | Lines |
| 2018-02-13 | Auto merge of #47804 - retep007:recursive-requirements, r=pnkfelix | bors | -9/+31 |
| 2018-02-10 | Rollup merge of #48047 - etaoins:fix-ice-for-mismatched-args-on-target-withou... | kennytm | -44/+49 |
| 2018-02-07 | Rollup merge of #47613 - estebank:rustc_on_unimplemented, r=nikomatsakis | Manish Goregaokar | -18/+53 |
| 2018-02-07 | Fix ICE for mismatched args on target without span | Ryan Cumming | -44/+49 |
| 2018-02-03 | Auto merge of #47845 - Zoxc:gen-fixes, r=nikomatsakis | bors | -0/+9 |
| 2018-02-03 | Auto merge of #47791 - estebank:mismatched-trait-impl, r=nikomatsakis | bors | -0/+13 |
| 2018-02-01 | Remove support for `Self` in attributes | Esteban Küber | -2/+0 |
| 2018-02-01 | Add filter to detect local crates for rustc_on_unimplemented | Esteban Küber | -2/+5 |
| 2018-02-01 | Add filtering options to `rustc_on_unimplemented` | Esteban Küber | -16/+50 |
| 2018-02-01 | Auto merge of #47738 - nikomatsakis:issue-47139-master, r=arielb1 | bors | -74/+117 |
| 2018-01-30 | track intercrate ambiguity only when there is a coherence error | Niko Matsakis | -49/+82 |
| 2018-01-30 | change `overlapping_impls` to take a tcx and create the infcx | Niko Matsakis | -42/+40 |
| 2018-01-30 | make `overlapping_impls` call closures instead of returning | Niko Matsakis | -33/+45 |
| 2018-01-29 | Fix regression: account for trait methods in arg count mismatch error | Christopher Durham | -0/+5 |
| 2018-01-29 | Require yield types to be sized | John Kåre Alsaker | -0/+9 |
| 2018-01-28 | Point only at method signatures and point at trait | Esteban Küber | -0/+13 |
| 2018-01-27 | Optimized error reporting for recursive requirements #47720 | Peter Hrvola | -9/+31 |
| 2018-01-26 | Merge branch 'fix-regression' of https://github.com/estebank/rust into rollup | Alex Crichton | -41/+49 |
| 2018-01-25 | Rollup merge of #47656 - ishitatsuyuki:patch-1, r=nikomatsakis | Alex Crichton | -16/+7 |
| 2018-01-25 | Fix regression: account for impl methods in arg count mismatch error | Esteban Küber | -41/+49 |
| 2018-01-25 | Rollup merge of #47529 - nikomatsakis:impl-trait-issue-38064, r=cramertj | Alex Crichton | -1/+15 |
| 2018-01-23 | Adds support for immovable generators. Move checking of invalid borrows acros... | John Kåre Alsaker | -6/+16 |
| 2018-01-23 | Implement Ord as necessary | Tatsuyuki Ishi | -1/+1 |
| 2018-01-22 | Use std based dedup in projection | Tatsuyuki Ishi | -15/+6 |
| 2018-01-20 | Rollup merge of #47573 - estebank:closures, r=nikomatsakis | Guillaume Gomez | -153/+152 |
| 2018-01-20 | Closure argument mismatch tweaks | Esteban Küber | -153/+152 |
| 2018-01-17 | track recursion limit when expanding existential impl trait | Niko Matsakis | -1/+15 |
| 2018-01-15 | On E0283, point at method with the requirements | Esteban Küber | -1/+7 |
| 2018-01-13 | Remove `impl Foo for ..` in favor of `auto trait Foo` | leonardo.yvens | -2/+2 |
| 2018-01-08 | Auto merge of #47200 - BurntPizza:query-snatp, r=nikomatsakis | bors | -3/+20 |
| 2018-01-01 | Fix docs for future pulldown migration | Malo Jaffré | -0/+1 |
| 2017-12-28 | Prefer to use attr::contains_name() and attr::find_by_name() | Seiichi Uchida | -3/+1 |
| 2017-12-27 | Make normalize_and_test_predicates into a query | BurntPizza | -3/+20 |
| 2017-12-19 | Auto merge of #46664 - mikeyhew:raw_pointer_self, r=arielb1 | bors | -3/+1 |
| 2017-12-19 | Auto merge of #46829 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -14/+19 |
| 2017-12-18 | Rollup merge of #46804 - estebank:conflicting-impl-def-span, r=arielb1 | Guillaume Gomez | -4/+8 |
| 2017-12-18 | Rollup merge of #46801 - estebank:impl-extra-req-def-span, r=arielb1 | Guillaume Gomez | -7/+4 |
| 2017-12-18 | Rework expected closure error | Esteban Küber | -3/+7 |
| 2017-12-18 | Point at def span in "impl has stricter requirements" diagnostic | Esteban Küber | -7/+4 |
| 2017-12-18 | normalize the results of `tcx.type_of` after substituting | Ariel Ben-Yehuda | -1/+7 |
| 2017-12-17 | Use def span for conflicting impls and recursive fn | Esteban Küber | -4/+8 |
| 2017-12-17 | implement raw-pointer `self`. Works for traits, including trait objects, but ... | Michael Hewson | -3/+1 |
| 2017-12-10 | Point at whole method call instead of args | Esteban Küber | -2/+2 |
| 2017-12-07 | replace `InferCtxt::fn_sig` with `closure_sig` | Niko Matsakis | -10/+10 |
| 2017-12-06 | convert errors to warnings | Ariel Ben-Yehuda | -1/+1 |
| 2017-12-05 | add a comment and assertion explaining everything | Ariel Ben-Yehuda | -1/+93 |
| 2017-12-05 | improve error reporting | Ariel Ben-Yehuda | -4/+3 |
| 2017-12-05 | convert the new conflicts to a soft error | Ariel Ben-Yehuda | -53/+116 |
| 2017-12-05 | refactor a bit | Ariel Ben-Yehuda | -70/+87 |
| 2017-12-05 | improve treatment of local types in "remote coherence" mode | Ariel Ben-Yehuda | -48/+81 |