1. 14 Aug, 2013 6 commits
  2. 12 Aug, 2013 8 commits
  3. 11 Aug, 2013 1 commit
  4. 10 Aug, 2013 14 commits
  5. 09 Aug, 2013 8 commits
  6. 07 Aug, 2013 2 commits
  7. 06 Aug, 2013 1 commit
    • Kenton Varda's avatar
      Arrange for compiler to send to the code generator the complete contents of all… · 7b59b551
      Kenton Varda authored
      Arrange for compiler to send to the code generator the complete contents of all files listed on the command line, all first-level dependencies of those files, and parent scopes of those dependencies, but nothing more.  This means it's sometimes possible to compile a schema file without parsing all transitive dependencies.  Also, in 'decode' mode, don't compile annotations, so that the files defining those annotations need not be opened at all.
      7b59b551