aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
...
* Clean up after https://github.com/bazelbuild/bazel/commit/2a9e125499c8fadb731...Gravatar cushon2018-06-20
* Be more generous with user time and sys time bounds in execution statistics t...Gravatar ruperts2018-06-20
* Remove all uses of RuleDefinitionEnvironment#getLabel, replacing them with La...Gravatar janakr2018-06-20
* Make the system bazelrc configurable.Gravatar ccalvarin2018-06-20
* PiperOrigin-RevId: 201390253Gravatar Googler2018-06-20
* Clean out unused proto_library enforcement code.Gravatar tomlu2018-06-20
* Add better tests for the -h and -help accepted values.Gravatar ccalvarin2018-06-20
* Allow structField callables to specify useSkylarkSemantics, useLocation, and ...Gravatar cparsons2018-06-20
* Migrate Actions provider to skylarkbuildapiGravatar cparsons2018-06-20
* Don't instrument files generated by cc_proto_library for coverageGravatar Googler2018-06-20
* Remove genrule's special handling of the "toolchains" attribute.Gravatar jcater2018-06-20
* Make blaze_util::AsAbsoluteWindowsPath support wstring as inputGravatar Yun Peng2018-06-20
* [Windows] Fix kOneYear initializationGravatar Loo Rong Jie2018-06-20
* Add Arm64 supportGravatar Arielle Albon2018-06-20
* Move the profiler setup earlier in the startup.Gravatar twerth2018-06-20
* C++: Re-writes cc_import in Skylark.Gravatar plf2018-06-20
* Bazel binary size: add a regression testGravatar Laszlo Csomor2018-06-20
* Remove the $(JAVA_TRANSLATIONS) Make variable.Gravatar lberki2018-06-19
* Be more generous with user time and system time bounds for execution statisti...Gravatar ruperts2018-06-19
* Add new BuildMetrics event to BEP.Gravatar tomlu2018-06-19
* On type errors for select()s, show which branch is responsible.Gravatar gregce2018-06-19
* Be more permissive when dealing with rules which haveGravatar jcater2018-06-19
* Expand the abilities of codecs. Let ImmutableMultimapCodec actually handle Li...Gravatar janakr2018-06-19
* Make some Android things more serializable.Gravatar janakr2018-06-19
* Add --materialize_param_files option.Gravatar tomlu2018-06-19
* Add more logging when executionPlatformConstraintsAllowed is set to PER_TARGETGravatar jcater2018-06-19
* Delete switch for nested set serialization. It's fast enough to be on by defa...Gravatar janakr2018-06-19
* Add an option to show verbose debugging logs.Gravatar brendandouglas2018-06-19
* Put a trail into every SerializationException, not just NoCodecException, and...Gravatar janakr2018-06-19
* Implement #equals and #hashCode for TargetPatternPhaseValue.Gravatar janakr2018-06-19
* Let MessageLiteCodec handle UnknownFieldSet.Gravatar janakr2018-06-19
* Make things easier to serialize: make constants constant, tag some lambdas. G...Gravatar janakr2018-06-19
* Make variable providers coming from the toolchains attribute shouldn't beGravatar jcater2018-06-19
* Make some Apple objects more serializable: tag constants as constant, tag lam...Gravatar janakr2018-06-19
* Clarify that ErrorInfoValue is a NotComparableSkyValue because we don't expec...Gravatar janakr2018-06-19
* Add a utility function to accept windows-style envvars in paths.Gravatar ccalvarin2018-06-19
* C++: Refactors PyWrapCc to make it easier to migrate to SkylarkGravatar plf2018-06-19
* Add fields to CcToolchainFeatures.Feature and CcToolchainFeatures.ActionConfi...Gravatar rosica2018-06-19
* do not start server if shutdown requested (+ not in batch mode)Gravatar Googler2018-06-19
* Ensure seq never formats output with decimals or using scientific notationGravatar cushon2018-06-19
* Stop holding on to the Action and ActionKeyContext in ActionConflictException...Gravatar janakr2018-06-19
* Remove support for --discard_actions_after_execution.Gravatar tomlu2018-06-18
* Automated rollback of commit c720152ec1936a537c9519d522d3cb41d19cff77.Gravatar janakr2018-06-18
* Let ConfiguredRuleClassProvider decide whether to drop the analysis cache.Gravatar mstaib2018-06-18
* Clean up uses of SkylarkList<String> and ast in toolchains parameters.Gravatar John Cater2018-06-18
* Make the embedded JDK targets the defaultGravatar Liam Miller-Cushon2018-06-18
* Permit marking dirty/changed a node more than onceGravatar mschaller2018-06-18
* Make ConfiguredTargetValue a NotComparableSkyValue. Since no implementation o...Gravatar janakr2018-06-18
* Consider runfiles symlinks when computing Runfiles.getEmptyFilenames().Gravatar Benjamin Peterson2018-06-18
* Refactoring: uses OutputService for ActionFileSystem injectionGravatar shahan2018-06-18