aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google
Commit message (Expand)AuthorAge
* Extend crosstool configuration to allow features to specify (expandable) envi...Gravatar Chris Parsons2016-01-07
* Factor implementation of bazel-specific cpp logic out of devtools/build/lib/B...Gravatar Cal Peyser2016-01-07
* Remove syntactic sugar when assigning to a dict item.Gravatar Laurent Le Brun2016-01-07
* Support java_plugin in AndroidStudioInfoAspect.Gravatar Googler2016-01-07
* Add runtime_deps to android studio proto.Gravatar Googler2016-01-07
* Remove Constants.ALLOW_CC_INCLUDE_SCANNING and handle the logic in CppSemanti...Gravatar Philipp Wollermann2016-01-07
* Add catastrophe field to EvaluationResult so that callers can identify the ca...Gravatar Janak Ramakrishnan2016-01-04
* Permit proto serialization of configured attribute valuesGravatar Mark Schaller2016-01-04
* Add the source location of the import string to the LoadStatement AST node, f...Gravatar John Field2016-01-04
* Add a new method to the SkylarkImport class to allow tools to access the impo...Gravatar John Field2016-01-04
* Allow Skylark rules and aspects to contribute to output groups.Gravatar Dmitry Lomov2015-12-28
* Reduce differences between Skylark and Build evaluationGravatar Laurent Le Brun2015-12-28
* Enable label-based Skylark loading. In particular, such labels may reference ...Gravatar John Field2015-12-22
* Add support for downloading through proxiesGravatar Kristina Chodorow2015-12-22
* Add list.popGravatar Laurent Le Brun2015-12-22
* Open source most of our docgen tests.Gravatar Ulf Adams2015-12-22
* Open source PathPackageLocatorTest.Gravatar Ulf Adams2015-12-21
* Open source PackageCacheTest. Second try.Gravatar Ulf Adams2015-12-21
* Open source LoadingPhaseRunnerTest and its Skyframe companion.Gravatar Ulf Adams2015-12-21
* Skylark: Slice operations now accept a step argument.Gravatar Florian Weikert2015-12-17
* Rollback of commit 21fbbd6a32b95ba746f09dae1eaeaccf675cd5b3.Gravatar Florian Weikert2015-12-17
* Rollback of commit d03485f1361ff825a976512959438321442c7c98.Gravatar Kristina Chodorow2015-12-16
* Add a new class to encapsulate operations on Skylark import statements. This ...Gravatar John Field2015-12-16
* Open source loading the rules moduleGravatar Kristina Chodorow2015-12-16
* Move annotation classes used for referencing framework Java classes from Skyl...Gravatar John Field2015-12-16
* Implement aspect attributes and expose them to aspect implementation function.Gravatar Dmitry Lomov2015-12-16
* Implement list.remove functionGravatar Laurent Le Brun2015-12-16
* Rollback of commit 12bad3af0eade9c4b79d76f9e1c950ad2e3214c2.Gravatar Dmitry Lomov2015-12-16
* Skylark: implemented all() and any()Gravatar Florian Weikert2015-12-16
* Only depend on the WORKSPACE file for external files that are under the exter...Gravatar Lukacs Berki2015-12-16
* Add tests that labels cannot have single or double quotes.Gravatar Janak Ramakrishnan2015-12-16
* Skylark: implemented more string functions (isalnum, isdigit, etc).Gravatar Florian Weikert2015-12-16
* Prevent ProcMemInfo from crashing when it gets weird inputGravatar Kristina Chodorow2015-12-15
* Open source CcLibraryConfiguredTargetTest.Gravatar Dmitry Lomov2015-12-15
* Make BUILD_OPTIONS privateGravatar Kristina Chodorow2015-12-15
* Open-source CcCommonConfiguredTargetTest.Gravatar Dmitry Lomov2015-12-15
* Add a test that verifies that Skylark dependencies are repository-local.Gravatar Lukacs Berki2015-12-15
* Skylark: implemented reversed()Gravatar Florian Weikert2015-12-15
* Simplify the contract of RepositoryFunction to "I am given a Rule and a direc...Gravatar Lukacs Berki2015-12-14
* Skylark: implemented min() and max().Gravatar Florian Weikert2015-12-13
* Skylark: implemented str.splitlines()Gravatar Florian Weikert2015-12-11
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Open source PackageCacheTest.Gravatar Ulf Adams2015-12-10
* Open-source MockCcSupport and some tests for LibraryLinkingTest.Gravatar Dmitry Lomov2015-12-10
* Open source IOExceptionsTest.Gravatar Ulf Adams2015-12-10
* Shuffle around all the constants related to the name of the //external packag...Gravatar Lukacs Berki2015-12-10
* Repurpose the not-meaningfully-used ErrorInfo#isTransient to mean "is transit...Gravatar Nathan Harmata2015-12-10
* Distinguish between read and write locks for KeyedLocker.Gravatar Janak Ramakrishnan2015-12-10
* Remove shortcut addProvider() methods, to prepare for AutoValue-ed providers.Gravatar Carmi Grushko2015-12-09
* Open source IncrementalLoadingTest.Gravatar Ulf Adams2015-12-09