1. 16 9月, 2011 1 次提交
  2. 15 9月, 2011 4 次提交
  3. 14 9月, 2011 3 次提交
  4. 13 9月, 2011 2 次提交
  5. 12 9月, 2011 5 次提交
  6. 10 9月, 2011 1 次提交
  7. 03 9月, 2011 3 次提交
  8. 02 9月, 2011 5 次提交
  9. 01 9月, 2011 1 次提交
    • M
      Make resolve recognize upvars · 6ba4eacd
      Marijn Haverbeke 提交于
      Upvars are now marked with def_upvar throughout, not just when going
      through freevars::lookup_def. This makes things less error-prone. One
      thing to watch out for is that def_upvar is used in `for each` bodies
      too, when they refer to a local outside the body.
      6ba4eacd
  10. 29 8月, 2011 1 次提交
    • M
      Implement non-internal ivecs · c9c5ee25
      Marijn Haverbeke 提交于
      Vectors are now similar to our old, pre-internal vectors, except that
      they are uniquely owned, not refcounted.
      
      Their name should probably change too, then. I've renamed them to vec
      in the runtime, will do so throughout the compiler later.
      c9c5ee25
  11. 28 8月, 2011 10 次提交
  12. 26 8月, 2011 3 次提交
  13. 25 8月, 2011 1 次提交