1. 8d610c6 Index and slice calls are implemented as separate AST nodes rather than special by Vladimir Moskva · 9 years ago
  2. e7e55bb Fixed SkylarkTests on Windows Fixed #1729 by Yun Peng · 9 years ago
  3. cdb6ef5 Make SkylarkClassObject "Bazel-specific". by Dmitry Lomov · 9 years ago
  4. ad81cff Make 3-arg form of getattr() work when third arg is None by Jon Brandvein · 9 years ago
  5. 3bdb4c3 Following commit 9c4629dafc3aafc10f952824efd448700ad3363e, specify that hashing is deterministic and uses a specific algorithm. by Jon Brandvein · 9 years ago
  6. 9c4629d RELNOTES: Add global hash() function for strings (only) by Jon Brandvein · 9 years ago
  7. bc1ff69 Skylark: int() can now declare a base parameter. by Florian Weikert · 9 years ago
  8. fc61005 Fixed more Bazel tests on Windows by using the right line separator by Yun Peng · 9 years ago
  9. fe206a4 Allow fail() function to accept any argument by Laurent Le Brun · 9 years ago
  10. 6c2276a implement list.insert for skylark rule by Yue Gan · 10 years ago
  11. e5e3e91 Skylark: improved documentation and error messages of getattr() and hasattr() when being called with the name of an existing method. by Florian Weikert · 10 years ago
  12. b525bee Skylark: implement dict.update by Laurent Le Brun · 10 years ago
  13. 432d715 Implement pop(), popitem() and setdefault() for dict by Francois-Rene Rideau · 10 years ago
  14. ab049e0 Reinstate mutable maps, again. by Francois-Rene Rideau · 10 years ago
  15. d5ef2b4 Rollback of commit f941d56acfad5f8c819c81b494f806ea74ea7fd8. by Carmi Grushko · 10 years ago
  16. f941d56 Reinstate mutable SkylarkDict by Francois-Rene Rideau · 10 years ago
  17. fbd8333 Rollback of commit c0a8c58b9230a1f5d76269eb7dc6b11e18f19686. by Damien Martin-Guillerez · 10 years ago
  18. c0a8c58 Make Skylark dicts mutable by Francois-Rene Rideau · 10 years ago
  19. 88df1f5 Reduce differences between Skylark and Build evaluation by Laurent Le Brun · 10 years ago
  20. 3a83747 Add list.pop by Laurent Le Brun · 10 years ago
  21. e342196 Skylark: Slice operations now accept a step argument. by Florian Weikert · 10 years ago
  22. 532d3ba Rollback of commit 21fbbd6a32b95ba746f09dae1eaeaccf675cd5b3. by Florian Weikert · 10 years ago
  23. 21fbbd6 Rollback of commit d03485f1361ff825a976512959438321442c7c98. by Kristina Chodorow · 10 years ago
  24. 8853df9 Implement list.remove function by Laurent Le Brun · 10 years ago
  25. 233a46e Skylark: implemented all() and any() by Florian Weikert · 10 years ago
  26. d03485f Skylark: implemented more string functions (isalnum, isdigit, etc). by Florian Weikert · 10 years ago
  27. d5e3350 Skylark: implemented reversed() by Florian Weikert · 10 years ago
  28. 5e8752b Skylark: implemented min() and max(). by Florian Weikert · 10 years ago
  29. cb8f278 Skylark: implemented str.splitlines() by Florian Weikert · 10 years ago
  30. b4c5904 Migrated EvaluationTestCase (and all tests depending on it) to JUnit 4. by Florian Weikert · 10 years ago
  31. 3ef1eea Add list.index method by Laurent Le Brun · 10 years ago
  32. 84075f3 Add some strip/rstrip/lstrip tests and fix the bugs that showed up as a result. by Googler · 10 years ago
  33. 93ed7f1 Unify Skylark and BUILD lists by Francois-Rene Rideau · 10 years ago
  34. ad84974 Skylark: Add lstrip and rstrip functions. by Laurent Le Brun · 10 years ago
  35. 1c07e32 Implemented copy constructor for Skylark dictionaries: new_dict = dict(old_dict) by Florian Weikert · 10 years ago
  36. ceae8c5 Open source some skylark tests. by Han-Wen Nienhuys · 10 years ago
  37. 4e99410 Refactor SkylarkList to allow MutableList by Francois-Rene Rideau · 10 years ago
  38. 90a1596 Fixed Skylark stack trace: by Florian Weikert · 10 years ago
  39. 8e8fa05 Implement a Python 2 compatible isalpha function for Skylark strings. by Googler · 10 years ago
  40. 0f7ba34 Move global objects to Runtime by Francois-Rene Rideau · 10 years ago
  41. b4114cc Add string.capitalize() by Laurent Le Brun · 10 years ago
  42. c1d54ec Skylark stack traces are now displayed in Python format. by Florian Weikert · 10 years ago
  43. b5c3b3a Import MethodLibraryTest.java into bazel by Francois-Rene Rideau · 10 years ago