1. 12 2月, 2012 1 次提交
  2. 05 1月, 2012 1 次提交
  3. 18 11月, 2011 1 次提交
    • M
      Update stdlib, compiler, and tests to new kind system · f6491bb4
      Marijn Haverbeke 提交于
      This involved adding 'copy' to more generics than I hoped, but an
      experiment with making it implicit showed that that way lies madness --
      unless enforced, you will not remember to mark functions that don't
      copy as not requiring copyable kind.
      
      Issue #1177
      f6491bb4
  4. 25 10月, 2011 1 次提交
  5. 21 10月, 2011 1 次提交
  6. 07 10月, 2011 1 次提交
  7. 27 9月, 2011 1 次提交
  8. 12 9月, 2011 1 次提交
  9. 21 8月, 2011 1 次提交
    • B
      Reformat · 518dc52f
      Brian Anderson 提交于
      This changes the indexing syntax from .() to [], the vector syntax from ~[] to
      [] and the extension syntax from #fmt() to #fmt[]
      518dc52f
  10. 17 8月, 2011 3 次提交
  11. 27 7月, 2011 1 次提交
  12. 26 7月, 2011 1 次提交
  13. 16 6月, 2011 1 次提交
  14. 15 5月, 2011 1 次提交
  15. 03 5月, 2011 3 次提交
  16. 08 4月, 2011 1 次提交
    • B
      Make block results work for generic types · d2d42fd4
      Brian Anderson 提交于
      I think just about every type can be used as a block result now. There's quite
      a proliferation of tests here, but they all test slightly different things and
      some are split out to remain XFAILed. The tests of generic vectors are still
      XFAILed because generic aliased boxes still don't work in general.
      d2d42fd4
  17. 01 4月, 2011 1 次提交
  18. 29 3月, 2011 1 次提交