aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Removed double trailing periods in console output.Gravatar Florian Weikert2015-11-12
* Speed up & deflake bazel_sandboxing_cpp_test (and probably other shell tests).Gravatar Philipp Wollermann2015-11-12
* Minor cleanup: mark some fields as `final`.Gravatar Carmi Grushko2015-11-11
* Replace home-made assertions with equivalent Google Truth calls.Gravatar Carmi Grushko2015-11-11
* Propagate defines through xctest_appGravatar Googler2015-11-11
* Make building Bazel more hermetic.Gravatar Lukacs Berki2015-11-11
* Split off a BUILD file for query2/ , sort targets in build/lib/BUILD.Gravatar Han-Wen Nienhuys2015-11-11
* Make STL work even when not in the main repository.Gravatar Lukacs Berki2015-11-11
* Migrate blaze from their own duplicated copy of MoreAsserts and use Truth ins...Gravatar Googler2015-11-11
* add some missing errno.h and string.h includesGravatar Mostyn Bramley-Moore2015-11-11
* Remove trailing period to avoid double-period.Gravatar Googler2015-11-10
* BUILD tweaksGravatar Han-Wen Nienhuys2015-11-10
* Allow FilesystemValueChecker to operate on a WalkableGraph and add TODOs for ...Gravatar Nathan Harmata2015-11-10
* Add a Skyframe injected value representing a Blacklist of package patterns. A...Gravatar Eric Fellheimer2015-11-10
* Propagate additional sources of an ios application's extension.Gravatar Chris Parsons2015-11-10
* Update @Nullable annotations for FilesystemValueChecker related stuff.Gravatar Nathan Harmata2015-11-10
* Add profiler support for compiled Skylark.Gravatar Florian Weikert2015-11-10
* Add tests for nodes that are not used in the graph, but then are used in a la...Gravatar Janak Ramakrishnan2015-11-10
* 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