1. 9b37002 Introduce KeyedLocker, a nice concurrency abstraction for managing lots of mutexes, and RefCountedMultisetKeyedLocker, an efficient implementation of this abstraction. by Nathan Harmata · 10 years ago
  2. 539f7ad Fix architecture names in XcodeGen (missing 'v'). by Peter Schmitt · 10 years ago
  3. e916e08 Stop repeating the repository name as pkg name for local repos by Kristina Chodorow · 10 years ago
  4. dc007e6 Remove unneeded code by Kristina Chodorow · 10 years ago
  5. ba1311e Fix the example usage for CompileOrderExpander. by Michael Staib · 10 years ago
  6. 9901cfb Remove obsolete comment about labels-crossing-subpackage check happening in legacy package loading. It now happens in skyframe package loading. by Nathan Harmata · 10 years ago
  7. df22aaf Add the method InMemoryNodeEntry#getGroupedDirectDeps so callers can access the ordered list of grouped deps. by Nathan Harmata · 10 years ago
  8. c8988c8 Convert binding exception to something that's actually caught in PackageFunction by Kristina Chodorow · 10 years ago
  9. c04c88f Some constraint enforcement tweaks: by Greg Estren · 10 years ago
  10. 5284f32 Allow BUILD files directly under the build root by Kristina Chodorow · 10 years ago
  11. 375b881 Skylark: Expose non_empty flag for list/dict attributes. by Laurent Le Brun · 10 years ago
  12. 1f82079 Remove the unused and weird "omit a random symlink from the runfiles being merged" functionality from Runfiles.Builder. by Lukacs Berki · 10 years ago
  13. 8955995 Remove the extra action example and create an extra action test by Kristina Chodorow · 10 years ago
  14. e6d3524 The info command keys now contain the correct product name by Laurent Le Brun · 10 years ago
  15. ac27114 Rewrite fromhost/BUILD on each compile.sh run by Kristina Chodorow · 10 years ago
  16. 795895a Some more cleanup. by Ulf Adams · 10 years ago
  17. 0bacd7c List boolean type as "bool", which is what Skylark actually wants. by Han-Wen Nienhuys · 10 years ago
  18. 5bd680e Add javax.inject jar by Kristina Chodorow · 10 years ago
  19. 3e9bab3 Restore Skylark "support" for inheritance by Francois-Rene Rideau · 10 years ago
  20. bb46c87 RELNOTES[NEW]: The "args" attribute of *_binary and *_test rules now support expanding $(location //some/deps) by Damien Martin-Guillerez · 10 years ago
  21. 42bece1 Add --target_environment flag. This declares the environment (or set of environments) by Greg Estren · 10 years ago
  22. 24b69a7 Fix Bazel compile by Kristina Chodorow · 10 years ago
  23. 4ebe224 RELNOTES: Added ios_memleaks flag which when enabled will check the test application for memory leaks. by Googler · 10 years ago
  24. 8c8be38 Get rid of remaining timing assertion in InterruptibleTest. by Han-Wen Nienhuys · 10 years ago
  25. 65562a2 List of file extensions supported in BaselineCoverageAction is moved to Constants. by Googler · 10 years ago
  26. 07dba94 Some cleanup changes. by Ulf Adams · 10 years ago
  27. a34d507 Skylark: fix auto type conversion between the BUILD language and Skylark. SkylarkList#toList() behaves consistently for all implementations. by Googler · 10 years ago
  28. 0776763 Fixed paths for bazel-core java_library by Damien Martin-Guillerez · 10 years ago
  29. 695b4c8 Removed unsupported common attributes documentation by Damien Martin-Guillerez · 10 years ago
  30. f014b3c Remove extra .toString() calls from Bazel's Constants. by Laszlo Csomor · 10 years ago
  31. cba3d7e Make the factory methods public in ValueWithMetadata. This might be needed for alternate graph implementations. by Nathan Harmata · 10 years ago
  32. 19c3f94 Change the default value for test_output to "errors". by Googler · 10 years ago
  33. 8c1b6c6 More blaze/bazel name cleanup in help messages. by Laurent Le Brun · 10 years ago
  34. a1a2938 Use the correct product name in Bazel command help by Laurent Le Brun · 10 years ago
  35. 586638f Help: Use the correct product name (blaze/bazel) in command help. by Laurent Le Brun · 10 years ago
  36. 533ebbf HelpCommand: Display the correct name (blaze/bazel). by Laurent Le Brun · 10 years ago
  37. 4f7e142 Update README example by Kristina Chodorow · 10 years ago
  38. 07d744b Fixed the compile.sh path for JavaBuilder's source by Damien Martin-Guillerez · 10 years ago
  39. 9ec9d54 Build encyclopedia: moved the HTML out of the java class into templates by Damien Martin-Guillerez · 10 years ago
  40. 2d96dc7 Undocument some MakeVars in Bazel's BE. by Laszlo Csomor · 10 years ago
  41. 6682966 Description redacted. -- MOS_MIGRATED_REVID=87698104 by Nathan Harmata · 10 years ago
  42. 9b89592 Description redacted. -- MOS_MIGRATED_REVID=87694599 by Laszlo Csomor · 10 years ago
  43. cc34ba0 Fix for flaky hanging unit test by Mark Schaller · 10 years ago
  44. 7a6c624 Add documentation for workspace() by Kristina Chodorow · 10 years ago
  45. e677a91 Change the name of the runfiles constant by Kristina Chodorow · 10 years ago
  46. 7c5eefb Add an AnalysisMock for Bazel; all the analysis action tests pass. by Ulf Adams · 10 years ago
  47. 825603c Open-sourcing BazelJavaCompiler. by Damien Martin-Guillerez · 10 years ago
  48. 619e86b Mark the abi and abi_deps attributes as deprecated in Bazel. by Ulf Adams · 10 years ago
  49. 4e86f27 Inline a couple of methods from FoundationTestCase. Having these convenience by Ulf Adams · 10 years ago
  50. 1e79b96 Rename TopLevelArtifactProvider to OutputGroupProvider. by Lukacs Berki · 10 years ago
  51. cefec05 Use Truth instead of custom code. by Ulf Adams · 10 years ago
  52. db42e6b Description redacted. -- MOS_MIGRATED_REVID=87594852 by Manuel Klimek · 10 years ago
  53. 05a0494 Skylark: 'enumerate' function is fixed (see the extra check in MethodLibraryTest#testEnumerate), it returns a SkylarkList of tuples. by Googler · 10 years ago
  54. 2cbac1f Add J2ObjC support for proto option: "objc_class_prefix", which provides prefix names for generated protos. by Googler · 10 years ago
  55. c673a82 Minor cleanups in Skylark by Francois-Rene Rideau · 10 years ago
  56. edf7bdb Publish a static ASTNode setLocation by Francois-Rene Rideau · 10 years ago
  57. 39fc88c Generate Build Encyclopedia and Skylark API doc for Bazel. by Laszlo Csomor · 10 years ago
  58. f01b229 Improve C++ example by Kristina Chodorow · 10 years ago
  59. b579b94 Get runfiles prefix from the WORKSPACE file by Kristina Chodorow · 10 years ago
  60. c9bacf1 Do not use module maps if the crosstool doesn't support them when using the by Manuel Klimek · 10 years ago
  61. d8336c1 Automated [] rollback of []. by Matthew DeVore · 10 years ago
  62. e5e5ec6 Open-source JavaToolchainDataParser by Damien Martin-Guillerez · 10 years ago
  63. d4652bf The BE generator now warns if rules are undocumented. by Laszlo Csomor · 10 years ago
  64. f249d76 Fix race condition in SkylarkType.of by Francois-Rene Rideau · 10 years ago
  65. 2e85a96 Make third_party's README.md actually markdown-formatted by Kristina Chodorow · 10 years ago
  66. a9f184a Scope the paths of objc compilation artifacts from J2Objc-generated code using both the associated Java target label and the binary/test target that generates the compilation action. This fixes a bug in which two binary/test targets containing the same Java target to translate leads to shared actions when users execute more than one such binary/test targets in a single Blaze invocation. by Googler · 10 years ago
  67. 91876f0 Make Rule know about the name of the workspace it is in. by Kristina Chodorow · 10 years ago
  68. 79f0521 Move BuildViewTestCase to the lib.analysis.util package. by Ulf Adams · 10 years ago
  69. ccf19ea Convert rest of syntax tests to JUnit4. by Han-Wen Nienhuys · 10 years ago
  70. 2251333 Add Union, contains() to SkylarkType by Francois-Rene Rideau · 10 years ago
  71. 72ca13d Normalize Bazel's JavaBuilder javac Xlint options. by Damien Martin-Guillerez · 10 years ago
  72. 4cfcb72 Renamed the package of genquery rule from gen to genquery by Damien Martin-Guillerez · 10 years ago
  73. c77dbd9 Remove the "begin-block" comments from the very beginning of the BE. by Laszlo Csomor · 10 years ago
  74. 418f4ca Remove --compile_only and --compilation_prerequisites_only; --output_groups can be used in their stead. by Lukacs Berki · 10 years ago
  75. ca3cf53 Description redacted. -- MOS_MIGRATED_REVID=87324093 by Marian Lobur · 10 years ago
  76. f073327 RELNOTES: Invoking blaze run on an objc_binary target launches iossim with the resulting app. by Googler · 10 years ago
  77. f998e88 Actually use bundles attribute in objc_import. by Peter Schmitt · 10 years ago
  78. d848f16 Don't hardcode the runfiles prefix used by Java rules. by Kristina Chodorow · 10 years ago
  79. 0a182c6 Remove unused make variable GLIBC. by Han-Wen Nienhuys · 10 years ago
  80. e72d522 Add a SkyQueryEnvironment which runs queries by examining the Skyframe graph. by Janak Ramakrishnan · 10 years ago
  81. 8f7358a fix bug in test-specific top-level artifact helper behavior by Michajlo Matijkiw · 10 years ago
  82. 6682a31 Update syntax tests to JUnit4. by Han-Wen Nienhuys · 10 years ago
  83. 40405af Implement EventHandler in separate object, rather than abusing TestCase for it. by Han-Wen Nienhuys · 10 years ago
  84. 89f012d Open source all the tests under lib/syntax/. by Ulf Adams · 10 years ago
  85. 5a4f286 Annotate the public/confidential/shared parts of the BE template. by Laszlo Csomor · 10 years ago
  86. 98b8bc1 Documentation of the coverage report generation is updated. by Googler · 10 years ago
  87. ecb643d Skylark: path in load statement either has to be absolute or has to have exactly one segment. by Googler · 10 years ago
  88. 336b708 Open-source genquery rule by Damien Martin-Guillerez · 10 years ago
  89. 70d1ea0 Make it possible for SpawnActions to run unconditionally. by Lukacs Berki · 10 years ago
  90. 5e26470 Delete BlazeJavacLog. by Liam Miller-Cushon · 10 years ago
  91. aa3b5a9 Introduce ios_application rule. by Peter Schmitt · 10 years ago
  92. 1be2977 Fix bug in StrictJavaDeps that was preventing jars on the bootclasspath from by Eddie Aftandilian · 10 years ago
  93. a311495 Global cleanup change. by Laurent Le Brun · 10 years ago
  94. 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
  95. dffb6ee Add --local_test_jobs to limit local test concurrency by Mark Schaller · 10 years ago
  96. 5f477aa Rewrite InMemoryJavaFileManager using JavacPathFileManager and Jimfs. by Liam Miller-Cushon · 10 years ago
  97. 52ac356 Enforce same behavior for //path/to/package and path/to/package by Damien Martin-Guillerez · 10 years ago
  98. 2a04620 Set the JavaBuider's strict dependency fix message to a more meaningful one by Damien Martin-Guillerez · 10 years ago
  99. 5f87925 Description redacted. -- MOS_MIGRATED_REVID=87162771 by Damien Martin-Guillerez · 10 years ago
  100. b609107 Tweaks off of upcoming changes to SkylarkType. by Francois-Rene Rideau · 10 years ago