index
:
bazel
master
a fast, scalable, multi-language and extensible build system
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
test
/
java
/
com
/
google
/
devtools
/
build
/
lib
/
skyframe
Commit message (
Expand
)
Author
Age
*
Simplify split transition semantics: noops now return the input build options.
gregce
2018-05-23
*
Rename PatchTransition.apply to PatchTransiton.patch.
gregce
2018-05-23
*
Remove string prefix optimization. With new UnsafeJdk9StringCodec, it's no lo...
janakr
2018-05-21
*
Remove ValueConstants. They're not pulling their weight in CPU overhead.
janakr
2018-05-21
*
When using JDK9, replace naive StringCodec with an optimized codec that uses ...
janakr
2018-05-21
*
Migrate some serialization tests to use SerializationTester rather than Abstr...
janakr
2018-05-15
*
Optimizes performance of ActionFS staging and eliminates ActionFS updates.
shahan
2018-05-15
*
Allow more characters in labels.
twerth
2018-05-15
*
Use the local JDK as the default target javabase
cushon
2018-05-14
*
Codec for FluentIterable - needed to serialize results of Iterables.concat.
shahan
2018-05-10
*
Adds an action-scoped filesystem.
shahan
2018-05-09
*
Use the in-memory metadata in blaze as the source of truth for Fileset mappings
kush
2018-05-02
*
Add a codec for LinkedHashSet.
mjhalupka
2018-05-01
*
Reduce sensitivity of certain tests to exact configurations.
mstaib
2018-04-27
*
Allow class prefix names to be blacklisted from DynamicCodec use.
janakr
2018-04-26
*
Replace ConfigurationTransition with PatchTransition in a few places.
mstaib
2018-04-26
*
RuleTransitionFactory returns NoTransition instead of null.
mstaib
2018-04-26
*
Add the capability to register a trimming RuleTransitionFactory.
mstaib
2018-04-19
*
Introduce PackageErrorMessageValue
mschaller
2018-04-19
*
Automated rollback of commit 559ffb7dd6578c961e775ba4901917ab8bffcb9d.
janakr
2018-04-18
*
Add ValueConstants helper to handle the increasingly complex logic for value-...
janakr
2018-04-16
*
bash: Add a toolchain for local Bash.
Laszlo Csomor
2018-04-16
*
Add DurationCodec
Googler
2018-04-13
*
Prefix-compress strings during memoizing serialization.
janakr
2018-04-12
*
Add value constants to ObjectCodecRegistry. Value constants are to be used wh...
janakr
2018-04-10
*
Make some objects frequently encountered during serialization into constants....
janakr
2018-04-10
*
DynamicCodec emits a trail of type names when it encounters NoSuchCodecExcept...
shahan
2018-04-06
*
Make DynamicCodec always memoize. Since it replaces Java serialization, which...
janakr
2018-04-05
*
Transform StackOverflowError thrown in ArrayCodec into SerializationException...
janakr
2018-04-05
*
Add codec for Object[]. This may be useful for NestedSetCodec, pushing up so ...
janakr
2018-04-04
*
Save the lookup and write of the codec index when the object is memoized, as ...
janakr
2018-04-04
*
Add ObjectCodec for AtomicReference.
janakr
2018-04-04
*
Replaces JavaSerializableCodec with DynamicCodec as the default
shahan
2018-04-04
*
BazelPackageLoader to be invoked on additional tests.
carmi
2018-04-03
*
Fix build results for aspect builds.
tomlu
2018-04-03
*
Remove some unnecessary params.
nharmata
2018-04-02
*
Moves the decision to enable memoization from codecs to the top-level invocat...
shahan
2018-04-02
*
Add codec for ImmutableMultimap.
cpeyser
2018-04-02
*
Don't test for reference equality of the underlying IOException. It's overkil...
nharmata
2018-03-30
*
Make RuleClass serializable and remove Environment from it, since it was only...
janakr
2018-03-30
*
Add codecs needed to fully serialize Attributes.
janakr
2018-03-28
*
Removes superfluous generic parameter from DynamicCodec, allowing it to be used
shahan
2018-03-28
*
ArtifactRoot correctly switches output base when serializing.
shahan
2018-03-28
*
Replace nearly all test uses of ConfiguredTarget#getConfiguration with utilit...
janakr
2018-03-27
*
DynamicCodec class.
shahan
2018-03-27
*
New incompatible flag to disable PACKAGE_NAME and REPOSITORY_NAME.
laurentlb
2018-03-27
*
Add toolchain definitions for autoconfigured cc_toolchain entries.
jcater
2018-03-27
*
Remove FastStringCodec
michajlo
2018-03-26
*
@AutoCodec SelectorValue. Rather than making mapMarshaller handle wildcards b...
janakr
2018-03-23
*
Fix test flakiness due to the filesystem mutations done during the 'fetch' wo...
nharmata
2018-03-23
[next]