aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Fix value collision in builtins registryGravatar brandjon2018-01-16
* Support array fields in AutoCodec. To do this, introduceGravatar cpeyser2018-01-16
* Refactor py_wrap_cc to go through CcLibraryHelper.Gravatar plf2018-01-16
* Fix copy-paste error in py_test docsGravatar Rodrigo Queiro2018-01-16
* C++: Fixes linkstamp not compiled with PIC.Gravatar plf2018-01-16
* Change the mnemonic of C++ link stamp compile actions so that extra actions c...Gravatar lberki2018-01-16
* Automated rollback of commit dafe71390340224e06eab0ac7afcebb2f5219f5a.Gravatar dslomov2018-01-16
* http_archive: support programmatic patchingGravatar Klaus Aehlig2018-01-16
* C++: Updates documentation for cc_library.Gravatar plf2018-01-16
* Report unsuccessful error code if bazel fetch fails in "keep going" mode.Gravatar Dmitry Lomov2018-01-16
* Create function createJavaInfo with new API. Implement JavaSourceJarsProvider.Gravatar dbabkin2018-01-16
* java,runfiles: runfiles library in @bazel_toolsGravatar Laszlo Csomor2018-01-16
* Remove use of Root#asDerivedRoot where the derived root == exec root.Gravatar tomlu2018-01-15
* Remove test methods from ArtifactFactory and Root that violate root invariants.Gravatar tomlu2018-01-15
* Fix typo in example codeGravatar Googler2018-01-15
* Deletes unused code: ArtifactIdRegistry, ArtifactSerializer / Deserializer.Gravatar shahan2018-01-15
* Support patches in http_archiveGravatar Klaus Aehlig2018-01-15
* Export the runfiles path of the JVM executable to Skylark.Gravatar lberki2018-01-15
* Disable test_actions_deleted_after_execution_nobatch_keep_analysisGravatar dslomov2018-01-15
* Regression test for #3656.Gravatar Dmitry Lomov2018-01-15
* java,runfiles: cut all third-party dependenciesGravatar Laszlo Csomor2018-01-15
* Mark tests that inherit BuildViewTestCase as smallGravatar ulfjack2018-01-15
* actions,temp: respect TMPDIR envvarGravatar Laszlo Csomor2018-01-15
* Do not crash if 'bind' and external repo generate the same //external: target.Gravatar Dmitry Lomov2018-01-15
* windows,tests: enable some tests on WindowsGravatar Laszlo Csomor2018-01-15
* Properly report missing external repositiones during pattern evaluation.Gravatar Dmitry Lomov2018-01-15
* Remove some unnecessary depsGravatar Ulf Adams2018-01-15
* Clean up after https://github.com/bazelbuild/bazel/commit/3864a45afa368473a4a...Gravatar cushon2018-01-15
* windows,tests: enable some foundation testsGravatar Laszlo Csomor2018-01-15
* Add a TODOGravatar cushon2018-01-14
* Introduce the blaze cquery command as the new ui for configurable query.Gravatar juliexxia2018-01-12
* Encapsulate SkylarkInfo layouts in a classGravatar brandjon2018-01-12
* PiperOrigin-RevId: 181797878Gravatar Googler2018-01-12
* Adds FileSystem check to Path.CODEC.serialize.Gravatar shahan2018-01-12
* Avoid mixing -source and --releaseGravatar cushon2018-01-12
* Honor repository when checking for conflictsGravatar Klaus Aehlig2018-01-12
* Change packaging rules to operate on strings instead of path fragments.Gravatar tomlu2018-01-12
* Remove isMainRepo from Root.Gravatar tomlu2018-01-12
* Clean up Windows config_settingsGravatar Yun Peng2018-01-12
* RELNOTES: Allow expanding TreeArtifacts for libraries_to_linkGravatar Googler2018-01-12
* C++: Only call link() in cc_binary when linkCompileOutputSeparately is true.Gravatar plf2018-01-12
* Always use the JavaIO VFS implementation in the remote worker.Gravatar John Millikin2018-01-12
* windows: fix --symlink_prefix=/ throwing exceptionGravatar laszlocsomor2018-01-12
* java,runfiles: add Java library to handle runfilesGravatar Laszlo Csomor2018-01-12
* Make FileSymlinkException and InconsistentFSException IOExceptionsGravatar ulfjack2018-01-12
* Simplify root relative path calculation.Gravatar tomlu2018-01-12
* Fix breakage caused by unknown commitGravatar cushon2018-01-12
* Require --javacopts to be terminated with --Gravatar cushon2018-01-11
* Remove trivial instances of FileSystem#getRootDirectory from testing code.Gravatar tomlu2018-01-11
* Factor out InMemoryFileSystem's use of root directory.Gravatar tomlu2018-01-11