644 Commits (5fdef5bfce20e036f54d4871ef204887e9ef17bf)

Author SHA1 Message Date
Protobuf Team Bot 05781615a1 Internal changes/optimizations 9 months ago
Protobuf Team Bot dde03553c9 Internal change 9 months ago
Protobuf Team Bot bb68eb22dd Implement new Debug API with redaction. 9 months ago
Mark Hansen c6e2778f91 Replace SmallSortedMap.EmptySet with equivalent Collections.emptySet() 9 months ago
Mark Hansen f7a866a9ea Make IntArrayList consistent with other primitive array lists, using code generator 9 months ago
Sandy Zhang c99cf4bbfa Add `java` to reserved names to escape extensions to `java_`. This may break existing references to gencode for extensions named `java`. 9 months ago
Mark Hansen 4b7c2d4381 Avoid allocating TreeMap in UnknownFieldSet.Builder.asMap 9 months ago
Mark Hansen 8c6e5b7963 Avoid allocating iterator in TextFormat printing UnknownFieldSet 9 months ago
Protobuf Team Bot fefec68753 Internal changes/optimizations 9 months ago
Protobuf Team Bot af1ecc0353 Add a check to ensure that the byte limit is not negative. 9 months ago
Protobuf Team Bot 5584c934bf Update AbstractMessageLite.addAll so that it won't throw when input is a LazyStringArrayList with byte[] elements. 10 months ago
Mark Hansen c56bddd707 Add UnknownFieldSet.isEmpty 10 months ago
Mark Hansen d0b016fcfc Java full runtime: Avoid allocating when calling asMap on empty UnknownFieldSet 10 months ago
Protobuf Team Bot f597991857 Return the default instance when parsing from an empty byte[]. 10 months ago
Mark Hansen 4f12891b87 Java full runtime: Avoid allocating iterator if UnknownFieldSet's TreeMap is empty 10 months ago
Mark Hansen fb054c8e41 Java Proto lite: avoid boxing Integers accessing enum lists 10 months ago
Protobuf Team Bot de6aba9f63 Java Proto Lite: Serialize repeated enums without allocating 10 months ago
Protobuf Team Bot eaee04d897 Avoid boxing when serializing primitive lists in CodedOutputStreamWriter 10 months ago
Protobuf Team Bot 971f88aa63 Improve C++, Python, Java runtime version representations to avoid merge conflicts during release. 10 months ago
Mike Kruskal 95877d8569 Updating version.json and repo version numbers to: 28-dev (#16555) 10 months ago
Mike Kruskal 57a6e8df1c Add dedicated tests to lock down that overridable defaults never change. 10 months ago
Protobuf Team Bot 6afdd5a135 Auto-generate files after cl/625815212 10 months ago
Mike Kruskal db5814e4ff Use newly split feature defaults in plugins and runtimes. 10 months ago
Mike Kruskal ea81024ddf Refactor editions infrastructure to a top-level directory. 10 months ago
Protobuf Team Bot a5be8bdb9f Auto-generate files after cl/625084569 10 months ago
Mike Kruskal 7d87a1780a Hook up staleness tests to non-bootstrap edition defaults 10 months ago
Mike Kruskal 77f62de93e Define lifetimes of edition 2023 features 10 months ago
Protobuf Team Bot a94f57bd69 Check that size is non-negative when reading string or bytes in StreamDecoder. 10 months ago
Mike Kruskal 29c69ff00b Fix text-format delimited field handling 11 months ago
Protobuf Team Bot 21d75f861c Remove references to rules_proto 11 months ago
Sandy Zhang 6c45efd297 Fix validateFeatures to be called after resolved features are actually set to this.features 11 months ago
Sandy Zhang 274bc7f26f Move java_features.proto to java/core/srce/main/resources 11 months ago
Liam Miller-Cushon b36458fd80 Make `NioByteString` private member class of `ByteString` 11 months ago
Sandy Zhang 9ce51d1ed8 Set label to REQUIRED for descriptors with LEGACY_REQUIRED feature. 11 months ago
Sandy Zhang 369732a581 Add java_features.proto to kotlin_mvn release 11 months ago
Sandy Zhang 500c953d10 Enable editions support for Java Lite. 11 months ago
Protobuf Team Bot 821e854b5a Automated Code Change 11 months ago
Mike Kruskal 0e167e796f Disallow all feature types except enum and boolean. 11 months ago
Liam Miller-Cushon 2c07ea5317 Suppress a warning about a class initializer cycle 11 months ago
Sam Gammon 742ddf1155 fix(java): fixup test codegen for maven build (#16176) 11 months ago
Sandy Zhang 1e808d5ece Remove extra whitespace line in JavaEditionDefaults template 11 months ago
Mike Kruskal dc484c131e Fix has_presence to account for proto3 extensions in Java. 12 months ago
Sandy Zhang 9f001a9658 Fix descriptor to access type via getType() s.t. messages using delimited encoding are consistently treated as groups for Java lite. 12 months ago
Protobuf Team Bot 0070ac1188 Make UnsafeByteOperations stable; removing experimental annotation. 12 months ago
Sandy Zhang 8a17f5ddeb Resolve features directly in setProto instead of temporarily setting to null. 12 months ago
Sandy Zhang eb10ebd169 Fix features inheritance of oneof fields and extensions and fix/move unit tests to actually run. 12 months ago
aiuto 3ab1276bbb Update Bazel references to rules_pkg to the supported file locations. (#15780) 1 year ago
Jiri Pechanec c98bdc2bdc Add missing generated file (#15693) 1 year ago
Luke Sandberg 5d4fd7ef84 Clarify docs on MapFieldReflectionAccessorInternal and add tests for the mutability of lists returned from `getAllFields()` 1 year ago
Chris Kennelly 34a04c1fd5 Remove lazy=true from repeated fields. 1 year ago