1. e4bdbe7 Desugar all the Android builds! by ajmichael · 8 years ago
  2. cdda23f Added support for $(LD) for genrule() and ld_executable for Skylark by John Basila · 8 years ago
  3. 65345cd Rename Scope to LexicalBlock, and other cleanup in ValidationEnvironment. by laurentlb · 8 years ago
  4. e1016f4 Expose android configuration to skylark (android_sdk and apk_signing_method) by Googler · 8 years ago
  5. 318e83f Remove RuleClass.Configurator and obsolete LIPO_ON_DEMAND uses. by gregce · 8 years ago
  6. 62f72bc Fix expansion option output formatting in html output by ccalvarin · 8 years ago
  7. 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
  8. 7321812 Categorize query options. by janakr · 8 years ago
  9. cf2dca1 Remove ConfigurationCollectionFactory as part of the static config cleanup. by gregce · 8 years ago
  10. aa8cc6c Remove validate() methods in the AST, use a visitor instead. by laurentlb · 8 years ago
  11. 6b9d682 Add the workspace name to the sandbox path for sandboxed workers. by philwo · 8 years ago
  12. 4c1fe6c CommandBuilder.java: Don't quote the last argument when passing Windows command to CMD.EXE. by pcloudy · 8 years ago
  13. 3ca2a10 Delete cachedSymbols from LoadStatement. by laurentlb · 8 years ago
  14. 2b25a2a Fetch the Java-specific Make variables from the :host_jdk dependency instead of the configuration in genrules. by lberki · 8 years ago
  15. ab38960 Honor --nobuild_runfile_links for non-tests, and propagate it to the by Googler · 8 years ago
  16. 5e65c98 Change WalkableGraphFactory#prepareAndGet to take multiple SkyKeys as graph roots by Googler · 8 years ago
  17. f107a53 Fix NPE in Printer by brandjon · 8 years ago
  18. 24ed1ef Filter out non-aidl files out of idl_preprocessed param if the passed in value by Googler · 8 years ago
  19. d63ee81 Remove ConfigurationFactory as part of the static configuration cleanup. by gregce · 8 years ago
  20. c65147b Fix terminal output expansion flag spacing & add implicit requirements. by ccalvarin · 8 years ago
  21. c780f2f Simplify validation environment (futureReadOnlyVariables is not needed). by laurentlb · 8 years ago
  22. a471603 Add aapt2 to the resource compile action. by corysmith · 8 years ago
  23. 8515118 Make `incompatible_disallow_toplevel_if_statement` default to true. by laurentlb · 8 years ago
  24. 137e6c8 Refactoring: create only one ValidationEnvironment by laurentlb · 8 years ago
  25. d5a892a Fix skyframe-native filesets to honor 'excludes' while in a directory traversal. by kush · 8 years ago
  26. 1f5a0ec workers: Don't skip empty lines when expanding flagfiles. by philwo · 8 years ago
  27. d631886 Add flag to fail when android_resources targets are encountered by Googler · 8 years ago
  28. 8f46f94 Fix lexer bug that allowed non-ASCII letters in identifiers by fzaiser · 8 years ago
  29. 65e0f78 Fixing #3552: re-execute cached orphaned Actions. by olaola · 8 years ago
  30. f2854bd Delete Literal.java by laurentlb · 8 years ago
  31. 50c1014 When a worker can no longer be used, because one or more of its files on disk have changed since it was launched, print *which* files have changed. by philwo · 8 years ago
  32. 7b233c4 Remove methods that shouldn't belong to FuncallExpr by fzaiser · 8 years ago
  33. c69dbf8 Use cached values for option converter types. by ccalvarin · 8 years ago
  34. 59f1d88 Add more type safety to CustomCommandLine. by tomlu · 8 years ago
  35. ff746b4 Add the command option --experimental_oom_more_eagerly_threshold. This will replace the startup option after a deprecation period. by janakr · 8 years ago
  36. 7481de4 android_library can be used in the resources attribute by Googler · 8 years ago
  37. e29cb64 Delete unused ObjcProvider keys. by schmitt · 8 years ago
  38. 1e98851 Delete last vestiges of xcodegen. by schmitt · 8 years ago
  39. 1cbe62a Send Bazel startup options to server. by ccalvarin · 8 years ago
  40. fc6412c Delete --deprecated_generate_xcode_project. by schmitt · 8 years ago
  41. 86f6dc2 Add @CompileTimeConstant annotations to CustomCommandLine. by tomlu · 8 years ago
  42. 55245e4 Make CcToolchainProvider subclass ToolchainInfo. This is required for use of CcToolchainProvider as a "toolchain" in platform-based toolchain resolution. by cpeyser · 8 years ago
  43. c6f85e7 Remove unused methods from FunctionSignature by brandjon · 8 years ago
  44. ad87c13 Fix product name in directory messages by Klaus Aehlig · 8 years ago
  45. 429227a SyntaxTreeVisitor handles flow statements (break / continue). by laurentlb · 8 years ago
  46. e0f1333 Fix Skylark parsing of call expressions. by fzaiser · 8 years ago
  47. 695320a Lazily construct AndroidDeployInfo proto. by tomlu · 8 years ago
  48. 45d195e Use Label for equality comparison instead of Target: Target objects don't have equality. by janakr · 8 years ago
  49. 9274cba Introduce a new SpawnCache API; add a RemoteSpawnCache implementation by ulfjack · 8 years ago
  50. 95f7fba Make AndroidTest#initializeTargetDevicesTest use lazy template args. by tomlu · 8 years ago
  51. 8306d43 Intern aspect definitions by their respective aspect class + parameters. by tomlu · 8 years ago
  52. 50f7249 Introduce the 'siblings' query function. by nharmata · 8 years ago
  53. 9b24f40 Rollback of https://github.com/bazelbuild/bazel/commit/21436e062a12b64c8bee665b0cf79dfe48cff114. by ajmichael · 8 years ago
  54. 284bdec BEP: Make tags available in TargetConfigured event by Klaus Aehlig · 8 years ago
  55. e13280f Use CustomCommandLine.Builder in SpawnAction always. by tomlu · 8 years ago
  56. e8069cf Improve type safety for vector args in CustomCommandLine. by tomlu · 8 years ago
  57. 8c27a89 Refactor FuncallExpression to allow for complex function terms later. by fzaiser · 8 years ago
  58. 388d8d3 Remove unused tree artifact methods from CustomCommandLine. by tomlu · 8 years ago
  59. 2efea9d remote: Provide a clear error message if the remote cache is in an invalid state. by buchgr · 8 years ago
  60. 2a92c90 BEP: move configuration-independent information to TargetConfigured event by Klaus Aehlig · 8 years ago
  61. 9626bb4 remote: Refactor RemoteSpawnRunner to distinquish between remote by buchgr · 8 years ago
  62. 740cd90 Refactor persistent workers to use SpawnRunner. by Benjamin Peterson · 8 years ago
  63. 85c533c CachedLocalSpawnRunner: reuse existing code from RemoteSpawnRunner by ulfjack · 8 years ago
  64. 5398d80 Support executing as root in the linux sandbox. by Benjamin Peterson · 8 years ago
  65. 92d425f AbstractSpawnStrategy: use ActionExecutionContext.getVerboseFailures by ulfjack · 8 years ago
  66. 53b9bab Set a bit in ActionExecutedEvent indicating if a failure occurred before the action actually executed. by janakr · 8 years ago
  67. 92a225d Fix documentation in FilesetEntry by kush · 8 years ago
  68. e18ccda Skylark interpreter uses Latin1 instead of Utf8 for consistency with Bazel. by laurentlb · 8 years ago
  69. d1c5916 Fix AST visitor for for loops and comprehensions. by laurentlb · 8 years ago
  70. ff70a28 Rename the aapt2 library to .apk, which is what aapt2 expects for static libraries. by corysmith · 8 years ago
  71. d79b937 Pass List<ConfigurationFragmentFactory> to SkyframeExecutor instead of ConfigurationFactory. by gregce · 8 years ago
  72. 43d8a79 Do not make generated files mandatory deps for ObjC compile when header by Googler · 8 years ago
  73. 523b575 Use Maps#newHashMapWithExpectedSize rather than improper HashMap ctor usage. by nharmata · 8 years ago
  74. a664a51 Make the print function output debug messages by vladmos · 8 years ago
  75. 4435515 Inline @Deprecated methods in CustomCommandLine. by tomlu · 8 years ago
  76. bc4eb27 Move OutputService to lib.skyframe by ulfjack · 8 years ago
  77. db55b5a Set correct output_path for bazel info by Googler · 8 years ago
  78. ab21d18 Move core test classes to lib.analysis.test by ulfjack · 8 years ago
  79. 4cc2e57 Move anonymous inner class to nested class by ulfjack · 8 years ago
  80. a7f513c Unify input prefetching by ulfjack · 8 years ago
  81. 9220eec Move extra action stuff to analysis.extra by ulfjack · 8 years ago
  82. 1e91fa5 Only patch in C++ compile features when they are not already defined in crosstool by hlopko · 8 years ago
  83. b79a9fc Quote python_path and launcher in python_stub_template_windows.txt by pcloudy · 8 years ago
  84. 1bf9467 Make repository_ctx.which() portable by David Ostrovsky · 8 years ago
  85. 0ec7180 Implement timeouts on top of Java Process by ulfjack · 8 years ago
  86. 9e65494 Cleanup SkylarkDict API by brandjon · 8 years ago
  87. 8d70785 Automated rollback of commit 8adcf839c5c42defaa2fabedfb0208e4ce97ac95. by ajmichael · 8 years ago
  88. 44b71aa Remove --experimental_dynamic_configs=off. by gregce · 8 years ago
  89. 3a0ce77 Ensure that invalid target errors are properly reported in by John Cater · 8 years ago
  90. 6cc9d93 Cleanup cast methods for SkylarkList by brandjon · 8 years ago
  91. d146dfe Remove exec from $testing_shbase. It is a sh_library target that we only use to get googletest.sh from to put in the runfiles. by ajmichael · 8 years ago
  92. 3f4bd84 Defer expansion of certain proto command line string arguments. by tomlu · 8 years ago
  93. dcf3683 Deprecate old ordering names for depsets by vladmos · 8 years ago
  94. 617e806 Fix --verbose_failures w/ sandboxing to print the full command line by ulfjack · 8 years ago
  95. bf0fbfd Improve CustomCommandLine. by tomlu · 8 years ago
  96. 9996519 Revert collect_coverage change that enables the new Java coverage by elenairina · 8 years ago
  97. a2fed4b Remove `blaze` from the conflict error message by Gregg Donovan · 8 years ago
  98. f2d4595 Rewrite the Command API by ulfjack · 8 years ago
  99. 6b2dce6 In the MutableList API, make an internal unsafe method public by brandjon · 8 years ago
  100. fb20d20 Add reexports to cc rules and cc_shared_library and cc_static_library semantics by elenairina · 8 years ago