aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Create AppleConfiguration and AppleCommandLineOptions, and move a few items o...Gravatar Chris Parsons2015-11-10
* Compile function call expressions.Gravatar Florian Weikert2015-11-10
* Change ProtoSourcesProvider to only export direct sources. Add a method, getC...Gravatar Michael Thvedt2015-11-10
* Compile list and dict comprehensions to byte code.Gravatar Florian Weikert2015-11-10
* Compile binary operations to byte code.Gravatar Florian Weikert2015-11-10
* Compile for loops with break/continue to byte codeGravatar Florian Weikert2015-11-10
* BUILD file tweaks.Gravatar Han-Wen Nienhuys2015-11-10
* Compile dictionary literals to byte code.Gravatar Florian Weikert2015-11-10
* Compile conditional statement and expressions.Gravatar Florian Weikert2015-11-10
* Add list.index methodGravatar Laurent Le Brun2015-11-10
* Description redacted.Gravatar Googler2015-11-10
* Compile dot and not expressions to byte code.Gravatar Florian Weikert2015-11-10
* Remove an unused class, ErrorConfiguredTarget.Gravatar Ulf Adams2015-11-10
* Remove unused jquery/d3 references.Gravatar Han-Wen Nienhuys2015-11-10
* Compile assignments to byte code and throw errors.Gravatar Florian Weikert2015-11-10
* Aspect terminology update.Gravatar Dmitry Lomov2015-11-10
* Added missing depedency to //src/main/java/com/google/devtools/build/lib:syntax.Gravatar Florian Weikert2015-11-06
* Add xcrunwrapper to deal with DEVELOPER_DIR and SDKROOT.Gravatar Dave MacLachlan2015-11-06
* Fixes up bash stack walking on Mac OS. There are cases where BASH_SOURCE is a...Gravatar Dave MacLachlan2015-11-06
* Add experimental support for putting full paths into compile actions. This is...Gravatar Dave MacLachlan2015-11-06
* Use the analysis package roots to set up the exec root.Gravatar Ulf Adams2015-11-06
* Transform Blaze query to be able to work in streamed mode.Gravatar Miguel Alcon Pinto2015-11-06
* Propagate ASwB aspect across robolectric implicit deps.Gravatar Googler2015-11-06
* bazel: support linking accumulated libraries into C++ binariesGravatar Googler2015-11-06
* Remove legacy code path for jars in srcsGravatar Liam Miller-Cushon2015-11-06
* Provide the ability to declare host config fragments forGravatar Greg Estren2015-11-06
* Clean up JavaCommon constructorsGravatar Googler2015-11-06
* Compile list literals to byte code.Gravatar Klaas Boesche2015-11-06
* Record Skyframe timing metrics even if Profiling is disabled.Gravatar Eric Fellheimer2015-11-06
* Compile int and string literals to byte codeGravatar Klaas Boesche2015-11-06
* Compile identifiers to byte codeGravatar Klaas Boesche2015-11-06
* Compile return statements to byte codeGravatar Klaas Boesche2015-11-06
* Add initial Skylark byte code generation code.Gravatar Klaas Boesche2015-11-06
* Refactor the loading phase runner creation and remove the test duplication.Gravatar Ulf Adams2015-11-06
* Add Byte Buddy dependency for Skylark compilation.Gravatar Klaas Boesche2015-11-06
* Add a TODO for a known dynamic configuration problem: hostGravatar Greg Estren2015-11-06
* Add BazelConfiguration to GenRuleRule's declared fragments to supportGravatar Greg Estren2015-11-06
* Remove BuildViewTestCase.assertContainsSublist, and use MoreAsserts.assertCon...Gravatar Carmi Grushko2015-11-06
* Fix up issue where plutil isn't always being found by xcrun due to a variety ...Gravatar Dave MacLachlan2015-11-06
* Fix some wrong "return false" statements in our tests.Gravatar Philipp Wollermann2015-11-06
* Force sandboxing to be enabled on the sandboxing tests (fixes the failing "te...Gravatar Philipp Wollermann2015-11-06
* Propagate environment variables set with --test_env command line flag to the ...Gravatar Googler2015-11-05
* Disable the Bazel/Skylark sandboxing test and fix erroneous 'return' stmt.Gravatar Googler2015-11-05
* Intern rdep removal operations to save memory on incremental builds.Gravatar Janak Ramakrishnan2015-11-05
* Improve error message for select objects ('+' operator for incompatible types)Gravatar Laurent Le Brun2015-11-05
* Fix up generated project reference for frameworks.Gravatar Dave MacLachlan2015-11-05
* Add missing header sources to Swift compilation stepsGravatar Dmitry Shevchenko2015-11-05
* --Gravatar Carmi Grushko2015-11-05
* Implement the offset for the new skyframe-based LoadingPhaseRunner.Gravatar Ulf Adams2015-11-05
* Flip --worker_verbose to false by default.Gravatar Philipp Wollermann2015-11-05