1. a5f7082 Correct URL in announcement of move by alandonovan · 6 years ago master
  2. 804d24e Announce the move by alandonovan · 6 years ago
  3. ce5c2fa Merge branch 'master' of github.com:google/skylark by Alan Donovan · 6 years ago
  4. 25948e6 Add CNAME file for GitHub Pages by Alan Donovan · 6 years ago
  5. a720ae8 Create CNAME by alandonovan · 6 years ago
  6. f738557 Merge branch 'master' of github.com:google/skylark by Alan Donovan · 6 years ago
  7. f8d1ad6 docs: add index.html placeholder for GitHub pages by Alan Donovan · 6 years ago
  8. 9c6a142 internal/compile: bump version number (#138) by alandonovan · 6 years ago
  9. 8160121 skylark: fix a crash in call f(*args, named=value) (#136) by alandonovan · 6 years ago
  10. aeec83f skylark: rename Callable.Call to CallInternal (#134) by alandonovan · 6 years ago
  11. f94b021 hash: use Go runtime's hash function (#133) by alandonovan · 6 years ago
  12. c996ede string: add GoString method (#132) by alandonovan · 6 years ago
  13. 2320ce6 syntax: add regression test for recent 'not not x' parser bug (#131) by alandonovan · 6 years ago
  14. 3ccab94 Add `HasSetKey` interface for user-implemented dict-ish types. (#130) by jmillikin-stripe · 6 years ago
  15. c7df045 syntax: parse "not not x" (#129) by alandonovan · 6 years ago
  16. ea6a6cb README: update plans regarding Starlark name by alandonovan · 6 years ago
  17. 4956ce9 resolve: a non-binding use of a global may precede its binding (#123) by alandonovan · 6 years ago
  18. 5b0e788 resolve: fix bug in resolve.block.String (#121) by alandonovan · 6 years ago
  19. 47dc57f spec: add ~ to list of punctuation tokens, and reorganize (#119) by alandonovan · 6 years ago
  20. 0a5e39a Add missing bitwise ops: xor, unary not (~), and shifts (#117) by Hittorp · 6 years ago
  21. 878b17a trivial test change by Alan Donovan · 6 years ago
  22. a64b411 syntax: eliminate a bounds-check (#113) by alandonovan · 6 years ago
  23. cc7dbc2 Builtin: push a Frame on the Thread's stack even when calling Builtins (#112) by alandonovan · 6 years ago
  24. a21eb0f skylark: update doc: String is not iterable (#111) by alandonovan · 6 years ago
  25. f5fb4d2 string.{starts,ends}with: allow tuple-of-string argument, like Python (#110) by alandonovan · 6 years ago
  26. ce08269 syntax: rename testdata/def.bzl to something innocuous (#108) by alandonovan · 6 years ago
  27. a51d194 spec: fix two copy/paste errors (#107) by alandonovan · 6 years ago
  28. 572cea2 example: Use the standard example naming convention to satisfy 'go vet' (#106) by Nick Santos · 6 years ago
  29. d3cd736 value: Add a Sliceable interface for operands of the [] operator (#105) by Nick Santos · 6 years ago
  30. 06804d9 README: update go get command to fetch dependencies of REPL by alandonovan · 6 years ago
  31. 67717b5 skylarkstruct: document a road not travelled (#102) by alandonovan · 6 years ago
  32. ede9b31 internal/compile: improve several comments (#101) by alandonovan · 6 years ago
  33. 8b59892 remove PACKAGE_NAME hack (#100) by alandonovan · 6 years ago
  34. c67265e compile: add test update missing from previous CL (#99) by alandonovan · 6 years ago
  35. 8c4023c interp: materialize a Value for each constant prior to execution (#98) by alandonovan · 6 years ago
  36. 60e4b3d compile: optimize a+b statically for literal string/list/tuple (#97) by alandonovan · 6 years ago
  37. 93f3e0c skylark: byte code compiler and interpreter (#95) by alandonovan · 6 years ago
  38. 0d5491b resolver: resolve operand of first 'for' clause in enclosing block (#96) by alandonovan · 6 years ago
  39. 0569d1c string: rename iterator methods again (#94) by alandonovan · 6 years ago
  40. fd913d9 spec: fix typo by alandonovan · 6 years ago
  41. 34403cf int: document optional + or - sign (#93) by alandonovan · 6 years ago
  42. f11011f evaluator: replace Function.Syntax method with accessors (#92) by alandonovan · 6 years ago
  43. 7f065b6 evaluator: make "x in mapping" ignore errors from Mapping.Get (#90) by alandonovan · 6 years ago
  44. 9413ca2 skylark: reject int() with no arguments (#89) by alandonovan · 6 years ago
  45. 0483f81 spec: update stale example that relied on iterable strings by alandonovan · 6 years ago
  46. a1b28d8 Remove predeclared names from the module globals dict (#86) by alandonovan · 6 years ago
  47. 3705afa spec: s/subsequence/sub-sequence/ by alandonovan · 6 years ago
  48. d45fbba README: suggest Ctrl-D to exit the REPL by alandonovan · 6 years ago
  49. 4bb5ab6 eval: optimize string==string comparisons, which appear in profiles (#83) by alandonovan · 6 years ago
  50. ae01c0c grammar: fix two problems with CallSuffix (#82) by alandonovan · 6 years ago
  51. 601ada0 skylarktest: expose only the 'assert' member of the assert module (#79) by alandonovan · 6 years ago
  52. 15a68dc str: print Go nil values gracefully (#80) by alandonovan · 6 years ago
  53. c15f32e eval: document that Thread.Locals are accessible to Go, not Skylark (#78) by alandonovan · 6 years ago
  54. fa00d7b string: rename {split_,}bytes methods to {split_,}elems (#77) by alandonovan · 6 years ago
  55. ab191a0 syntax: add (*LoadStmt).ModuleName accessor method, for convenience (#76) by alandonovan · 6 years ago
  56. 11b4963 skylarkstruct: implement to_proto (#73) by alandonovan · 6 years ago
  57. d881464 Revert "eval: remove deprecated dict+dict operator (#54)" (#71) by alandonovan · 6 years ago
  58. 653c157 getattr: return the default value if Attr returns an error (#72) by alandonovan · 6 years ago
  59. 15b1cb9 eval: allow 'list += x' where x is not iterable but defines list+x (#70) by alandonovan · 6 years ago
  60. cada868 skylarkstruct: several fixes (#69) by alandonovan · 6 years ago
  61. 062beb3 eval: add comment on Thread.Load (#66) by alandonovan · 6 years ago
  62. 3f344d3 testdata/int: add testcase (#67) by alandonovan · 6 years ago
  63. c51a9a0 testdata/string: add len testcase (#68) by alandonovan · 6 years ago
  64. 28ceca7 Add new node ParenExpr (#65) by Laurent Le Brun · 6 years ago
  65. 689fc22 Attach comments to AST nodes. (#64) by Laurent Le Brun · 6 years ago
  66. a0e5de7 Update grammar (#61) by Laurent Le Brun · 6 years ago
  67. 69e9615 Syntax: support multiprecision integer literals (#58) by Mohamed Elqdusy · 7 years ago
  68. f9faf3b parser: fix precedence of nested 'if' clauses in list comprehensions (#55) by alandonovan · 7 years ago
  69. a1f7f15 remove extra "was" (#56) by Shan Gao · 7 years ago
  70. 3b32df9 Support binary integers: 0b1101 literals and int("0b1101", 0) (#52) by Mohamed Elqdusy · 7 years ago
  71. 345cac4 eval: remove deprecated dict+dict operator (#54) by alandonovan · 7 years ago
  72. b3d9e80 README: -lambda flag no longer needed by example by alandonovan · 7 years ago
  73. 5596825 repl: factor the REPL into a separate package (#50) by alandonovan · 7 years ago
  74. e70ab63 Fix typo (#47) by Yusei Yamanaka · 7 years ago
  75. 71da662 string.format: handle "}}" and "{-0}" correctly (#46) by alandonovan · 7 years ago
  76. 1b9d0e7 resolve: add missing check for order of parameters and arguments by Alan Donovan · 7 years ago
  77. 48d7cc5 remove executable accidentally committed (#43) by Alan Donovan · 7 years ago
  78. 25f3813 REPL: add welcome message with doc URL (#41) by alandonovan · 7 years ago
  79. ffb61b8 universe: remove freeze(x) built-in function (#42) by alandonovan · 7 years ago
  80. 4b42bbf fix vet errors revealed by tip "go test" (#40) by alandonovan · 7 years ago
  81. 70639d2 doc/spec.md: minor corrections by Alan Donovan · 7 years ago
  82. aa0bc8e implement readline in repl (#39) by Daniel, Dao Quang Minh · 7 years ago
  83. 7b65d16 string.{,r}split: make sep=None behave like Python (#35) by alandonovan · 7 years ago
  84. d6768aa Reverse split (#23) by Garrett Squire · 7 years ago
  85. caa37b4 syntax: fix scanner position reporting (#34) by Ariel Mashraki · 7 years ago
  86. cd5b9eb print: the application determines what happens to print's output (#32) by alandonovan · 7 years ago
  87. 6696fc3 syntax: make 'load' a reserved word (#31) by alandonovan · 7 years ago
  88. 4cbd896 builtin: rename type to "builtin_function_or_method" (#30) by alandonovan · 7 years ago
  89. f370907 set: in x|y, require that y is a set if x is a set (#29) by alandonovan · 7 years ago
  90. 5cb1ab5 skylark: zip: support iterables of unknown length (#24) by kostya-sh · 7 years ago
  91. 23d0c96 sorted, cmp: follow Python-3 (#28) by alandonovan · 7 years ago
  92. 05f260d skylark: range(...) no longer materializes the sequence as a list (#25) by alandonovan · 7 years ago
  93. 5ce1e42 doc comments: refer to specification of Skylark, not Bazel or Python (#26) by alandonovan · 7 years ago
  94. 25a152d skylark: do not leave zip arguments frozen (#5) by kostya-sh · 7 years ago
  95. 6a8b65e doc/impl.md: minor tweaks by Alan Donovan · 7 years ago
  96. 7761e75 Fix tiny vet error (#20) by Jay Conrod · 7 years ago
  97. bd7aaf5 parser: clarify comment re: NEWLINE (#14) by alandonovan · 7 years ago
  98. 04850cb UnpackArgs: permit parameters of user-defined Value subtypes (#12) by alandonovan · 7 years ago
  99. 52b487c cmd/skylark: process a single-line load statement without delay (#13) by alandonovan · 7 years ago
  100. 631f7b5 resolve: clarify is{PredeclaredGlobal,Builtin} parameters (#11) by alandonovan · 7 years ago