1142 Commits (36a969296d29e13da6e62504bf3c9ce123f58fba)

Author SHA1 Message Date
Protobuf Team Bot 673a892bd9 Internal change 3 months ago
Mike Kruskal 0d9baf367f Remove outdated conformance/fuzz tests. 3 months ago
Sandy Zhang df8a11e266 Binary compatibility shims for GeneratedMessageV3, SingleFieldBuilderV3, RepeatedFieldBuilderV3, and their nested classes to restore binary compatibility with <=v3.x.x generated code built against v3.x.x prior to v4.26.0 breaking release. 3 months ago
Mike Kruskal 5cbf13bc9a Internal changes 3 months ago
Protobuf Team Bot 737803eec4 Implement a mechanism to control the output format of Message.toString within a Runnable instance. 3 months ago
Protobuf Team Bot b817373e6b Internal change 3 months ago
Protobuf Team Bot 939338d225 Internal change 3 months ago
Mike Kruskal e49ce62d1e Clean up documentation of deprecated features. 4 months ago
Protobuf Team Bot ca0c631ddc Skip a volatile read. 4 months ago
Mark Hansen 769305467a Automated g4 rollback of changelist 662071950. 4 months ago
Mark Hansen b71e5ee2d5 Tighten type bounds on GeneratedMessageLite.defaultInstanceMap. 4 months ago
Mark Hansen 4e6b93ca4e Remove a volatile read/write in SmallSortedMap.entrySet() 4 months ago
Mark Hansen a10b619ed9 Remove SmallSortedMap.lazyDescendingEntrySet field caching 4 months ago
Protobuf Team Bot df1aad4eb8 Fix `TextFormat.Parser` to appropriately handle unknown values for open enums 4 months ago
Deanna Garcia f5ffaf9063 Remove unused pom.xml files. 4 months ago
Mark Hansen 3281605ad4 Cleanup: fix rawtypes warnings in SchemaUtil 4 months ago
Protobuf Team Bot ef2a0dd77a Internal change 4 months ago
Mark Hansen 621f2a2786 Remove unused field MessageSchema.syntax 4 months ago
Mark Hansen 910f62779f Inline ArrayList's array into SmallSortedMap 4 months ago
Mark Hansen f9ecda5f3c Reuse empty int[0] in MessageSchema.intValue to save allocations 4 months ago
Mark Hansen 1f005c579f Avoid allocations in FieldSet.mergeFromField 4 months ago
Deanna Garcia 501fb26927 Add kotlin deprecation to messageOrNull extension properties in the generated code when the corresponding message is deprecated. 4 months ago
Protobuf Team Bot cc8b3483a5 Internal change 4 months ago
Mark Hansen be4f149abd Extract MAX_UINT32 BigInteger into a constant, so we aren't constructing it all the time 4 months ago
Mark Hansen cb323f4359 Avoid unboxing boxed primitives that we're just going to re-box back up to call compareTo with. 4 months ago
Mark Hansen 5b45a65567 Simplify some compareTo operations 4 months ago
Mark Hansen ed54faf736 Avoid allocations in FieldSet.setField 4 months ago
Mark Hansen bc03650b3e Add more tests for UnknownFieldSet Builder reusability 4 months ago
Mark Hansen af04a770ae Remove unused constructor parameter RepeatedFieldAccessor.descriptor 4 months ago
Mark Hansen 90250161d4 Remove unnecessarily suppressed warnings: rawtypes 4 months ago
Mark Hansen 65d4e1817a Micro-optimisation: remove no-op body of hot GeneratedMessage.Builder constructor 4 months ago
Protobuf Team Bot bbf574bcb9 Internal Change 5 months ago
Protobuf Team Bot 8b7c84b488 Internal change. 5 months ago
Protobuf Team Bot 507ba36e29 Support building //java with bzlmod 5 months ago
zhangskz 8e60d9f166 Updating version.json and repo version numbers to: 29.0-dev (#17432) 5 months ago
Sandy Zhang e889b0be54 Deprecated unused/obsolete mutable APIs, to be removed in next breaking change. 5 months ago
Mark Hansen 1a18882a5d Avoid iterator allocation in FieldSet.isInitialized 5 months ago
Mark Hansen 08a0994f4b Avoid allocations in FieldSet.Builder.mergeFromField 5 months ago
Mark Hansen 2f3b4603a1 Avoid an iterator allocation in FieldSet.Builder.setField 5 months ago
Mark Hansen cc5eccfb28 Avoid iterator allocations in FieldSet.computeFieldSize 5 months ago
Mark Hansen 8daad6ddd4 Avoid iterator allocations in FieldSet.writeField 5 months ago
Protobuf Team Bot b54a6aa9d3 Remove unused static field. 5 months ago
Éamonn McManus 7f798cd8b9 Simplify a confusing test method in `MapLiteTest`. 5 months ago
Sandy Zhang fba8024963 Mark obsolete UnknownFieldParseException as deprecated 5 months ago
Mark Hansen ee96b56e46 Fix rawtypes warning suppression in FieldSet 5 months ago
Mark Hansen 761d49a270 Add overload for LazyStringArrayList.add(String): boolean 5 months ago
Mark Hansen 229c958a5c Hoist SmallSortedMap.getNumArrayEntries() outside loops over array entries 5 months ago
Protobuf Team Bot 27d8304aa8 Add a warning for gencode that is one major version older than runtime 5 months ago
Mark Hansen e08414ca10 Remove obsolete javadoc in SmallSortedMap: parameter arraySize has been deleted 5 months ago
Sandy Zhang aca4cfcf7e Clean up test case to set features using custom descriptor directly instead of via reparse. 5 months ago