1. 56dd176 structured_resources allows directories in .app. by Peter Schmitt · 10 years ago
  2. 05b35d9 Populate a new local repository with the files, not dir by Kristina Chodorow · 10 years ago
  3. d7051a4 Glob documentation is updated. by Googler · 10 years ago
  4. da1a21a BazelFilegroupRule is documented. by Googler · 10 years ago
  5. f046d36 Added Eclipse project configuration for Bazel by Damien Martin-Guillerez · 10 years ago
  6. 8fef6db Do not require a WORKSPACE file to load the external pkg by Kristina Chodorow · 10 years ago
  7. 7cf2365 Record statistics about dirty output files detected in the output tree. by Miguel Alcon Pinto · 10 years ago
  8. f4f8c66 Compiling protos should generate coverage files(.gcno) if in coverage mode. by Googler · 10 years ago
  9. 6b24ea4 Document Bazel's java_{binary,library,plugin,import} rules. by Laszlo Csomor · 10 years ago
  10. b6ab6f2 Misc Skylark cleanups and small features by Francois-Rene Rideau · 10 years ago
  11. c00a757 Allow ios_test to override the GCOV environment variable by Daniel Wagner-Hall · 10 years ago
  12. c513e11 Open-source ijar's tests by Damien Martin-Guillerez · 10 years ago
  13. a5a11203 Make the BE docgen's code a bit nicer. by Laszlo Csomor · 10 years ago
  14. 91ec274 A minor documentation change in OutputGroupProvider. by Lukacs Berki · 10 years ago
  15. 47782da Force log flush at the end of a command execution. by Miguel Alcon Pinto · 10 years ago
  16. 730e317 Increase exception specificity in getPackage by Mark Schaller · 10 years ago
  17. c7a6e36 Skylark: Show ordering when pretty-printing sets. by Laurent Le Brun · 10 years ago
  18. 50fe7e1 RELNOTES: Expose getWorkspaceName as ctx.workspace_name in Skylark. by Han-Wen Nienhuys · 10 years ago
  19. e9fb80b Exempt Bazel WORKSPACE rules from constraint checking. by Greg Estren · 10 years ago
  20. 08e696d Change workspace_root to be SOURCE_ROOT, so that AppCode works by Googler · 10 years ago
  21. a10df6a Add javax.inject to Bazel by Kristina Chodorow · 10 years ago
  22. c533acd Revert the recent changes that made some skyframe-internal data structures serializable; alternative graph implementations no longer need these. by Nathan Harmata · 10 years ago
  23. 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
  24. 539f7ad Fix architecture names in XcodeGen (missing 'v'). by Peter Schmitt · 10 years ago
  25. e916e08 Stop repeating the repository name as pkg name for local repos by Kristina Chodorow · 10 years ago
  26. dc007e6 Remove unneeded code by Kristina Chodorow · 10 years ago
  27. ba1311e Fix the example usage for CompileOrderExpander. by Michael Staib · 10 years ago
  28. 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
  29. df22aaf Add the method InMemoryNodeEntry#getGroupedDirectDeps so callers can access the ordered list of grouped deps. by Nathan Harmata · 10 years ago
  30. c8988c8 Convert binding exception to something that's actually caught in PackageFunction by Kristina Chodorow · 10 years ago
  31. c04c88f Some constraint enforcement tweaks: by Greg Estren · 10 years ago
  32. 5284f32 Allow BUILD files directly under the build root by Kristina Chodorow · 10 years ago
  33. 375b881 Skylark: Expose non_empty flag for list/dict attributes. by Laurent Le Brun · 10 years ago
  34. 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
  35. e6d3524 The info command keys now contain the correct product name by Laurent Le Brun · 10 years ago
  36. 795895a Some more cleanup. by Ulf Adams · 10 years ago
  37. 3e9bab3 Restore Skylark "support" for inheritance by Francois-Rene Rideau · 10 years ago
  38. bb46c87 RELNOTES[NEW]: The "args" attribute of *_binary and *_test rules now support expanding $(location //some/deps) by Damien Martin-Guillerez · 10 years ago
  39. 42bece1 Add --target_environment flag. This declares the environment (or set of environments) by Greg Estren · 10 years ago
  40. 24b69a7 Fix Bazel compile by Kristina Chodorow · 10 years ago
  41. 4ebe224 RELNOTES: Added ios_memleaks flag which when enabled will check the test application for memory leaks. by Googler · 10 years ago
  42. 8c8be38 Get rid of remaining timing assertion in InterruptibleTest. by Han-Wen Nienhuys · 10 years ago
  43. 65562a2 List of file extensions supported in BaselineCoverageAction is moved to Constants. by Googler · 10 years ago
  44. 07dba94 Some cleanup changes. by Ulf Adams · 10 years ago
  45. a34d507 Skylark: fix auto type conversion between the BUILD language and Skylark. SkylarkList#toList() behaves consistently for all implementations. by Googler · 10 years ago
  46. 0776763 Fixed paths for bazel-core java_library by Damien Martin-Guillerez · 10 years ago
  47. 695b4c8 Removed unsupported common attributes documentation by Damien Martin-Guillerez · 10 years ago
  48. f014b3c Remove extra .toString() calls from Bazel's Constants. by Laszlo Csomor · 10 years ago
  49. cba3d7e Make the factory methods public in ValueWithMetadata. This might be needed for alternate graph implementations. by Nathan Harmata · 10 years ago
  50. 19c3f94 Change the default value for test_output to "errors". by Googler · 10 years ago
  51. 8c1b6c6 More blaze/bazel name cleanup in help messages. by Laurent Le Brun · 10 years ago
  52. a1a2938 Use the correct product name in Bazel command help by Laurent Le Brun · 10 years ago
  53. 586638f Help: Use the correct product name (blaze/bazel) in command help. by Laurent Le Brun · 10 years ago
  54. 533ebbf HelpCommand: Display the correct name (blaze/bazel). by Laurent Le Brun · 10 years ago
  55. 9ec9d54 Build encyclopedia: moved the HTML out of the java class into templates by Damien Martin-Guillerez · 10 years ago
  56. 2d96dc7 Undocument some MakeVars in Bazel's BE. by Laszlo Csomor · 10 years ago
  57. 6682966 Description redacted. -- MOS_MIGRATED_REVID=87698104 by Nathan Harmata · 10 years ago
  58. cc34ba0 Fix for flaky hanging unit test by Mark Schaller · 10 years ago
  59. 7a6c624 Add documentation for workspace() by Kristina Chodorow · 10 years ago
  60. e677a91 Change the name of the runfiles constant by Kristina Chodorow · 10 years ago
  61. 7c5eefb Add an AnalysisMock for Bazel; all the analysis action tests pass. by Ulf Adams · 10 years ago
  62. 825603c Open-sourcing BazelJavaCompiler. by Damien Martin-Guillerez · 10 years ago
  63. 619e86b Mark the abi and abi_deps attributes as deprecated in Bazel. by Ulf Adams · 10 years ago
  64. 4e86f27 Inline a couple of methods from FoundationTestCase. Having these convenience by Ulf Adams · 10 years ago
  65. 1e79b96 Rename TopLevelArtifactProvider to OutputGroupProvider. by Lukacs Berki · 10 years ago
  66. cefec05 Use Truth instead of custom code. by Ulf Adams · 10 years ago
  67. db42e6b Description redacted. -- MOS_MIGRATED_REVID=87594852 by Manuel Klimek · 10 years ago
  68. 05a0494 Skylark: 'enumerate' function is fixed (see the extra check in MethodLibraryTest#testEnumerate), it returns a SkylarkList of tuples. by Googler · 10 years ago
  69. 2cbac1f Add J2ObjC support for proto option: "objc_class_prefix", which provides prefix names for generated protos. by Googler · 10 years ago
  70. c673a82 Minor cleanups in Skylark by Francois-Rene Rideau · 10 years ago
  71. edf7bdb Publish a static ASTNode setLocation by Francois-Rene Rideau · 10 years ago
  72. 39fc88c Generate Build Encyclopedia and Skylark API doc for Bazel. by Laszlo Csomor · 10 years ago
  73. b579b94 Get runfiles prefix from the WORKSPACE file by Kristina Chodorow · 10 years ago
  74. c9bacf1 Do not use module maps if the crosstool doesn't support them when using the by Manuel Klimek · 10 years ago
  75. d8336c1 Automated [] rollback of []. by Matthew DeVore · 10 years ago
  76. e5e5ec6 Open-source JavaToolchainDataParser by Damien Martin-Guillerez · 10 years ago
  77. d4652bf The BE generator now warns if rules are undocumented. by Laszlo Csomor · 10 years ago
  78. f249d76 Fix race condition in SkylarkType.of by Francois-Rene Rideau · 10 years ago
  79. 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
  80. 91876f0 Make Rule know about the name of the workspace it is in. by Kristina Chodorow · 10 years ago
  81. 79f0521 Move BuildViewTestCase to the lib.analysis.util package. by Ulf Adams · 10 years ago
  82. ccf19ea Convert rest of syntax tests to JUnit4. by Han-Wen Nienhuys · 10 years ago
  83. 2251333 Add Union, contains() to SkylarkType by Francois-Rene Rideau · 10 years ago
  84. 72ca13d Normalize Bazel's JavaBuilder javac Xlint options. by Damien Martin-Guillerez · 10 years ago
  85. 4cfcb72 Renamed the package of genquery rule from gen to genquery by Damien Martin-Guillerez · 10 years ago
  86. c77dbd9 Remove the "begin-block" comments from the very beginning of the BE. by Laszlo Csomor · 10 years ago
  87. 418f4ca Remove --compile_only and --compilation_prerequisites_only; --output_groups can be used in their stead. by Lukacs Berki · 10 years ago
  88. ca3cf53 Description redacted. -- MOS_MIGRATED_REVID=87324093 by Marian Lobur · 10 years ago
  89. f073327 RELNOTES: Invoking blaze run on an objc_binary target launches iossim with the resulting app. by Googler · 10 years ago
  90. f998e88 Actually use bundles attribute in objc_import. by Peter Schmitt · 10 years ago
  91. d848f16 Don't hardcode the runfiles prefix used by Java rules. by Kristina Chodorow · 10 years ago
  92. 0a182c6 Remove unused make variable GLIBC. by Han-Wen Nienhuys · 10 years ago
  93. e72d522 Add a SkyQueryEnvironment which runs queries by examining the Skyframe graph. by Janak Ramakrishnan · 10 years ago
  94. 8f7358a fix bug in test-specific top-level artifact helper behavior by Michajlo Matijkiw · 10 years ago
  95. 6682a31 Update syntax tests to JUnit4. by Han-Wen Nienhuys · 10 years ago
  96. 40405af Implement EventHandler in separate object, rather than abusing TestCase for it. by Han-Wen Nienhuys · 10 years ago
  97. 89f012d Open source all the tests under lib/syntax/. by Ulf Adams · 10 years ago
  98. 5a4f286 Annotate the public/confidential/shared parts of the BE template. by Laszlo Csomor · 10 years ago
  99. 98b8bc1 Documentation of the coverage report generation is updated. by Googler · 10 years ago
  100. ecb643d Skylark: path in load statement either has to be absolute or has to have exactly one segment. by Googler · 10 years ago