1. 7a491b7 Port bazelrc flags into their own module. by ccalvarin · 8 years ago
  2. cd76c1f Enable proguarded Android builds with --experimental_desugar_java8_libs in Bazel by kmb · 8 years ago
  3. 35a78c0 remote: recursively delete incomplete downloaded output directory. by Jakob Buchgraber · 8 years ago
  4. bf43c3a Properly quote $(location ) expansion for the shell by Klaus Aehlig · 8 years ago
  5. 1045300 In TestsInSuiteValue, replace Target member with Label. This makes by cpeyser · 8 years ago
  6. 54f619cc Support .afdo profiles in fdo_profile by rosica · 8 years ago
  7. e2a7b9a Expose local_proguard_specs to Skylark. by Googler · 8 years ago
  8. d0561c7 Make inclusion of the zipper executable in CcToolchain depend solely on whether FDO optimization is used (--fdo_optimize or --fdo_profile) by rosica · 8 years ago
  9. b6eae77 Filtering the legacy important_outputs field in the BEP by source, middleman by ulfjack · 8 years ago
  10. ba03094 test failure: print stacktrace on I/O error by Laszlo Csomor · 8 years ago
  11. 280175d Expose cc_common.create_compile_build_variables by hlopko · 8 years ago
  12. e440d59 C++: Renames CcExecutionDynamicLibrariesInfo to CcExecutionDynamicLibraries by plf · 8 years ago
  13. 3aa9107 Migrate some serialization tests to use SerializationTester rather than AbstractObjectCodecTest. I saw these tests causing errors in one version of the sequel unknown commit when testing detection of junk data, but not with this clean-up. by janakr · 8 years ago
  14. 90e116c Add --ignore_all_rc_files startup options. by ccalvarin · 8 years ago
  15. 0015d18 Optimizes performance of ActionFS staging and eliminates ActionFS updates. by shahan · 8 years ago
  16. 374cae6 Migrate Aspect to skylarkbuildapi by cparsons · 8 years ago
  17. e54859e Migrate several compilation-related cpp definitions to skylarkbuildapi by cparsons · 8 years ago
  18. 841406b Remove redundant @SkylarkModule annotation on SkylarkActionFactory.Args by cparsons · 8 years ago
  19. 0130693 Change TestSuiteExpansionValue to contain Labels instead of Targets. by cpeyser · 8 years ago
  20. f817134 Potentially allow children of a dirty node to be missing from the graph. Also pass the GraphInconsistencyReciever into SkyframeExecutor as a parameter. by janakr · 8 years ago
  21. 17aebab Remove vestigial java_plugin.data attribute by cushon · 8 years ago
  22. ac7d5f6 Move --track_incremental_state and --keep_state_after_build to CommonCommandOptions to better facilitate certain kinds of benchmarking. by felly · 8 years ago
  23. e788674 Implement a limit for named_set_of_file events by ulfjack · 8 years ago
  24. 374112c Replace --experimental_android_enforce_strict_deps_for_binaries_under_test with a package whitelist by cushon · 8 years ago
  25. 905291b Add option --experimental_discard_actions_after_execution in order to turn it off after a release. by janakr · 8 years ago
  26. c1b5c94 Adds a ?null check and return false? code block in equals() method overridden by classes which would?ve otherwise thrown an NPE. by Googler · 8 years ago
  27. 6b3e482 C++: Deletes CcLinkParamsInfo by plf · 8 years ago
  28. c4f2d80 Allow more characters in labels. by twerth · 8 years ago
  29. 27487c7 Slightly refactor SpawnAction to improve env handling by ulfjack · 8 years ago
  30. 150a906 DynamicCodec tweaks to make it into a super fast String serializer. by shahan · 8 years ago
  31. eb5a80c Ease the configuration-related restrictions of several more tests. by mstaib · 8 years ago
  32. a6ee1ee Set JAVA_HOME for bazel_with_jdk_test by cushon · 8 years ago
  33. 2c493e8 Automated rollback of commit c4fc6201fdfa71993e2e9e295a946150e6990c75. by mstaib · 8 years ago
  34. 17fb867 Fix some code font issues by ronshapiro · 8 years ago
  35. aa25555 Augment comments about blaze exit code classifications. by Googler · 8 years ago
  36. 5217712 Pull caching up to BuildConfigurationValue$Key$Codec. Almost all BuildOptions$DiffForReconstruction serializations are reached in this way, so we get better efficiency. Also, it was already a custom codec, so less new handrolling. by janakr · 8 years ago
  37. 9980c7b Remove swiftstdlibtoolwrapper by thomasvl · 8 years ago
  38. b14fee2 Permit serialization arising from ErrorInfo#encode to wait on a future. This by cpeyser · 8 years ago
  39. ff72360 Only use fingerprint and checksum for equality and hashCode in BuildOptions$OptionsDiffForReconstruction. The fingerprint uniquely identifies the "baseline" BuildOptions object and the checksum uniquely identifies the "overlay", so we don't need to incorporate the rest of the data. by janakr · 8 years ago
  40. b5f13a3 Fix broken HTML by laurentlb · 8 years ago
  41. a1ef999 Don't default to --release 9 when running on a JDK 9 host_javabase by cushon · 8 years ago
  42. 747f035 Extract logic for dealing with CROSSTOOL values and build variables into separate class by rosica · 8 years ago
  43. ed87aad C++: Renames CcRunfilesInfo to CcRunfiles by plf · 8 years ago
  44. d753ad5 C++: Renames CcCompilationContextInfo to CcCompilationContext by plf · 8 years ago
  45. be733c7 Add a flag to disable the $(ANDROID_CPU) Make variable. by lberki · 8 years ago
  46. b22c7ee Refactor TestAttempt event posting code by ulfjack · 8 years ago
  47. c4fc620 Expose cc_common.create_compile_build_variables by hlopko · 8 years ago
  48. 2b5c5d4 Add CcHostToolchainAliasRule. by dbabkin · 8 years ago
  49. f96f037 Windows, Java launcher: Support jar files under different drives by Yun Peng · 8 years ago
  50. 43181c9 Add a fast path for validating include directives. Most -isystem directives are by Googler · 8 years ago
  51. 7fae58d Remove references to internal targets by ulfjack · 8 years ago
  52. 849df36 Use the local JDK as the default target javabase by cushon · 8 years ago
  53. 5c3f5c9 Add an IdentityHashMap to the BuildOptions.OptionsDiffForReconstruction codec. by mjhalupka · 8 years ago
  54. d370290 ActionFS cleanup by shahan · 8 years ago
  55. abbb900 Migrate SkylarkRuleContext (and a few dependencies) to the build API by cparsons · 8 years ago
  56. 0565a93 Only make AndroidDataConverters statically by asteinb · 8 years ago
  57. 6b0ccd10 Wrap a comment line around 80 chars. by Googler · 8 years ago
  58. 4926eaf Allow java_toolchain.header_compiler to be an arbitrary executable by cushon · 8 years ago
  59. cfc64a3 Records profiling information for ActionFS staging and updates. by shahan · 8 years ago
  60. 91b867f Set Locale to English when uppercasing strings to match Enums by Jingwen Chen · 8 years ago
  61. a8ddd36 Remove fully static linking part of ctx.fragments.cpp.fully_static_link_options by hlopko · 8 years ago
  62. 1855aff Fix spelling error in javadoc. by dannark · 8 years ago
  63. 1461c20 Fix filler error message by asteinb · 8 years ago
  64. 448c09dc Automated rollback of commit feeccd8c0a5d97493cabfeb9481cf6f3800b9b84. by corysmith · 8 years ago
  65. 4f0051c Expose aar_import data processing methods to Skylark by asteinb · 8 years ago
  66. b5cd706 Expose android_binary data processing methods to Skylark by asteinb · 8 years ago
  67. f9e7529 Create top-level android data provider by asteinb · 8 years ago
  68. 494161c Codec for FluentIterable - needed to serialize results of Iterables.concat. by shahan · 8 years ago
  69. feeccd8 Internal change by Googler · 8 years ago
  70. c53e457 Only include generated resources when pseudo locales are asked for. by corysmith · 8 years ago
  71. 7eb4cb3 Expose Skylark method to process android_local_test data by asteinb · 8 years ago
  72. 7cddb57 Expose process_test_data (for android_test) to Skylark by asteinb · 8 years ago
  73. c180c92 Properly rename manifests by asteinb · 8 years ago
  74. eac5be6 Expose single method for doing all android_library data processing in Skylark by asteinb · 8 years ago
  75. b1dd4e3 Adds an action-scoped filesystem. by shahan · 8 years ago
  76. c1085c6 Add graceful failure for unsupported formatters in genquery by juliexxia · 8 years ago
  77. 0c94ec3 Get resource processing settings from method params instead of rule attrs by asteinb · 8 years ago
  78. fbdf70e Expose R.class as a JavaInfo by asteinb · 8 years ago
  79. e3784ec Generate a separate psuedo locale .flat file only for default locale on values resources. by corysmith · 8 years ago
  80. 0a502ff Remove cppConfiguration from LinkBuildVariables by hlopko · 8 years ago
  81. 0c5cc1b Rename LinkStaticness to LinkingMode and unify with the other LinkingMode. by hlopko · 8 years ago
  82. ee3cc87 Flag indirect dependencies in ImportDepsChecker tool by kmb · 8 years ago
  83. deda170 Expose Library Aar creation and provider to Skylark by asteinb · 8 years ago
  84. 4325771 Narrow synchronized section of ArtifactFactory#getArtifact to avoid contention and use a striped lock. by janakr · 8 years ago
  85. 1a48c21 Make Aar provider into NativeInfo by asteinb · 8 years ago
  86. 6f35d33 Do not expose ResourceContainer to Skylark by asteinb · 8 years ago
  87. 1ad8a88 Stop collapsing NestedSet of deps in RClassGenerator by asteinb · 8 years ago
  88. e3faeb7 Properly expose R.class file to Skylark by asteinb · 8 years ago
  89. 0b7f9f8 Add absolute path handling to Rlocation implementation used for remote execution on Windows from Java launcher. by Googler · 8 years ago
  90. b5573a6 Rename Staticness to LinkerOrArchiver. by hlopko · 8 years ago
  91. 0d78a81 Start migration of cpp build API classes to skylarkbuildapi by cparsons · 8 years ago
  92. d06a366 bes: add --bes_results_url by Jakob Buchgraber · 8 years ago
  93. b0b2d2a Start migration of java build API classes to skylarkbuildapi by cparsons · 8 years ago
  94. 94967f2 Automated rollback of commit f384ab5855ba230e7767b7b5350bd72ef01b9a1b. by asteinb · 8 years ago
  95. 6846d71 Extract Qualifiers class for reuse. by corysmith · 8 years ago
  96. 2aa8130 Fix the java_toolchain example code. by Googler · 8 years ago
  97. d1d742d Skylark debugging proto: add a 'pause thread' request/response. by Googler · 8 years ago
  98. 30d877a Migrate almost all Skylark global modules to skylarkbuildapi by cparsons · 8 years ago
  99. 589f6c3 More legacy fileset deletions. This had become dead code with Legacy fileset removal, but for the test. by kush · 8 years ago
  100. 1442054 Relax requirements of skylark-exposed configuration fragments by cparsons · 8 years ago