aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax/Runtime.java
Commit message (Expand)AuthorAge
* Create a method for initializing build API libraries using object instances i...Gravatar cparsons2018-06-21
* Fix a few generated docs.Gravatar Sam Rawlins2018-06-07
* Create GlobalBootstrap and the Bootstrap interface to add portions of the bui...Gravatar cparsons2018-05-23
* Remove deprecated method that no longer has any usages.Gravatar dannark2018-05-23
* Move BazelLibrary from syntax/ to packages/Gravatar brandjon2018-05-01
* Start refactoring elements of the Skylark Build API into their own package.Gravatar cparsons2018-04-23
* Create @SkylarkGlobalLibrary annotation, allowing classes/interfaces with glo...Gravatar cparsons2018-04-16
* Migrate StringModule methods to SkylarkCallable from SkylarkSignature.Gravatar cparsons2018-04-11
* Make the builtins registry thread-safeGravatar brandjon2018-03-06
* Fix value collision in builtins registryGravatar brandjon2018-01-16
* Register builtins with RuntimeGravatar brandjon2017-12-07
* Fix docs for repository_nameGravatar Rodrigo Queiro2017-12-05
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Mark PACKAGE_NAME and REPOSITORY_NAME as deprecated.Gravatar laurentlb2017-07-19
* Misc cleanups of syntax dirGravatar brandjon2017-07-12
* Refactor PrinterGravatar vladmos2017-07-03
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Closing missing quote in htmlGravatar Laurent Le Brun2017-03-09
* Clarify documentation of PACKAGE_NAMEGravatar Laurent Le Brun2017-02-15
* Delete the bytecode compiler experiment.Gravatar Laurent Le Brun2017-01-23
* Manually add periods to documentation strings where needed.Gravatar John Cater2017-01-03
* Automated cleanupGravatar Laurent Le Brun2016-10-12
* Implement pop(), popitem() and setdefault() for dictGravatar Francois-Rene Rideau2016-02-19
* Reinstate mutable maps, again.Gravatar Francois-Rene Rideau2016-02-17
* Rollback of commit f941d56acfad5f8c819c81b494f806ea74ea7fd8.Gravatar Carmi Grushko2016-02-02
* Reinstate mutable SkylarkDictGravatar Francois-Rene Rideau2016-02-01
* Rollback of commit c0a8c58b9230a1f5d76269eb7dc6b11e18f19686.Gravatar Damien Martin-Guillerez2016-01-29
* Make Skylark dicts mutableGravatar Francois-Rene Rideau2016-01-29
* Make SkylarkList a List.Gravatar Francois-Rene Rideau2016-01-22
* Move annotation classes used for referencing framework Java classes from Skyl...Gravatar John Field2015-12-16
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Add initial Skylark byte code generation code.Gravatar Klaas Boesche2015-11-06
* Remove the repository name from PACKAGE_NAME and move it to the new REPOSITOR...Gravatar Lukacs Berki2015-10-21
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Refactor SkylarkList to allow MutableListGravatar Francois-Rene Rideau2015-09-21
* Cleanup Skylark types some moreGravatar Francois-Rene Rideau2015-09-17
* Refactor Skylark Environment-sGravatar Francois-Rene Rideau2015-09-11
* Rollback of commit 5a94e59f02833f9142bad9203acd72626b089535.Gravatar Janak Ramakrishnan2015-09-08
* Refactor Skylark Environment-sGravatar Francois-Rene Rideau2015-09-08
* Move global objects to RuntimeGravatar Francois-Rene Rideau2015-08-31