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