1. 875c7a7 Change Attribute.skipConstraintsCheck() (and similar methods) by Greg Estren · 10 years ago
  2. 2833b42 Make sure runtime shuts down on exception in uncaught exception handler by Michajlo Matijkiw · 10 years ago
  3. 7d48f19 [Docker] Correctly append ./ prefix to dotted files in archives by Damien Martin-Guillerez · 10 years ago
  4. ed92816 Fix TZ entry in test-encyclopedia. by Han-Wen Nienhuys · 10 years ago
  5. 3c5f534 Added comment about why there are so many "throws InterruptedException" declarations. by Florian Weikert · 10 years ago
  6. 826ed80 Remove another use of errorEventHandler. by Ulf Adams · 10 years ago
  7. a126d90 Disable generateSubModules, since it causes issues with private headers. by Googler · 10 years ago
  8. 13572f9 Use byte[] and Input/OutputStream directly for HTTP downloads. by Han-Wen Nienhuys · 10 years ago
  9. 58502f2 Remove the experimental check-deps implementation. by Ulf Adams · 10 years ago
  10. e5aaacf Remove more uses of errorEventHandler (previously of Reporter). by Ulf Adams · 10 years ago
  11. 08be947 Rollback of commit 402d112bc25449f1e690bbbace600bbcda834d24. by Googler · 10 years ago
  12. a56762e Removes the automatic values from the bundlemerge.jar and plmerge.jar and relies by Anastasios Kakalis · 10 years ago
  13. 5b9009b Remove all direct uses of SkyframeExecutor.reporter. by Ulf Adams · 10 years ago
  14. 4eb82ec1 Add rust_docs rule by David Chen · 10 years ago
  15. d6f6b7d Add a main_dex_proguard_specs attribute to android_binary that lets users specify which classes should go into the main dex. by Lukacs Berki · 10 years ago
  16. 574646c Move mock workspace configuration to AnalysisMock. by Dmitry Lomov · 10 years ago
  17. 960dc27 Make intra-package wildcards work for remote repositories and clean up target pattern parsing just a tiny little bit. by Lukacs Berki · 10 years ago
  18. 402d112 Rollback of commit 53330510c6ea5cd6257b9981b44e52d15a9e01aa. by Googler · 10 years ago
  19. 93cb646 Make TargetFormatter available for tests. by Janak Ramakrishnan · 10 years ago
  20. f5d6a02 Improve performance of Sky query. by Miguel Alcon Pinto · 10 years ago
  21. d7f6e70 Propagates cc_library linkopts attribute to dependent objc_libraries. by Googler · 10 years ago
  22. 5333051 Remove gen jar implicit output. by Googler · 10 years ago
  23. 12147f0 Fix attribute capitalization by Kristina Chodorow · 10 years ago
  24. 7335375 Merge BazelIosTest and ExperimentalIosTest, deleting the former. by Chris Parsons · 10 years ago
  25. f769787 Remove both of equals/hashCode from classes in lib/packages where either only one of them was implemented (potentially incorrectly) or the class really intends to have reference equality. by Nathan Harmata · 10 years ago
  26. 55dbdbd Better syncing of Google vs. external constraint enforcement. by Greg Estren · 10 years ago
  27. eadaf50 Turns bitcode off for the time being to make the Xcode project output match what is being produced by bazel build. by Dave MacLachlan · 10 years ago
  28. df0531f Allow Skylark import lookup values to be computed inline in order to avoid reifying them in the Skyframe graph. by Janak Ramakrishnan · 10 years ago
  29. 784ffc0 Remove LoadedPackageProvider.getLoadedPackage, which is unused. by Ulf Adams · 10 years ago
  30. b82a56c Use a super-interface of PackageProvider where applicable. by Ulf Adams · 10 years ago
  31. 065e7c1 Avoid LoadedPackageProvider in the PackageProviderForConfigs type hierarchy. by Ulf Adams · 10 years ago
  32. 1e597c8 Simplify LoadingPhaseRunner; avoid an unnecessary Set copy. by Ulf Adams · 10 years ago
  33. de667c6 Remove gen jar info from JavaRuleOutputJarsProvider. by Googler · 10 years ago
  34. 590ba0a Pass the SkyframePackageManager to the cycle reporters, not LoadedPackageP. by Ulf Adams · 10 years ago
  35. a385ab9 Rewrite TargetProviderEnvironment to use a PackageProvider. by Ulf Adams · 10 years ago
  36. 532450e Disable --treat_srcjars_as_srcs_for_strict_deps flag by Liam Miller-Cushon · 10 years ago
  37. 504529b Move callUninterruptibly to a helper class in lib.concurrent. by Ulf Adams · 10 years ago
  38. 95f624f Remove an unused method from LoadedPackageProvider. by Ulf Adams · 10 years ago
  39. 896d713 Fix ApplicationManifest#generatedManifest bug that would set the package as 'null' if the rule was not under either the java or javatests trees. Uses AndroidCommon#getJavaPackage to ensure consistent behavior. by Andrew Pellegrini · 10 years ago
  40. bdb0012 [Docker] Prevent duplicate entries in a layer by Damien Martin-Guillerez · 10 years ago
  41. 7fb76a1 Make gen jars output group transitive. by Googler · 10 years ago
  42. 0e31295 Simplify a method signature that isn't used elsewhere anymore. by Ulf Adams · 10 years ago
  43. f396134 [Docker] Make all files added via the files attribute executable and read-only by Damien Martin-Guillerez · 10 years ago
  44. f9ab555 [Docker] Don't replace current uid/gid by root ids for tar files by Damien Martin-Guillerez · 10 years ago
  45. 9c8b370 Doc: Clarify when to use output_to_genfiles. by Laurent Le Brun · 10 years ago
  46. ffdf675 Update doc for [new_]http_archive to mention tarballs. by Han-Wen Nienhuys · 10 years ago
  47. 98235e3 Initial checkin of sass_binary support for bazel by Derek Perez · 10 years ago
  48. faa0e4a Remove unused EventCollectionApparatus#customMask. by Han-Wen Nienhuys · 10 years ago
  49. 51c1640 Make setup-intellij.sh work again. by Lukacs Berki · 10 years ago
  50. eaae08e Update d_docs rule to take a dependency on a d_binary, a d_library or d_source_library. by David Chen · 10 years ago
  51. e7a2fdb [Docker] Take the package of the input as the data path by Damien Martin-Guillerez · 10 years ago
  52. 446b6c9 Do not fail when the test argument do not match any test by Damien Martin-Guillerez · 10 years ago
  53. 89eefd7 Move ownership of SkyframeBuildView to SkyframeExecutor. by Ulf Adams · 10 years ago
  54. 2012b4e Allow custom Package serialization logic to be injected. Also fix incorrect comment in PackageSerializer. by Nathan Harmata · 10 years ago
  55. a28d69c5 Don't shell escape parameters to a non-shell action (environment plist). by Peter Schmitt · 10 years ago
  56. f5c5dcb Make aspect resolver and dependencyFilter transient, as they are not serializable. by Miguel Alcon Pinto · 10 years ago
  57. 8aaa229 Add Apache codec library as a dependency by Kristina Chodorow · 10 years ago
  58. 5877b8b Don't remove reverse deps until node is known to be changed. This helps avoid mutating the deps of nodes that are still going to be deps after evaluation is finished. by Janak Ramakrishnan · 10 years ago
  59. 0951909 Add jar containing Base64 class by Kristina Chodorow · 10 years ago
  60. ceae8c5 Open source some skylark tests. by Han-Wen Nienhuys · 10 years ago
  61. 4671896 Refactor AndroidStudioInfoAspect. by Dmitry Lomov · 10 years ago
  62. 36c0fb7 Disallow precompiled jars in sources by Liam Miller-Cushon · 10 years ago
  63. 1d947c6 Stop AndroidResourceProcessingAction from creating a "_resources" folder in the source tree when invoked from ApplicationManifest and AndroidLibrary. by Andrew Pellegrini · 10 years ago
  64. 10b8e3a Replace double-quotes with single quotes to improve readability. by Dmitry Lomov · 10 years ago
  65. 8ddc32d Switch objc rules to standard coverage propagation using InstrumentedFilesCollector. by Peter Schmitt · 10 years ago
  66. f1b537a Enhance the tutorial by adding information about setting up the Android NDK. by Lukacs Berki · 10 years ago
  67. 590767e Implement support for android_library and android_binary in AndroidStudioInfoAspect. by Dmitry Lomov · 10 years ago
  68. 6bd4f2d Heavily refactor ProfileCommand to separate output and statistics generation and enable their reuse by Klaas Boesche · 10 years ago
  69. 907d579 Improve Skylark documentation (concepts.md), wrt mutability and Python compatibility by Laurent Le Brun · 10 years ago
  70. bfd0f61 Fixes ProGuard not working in a sandbox. by Philipp Wollermann · 10 years ago
  71. 10e3b2b Make TargetPatternResolver#{isPackage, getTargetsInPackage} take a PackageIdentifier instead of a String. by Lukacs Berki · 10 years ago
  72. d72db8d Thread the repository name all the way from TargetPatternResolver to RecursivePkgFunction. by Lukacs Berki · 10 years ago
  73. dfd3497 Batch SkylarkImportLookupValue calls instead of doing them serially. Also throw errors more eagerly in SkylarkImportLookupFunction -- don't try to request deps if the ast is in error. by Janak Ramakrishnan · 10 years ago
  74. 2a7c802 Roll back using labels rather than PathFragments for skylark loads. by Michajlo Matijkiw · 10 years ago
  75. f0a5ac6 Improve error message for INSTALL_FAILED_OLDER_SDK from adb. by Alex Humesky · 10 years ago
  76. 8e055ba Changes dylibs from being part of the xcodeproject file references to being arguments to OTHER_LDFLAGS. Command lines now use -l"name" to link libraries. This solves the problem that libraries in Xcode 7 now have .tbd files instead of dylibs in device builds and maintains backwards compatibility with Xcode 6. by Dave MacLachlan · 10 years ago
  77. be11733 Add support for Maven username & password authentication by Kristina Chodorow · 10 years ago
  78. 37738ca Document mutability of Skylark lists by Francois-Rene Rideau · 10 years ago
  79. 925dc5c Use Labels, rather than PathFragments, to represent Skylark loads internally. This should be a semantics-preserving change for users. In a subsequent CL, I'll change the Skylark syntax to allow load statements to use labels as well as paths, with the goal of eventually deprecating the latter. by John Field · 10 years ago
  80. d256a82 Clarify that the timeout values are configurable on the command-line. by Googler · 10 years ago
  81. 2857acc Add an option to remove a directory prefix when extracting an archive by Kristina Chodorow · 10 years ago
  82. bd0c7bb Hush Environment#toString() by Francois-Rene Rideau · 10 years ago
  83. 8cf9d8d Add ios_sdk_version=8.4 flag to bazel src tests. by Chris Parsons · 10 years ago
  84. bb155b0 Use OS X compatible gcov with experimental_ios_test. by Peter Schmitt · 10 years ago
  85. 2cffe03 Serialize workspaceName. by Han-Wen Nienhuys · 10 years ago
  86. e770467 Pass the BuildConfigurationCollection into the BuildView testing methods. by Ulf Adams · 10 years ago
  87. 40dd02c workers: Use the new worker testbed to check that workers get reused correctly, restart after a clean exit and that workers returning junk are being dealt with. by Philipp Wollermann · 10 years ago
  88. 3cb162d workers: Put all tests in bazel_worker_test.sh. Add a testbed that makes it easy to test details of how the worker strategy behaves in corner cases. by Philipp Wollermann · 10 years ago
  89. 28f08f1 workers: Make sure to wait for worker processes to exit so that they don't become zombies. by Philipp Wollermann · 10 years ago
  90. 3cbbca6 workers: Remove unneeded constructor. by Philipp Wollermann · 10 years ago
  91. b181aff workers: Some tweaks to the WorkerPool config. by Philipp Wollermann · 10 years ago
  92. 13f9150 Unify AndroidLibrary code paths. by Googler · 10 years ago
  93. 45d18d4 Enforce UTF-8 encoding in bootstrapping by Damien Martin-Guillerez · 10 years ago
  94. fdcb9de Small cleanup: execPath is available locally. by Ulf Adams · 10 years ago
  95. b91b994 Update FAQ entry about releases. by Damien Martin-Guillerez · 10 years ago
  96. 0a6e49a Extract MountMap to a top-level class. by Ulf Adams · 10 years ago
  97. 64228bf Remove html title handling from Chart, ChartCreators, and HtmlChartVisitor, handle in HtmlCreator by Klaas Boesche · 10 years ago
  98. 6e91eb9 Move Label from the lib.syntax to the lib.cmdline package so that: by Lukacs Berki · 10 years ago
  99. 4a36aaf [Docker] Support for adding directories to tarball by Damien Martin-Guillerez · 10 years ago
  100. 25fc8d3 Add a "Google Play Services" target to android_sdk_repository that can be references as "//external:android/google_play_services". by Lukacs Berki · 10 years ago