1. efba8c2 Add an xcode_config_alias rule that is an alias to the current xcode_config rule in use and expose data in XcodeConfigProvider to Skylark. by lberki · 8 years ago
  2. a4634cf Automated rollback of commit bb0aba3e91b603bf96d4e214a3886d1f47c3d90a. by janakr · 8 years ago
  3. 93fdf03 Restore VectorArg to CustomCommandLine's public interface. by tomlu · 8 years ago
  4. 3fb6ac3 Allow CommandLine expansion to throw an exception. by tomlu · 8 years ago
  5. 4e08dfc Request test artifacts to be built in parallel with running the test. by janakr · 8 years ago
  6. 0903d87 Use CustomCommandLine directly instead of via SpawnAction.Builder. by tomlu · 8 years ago
  7. edee4f2 Check at compile time that all options are declared public, and are non-final and non-static. by ccalvarin · 8 years ago
  8. 1e2954d Add resource filtering support for third pseudolocale by Googler · 8 years ago
  9. be6a401 Annotate CriticalPathComputer's Subscriber methods with @AllowConcurrentEvents so as to allow concurrently published events to be handled concurrently. The lack of this annotation means sequential @Subscriber work is a bottleneck during the execution phase. by nharmata · 8 years ago
  10. eb3261d Stop using CustomMultiArgv in ProtoCompileActionBuilder. by tomlu · 8 years ago
  11. 7a7c41d Pull maven -src jars when available alongside jars re: by juliexxia · 8 years ago
  12. 0071b39 Enable parameter files for manifest merger actions. by apell · 8 years ago
  13. a7271d2 Update documentation for the print function by vladmos · 8 years ago
  14. ed52a4d Use CustomCommandLine directly instead of via SpawnAction.Builder. by tomlu · 8 years ago
  15. 6be3af9 Support print_action command in Bazel. by Googler · 8 years ago
  16. 8ef59cf Use CustomCommandLine directly instead of via SpawnAction.Builder. by tomlu · 8 years ago
  17. ce10ea2 Use CustomCommandLine directly instead of via SpawnAction.Builder. by tomlu · 8 years ago
  18. a21bb62 Use CustomCommandLine directly instead of via SpawnAction.Builder. by tomlu · 8 years ago
  19. 8eafe6b Store content digests in repository marker files. https://www.bazel.build/designs/2016/10/18/repository-invalidation.html by Benjamin Peterson · 8 years ago
  20. 317a269 Refactor: Parse return statements without an expression properly by fzaiser · 8 years ago
  21. b36dbd5 Use CustomCommandLine directly instead of via SpawnAction.Builder. by tomlu · 8 years ago
  22. 369d1a6 Use CustomCommandLine directly instead of via SpawnAction.Builder. by tomlu · 8 years ago
  23. c01c30c Harden AutoHandle. by Dmitry Lomov · 8 years ago
  24. 64c6632 Minor refactor of UserDefinedFunction constructor, accessors by brandjon · 8 years ago
  25. 30fd060 RELNOTES: Allow java_lite_proto_library in the deps of android rules. by ajmichael · 8 years ago
  26. 79f36d5 Use CustomCommandLine directly instead of via SpawnAction.Builder. by tomlu · 8 years ago
  27. 3159916 Adding compile time checks to the options parser. by ccalvarin · 8 years ago
  28. dc506f6 Use CustomCommandLine directly instead of via SpawnAction.Builder. by tomlu · 8 years ago
  29. 5c1ab08 Use CustomCommandLine directly instead of via SpawnAction.Builder. by tomlu · 8 years ago
  30. d6869f1 Use CustomCommandLine directly instead of via SpawnAction.Builder. by tomlu · 8 years ago
  31. 3595c95 Use CustomCommandLine directly instead of via SpawnAction.Builder. by tomlu · 8 years ago
  32. 4040c9f Use CustomCommandLine directly instead of via SpawnAction.Builder. by tomlu · 8 years ago
  33. 8a8126a Use CustomCommandLine directly instead of via SpawnAction.Builder. by tomlu · 8 years ago
  34. b3b86a0 Use CustomCommandLine directly instead of via SpawnAction.Builder. by tomlu · 8 years ago
  35. a3781a2 Use CustomCommandLine directly instead of via SpawnAction.Builder. by tomlu · 8 years ago
  36. 1a5f129 Use CustomCommandLine directly instead of via SpawnAction.Builder. by tomlu · 8 years ago
  37. 5d8c44a Use CustomCommandLine directly instead of via SpawnAction.Builder. by tomlu · 8 years ago
  38. ab58a92 Remove dialect distinction from the parser. by laurentlb · 8 years ago
  39. f129657 Split Info into SkylarkInfo and NativeInfo. by dslomov · 8 years ago
  40. 5a0d6ff Propagate detected value of BAZEL_SH to --client_env. by Dmitry Lomov · 8 years ago
  41. a1c52fc Small improvments on native launcher and test by Yun Peng · 8 years ago
  42. e8aae03 Add OptionDefinition layer between the @Option annotation and its fields and the options parser. by ccalvarin · 8 years ago
  43. 78ce3d1 Use CustomCommandLine directly instead of via SpawnAction.Builder. by tomlu · 8 years ago
  44. 01f659d Add a --build_runfile_manifests flag which controls production of by Googler · 8 years ago
  45. 49b5bbc Remove FeaturePolicyConfiguration et al. in favor of the new Whitelisting. by mstaib · 8 years ago
  46. d968401 Don't deduplicate LINK_INPUTS. by allevato · 8 years ago
  47. fb91363 Parallelize target pattern preloading (used by 'blaze query'). by nharmata · 8 years ago
  48. 7dc86d0 Minor change to the ActionOnIOExceptionReadingBuildFile interface. by nharmata · 8 years ago
  49. 529385c Update documentation for srcs_version in python rules by yiyu · 8 years ago
  50. c03ca7c Improve CustomCommandLine interface. by tomlu · 8 years ago
  51. d795133a Resource filtering properly handles pseudolocales by Googler · 8 years ago
  52. 3ff87f7 remote: don't fail build if upload fails by Benjamin Peterson · 8 years ago
  53. 523a01c Remove ALREADY_EXISTS special treatment from the CAS uploader. This error should no longer be thrown by any CAS implementations. by olaola · 8 years ago
  54. 167d7e9 Blaze exports a feature for actions with objective c source in their transitive by cpeyser · 8 years ago
  55. 242e691 Stop using CustomMultiArgv in OneVersionCheckActionBuilder. by tomlu · 8 years ago
  56. 375f95b Rename some of native declared providers according to the new naming scheme. by dslomov · 8 years ago
  57. e368449 Throw a static error when lvalue of an augmented assignment is a list. by laurentlb · 8 years ago
  58. 9d79c60 Simplify RunfilesSupport interface by having it call RuleContext.shouldCreateRunfilesSymlinks() itself. by Googler · 8 years ago
  59. dc8b2e9a Initial (partial) implementation of configured target query. Activated by passing the --post_build_query flag to a build command, with a query expression as the argument. Bazel then executes this query on the configured target graph as constructed by the build command. by janakr · 8 years ago
  60. 8529746 Replace TransitionApplier interface with a dedicated class. by gregce · 8 years ago
  61. 8158a28 Remove CustomArgv. It is unused. by tomlu · 8 years ago
  62. f3ec180 j2objc java tests work for --experimental_objc_crosstool=all by cpeyser · 8 years ago
  63. 3e0277a Windows: Implement python native launcher by Yun Peng · 8 years ago
  64. a05cda4 Fix stale comment. by nharmata · 8 years ago
  65. e890994 Prevent using android libraries as resources if they have non-resource info by Googler · 8 years ago
  66. 74a8c3e Switch android tools' use of options parser to a more concise form for the single options-base case. by ccalvarin · 8 years ago
  67. e6d2077 Refactor Bash Launcher by Yun Peng · 8 years ago
  68. c08f679 Do not add linking features in CppActionConfigs when crosstool already defines it by hlopko · 8 years ago
  69. abc69c3 Automated rollback of commit 2f38404728a12840e416566b453e9cdebab5d859. by elenairina · 8 years ago
  70. e3d0a9a Make an immutable copy of a map in a simpler way. by lberki · 8 years ago
  71. 5bae50a Remove BuildConfiguration.useDynamicConfigurations. by gregce · 8 years ago
  72. 0373220 Properly handle some values that can be null in AppleCommandLineOptions. by janakr · 8 years ago
  73. 41655a9 Add Skylark flags as common command options by brandjon · 8 years ago
  74. eb23bb0 Remove unnecessary options parser caching. by ccalvarin · 8 years ago
  75. 8b4f9f5 Remove ConfigurationCollection{Function,Value}, BuildConfigurationCollection.Transitions. by gregce · 8 years ago
  76. e4bdbe7 Desugar all the Android builds! by ajmichael · 8 years ago
  77. cdda23f Added support for $(LD) for genrule() and ld_executable for Skylark by John Basila · 8 years ago
  78. 65345cd Rename Scope to LexicalBlock, and other cleanup in ValidationEnvironment. by laurentlb · 8 years ago
  79. e1016f4 Expose android configuration to skylark (android_sdk and apk_signing_method) by Googler · 8 years ago
  80. 318e83f Remove RuleClass.Configurator and obsolete LIPO_ON_DEMAND uses. by gregce · 8 years ago
  81. 62f72bc Fix expansion option output formatting in html output by ccalvarin · 8 years ago
  82. b86f8b0 Open-source Skyframe serialization, and make AppleConfiguration serializable as a pilot. Currently not hooked up to anything, but will be shortly. by janakr · 8 years ago
  83. 7321812 Categorize query options. by janakr · 8 years ago
  84. cf2dca1 Remove ConfigurationCollectionFactory as part of the static config cleanup. by gregce · 8 years ago
  85. 2f38404 Propagate detected value of BAZEL_SH to --client_env. by Dmitry Lomov · 8 years ago
  86. aa8cc6c Remove validate() methods in the AST, use a visitor instead. by laurentlb · 8 years ago
  87. 6b9d682 Add the workspace name to the sandbox path for sandboxed workers. by philwo · 8 years ago
  88. 4c1fe6c CommandBuilder.java: Don't quote the last argument when passing Windows command to CMD.EXE. by pcloudy · 8 years ago
  89. 3ca2a10 Delete cachedSymbols from LoadStatement. by laurentlb · 8 years ago
  90. 2b25a2a Fetch the Java-specific Make variables from the :host_jdk dependency instead of the configuration in genrules. by lberki · 8 years ago
  91. ab38960 Honor --nobuild_runfile_links for non-tests, and propagate it to the by Googler · 8 years ago
  92. 5e65c98 Change WalkableGraphFactory#prepareAndGet to take multiple SkyKeys as graph roots by Googler · 8 years ago
  93. f107a53 Fix NPE in Printer by brandjon · 8 years ago
  94. 24ed1ef Filter out non-aidl files out of idl_preprocessed param if the passed in value by Googler · 8 years ago
  95. d63ee81 Remove ConfigurationFactory as part of the static configuration cleanup. by gregce · 8 years ago
  96. c65147b Fix terminal output expansion flag spacing & add implicit requirements. by ccalvarin · 8 years ago
  97. c780f2f Simplify validation environment (futureReadOnlyVariables is not needed). by laurentlb · 8 years ago
  98. a471603 Add aapt2 to the resource compile action. by corysmith · 8 years ago
  99. 8515118 Make `incompatible_disallow_toplevel_if_statement` default to true. by laurentlb · 8 years ago
  100. 137e6c8 Refactoring: create only one ValidationEnvironment by laurentlb · 8 years ago