aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com
Commit message (Expand)AuthorAge
* Added version informationGravatar Damien Martin-Guillerez2015-05-21
* Fix embed_label for Java targetsGravatar Damien Martin-Guillerez2015-05-21
* Clean up exception handling in DotExpression and FuncallExpression.Gravatar Laurent Le Brun2015-05-21
* Skylark: Remove deprecated ctx.target(s) attribute.Gravatar Laurent Le Brun2015-05-21
* Forbid string methods used as global functions.Gravatar Laurent Le Brun2015-05-21
* Move target pattern parsing to key construction timeGravatar Mark Schaller2015-05-21
* Skylark: Improve documentation related to Shell commands.Gravatar Laurent Le Brun2015-05-21
* Teach skyframe about excluded directories, pathsGravatar Mark Schaller2015-05-21
* Teach TargetPatterns "getDirectory" and "contains"Gravatar Mark Schaller2015-05-21
* Rename skyframe's TargetPattern to TargetPatternKeyGravatar Mark Schaller2015-05-21
* Add a --javac_extdir flag to enable configuring the javac -extdirs flagGravatar Liam Miller-Cushon2015-05-21
* Description redacted.Gravatar Mark Schaller2015-05-21
* Add jvm_opts attribute to the java_toolchain ruleGravatar Damien Martin-Guillerez2015-05-21
* BUILD language: Improve error message when using operator [].Gravatar Laurent Le Brun2015-05-21
* Add a converter for enum flags that can also be boolean.Gravatar Googler2015-05-21
* Move the source code of the Android rules to the Bazel tree.Gravatar Lukacs Berki2015-05-19
* RELNOTES: Use a default implementation of a progress message, rather than def...Gravatar Daniel Wagner-Hall2015-05-19
* Simplify bundle merging information.Gravatar Peter Schmitt2015-05-19
* Remove dead codeGravatar Laurent Le Brun2015-05-19
* Improve the way a FuncallExpression is printed while debugging.Gravatar Francois-Rene Rideau2015-05-18
* Fix WORKSPACE file existence hermeticityGravatar Kristina Chodorow2015-05-18
* Always set Runfiles suffix in runfiles Skylark functionGravatar Ross Light2015-05-18
* Switch to a CROSSTOOL feature for include flags.Gravatar Brian Silverman2015-05-18
* Removed special handling of the tools package in the namespace sandboxGravatar Damien Martin-Guillerez2015-05-18
* Better distinguish subcommand log statements by logging descriptionGravatar Mark Schaller2015-05-18
* Deleted little-used PackageLoadedEvent.Gravatar Eric Fellheimer2015-05-18
* Allow if filtering in list comprehensionsGravatar Laurent Le Brun2015-05-18
* RELNOTES[INC]: Remove deprecated "make var" INCDIRGravatar Han-Wen Nienhuys2015-05-18
* Remove 'blaze doc_ext' command.Gravatar Laurent Le Brun2015-05-18
* Build language: Fix evaluation of nested list comprehensions.Gravatar Laurent Le Brun2015-05-18
* Change UnixGlob#matcher to treat "**/" and "/**" as matching zero or more di...Gravatar Janak Ramakrishnan2015-05-18
* Add some basic logging around DiffAwarenessGravatar Michajlo Matijkiw2015-05-18
* Fix doc for CompactPersistentActionCache.validateIntegrityGravatar Mark Schaller2015-05-18
* python shell launcher execs python commandGravatar Michajlo Matijkiw2015-05-18
* Inline Maps.newLinkedHashMap()Gravatar Damien Martin-Guillerez2015-05-15
* Simplify OptionsProvider logic.Gravatar Peter Schmitt2015-05-15
* Pass PathFragments (relative to the exec root) instead of Paths to the includ...Gravatar Janak Ramakrishnan2015-05-15
* Add --compiler support for configurable attributes.Gravatar Greg Estren2015-05-15
* Allow globs to be used outside of the skyframe package.Gravatar Janak Ramakrishnan2015-05-15
* RELNOTES: Easier import paths for j2objc headers.Gravatar Googler2015-05-15
* Create a --fetch option to allow fetching during the build commandGravatar Kristina Chodorow2015-05-15
* Let select concatenation mix Skylark and native listsGravatar Greg Estren2015-05-15
* Simplify ConfiguredTarget construction.Gravatar Peter Schmitt2015-05-15
* Attach runfiles to TestTargetExecutionSettingsGravatar Michajlo Matijkiw2015-05-15
* Adds a provider that exports Java source information. Adds some testing suppo...Gravatar Googler2015-05-15
* Add a SingleCycleReporter for analysis phase cycles, which can (only) occur d...Gravatar Nathan Harmata2015-05-15
* Make Spawns runfiles awareGravatar Michajlo Matijkiw2015-05-15
* Require fetch for external dependenciesGravatar Kristina Chodorow2015-05-15
* Skylark: Add an empty argument after bash -c 'arg'.Gravatar Laurent Le Brun2015-05-15
* Skylark doc for action.mnemonicGravatar Laurent Le Brun2015-05-15