aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/packages/SkylarkNativeModule.java
Commit message (Expand)AuthorAge
* Migrate almost all Skylark global modules to skylarkbuildapiGravatar cparsons2018-05-07
* Migrate SkylarkNativeModule methods to use @SkylarkCallable instead of @Skyla...Gravatar cparsons2018-04-04
* Migrate some users of useAst to useLocationGravatar cparsons2018-03-01
* native.package_name() stops relying on "dynamic" environment variables.Gravatar laurentlb2018-02-26
* Fix docs for repository_nameGravatar Rodrigo Queiro2017-12-05
* Delete duplicated definitions for package_name() and repository_name().Gravatar laurentlb2017-09-25
* `repository_name()` and `package_name()` are available only in loading phaseGravatar laurentlb2017-09-18
* Cleanup: Remove code related to glob prefetchingGravatar laurentlb2017-06-20
* Introduce package_name() function to replace the magic PACKAGE_NAME constant.Gravatar laurentlb2017-05-04
* Remove special-casing of the 'native' module.Gravatar Laurent Le Brun2017-02-15
* Add an actions provider for testing Skylark rules.Gravatar Jon Brandvein2016-09-30
* Reorganize Skylark Reference documentation.Gravatar Dmitry Lomov2016-06-29
* Use only one list of parameters for SkylarkSignatureGravatar Damien Martin-Guillerez2016-06-14
* Extract the @Param annotation from @SkylarkSignatureGravatar Damien Martin-Guillerez2016-06-10
* Use setLoadingOrWorkspacePhase instead of setLoadingPhase where relevant,Gravatar Damien Martin-Guillerez2016-05-23
* Reinstate mutable maps, again.Gravatar Francois-Rene Rideau2016-02-17
* Remove deprecated aggregation functions.Gravatar Han-Wen Nienhuys2016-02-16
* 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
* Rename native.rule and native.rules to {existing_rule,existing_rules}Gravatar Han-Wen Nienhuys2016-01-28
* Add native.rule(NAME), which returns the attributes of a previously defined r...Gravatar Han-Wen Nienhuys2016-01-15
* Move annotation classes used for referencing framework Java classes from Skyl...Gravatar John Field2015-12-16
* Clarify documentation about 'native' module.Gravatar Laurent Le Brun2015-10-27
* Unify Skylark and BUILD listsGravatar Francois-Rene Rideau2015-10-20
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Separate build-specific types and types inherent to Skylark.Gravatar Lukacs Berki2015-09-21
* Native.glob: Remove obsolete 'excludes' argument.Gravatar Laurent Le Brun2015-09-21
* Move global objects to RuntimeGravatar Francois-Rene Rideau2015-08-31
* Stop removing onlyLoadingPhase bindingsGravatar Francois-Rene Rideau2015-08-28
* Add a isLoadingPhase flag to EnvironmentGravatar Francois-Rene Rideau2015-08-27
* Skylark: Glob argument is exclude, not excludesGravatar Laurent Le Brun2015-06-29
* Documentation fixes.Gravatar Laurent Le Brun2015-05-22
* Use BuiltinFunction for all builtinsGravatar Francois-Rene Rideau2015-04-22
* More Skylark function cleanupsGravatar Francois-Rene Rideau2015-04-22
* Migrate SkylarkBuiltin annotations to SkylarkSignature instead.Gravatar Francois-Rene Rideau2015-04-21
* Skylark: native module is updated with exports_files and package_group.Gravatar Googler2015-03-24
* Skylark: the native module is refactored and documented.Gravatar Googler2015-03-24