1. e1cd950 Fixed the issue that hard links are handled improperly when bazel decompresses tarballs. by Googler · 9 years ago
  2. 0d3e8ae Making the PathFragment interned segments list public, to be used later in by Googler · 9 years ago
  3. 75733e1 Remove some unused code from the Python rules. by Lukacs Berki · 9 years ago
  4. 09cb1a7 Remove some dead code from PythonConfigurationLoader. by Ulf Adams · 9 years ago
  5. d295f80 Precompiled headers are added as compile action inputs for by Cal Peyser · 9 years ago
  6. 211c7d0 Adds protobuf 3.0.0 to third_party by Alex Humesky · 9 years ago
  7. 7706212 Fix indentation in StdRedirect.c by Googler · 9 years ago
  8. 1540d8f Rollback of commit 900202fe4418490abca96afd7ebf2b92268be244. by Damien Martin-Guillerez · 9 years ago
  9. 9f1f282 Global cleanup change. by Vladimir Moskva · 9 years ago
  10. d2e307c Use named parameters for function in SkylarkRepositoryContext when it make sense by Damien Martin-Guillerez · 9 years ago
  11. b65d754 Windows, tests: more refactoring in tests by Laszlo Csomor · 9 years ago
  12. 27bb978 Fixes breakage on CI with "sandbox-exec: external/bazel_tools/tools/cpp/osx_cc_wrapper.sh: No such file or directory" by Yue Gan · 9 years ago
  13. 0474511 Disable pruning header modules for FakeCppCompileActions. Those currently run a by Googler · 9 years ago
  14. 0d32fc8 Remove support for filegroup-based C++ toolchains: by Lukacs Berki · 9 years ago
  15. a2da311 Windows, tests: move code into WindowsTestUtil by Laszlo Csomor · 9 years ago
  16. fde4911 Removes all traces of the, now enabled by default, experimental_auto_top_level_union_objc_protos flag. by Sergio Campama · 9 years ago
  17. fdc37eb Use c++ action configs in experimental_objc_library. by Cal Peyser · 9 years ago
  18. 8cb48f7 Re-add support for watchOS in swift_library. by Dmitry Shevchenko · 9 years ago
  19. 02211a6 Remove dependency on gnu sed by Paul Cody Johnston · 9 years ago
  20. 317eddb Don't verify include paths automatically. This enables objc to disable include paths. by Cal Peyser · 9 years ago
  21. 87463e7 Fix docker_build() run when using Docker < 1.8 by Sam Guymer · 9 years ago
  22. 86a4047 Properly avoid aliases when invoking grep. Using $(which grep) instead of plain grep does not avoid alias interference, it merely trades problems when "grep" is an alias for problems when "which" is an alias (both are commonly defined as aliases). by Googler · 9 years ago
  23. 900202f Change default apple toolchain from darwin_x86_64 to ios_x86_64. by Cal Peyser · 9 years ago
  24. 180d1b5 Update all tests so that they use a cc_toolchain_suite instead of a filegroup to declare C++ toolchains. by Lukacs Berki · 9 years ago
  25. 0b12de6 Updates date for the roadmap by Damien Martin-Guillerez · 9 years ago
  26. cb3d799 Skylark no longer crashes when the default value of an attribute is a label string that points to a remote repository. by Florian Weikert · 9 years ago
  27. 304f5cb Move bin_dir/genfiles_dir to RuleContext by Kristina Chodorow · 9 years ago
  28. 3abce14 Remove some dead code from JvmConfigurationLoader. by Ulf Adams · 9 years ago
  29. ee64285 Only call BlazeModule.handleOptions when we're done editing them. by Ulf Adams · 9 years ago
  30. d415460 Make print() and fail() available in BUILD files to allow easier debugging. by Googler · 9 years ago
  31. 162fdd5 Fix typo by Marcel Hlopko · 9 years ago
  32. 9566ee2 Added design doc about building python on Windows by Yun Peng · 9 years ago
  33. f3fce2f Removing Guava deps from all BUILD files in junitrunner. by Irina Iancu · 9 years ago
  34. c479a8e Rollback of commit 4689c5d1d2faf902846b100b8d858d172a0ceb3d. by Cal Peyser · 9 years ago
  35. 14a377d Generate documentation for named parameters for SkylarkCallable by Damien Martin-Guillerez · 9 years ago
  36. ad75cf6 Update windows.md about building python on Windows by Yun Peng · 9 years ago
  37. ea6c82d Roll forward of commit 19db71413329da3f5d22b5fc7681471f3d971d88 (Skylark: Replaced late bound attributes with computed default attributes) with two bug fixes: by Florian Weikert · 9 years ago
  38. a34c4fe Don't use fancy STL data structures (including string) in KillServerProcess() so that we don't call malloc() in signal handlers. by Lukacs Berki · 9 years ago
  39. f53a136 Fix misleading warning for rule dependency by Googler · 9 years ago
  40. 5fd7da5 Better API for creating immutable Skylark lists. by Dmitry Lomov · 9 years ago
  41. ab64e59 Make --experimental_interleave_loading_and_analysis a no-op. by Ulf Adams · 9 years ago
  42. ca4e573 Add Documenting Rules link to skydoc.bazel.io. by David Chen · 9 years ago
  43. 57db509 Windows bootstrapping: Fix compile.sh with setting $TMPDIR. by Laszlo Csomor · 9 years ago
  44. cd369d3 Rollback of commit a51ca6fa732af58a7d1667d408a2511ffa3199da. by Laszlo Csomor · 9 years ago
  45. 6b4b269 Adds a jar filter to the IntelliJ IDE aspect. by Googler · 9 years ago
  46. 7382c11 Add "supports-workers" tag to JavaDeployJar action. by Philipp Wollermann · 9 years ago
  47. d37ddff Fix progress message for apksigner. by Adam Michael · 9 years ago
  48. e0436ac Tweaks to watchOS2 plist values. by Chris Parsons · 9 years ago
  49. b3ae366 Set family to constant "watch" for watchOS2 extension and application. by Chris Parsons · 9 years ago
  50. 1e5add7 Refactor apple multi-arch platform-specific split transition and rule classes to be reusable for apple_static_library and apple_dynamic_library by Chris Parsons · 9 years ago
  51. 658a8ea Fixed NPEs when using built in functions as rule implementations by Vladimir Moskva · 9 years ago
  52. 4689c5d Implement input pruning using .d files in objc. by Cal Peyser · 9 years ago
  53. a51ca6f Windows bootstrapping: Fix compile.sh when $TMP is unset. by Laszlo Csomor · 9 years ago
  54. 0cfa5d6 Rollback of commit 19db71413329da3f5d22b5fc7681471f3d971d88. by Tobias Werth · 9 years ago
  55. d9d524a Removing GUAVA XML escapers from junitrunner. by Irina Iancu · 9 years ago
  56. 7ef4273 Fix missing debug log lines from --sandbox_debug on OS X. by Philipp Wollermann · 9 years ago
  57. 4a249b69 Windows, JNI: use native isJunction method. by Laszlo Csomor · 9 years ago
  58. 80f21af Test order of -l and -L args for CppLinkAction by Marcel Hlopko · 9 years ago
  59. 4fca988 Windows, JNI: implement native isJunction method. by Laszlo Csomor · 9 years ago
  60. 8d8ee2f Disable module file pruning for the build of other modules. by Googler · 9 years ago
  61. 028a620 Implement flow control for gRPC and cleanup the interface to it a bit. by Lukacs Berki · 9 years ago
  62. ff122f3 Migrate JavaSourceJarsProvider and JavaCompilationArgsProvider to @AutoValue. by Googler · 9 years ago
  63. 11df4b3 Description redacted. -- MOS_MIGRATED_REVID=131990160 by Cal Peyser · 9 years ago
  64. 2667f8b Adds ajmichael and dannark to CONTRIBUTORS of Bazel. by Adam Michael · 9 years ago
  65. d115cce Description redacted. -- MOS_MIGRATED_REVID=131986739 by Adam Michael · 9 years ago
  66. 19db714 Skylark: Replaced late bound attributes with computed default attributes by Mark Schaller · 9 years ago
  67. d9db475 Adds support for experimental_objc_library.includes by Cal Peyser · 9 years ago
  68. 0162063 Permit cc_library -> experimental_objc_library deps. by Cal Peyser · 9 years ago
  69. 672cb58 Fix tests by explicitly passing TEST_TMPDIR to mk*temp. by Julio Merino · 9 years ago
  70. 26389ed Adds strict header propagation for xcodegen projects. by Sergio Campama · 9 years ago
  71. ff4d006 Implement input pruning using .d files in objc. by Cal Peyser · 9 years ago
  72. f7a022e Add BUILD target for bazel apksigner and BUILD.tools so that it can be used in by Adam Michael · 9 years ago
  73. 76b3fb9 Close stdout/stderr pipes when the main process of an action terminates so that we can properly finish reading from it even if it passed them on to a subprocess that did *not* terminate. by Lukacs Berki · 9 years ago
  74. 0e7767b Make MemoizingEvaluatorTest#nodeInvalidatedThenDoubleCycle a bit more complete. by Janak Ramakrishnan · 9 years ago
  75. 530876d Create injectable semantics for include validation, to allow it to be turned by Cal Peyser · 9 years ago
  76. 5748e2d Disable references to single_arch_{cpu,platform}. by Julio Merino · 9 years ago
  77. af4bf30 Fix #1709: Print debug messages on OS X when --sandbox_debug is specified. by Philipp Wollermann · 9 years ago
  78. 45fd841 Removing GUAVA Ticker and FakeTicker from junitrunner. by Irina Iancu · 9 years ago
  79. be128a5 fix run_under command by Yue Gan · 9 years ago
  80. 0d5ecf7 Open-source many of tests from SkylarkIntegrationTest. by Dmitry Lomov · 9 years ago
  81. 37a1c1c First step towards allowing returning declared providers from rule implementations. by Dmitry Lomov · 9 years ago
  82. ffe049e Add missing filegroups to docs_embedded_in_sources to restore Apple, Obj-C and by David Chen · 9 years ago
  83. 8ded9c5 Cache Event hashcode. by Ulf Adams · 9 years ago
  84. 602f3ae Adds support for ApkSignerTool and APK signature schema v2 behind --apk_signing_method flag. Default is legacy_v1 which is the already existing functionality. by Adam Michael · 9 years ago
  85. 60a7e63 Python bits split from 130443322 by Googler · 9 years ago
  86. bbb0499 Restore anydpi support, working around the lack of FolderConfig support. by Googler · 9 years ago
  87. 957f374 Update bazel's emacs check for 25.1's INSIDE_EMACS move. by Googler · 9 years ago
  88. 099059e Fix the link to Skyframe in the contributing page by Kush Chakraborty · 9 years ago
  89. 381850e xcode_configure repository rule for determining locally installed versions of xcode to select between, relaxing the requirement that users specify --xcode_version and --ios_sdk_version even if they have only one version installed. by Chris Parsons · 9 years ago
  90. f04849b Fixed link to "Challenges of Writing Rules" from the contributing page. by Kush Chakraborty · 9 years ago
  91. 9a3af7f Spam lib/rules/android with @AutoValue. Mostly created by by Googler · 9 years ago
  92. a4ddb85 Fix links on doc pages that were pointing to .md files. by David Chen · 9 years ago
  93. 34b67e2 experimental_objc_library can compile assembly. by Cal Peyser · 9 years ago
  94. 193e1d4 Add parsing of Proguard mapping file for resource class fields. Fixes issue with obfuscated fields being stripped because they fail to match any known resource. by Andrew Pellegrini · 9 years ago
  95. d82f4a5 Add resource support to experimental_objc_library. by Cal Peyser · 9 years ago
  96. 351ffaa Rollback of commit 1cd224a17bfe30f7d3c0e7f5eaada3e0331ff31a. by Cal Peyser · 9 years ago
  97. 5a50b4f Refactor our sandboxing code. by Philipp Wollermann · 9 years ago
  98. 5b261d5 Remove the "cc_*.includes attribute must refer to the third_party directory" warning from Bazel. by Lukacs Berki · 9 years ago
  99. 4d144f4 Removing GUAVA Suppliers and Supplier as dependency from junitrunner. by Irina Iancu · 9 years ago
  100. ced6b37 Removing last dependencies of GUAVA Multiset and HashMultiset from junitrunner. by Irina Iancu · 9 years ago