aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Build encyclopedia: moved the HTML out of the java class into templatesGravatar Damien Martin-Guillerez2015-03-05
* Undocument some MakeVars in Bazel's BE.Gravatar Laszlo Csomor2015-03-05
* Description redacted.Gravatar Nathan Harmata2015-03-05
* Fix for flaky hanging unit testGravatar Mark Schaller2015-03-05
* Add documentation for workspace()Gravatar Kristina Chodorow2015-03-05
* Change the name of the runfiles constantGravatar Kristina Chodorow2015-03-05
* Add an AnalysisMock for Bazel; all the analysis action tests pass.Gravatar Ulf Adams2015-03-05
* Open-sourcing BazelJavaCompiler.Gravatar Damien Martin-Guillerez2015-03-05
* Mark the abi and abi_deps attributes as deprecated in Bazel.Gravatar Ulf Adams2015-03-05
* Inline a couple of methods from FoundationTestCase. Having these convenienceGravatar Ulf Adams2015-03-05
* Rename TopLevelArtifactProvider to OutputGroupProvider.Gravatar Lukacs Berki2015-03-05
* Use Truth instead of custom code.Gravatar Ulf Adams2015-03-05
* Description redacted.Gravatar Manuel Klimek2015-03-05
* Skylark: 'enumerate' function is fixed (see the extra check in MethodLibraryT...Gravatar Googler2015-03-05
* Add J2ObjC support for proto option: "objc_class_prefix", which provides pref...Gravatar Googler2015-03-05
* Minor cleanups in SkylarkGravatar Francois-Rene Rideau2015-03-05
* Publish a static ASTNode setLocationGravatar Francois-Rene Rideau2015-03-05
* Generate Build Encyclopedia and Skylark API doc for Bazel.Gravatar Laszlo Csomor2015-03-05
* Get runfiles prefix from the WORKSPACE fileGravatar Kristina Chodorow2015-03-05
* Do not use module maps if the crosstool doesn't support them when using theGravatar Manuel Klimek2015-03-05
* Automated [] rollback of [].Gravatar Matthew DeVore2015-03-05
* Open-source JavaToolchainDataParserGravatar Damien Martin-Guillerez2015-03-05
* The BE generator now warns if rules are undocumented.Gravatar Laszlo Csomor2015-03-05
* Fix race condition in SkylarkType.ofGravatar Francois-Rene Rideau2015-03-05
* Scope the paths of objc compilation artifacts from J2Objc-generated code usin...Gravatar Googler2015-03-05
* Make Rule know about the name of the workspace it is in.Gravatar Kristina Chodorow2015-03-05
* Move BuildViewTestCase to the lib.analysis.util package.Gravatar Ulf Adams2015-03-05
* Convert rest of syntax tests to JUnit4.Gravatar Han-Wen Nienhuys2015-03-05
* Add Union, contains() to SkylarkTypeGravatar Francois-Rene Rideau2015-03-04
* Normalize Bazel's JavaBuilder javac Xlint options.Gravatar Damien Martin-Guillerez2015-03-04
* Renamed the package of genquery rule from gen to genqueryGravatar Damien Martin-Guillerez2015-03-04
* Remove the "begin-block" comments from the very beginning of the BE.Gravatar Laszlo Csomor2015-03-04
* Remove --compile_only and --compilation_prerequisites_only; --output_groups c...Gravatar Lukacs Berki2015-03-04
* Description redacted.Gravatar Marian Lobur2015-03-04
* RELNOTES: Invoking blaze run on an objc_binary target launches iossim with th...Gravatar Googler2015-03-04
* Actually use bundles attribute in objc_import.Gravatar Peter Schmitt2015-03-04
* Don't hardcode the runfiles prefix used by Java rules.Gravatar Kristina Chodorow2015-03-04
* Remove unused make variable GLIBC.Gravatar Han-Wen Nienhuys2015-03-04
* Add a SkyQueryEnvironment which runs queries by examining the Skyframe graph.Gravatar Janak Ramakrishnan2015-02-26
* fix bug in test-specific top-level artifact helper behaviorGravatar Michajlo Matijkiw2015-02-26
* Update syntax tests to JUnit4.Gravatar Han-Wen Nienhuys2015-02-26
* Implement EventHandler in separate object, rather than abusingGravatar Han-Wen Nienhuys2015-02-26
* Open source all the tests under lib/syntax/.Gravatar Ulf Adams2015-02-26
* Annotate the public/confidential/shared parts of the BE template.Gravatar Laszlo Csomor2015-02-26
* Documentation of the coverage report generation is updated.Gravatar Googler2015-02-26
* Skylark: path in load statement either has to be absolute or has to have exac...Gravatar Googler2015-02-26
* Open-source genquery ruleGravatar Damien Martin-Guillerez2015-02-26
* Make it possible for SpawnActions to run unconditionally.Gravatar Lukacs Berki2015-02-26
* Delete BlazeJavacLog.Gravatar Liam Miller-Cushon2015-02-26
* Introduce ios_application rule.Gravatar Peter Schmitt2015-02-25