aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java
Commit message (Expand)AuthorAge
* Make SkylarkClassObject "Bazel-specific".Gravatar Dmitry Lomov2016-08-05
* Fix Environment.Continuation's tracking of global variablesGravatar Jon Brandvein2016-08-05
* Check that deeply nested values in sets are immutableGravatar Jon Brandvein2016-08-04
* Enable named arguments for SkylarkCallable annotationGravatar Damien Martin-Guillerez2016-08-04
* Create Python executable zip fileGravatar Yun Peng2016-08-04
* Add a necessary dependency to options_test.Gravatar Lukacs Berki2016-08-04
* Remove static checks from the parser.Gravatar Laurent Le Brun2016-08-04
* Global cleanup change.Gravatar Googler2016-08-03
* Refactor CppLinkAction to construct its command line using the crosstool inst...Gravatar Cal Peyser2016-08-03
* Start removing the parsePython booleanGravatar Laurent Le Brun2016-08-03
* Add an enum representing the specific build file name (WORKSPACE, BUILD) to t...Gravatar John Cater2016-08-03
* Preliminary cleanup for removing Blaze-specific code from the environmentGravatar Laurent Le Brun2016-08-03
* Provides a clearer message when target analysis fails because its dynamicGravatar Greg Estren2016-08-03
* Delete NodeEntryField since it's now superfluous in the presence of the new Q...Gravatar Nathan Harmata2016-08-03
* ExperimentalStateTracker: make suffix gracefully handle negative lengthGravatar Klaus Aehlig2016-08-02
* Move the --define command line option from CppConfiguration to BuildConfigura...Gravatar Lukacs Berki2016-08-02
* Rollback of commit f61d12e9e4f940810efbaf244911a94830ba6c05.Gravatar Lukacs Berki2016-08-02
* Fixes bug where --noenforce_constraints wasn't propagating to host configurat...Gravatar Greg Estren2016-08-02
* Tolerate missing field value in binary's R.txtGravatar Googler2016-08-02
* Add 'local=1' to sandbox tests, as they can't run on remote execution nor ins...Gravatar Yue Gan2016-08-01
* Adds support for NDK12 to Bazel. Also updates ndk crosstools test to include ...Gravatar Googler2016-08-01
* Refactor FileArtifactValue and ArtifactValue now that presence of mtime and d...Gravatar Janak Ramakrishnan2016-08-01
* Simplify immutability testGravatar Jon Brandvein2016-07-29
* Remove FileArtifactValue#createWithDigest method now that empty files are alw...Gravatar Janak Ramakrishnan2016-07-29
* Fix leftover "size" check when deciding whether to use digest or mtime. Since...Gravatar Janak Ramakrishnan2016-07-29
* Fix private symbols, clean up load parsingGravatar Jon Brandvein2016-07-29
* If the toolchain defines an action_config for each type of CppLinkAction,Gravatar Cal Peyser2016-07-29
* Rollback of commit 3e8bcae69a0718cf6972be086706b1841e0ed6b7.Gravatar Damien Martin-Guillerez2016-07-29
* Make RedirectChaser behave properly if a referenced target is not found.Gravatar Lukacs Berki2016-07-29
* --Gravatar Carmi Grushko2016-07-28
* Rollback of commit 0fe34924b5e5282b5e2895761f11ad77bccebdba.Gravatar Alex Humesky2016-07-28
* Add file:// support to bazel's new_http_archive rule.Gravatar Todd Jeffreys2016-07-28
* Make enforce_constraints non-experimentalGravatar Liam Miller-Cushon2016-07-28
* Add a resource parsing action.Gravatar Googler2016-07-28
* Rename some PackageId and RepositoryName fields/methods in prep for deep exec...Gravatar Kristina Chodorow2016-07-28
* Start worker processes with a clean environment, instead of accidentally inhe...Gravatar Philipp Wollermann2016-07-28
* java_proto_library strict deps: add attributes for gradual migrationGravatar Carmi Grushko2016-07-27
* Move Bazel docs into versioned directory.Gravatar David Chen2016-07-27
* Augment the QueryableGraph#get[BatchWithFieldHints] method to take in paramet...Gravatar Nathan Harmata2016-07-27
* Linker outputs can optionally be configured from the CROSSTOOL. Introduces i...Gravatar Cal Peyser2016-07-27
* Fixed JavaIoFileSystem.setLastModifiedTime to actually match its documented b...Gravatar Chris Parsons2016-07-27
* Typo fixes in markdown and javadoc as suggested by intellij typo inspection.Gravatar Googler2016-07-27
* Refactor CppLinkAction to construct its command line using the crosstool inst...Gravatar Cal Peyser2016-07-27
* Make 3-arg form of getattr() work when third arg is NoneGravatar Jon Brandvein2016-07-27
* Enable the Java launcher by defaultGravatar Liam Miller-Cushon2016-07-26
* Rename TreeFileArtifact-related functions to make them more self-explanatory ...Gravatar Rumou Duan2016-07-26
* Fix crash when updating collections while iterating over them in comprehensionsGravatar Jon Brandvein2016-07-26
* Allow lists to be modified while a For loop is iterating over them.Gravatar Jon Brandvein2016-07-26
* Rollback of commit b669406789dd452161875d407d0ce6a3502de5f6.Gravatar Damien Martin-Guillerez2016-07-25
* Fixed PackageParserTest on WindowsGravatar Yun Peng2016-07-25