1. c31f351 Cleanup in error messages, try to improve consistency. by Laurent Le Brun · 8 years ago
  2. d200daf Add `depset` as an alias to `set` in Skylark by Vladimir Moskva · 8 years ago
  3. 76e31d1 Allow dicts to contain non-comparable objects as keys by Vladimir Moskva · 8 years ago
  4. 8cde95b Rollback of commit c182908910a370b490e7e027b867e11f9f2fb086. by Michajlo Matijkiw · 8 years ago
  5. c182908 Allow dicts to contain non-comparable objects as keys by Vladimir Moskva · 8 years ago
  6. d41e08e Rollback of commit 984d6d48d0e07ac3be2bbfec667158165390eb4f. by Tobias Werth · 8 years ago
  7. 460db0f Make SkylarkAttr.Descriptor thread-safe. by Dmitry Lomov · 8 years ago
  8. 5a51077 Implement cfg="target" parameter for labels by Vladimir Moskva · 8 years ago
  9. 984d6d4 Allow dicts to contain non-comparable objects as keys by Vladimir Moskva · 8 years ago
  10. fdfa988 Implement structural equality for structs by Vladimir Moskva · 8 years ago
  11. 162f9eb Change error message to reflect broader syntax for assignments by Jon Brandvein · 8 years ago
  12. fd2bdc3 Change allowedRuleClasses/mandatoryProviders semantics to "either-or" instead of "and". by Dmitry Lomov · 8 years ago
  13. da57492 Proper error messages when built-in rule attributes are overridden #1811 by Vladimir Moskva · 8 years ago
  14. f6cbb63 Rollback of commit 3c0d64886d2f7f6b2015780f1628b1391c320d0f. by Carmi Grushko · 9 years ago
  15. 3c0d648 Proper error messages when built-in rule attributes are overridden #1811 by Vladimir Moskva · 9 years ago
  16. 0692c7f Implement Skylark syntax to propagate an aspect to all attributes. by Dmitry Lomov · 9 years ago
  17. 94b2c88 Native declared providers are automatically exported. by Dmitry Lomov · 9 years ago
  18. dfad9e3 Deprecation warnings for deprecated syntax by Vladimir Moskva · 9 years ago
  19. 6022b7b Rollback of commit 4381a1d6e8f711957f430aac0c301acec6dfa0eb. by Damien Martin-Guillerez · 9 years ago
  20. 4381a1d Global cleanup change. by Vladimir Moskva · 9 years ago
  21. 1077038 More flexible LValue syntax by Vladimir Moskva · 9 years ago
  22. 8a07a95 Add 'provider()' function. by Dmitry Lomov · 9 years ago
  23. 6d47141 Allow ImplicitOutputsFunctions to be overriden on Rule creation. by Michajlo Matijkiw · 9 years ago
  24. ea9de07 Add SkylarkClassObjectConstructor - a future return value of "provider" function. by Dmitry Lomov · 9 years ago
  25. cdb6ef5 Make SkylarkClassObject "Bazel-specific". by Dmitry Lomov · 9 years ago
  26. bc16f72 For Skylark attribute creation, non_empty is deprecated; introduce allow_empty by Laurent Le Brun · 9 years ago
  27. 50681c1 Add allow_single_file in attr.label, deprecate single_file. by Laurent Le Brun · 9 years ago
  28. c4ddf6f Deprecate DATA_CFG and HOST_CFG, use string 'data' and 'host' instead. by Laurent Le Brun · 9 years ago
  29. e57eb2a Added more pointers to Aspect-related documentation. by Florian Weikert · 9 years ago
  30. 4489aaf Correctly escape backslashes in proto messarges. by Googler · 9 years ago
  31. 2445df1 Skylark: allow_files can now accept a string list argument by Laurent Le Brun · 9 years ago
  32. 74558fc Expose parameterized aspects to Skylark. by Googler · 9 years ago
  33. da9410c Fixed indentation problem: 8 spaces -> 4 spaces by Yun Peng · 9 years ago
  34. d7d6d62 Don't keep packages in the default repository around after loading. by Brian Silverman · 9 years ago
  35. ec1f2b9 Add some additional JSON string escapes. by Erik Abair · 9 years ago
  36. 927f459 Add JSON conversion for Skylark structs. by Erik Abair · 9 years ago
  37. 83fbb91a Support "mandatoryProvidersList" in Skylark and added necessary tests by Yun Peng · 9 years ago
  38. 5c34e96 Changed mandatoryProviders to mandatoryProvidersList by Yun Peng · 9 years ago
  39. ab049e0 Reinstate mutable maps, again. by Francois-Rene Rideau · 9 years ago
  40. 223976c Make Skylark "license"-type attributes non-configurable. by Greg Estren · 9 years ago
  41. d5ef2b4 Rollback of commit f941d56acfad5f8c819c81b494f806ea74ea7fd8. by Carmi Grushko · 9 years ago
  42. f941d56 Reinstate mutable SkylarkDict by Francois-Rene Rideau · 9 years ago
  43. ace678e Implement aspect attributes and expose them to aspect implementation function. by Dmitry Lomov · 9 years ago
  44. b4c5904 Migrated EvaluationTestCase (and all tests depending on it) to JUnit 4. by Florian Weikert · 9 years ago
  45. c1b1eed Implements 'extra_deps' for Skylark aspects. by Dmitry Lomov · 9 years ago
  46. 5a8f1c0 Implement Skylark aspects originating from Skylark rules. by Dmitry Lomov · 9 years ago
  47. 7b59945 Refactor Skylark rules and attributes in preparation to Skylark aspects. by Dmitry Lomov · 9 years ago
  48. 028e319 Add Skylark support for string_list_dict by Francois-Rene Rideau · 9 years ago
  49. 33ce211 Use JUnit4 for skylark tests. by Han-Wen Nienhuys · 10 years ago
  50. f88f4d8 Rationalize copyright headers by Damien Martin-Guillerez · 10 years ago
  51. e96b0b8 Skylark rules can no longer overwrite built-in attributes. by Florian Weikert · 10 years ago
  52. ceae8c5 Open source some skylark tests. by Han-Wen Nienhuys · 10 years ago