1. 07 9月, 2021 1 次提交
  2. 26 8月, 2021 1 次提交
  3. 15 8月, 2021 1 次提交
  4. 17 6月, 2021 1 次提交
  5. 28 5月, 2021 1 次提交
  6. 30 8月, 2020 1 次提交
  7. 28 7月, 2020 2 次提交
  8. 16 6月, 2020 1 次提交
  9. 11 6月, 2020 1 次提交
  10. 23 4月, 2020 1 次提交
  11. 30 3月, 2020 2 次提交
  12. 14 3月, 2020 3 次提交
  13. 13 3月, 2020 1 次提交
  14. 16 2月, 2020 1 次提交
  15. 07 2月, 2020 2 次提交
    • N
      index ReEmpty by universe · 534f0444
      Niko Matsakis 提交于
      We now make `'empty` indexed by a universe index, resulting
      in a region lattice like this:
      
      ```
      static ----------+-----...------+       (greatest)
      |                |              |
      early-bound and  |              |
      free regions     |              |
      |                |              |
      scope regions    |              |
      |                |              |
      empty(root)   placeholder(U1)   |
      |            /                  |
      |           /         placeholder(Un)
      empty(U1) --         /
      |                   /
      ...                /
      |                 /
      empty(Un) --------                      (smallest)
      ```
      
      Therefore, `exists<A> { forall<B> { B: A } }` is now unprovable,
      because A must be at least Empty(U1) and B is placeholder(U2), and hence
      the two regions are unrelated.
      534f0444
    • N
  16. 08 1月, 2020 1 次提交
  17. 01 1月, 2020 1 次提交
  18. 23 12月, 2019 1 次提交
  19. 12 12月, 2019 3 次提交
  20. 06 12月, 2019 1 次提交
  21. 03 7月, 2019 4 次提交
  22. 18 6月, 2019 1 次提交
  23. 14 6月, 2019 1 次提交
  24. 03 6月, 2019 1 次提交
  25. 14 2月, 2019 1 次提交
  26. 11 2月, 2019 1 次提交
  27. 08 2月, 2019 1 次提交
  28. 26 12月, 2018 1 次提交
  29. 27 10月, 2018 1 次提交
  30. 19 10月, 2018 1 次提交