aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main
Commit message (Expand)AuthorAge
* Proper action output checks for TreeArtifacts. Instead of crashing Bazel, we ...Gravatar Rumou Duan2016-10-19
* Add missing "final" specifiers to fix Bazel's JDK7 build.Gravatar Philipp Wollermann2016-10-19
* Allow bypassing input file discovery in package buildingGravatar Michajlo Matijkiw2016-10-19
* Made HttpDownloader download calls non-static.Gravatar Jingwen Chen2016-10-19
* Rollback of commit e6191f7209ebf3f67480bc7aa9db5ac58beb2156.Gravatar Damien Martin-Guillerez2016-10-19
* Rollback of commit e0d7a540e3c615c628f63fcaaaba0c47fca2cb25.Gravatar Philipp Wollermann2016-10-19
* Rollback of commit 8bb4299b28de14eed9d3b57bcaeb9350c81c7db3.Gravatar Philipp Wollermann2016-10-19
* Add type arguments for JDK7 build.Gravatar Janak Ramakrishnan2016-10-19
* Rollback of commit a9f20b0d6459d395444c45cf5e94a899f3443633.Gravatar Philipp Wollermann2016-10-19
* Fix build on FreeBSD (again).Gravatar Piotr Sikora2016-10-19
* Expose multi-arch artifacts to objc skylark providersGravatar Chris Parsons2016-10-19
* Fix ThinLTO indexing linkstamp handlingGravatar Googler2016-10-19
* Per action file caching for input TreeArtifact.Gravatar Rumou Duan2016-10-19
* Rollback of commit ffdc05d2278d7f9c6e299c923019f689cde5fe76.Gravatar Yun Peng2016-10-19
* Move the RuleModule interface to ConfiguredRCP and rename it to RuleSet.Gravatar Ulf Adams2016-10-19
* Enforce that non test-only targets cannot depends on test-only targetsGravatar Damien Martin-Guillerez2016-10-19
* Make query return dependencies contributed by aspects on rules that don't adv...Gravatar Lukacs Berki2016-10-18
* Rollback of commit b776d6c12e952eb358c1a036cc9d93d8944c4c77.Gravatar Nathan Harmata2016-10-18
* Simplify the j2objc stuff.Gravatar Ulf Adams2016-10-18
* Split up rule sets into smaller chunks.Gravatar Ulf Adams2016-10-18
* Refactor the rule class provider.Gravatar Ulf Adams2016-10-18
* Fix unnecessary static imports of typesGravatar Liam Miller-Cushon2016-10-18
* Add file extension property to SkylarkGravatar Paul Roberts2016-10-18
* Allow .protodevel files in srcs of proto_library.Gravatar Googler2016-10-18
* Fixed a documentation typo.Gravatar Vladimir Moskva2016-10-18
* VFS, WindowsFileSystem: fix UNIX_ROOT retrievalGravatar Laszlo Csomor2016-10-18
* cpp: header hygienizationGravatar Thiago Farina2016-10-18
* Don't bother getting the not-real FileStateValue for a path whose parent does...Gravatar Nathan Harmata2016-10-18
* VFS: implement a Windows-specific Path subclassGravatar Laszlo Csomor2016-10-18
* Clean up BazelTestSuiteRule.Gravatar Ulf Adams2016-10-17
* Refactor the C++ rules - move several rule classes to top-level files.Gravatar Ulf Adams2016-10-17
* Failing back to --expunge when using --expunge_async on non-Linux machineGravatar Damien Martin-Guillerez2016-10-17
* Fix #1719: Sandbox should print better error message on execvp failure.Gravatar Philipp Wollermann2016-10-17
* Support per-module shutdown code on crash.Gravatar Julio Merino2016-10-17
* Split up BazelRuleClassProvider into per-language modules.Gravatar Ulf Adams2016-10-17
* Fix a bug in which Bazel reports action conflicts between ActionTemplates and...Gravatar Rumou Duan2016-10-17
* Augment the CppLinkInfo extra action proto with the command line of the linker.Gravatar Googler2016-10-17
* Rollback of commit 0c7a42a09d85ddffd9b860bcb31e4c43a00632c1.Gravatar Nathan Harmata2016-10-17
* Remove implicit requirement to not use Jack with Java 8 desugaring flag for A...Gravatar Googler2016-10-17
* Add a flag to android_binary to allow resource shrinking to be controlled on ...Gravatar Googler2016-10-14
* Make --watchfs a common command option.Gravatar Ulf Adams2016-10-14
* Rename field to clarify function.Gravatar Ulf Adams2016-10-14
* Cleanup, remove differences between Build and Skylark environments.Gravatar Laurent Le Brun2016-10-14
* Expand $(location :label) to string unambiguously a pathGravatar Klaus Aehlig2016-10-14
* Fix the config creation for --experimental_multi_cpu.Gravatar Ulf Adams2016-10-14
* Merge BazelBaseRuleClasses into BaseRuleClasses.Gravatar Ulf Adams2016-10-14
* Stop storing a set in GroupedListHelper to deduplicate SkyKey dep requests. I...Gravatar Janak Ramakrishnan2016-10-14
* Desugar Java 8 for Android builds without incremental dexing.Gravatar Googler2016-10-14
* Validate ios platform corresponds with watchos platform in watchos extension ...Gravatar Chris Parsons2016-10-14
* Support input srcjar in filtered gen jar.Gravatar Googler2016-10-14