1. 28 1月, 2017 1 次提交
  2. 17 1月, 2017 1 次提交
  3. 06 1月, 2017 2 次提交
  4. 04 1月, 2017 1 次提交
  5. 28 12月, 2016 1 次提交
  6. 26 12月, 2016 1 次提交
  7. 22 12月, 2016 1 次提交
    • C
      Fix Markdown list formatting. · 40b9352a
      Chris Morgan 提交于
      The Markdown engine used by the book can cope with a single leading space
      on the list marker:
      
          Like this:
      
           * List item
      
          Rather than like this:
      
          * List item
      
      … but it’s not the typical convention employed in the book, and moreover
      the Markdown engine used for producing the error index *can’t* cope with
      it (its behaviour looks like a bug, as it appears to lose one of the two
      line breaks as well, but that’s immaterial here).
      
      So, we shift to a single convention which doesn’t trigger bugs in the
      Markdown renderer.
      40b9352a
  8. 09 12月, 2016 3 次提交
  9. 29 11月, 2016 1 次提交
  10. 27 11月, 2016 2 次提交
  11. 06 11月, 2016 1 次提交
  12. 02 11月, 2016 1 次提交
  13. 28 10月, 2016 1 次提交
    • V
      Preparations and cleanup · a9f91b1b
      Vadim Petrochenkov 提交于
      Diagnostics for struct path resolution errors in resolve and typeck are unified.
      Self type is treated as a type alias in few places (not reachable yet).
      Unsafe cell is seen in constants even through type aliases.
      All checks for struct paths in typeck work on type level.
      a9f91b1b
  14. 24 10月, 2016 1 次提交
  15. 21 10月, 2016 3 次提交
  16. 13 10月, 2016 3 次提交
  17. 27 9月, 2016 1 次提交
  18. 08 9月, 2016 1 次提交
  19. 03 9月, 2016 1 次提交
  20. 28 8月, 2016 1 次提交
  21. 20 8月, 2016 1 次提交
  22. 17 8月, 2016 1 次提交
  23. 14 8月, 2016 1 次提交
  24. 12 8月, 2016 2 次提交
  25. 08 8月, 2016 1 次提交
  26. 07 8月, 2016 1 次提交
  27. 03 8月, 2016 1 次提交
  28. 01 8月, 2016 3 次提交
  29. 31 7月, 2016 1 次提交