1. 9967de1 reduce runtime.concatstrings in SimpleVar.AppendVar by Fumitoshi Ukai · 9 years ago
  2. dd248f2 split SimpleVar to SimpleVar and AutomaticVar by Fumitoshi Ukai · 9 years ago
  3. 5a37459 reduce runtime.newobject in Vars.save by Fumitoshi Ukai · 9 years ago
  4. f59f9f9 reduce convT2I by Fumitoshi Ukai · 9 years ago
  5. b8acae9 reduce runtime.convT2I -> runtime.newobject -> runtime.mallocgc by Fumitoshi Ukai · 9 years ago
  6. 7c9aa9f parseExpr less allocation by Fumitoshi Ukai · 9 years ago
  7. b69bf8a Add LICENSE and licence headers by Shinichiro Hamaji · 9 years ago
  8. 936de10 fix go lint (except comment on exported fields, error message with punct) by Fumitoshi Ukai · 9 years ago
  9. 7825b65 Use Value in AssignAST by Shinichiro Hamaji · 9 years ago
  10. 723f56a Do not use gob to create unqiue ID for each vars by Shinichiro Hamaji · 10 years ago
  11. 3d6d0aa Re-format code by Shinichiro Hamaji · 10 years ago
  12. 8c9d0e3 Start implementing deserializer by Shinichiro Hamaji · 10 years ago
  13. c8bc731 Make it possible to serialize vars by Shinichiro Hamaji · 10 years ago
  14. f360910 RecursiveVar Append doesn't reprase old value. by Fumitoshi Ukai · 10 years ago
  15. a485d2f Fix the implementation of target specific variables by Shinichiro Hamaji · 10 years ago
  16. 9b10ecf change newOldVar to Vars.save by Fumitoshi Ukai · 10 years ago
  17. ea170b1 hmm by Shinichiro Hamaji · 10 years ago
  18. 4e9ab1a Do not copy variables for target specific variables by Shinichiro Hamaji · 10 years ago
  19. 63a77d4 Remove VarTab to make exec faster by Shinichiro Hamaji · 10 years ago
  20. 9a5bbe7 Use SimpleVar.value as the buffer in Append by Shinichiro Hamaji · 10 years ago
  21. 39728f1 Use []byte instead of string for SimpleVar by Shinichiro Hamaji · 10 years ago
  22. d2bcf66 rewrite call and foreach by Fumitoshi Ukai · 10 years ago
  23. b36f387 split expression parser and evaluator by Fumitoshi Ukai · 10 years ago
  24. cc919ae Stop using VarTab in eval.go by Shinichiro Hamaji · 10 years ago
  25. 8ae323b support command line vars by Fumitoshi Ukai · 10 years ago
  26. 03a6f6d Fix foreach which conflicts with a local variable by Shinichiro Hamaji · 10 years ago
  27. 7ff34db Partially implement $(origin) by Shinichiro Hamaji · 10 years ago
  28. c184760 fix var_append.mk by Fumitoshi Ukai · 10 years ago
  29. 8edcb79 fix flavor by Fumitoshi Ukai · 10 years ago