1. 05 1月, 2015 1 次提交
  2. 04 1月, 2015 1 次提交
  3. 31 12月, 2014 1 次提交
  4. 30 12月, 2014 10 次提交
  5. 29 12月, 2014 4 次提交
  6. 26 12月, 2014 1 次提交
  7. 23 12月, 2014 2 次提交
  8. 22 12月, 2014 1 次提交
  9. 20 12月, 2014 1 次提交
  10. 19 12月, 2014 3 次提交
  11. 16 12月, 2014 2 次提交
  12. 15 12月, 2014 1 次提交
  13. 14 12月, 2014 3 次提交
  14. 13 12月, 2014 1 次提交
  15. 12 12月, 2014 3 次提交
  16. 11 12月, 2014 1 次提交
    • N
      Fix two bugs in HRTB: 1. Categorize early-vs-late bindings on impls when... · ca98fefd
      Niko Matsakis 提交于
      Fix two bugs in HRTB: 1. Categorize early-vs-late bindings on impls when constructing    generics, so that we don't add unnecessary region parameters. 2. Correct the DeBruijn indices when substituting the self type    into the method signature.
      
      Previously, the DeBruijn index for the self type was not being
      adjusted to account for the fn binder. This mean that when late-bound
      regions were instantiated, you sometimes wind up with two distinct
      lifetimes.
      
      Fixes #19537.
      ca98fefd
  17. 06 12月, 2014 1 次提交
  18. 04 12月, 2014 3 次提交