1. 28 8月, 2013 1 次提交
  2. 03 8月, 2013 1 次提交
  3. 23 7月, 2013 1 次提交
  4. 22 7月, 2013 1 次提交
  5. 18 7月, 2013 1 次提交
  6. 28 6月, 2013 3 次提交
  7. 26 6月, 2013 1 次提交
  8. 19 6月, 2013 1 次提交
  9. 13 6月, 2013 1 次提交
  10. 04 6月, 2013 2 次提交
  11. 02 6月, 2013 1 次提交
  12. 31 5月, 2013 2 次提交
  13. 30 5月, 2013 2 次提交
  14. 28 5月, 2013 1 次提交
  15. 24 5月, 2013 2 次提交
  16. 23 5月, 2013 1 次提交
  17. 20 5月, 2013 1 次提交
  18. 19 5月, 2013 1 次提交
  19. 14 5月, 2013 2 次提交
  20. 11 5月, 2013 2 次提交
  21. 09 5月, 2013 1 次提交
    • S
      Created utility uninhabited type · 72c9aab0
      Steven Stewart-Gallus 提交于
      In this commit I added a useful utility type, named Void, that encapsulates the
      doable but annoying job of creating an uninhabited type. As well, a function on
      that type, named absurd, was created which is useful for ignoring the result of
      matching on that type. No unit tests were created because it is not possible to
      create an instance of this type to test the usage of.
      
      This type is useful because it is like NonCopyable in that it can be used to
      create a type with special characteristics without special bloat. For instance,
      instead of typing pub struct PhantomType { priv contents : () } for each void
      type one may want to use one can simply type pub struct PhantomType (Void);.
      This type make such special cases much easier to write.
      72c9aab0
  22. 03 5月, 2013 1 次提交
  23. 30 3月, 2013 1 次提交
  24. 23 3月, 2013 1 次提交
  25. 08 3月, 2013 1 次提交
  26. 05 3月, 2013 2 次提交
  27. 28 2月, 2013 1 次提交
  28. 21 2月, 2013 1 次提交
  29. 15 2月, 2013 1 次提交
  30. 14 2月, 2013 1 次提交
  31. 07 2月, 2013 1 次提交