aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test
Commit message (Expand)AuthorAge
* Refactor implementation of native and Skylark declared providers.Gravatar Dmitry Lomov2017-03-03
* Improve error message for the 'in' operator.Gravatar Laurent Le Brun2017-03-03
* Adding name setting to @Parameters annotation, so that tests have consistentGravatar John Cater2017-03-02
* Bazel client: do not use `errno`.Gravatar Laszlo Csomor2017-03-02
* Add platform rule to define a platform as a collection of constraint values.Gravatar John Cater2017-03-02
* Make ExperimentalStateTracker aware of DownloadProgressEvents Gravatar Klaus Aehlig2017-03-02
* Rollback of commit 34ffc4cab1b6cdde54e5945427b79c24fff39aa5.Gravatar Dmitry Lomov2017-03-02
* Update to latest javac and Error ProneGravatar Liam Miller-Cushon2017-03-02
* BEP: Report pattern expansion failures Gravatar Klaus Aehlig2017-03-01
* Bazel client: simplify {Read,Write}File semanticsGravatar Laszlo Csomor2017-03-01
* Rollback of commit 01120026dc313ee7ad9ea95069a29252eb19173b.Gravatar Jon Brandvein2017-03-01
* Do not execute aspect implementation if target advertizes but fails to provid...Gravatar Dmitry Lomov2017-03-01
* Export exportable values as we go instead of at the end of evaluation.Gravatar Dmitry Lomov2017-03-01
* Improve handling of unknown NDK revisions in android_ndk_repository.Gravatar Adam Michael2017-03-01
* Convert --use_action_cache to a regular optionGravatar Googler2017-03-01
* BEP: Add BuildFinished event. Gravatar Jakob Buchgraber2017-02-28
* Add constraint_setting and constraint_value rules, to enable defining Gravatar John Cater2017-02-28
* Add check that the WORKSPACE found in LocalRepositoryLookupFunction isn't a d...Gravatar John Cater2017-02-28
* Clean up the semantics of input discovering actions a bit by making updateInp...Gravatar Lukacs Berki2017-02-28
* Move UnixFileSystem to lib.unix, WindowsFileSystem to lib.windowsGravatar Ulf Adams2017-02-28
* BEP: Add tags and output files to TargetComplete event Gravatar Jakob Buchgraber2017-02-28
* sandbox should create regular empty files, not symlink to /dev/null.Gravatar Philipp Wollermann2017-02-28
* Clean up event busGravatar Klaus Aehlig2017-02-27
* Bazel client: add new ReadFile/WriteFile variantsGravatar Laszlo Csomor2017-02-27
* Regression test for ActionCache shutdown roundtrip Gravatar George Gensure2017-02-27
* Provide more reporting options to SkyFunctions Gravatar Klaus Aehlig2017-02-27
* Rollback of commit 786cfa2ed980e278c42ee474408844f7e3720385.Gravatar Kush Chakraborty2017-02-24
* Add is_external support to PackageManifestParser.Gravatar Googler2017-02-24
* Add the LABEL_KEYED_STRING_DICT type for attributes.Gravatar Michael Staib2017-02-24
* Report inconsistent aspect order error to the user.Gravatar Dmitry Lomov2017-02-24
* Expose rpath entries as a build variableGravatar Marcel Hlopko2017-02-24
* Remove ctx.aspect_id and Target.aspect_ids.Gravatar Dmitry Lomov2017-02-23
* Add ctx.aspect_ids, deprecate ctx.aspect_id and Target.aspect_ids.Gravatar Dmitry Lomov2017-02-23
* Separate the classpaths of the TestRunner with the test target, and use a sep...Gravatar Kush Chakraborty2017-02-23
* Re-enable bazel_windows_example_test Gravatar Yun Peng2017-02-23
* Make bazel_bootstrap_distfile_test work on WindowsGravatar Yun Peng2017-02-23
* str.partition and str.rpartition return tuples instead of listsGravatar Vladimir Moskva2017-02-23
* APPLE_CROSSTOOL distinguisher is not applied if --apple_crosstool_transition ...Gravatar Cal Peyser2017-02-23
* Use skylark-preferred quote char for string literalGravatar Michajlo Matijkiw2017-02-23
* Replace the fancy, lockless, and incorrect BoundedMultisetSemaphore and with ...Gravatar Nathan Harmata2017-02-23
* Allow absolute symlinks in TreeArtifacts. Let the downstream action (if there...Gravatar Janak Ramakrishnan2017-02-23
* Add detailed rule class/label info when report attribute checking error Gravatar Liangliang He2017-02-22
* Add javac-9-dev-r3297-3Gravatar Liam Miller-Cushon2017-02-22
* If dynamic configurations are turned on, ruleclass configuration transitionsGravatar Cal Peyser2017-02-22
* Skylark documentation pipeline automatically generates documentation for all ...Gravatar Florian Weikert2017-02-22
* Rollback of commit e49886c55a7e2cfd6dd1fc52b037dc2d5a6ca019.Gravatar Adam Michael2017-02-22
* Disable bitcode for simulator architectures, regardless of the apple_bitcode ...Gravatar Chris Parsons2017-02-22
* Augmented assignments don't evaluate lhs multiple timesGravatar Vladimir Moskva2017-02-21
* Move Classpath.java from src/test/... to src/main/... since it will be used b...Gravatar Florian Weikert2017-02-21
* parseBuildString doesn't crash on files with hash lines.Gravatar Carmi Grushko2017-02-21