1. 12 Sep, 2014 2 commits
  2. 11 Sep, 2014 4 commits
  3. 09 Sep, 2014 2 commits
    • Kevin Modzelewski's avatar
      LOC tool · 7efc265f
      Kevin Modzelewski authored
      7efc265f
    • Kevin Modzelewski's avatar
      Allow closures into/through genexps · c120e21f
      Kevin Modzelewski authored
      The issue was that if we transformed the AST nodes corresponding to scopes,
      we wouldn't be able to match the initial analysis with the subsequent queries
      to the transformed AST nodes.
      
      We had run into that before, but worked around it by just modifying the AST
      nodes in place.  For generator expressions that wasn't a possibility,
      so now we explicitly registers when we replace scope-related AST nodes.
      c120e21f
  4. 08 Sep, 2014 8 commits
  5. 06 Sep, 2014 1 commit
  6. 05 Sep, 2014 9 commits
  7. 04 Sep, 2014 6 commits
  8. 03 Sep, 2014 3 commits
  9. 02 Sep, 2014 1 commit
  10. 30 Aug, 2014 1 commit
    • Kevin Modzelewski's avatar
      str.replace · 1b012805
      Kevin Modzelewski authored
      Also had to fix some bugs with codegen function types --
      not sure how those snuck through
      1b012805
  11. 29 Aug, 2014 3 commits