19872 Commits (cb77b0e714ec41fca0a15a0999011f036123dfa3)
 

Author SHA1 Message Date
Protobuf Team Bot 913f7b0c6d Breaking change: Remove `MutableRepeatedFieldRef::Reserve()` in reflection (roll forward) 2 months ago
Protobuf Team Bot 259e2ba8b5 Auto-generate files after cl/708420839 2 months ago
Mike Kruskal 2887da22a1 Fix cmake installation location of java and go features 2 months ago
Mike Kruskal b38749245c Fix type resolver to preserve explicit set feature values. 2 months ago
Sandy Zhang af2f0137bf Add dev_dependency to `use_extension` for pip, crate, and maven 2 months ago
Protobuf Team Bot 03e09ad032 Automatically insert the version number in the README.md tag. 2 months ago
Protobuf Team Bot 05af18d24b Use u32 instead of isize as the discriminant of the Rust oneof 'tagged union' enum type (which is used for the getter that gives you both which field is set and the value of that field). 2 months ago
Protobuf Team Bot e7a4afe1d9 Auto-generate files after cl/708296701 2 months ago
Protobuf Team Bot 79a34c489f Minor tidying of block size calculations - avoid unnecessary memory barriers and likely cache miss for most recent block size. 2 months ago
Matej Aleksandrov 1803f8bf28 Ensure protobuf Message.__dir__ returns proto fields 2 months ago
Protobuf Team Bot 3b2bb516a3 Auto-generate files after cl/708120760 2 months ago
Protobuf Team Bot e9e08cd0a2 Use uint32_t instead of size_t for size and capacity of the list holding extensions and unknown fields. 2 months ago
Protobuf Team Bot 20a6e82ceb Auto-generate files after cl/708100356 2 months ago
Protobuf Team Bot a673dccf92 Promote extensions in place of the unknown field they were promoted from 2 months ago
Protobuf Team Bot e890d15663 Auto-generate files after cl/708077050 2 months ago
Protobuf Team Bot 47f5b75659 Extend MapField swap test to include the unsafe swap version. 2 months ago
Protobuf Team Bot efbd632e56 Implement unknown field aliasing support 2 months ago
Protobuf Team Bot f135dede85 Auto-generate files after cl/708058272 2 months ago
Protobuf Team Bot cec097b9b5 Implement merged unknowns/extensions storage. 2 months ago
Protobuf Team Bot d2c71c9757 Auto-generate files after cl/708036039 2 months ago
Protobuf Team Bot a0a9e04b18 Extend `safe_boundary_check` to support aborting on OOB. 2 months ago
Protobuf Team Bot 7740bcb806 Auto-generate files after cl/707943424 2 months ago
Protobuf Team Bot c78129dba2 Fix bug in deterministic extension encoding when empty extensions are present 2 months ago
Hong Shin cac05fe0d1 hpb: Introduce UPB_EXT_PRIMITIVE to flesh out all remaining scalars for extensions 2 months ago
Protobuf Team Bot 9e44913d43 Performance optimization: check for python float before type-checking numpy. 2 months ago
Protobuf Team Bot 0d47a29c45 Automated Code Change 2 months ago
Protobuf Team Bot 8acc702c84 Internal change 2 months ago
Tony Liao 21e9aa6cac Add back UPB test coverage that was undone from test migration. 2 months ago
Protobuf Team Bot 0fba21ab21 Auto-generate files after cl/707649778 2 months ago
Adam Cozzette 09b7506cd0 Rust: update manifests to refer to the real (non-staging) crates 2 months ago
Protobuf Team Bot 85435346a2 Silence some warnings in GCC. 2 months ago
Hong Shin 3fa1748b90 Internal Change 2 months ago
Protobuf Team Bot 1900cbe0da Disable useShortRepeatedPrimitives for Printer.DEFAULT_DEBUG_FORMAT 2 months ago
Protobuf Team Bot 880d2b0574 Auto-generate files after cl/707612946 2 months ago
Adam Cozzette 36be1ba409 Rust: make sure protoc and the minitable plugin are available to the release script 2 months ago
Mike Kruskal 72b3eda2ec Breaking change: fix closed enum validation under editions 2 months ago
Protobuf Team Bot 556a42676e Remove now-dead gencode feature reference in release.sh 2 months ago
Protobuf Team Bot 6b326020e7 Drop the notion of 'primary' file in all rs code generation. 2 months ago
Protobuf Team Bot 57db768ae7 Rename a few function parameters to match the standard style. 2 months ago
Protobuf Team Bot d9c9420c28 Fix off-by-one bug in table shrinking after erasing many elements. 2 months ago
Protobuf Team Bot 5944662a50 Automated rollback of commit 694d793574. 2 months ago
Protobuf Team Bot 5d24a801c9 Move part of the `TypeDefinedMapFieldBase` implementation into `MapFieldBase` implemented on top of `UntypedMapBase` visitation. 2 months ago
Protobuf Team Bot 694d793574 Breaking change: Remove `MutableRepeatedFieldRef::Reserve()` (reflection) 2 months ago
Sandy Zhang b4102f4823 Drop 28.x from release branch tests after end of support following 29.x release 2 months ago
Tony Liao 0f283e19e5 Internal Change. 2 months ago
Mike Kruskal 8f2ad123b8 Make python text-format reject octal floats 2 months ago
Protobuf Team Bot 7004a92af7 Internal change 2 months ago
Protobuf Team Bot 4ce1746133 Update the protobuf and protobuf_runtime README files. 2 months ago
Adam Cozzette 5a58ff798f Rust: output detailed message if protoc is missing in Cargo build 2 months ago
Hong Shin 80f0217e68 hpb: rm unused DeepCopy overload 2 months ago