1. ccf19ea Convert rest of syntax tests to JUnit4. by Han-Wen Nienhuys · 10 years ago
  2. 2251333 Add Union, contains() to SkylarkType by Francois-Rene Rideau · 10 years ago
  3. 72ca13d Normalize Bazel's JavaBuilder javac Xlint options. by Damien Martin-Guillerez · 10 years ago
  4. 4cfcb72 Renamed the package of genquery rule from gen to genquery by Damien Martin-Guillerez · 10 years ago
  5. c77dbd9 Remove the "begin-block" comments from the very beginning of the BE. by Laszlo Csomor · 10 years ago
  6. 418f4ca Remove --compile_only and --compilation_prerequisites_only; --output_groups can be used in their stead. by Lukacs Berki · 10 years ago
  7. ca3cf53 Description redacted. -- MOS_MIGRATED_REVID=87324093 by Marian Lobur · 10 years ago
  8. f073327 RELNOTES: Invoking blaze run on an objc_binary target launches iossim with the resulting app. by Googler · 10 years ago
  9. f998e88 Actually use bundles attribute in objc_import. by Peter Schmitt · 10 years ago
  10. d848f16 Don't hardcode the runfiles prefix used by Java rules. by Kristina Chodorow · 10 years ago
  11. 0a182c6 Remove unused make variable GLIBC. by Han-Wen Nienhuys · 10 years ago
  12. e72d522 Add a SkyQueryEnvironment which runs queries by examining the Skyframe graph. by Janak Ramakrishnan · 10 years ago
  13. 8f7358a fix bug in test-specific top-level artifact helper behavior by Michajlo Matijkiw · 10 years ago
  14. 6682a31 Update syntax tests to JUnit4. by Han-Wen Nienhuys · 10 years ago
  15. 40405af Implement EventHandler in separate object, rather than abusing TestCase for it. by Han-Wen Nienhuys · 10 years ago
  16. 89f012d Open source all the tests under lib/syntax/. by Ulf Adams · 10 years ago
  17. 5a4f286 Annotate the public/confidential/shared parts of the BE template. by Laszlo Csomor · 10 years ago
  18. 98b8bc1 Documentation of the coverage report generation is updated. by Googler · 10 years ago
  19. ecb643d Skylark: path in load statement either has to be absolute or has to have exactly one segment. by Googler · 10 years ago
  20. 336b708 Open-source genquery rule by Damien Martin-Guillerez · 10 years ago
  21. 70d1ea0 Make it possible for SpawnActions to run unconditionally. by Lukacs Berki · 10 years ago
  22. 5e26470 Delete BlazeJavacLog. by Liam Miller-Cushon · 10 years ago
  23. aa3b5a9 Introduce ios_application rule. by Peter Schmitt · 10 years ago
  24. 1be2977 Fix bug in StrictJavaDeps that was preventing jars on the bootclasspath from by Eddie Aftandilian · 10 years ago
  25. a311495 Global cleanup change. by Laurent Le Brun · 10 years ago
  26. 5fe3129 Include NODEP_LABEL in the set of attributes that are not reported as dependencies of a target (along with outputs and NODEP_LABEL_LIST, which was just special because of visibility). by Janak Ramakrishnan · 10 years ago
  27. dffb6ee Add --local_test_jobs to limit local test concurrency by Mark Schaller · 10 years ago
  28. 5f477aa Rewrite InMemoryJavaFileManager using JavacPathFileManager and Jimfs. by Liam Miller-Cushon · 10 years ago
  29. 52ac356 Enforce same behavior for //path/to/package and path/to/package by Damien Martin-Guillerez · 10 years ago
  30. 2a04620 Set the JavaBuider's strict dependency fix message to a more meaningful one by Damien Martin-Guillerez · 10 years ago
  31. 5f87925 Description redacted. -- MOS_MIGRATED_REVID=87162771 by Damien Martin-Guillerez · 10 years ago
  32. b609107 Tweaks off of upcoming changes to SkylarkType. by Francois-Rene Rideau · 10 years ago
  33. 53b15a4 Remove ChattyAssertsTestCase. Use static imports, move the code down the by Ulf Adams · 10 years ago
  34. e7e30f4 Allow any character as first letter in package names by Damien Martin-Guillerez · 10 years ago
  35. d5baac0 Open-source BuildViewTestCase and the infrastructure required by it, as well as by Ulf Adams · 10 years ago
  36. 7d6a4f6 Remove meaningless timing check. This should decrease flakiness under load. by Han-Wen Nienhuys · 10 years ago
  37. 14fcba4 Remove some methods from ChattyAssertsTestCase - some are inlined, and some by Ulf Adams · 10 years ago
  38. 97f47ba Move all logic to determine which output groups are to be built to BuildRequest.determineOutputGroups(). by Lukacs Berki · 10 years ago
  39. b9e5130 Remove TempsProvider in favor of an output group. by Lukacs Berki · 10 years ago
  40. faa66ad Pass bundle_id attribute to PlMerge if it is explicitly set by Googler · 10 years ago
  41. c5102fc Compute action start time in critical path using Clock.currentTimeMillis instead of nanoTime. As nanoTime should only be used to compute time differences. To avoid having to pass two long values representing time (And calling twice to Clock.xxx methods per action executed) we compute the wall time by passing a clock and computing the difference from the start nano time. by Miguel Alcon Pinto · 10 years ago
  42. f9e712a Make xctest_app's .ipa an implicit output so that scripts external to Bazel can access it. by Matthew DeVore · 10 years ago
  43. 2a46e00 Add the j2objc libraries as dependencies in IosTest. by Googler · 10 years ago
  44. 96bf534 Decrease flakiness of InterruptibleTest.testInterruptible. by Han-Wen Nienhuys · 10 years ago
  45. bd8fdf6 Removed a couple of warnings in JavaBuilder. by Damien Martin-Guillerez · 10 years ago
  46. a19a209 LinuxSandboxedStrategy: only set debug if --verbose_failures is set. by Han-Wen Nienhuys · 10 years ago
  47. 1b18ae9 Simplify the algorithm to compute top-level artifacts to build even more by creating a HIDDEN_TOP_LEVEL output group and putting the artifacts required for building runfiles there. by Lukacs Berki · 10 years ago
  48. 3f4d4e9 Remove FilesToCompileProvider and CompilationPrerequisitesProvider and replace them with output groups. by Lukacs Berki · 10 years ago
  49. ff03154 Description redacted. -- MOS_MIGRATED_REVID=87036991 by Ulf Adams · 10 years ago
  50. bd05aa6 Description redacted. -- MOS_MIGRATED_REVID=87009938 by Nathan Harmata · 10 years ago
  51. 8da263c Use a factory method in ASTFileLookupValue to enforce that the NO_FILE constant is correctly used. by Nathan Harmata · 10 years ago
  52. ad5e4ce Change default xcode_options to Debug by Daniel Wagner-Hall · 10 years ago
  53. 9ac42ef Make an error message more robust. by Francois-Rene Rideau · 10 years ago
  54. 60f809b Don't allow bundles in objc_* deps. by Peter Schmitt · 10 years ago
  55. 3b7015d Add documentation for Skylark Go rules. by Han-Wen Nienhuys · 10 years ago
  56. 33080d9 Xcode project files: Add dependencies on ios_extension from objc_binary correctly. by Matthew DeVore · 10 years ago
  57. 3a3db84 Add a dummy source file to the Xcode targets for ios_extensions to make Xcode happy. by Matthew DeVore · 10 years ago
  58. 519388f Use the crosstool feature configuration for all modules, layering and header by Manuel Klimek · 10 years ago
  59. 2dfbd7a Add toString method to QueryEvalResult. by Janak Ramakrishnan · 10 years ago
  60. 5d81dd5 Convert ResourceSet ctor calls to factory method by Mark Schaller · 10 years ago
  61. a998ff5 Move .accept() from Argument to Passed by Francois-Rene Rideau · 10 years ago
  62. e0b863e Fix bug when using header modules and FDO with --save_temps. by Manuel Klimek · 10 years ago
  63. 4f7c16a Ensure that XCVersionGroup always has a file type. by Peter Schmitt · 10 years ago
  64. 344bcbc Implement ios_extension rule. See IosExtensionRule.java for information on how app extensions are built and how they differ from application bundles. by Matthew DeVore · 10 years ago
  65. 254aee4 Improve Java examples by Kristina Chodorow · 10 years ago
  66. 24e9571 Reenable Mac tests, but without ParallelEvaluatorTests. by Han-Wen Nienhuys · 10 years ago
  67. ed881e1 Bazel's .gitignore: replace tools/java/* by tools/jdk/* by Damien Martin-Guillerez · 10 years ago
  68. 0354933 Address John's comments on FAQ by Han-Wen Nienhuys · 10 years ago
  69. 62bdc5e Do not add header modules to the object files in CcCompilationOutputs. by Manuel Klimek · 10 years ago
  70. 4ed9b77 Use .pcm.d as file name for the dependency file for header modules. by Manuel Klimek · 10 years ago
  71. f6a83d1 Description redacted. -- MOS_MIGRATED_REVID=86738858 by Googler · 10 years ago
  72. aff6fd7 Fix shutdown deadlock when a shutdown hook crashes - halt() instead of exit(). by Eric Fellheimer · 10 years ago
  73. 48746df Naming and documentation cleanup left over from a recent CL. by Peter Schmitt · 10 years ago
  74. 5dcdbf9 Introduce first class function signatures; make the parser use them. by Francois-Rene Rideau · 10 years ago
  75. 3671ff6 Add symlinks to third_party/ and tools/ to base_workspace by Kristina Chodorow · 10 years ago
  76. 8af211f Clarify comment added in []. by Lukacs Berki · 10 years ago
  77. 063b1bc Correctly add .pcm files to the command line of parsed headers when their by Manuel Klimek · 10 years ago
  78. 22132bd Decouple header-processing from the toolchain rule attribute. by Manuel Klimek · 10 years ago
  79. 697ee69 Description redacted. -- MOS_MIGRATED_REVID=86685664 by Marian Lobur · 10 years ago
  80. 6916be2 Remove BaselineCoverageArtifactsProvider in favor of an output group. by Lukacs Berki · 10 years ago
  81. bfcb7f3 Renamed java tools from //tools:java/* to //tools/jdk:* inside blaze. by Damien Martin-Guillerez · 10 years ago
  82. d74f001 Port all module map and header parsing related flags to the new crosstool by Manuel Klimek · 10 years ago
  83. fbef62b Scrub. by Ulf Adams · 10 years ago
  84. ff3bedd Add anything specified in "defines" to the compiler arguments for objc_binary, ios_extension_binary, and objc_binary. by Matthew DeVore · 10 years ago
  85. ca52a6c Prepare strict deps for using JavacPathFileManager. by Liam Miller-Cushon · 10 years ago
  86. d46060f Fixed an inconsistency. by Googler · 10 years ago
  87. 39a3f45 Coverage implementation for Objective C. by Googler · 10 years ago
  88. 2c41b59 Add OutErr#close, and call that in test strategies. by Han-Wen Nienhuys · 10 years ago
  89. cbe004a Fix layering_check with cc_fake_binary / no-compile tests. by Manuel Klimek · 10 years ago
  90. c2d48be Add error message if no .go files are specified. by Han-Wen Nienhuys · 10 years ago
  91. f942ed1 Use TopLevelArtifactProvider directly only within the lib/analysis package. Instead of instantiating it manually, add .addOutputGroup() method on RuleConfiguredTargetBuilder. by Lukacs Berki · 10 years ago
  92. c340a07 Fix fallout from [] by introducing a distinction between "important" and "not important" artifacts to build. by Lukacs Berki · 10 years ago
  93. 26ebf3d Update the .equals() and .hashCode() methods of TopLevelArtifactContext with the new buildDefaultArtifacts field. by Lukacs Berki · 10 years ago
  94. 20c9cde Don't define DEBUG for fastbuild. by Googler · 10 years ago
  95. 8e0a53b Make it possible for a Blaze command not to build the filesToRun of a configured target mentioned on the command line. by Lukacs Berki · 10 years ago
  96. c1f894e Add a new Blaze command. by Lukacs Berki · 10 years ago
  97. 8d356be Don't assert in method that is called on other thread. by Han-Wen Nienhuys · 10 years ago
  98. 52fb6a2 Rename Skylark's range fn "end" arg to "stop" + some cleanups. by Laszlo Csomor · 10 years ago
  99. a962b0f Refactor the tests. by Ulf Adams · 10 years ago
  100. a1bc33a Rewrite CrosstoolConfigurationHelper and make it more generic - it now allows by Ulf Adams · 10 years ago