1. e26ef86 Cleanup pass on where we use Private and doc(hidden) by Protobuf Team Bot · 7 months ago
  2. 86dab71 Internal version update. by Protobuf Team Bot · 8 months ago
  3. 51d3b38 Auto-generate files after cl/666928989 by Protobuf Team Bot · 8 months ago
  4. ddb863c Moved the C code generator to its own directory. by Joshua Haberman · 8 months ago
  5. f6a6b06 Edit GHA to never skip full jobs on presubmit -- only steps. by Deanna Garcia · 8 months ago
  6. 5695a88 Move -Werror to our test/dev bazelrc files. by Mike Kruskal · 8 months ago
  7. 79781ed Auto-generate files after cl/666879420 by Protobuf Team Bot · 8 months ago
  8. 9f4f302 Change upb singular scalar accessors to not use upb C accessor codegen. by Protobuf Team Bot · 8 months ago
  9. 1384512 protobuf-mode: add edition keyword for syntax highlighting by Protobuf Team Bot · 8 months ago
  10. 786efac Internal version update. by Protobuf Team Bot · 8 months ago
  11. 170cbc3 Auto-generate files after cl/666521717 by Protobuf Team Bot · 8 months ago
  12. c939382 Split the fasttable-specific code into a separate file. by Joshua Haberman · 8 months ago
  13. a33a81b Move ExtensionNumber from protos to hpb by Hong Shin · 8 months ago
  14. caa8f9d Move hpb::internal::CreateMessage to hpb::interop::upb::CreateMessage by Hong Shin · 8 months ago
  15. 94c5032 Internal Change by Hong Shin · 8 months ago
  16. 303a376 Update rules to allow consecutive items in a section unless the previous item has options or the next item has leading comments. Trailing comments on the previous item will not trigger a blank line. by Protobuf Team Bot · 8 months ago
  17. db3e837 Add an `_unchecked_lifetime` version of the Cpp interop wrap fns. by Protobuf Team Bot · 8 months ago
  18. df8a11e 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. by Sandy Zhang · 8 months ago
  19. e9140a1 [ObjC] Issue stderr warnings for deprecated generation options. by Thomas Van Lenten · 8 months ago
  20. d91dbd4 Auto-generate files after cl/666132886 by Protobuf Team Bot · 8 months ago
  21. a2fd240 Moved reflection codegen to its own directory. by Joshua Haberman · 8 months ago
  22. eca12ff Automated Code Change by Protobuf Team Bot · 8 months ago
  23. 4b416b1 Auto-generate files after cl/666093310 by Protobuf Team Bot · 8 months ago
  24. bc394d2 Moved the MiniTable generator into a separate directory. by Joshua Haberman · 8 months ago
  25. 582201a Update GetMiniTable namespace from protos::internal to hpb::interop::upb by Hong Shin · 8 months ago
  26. 6a17782 Remove generated C++ thunks for enums as map values by Adam Cozzette · 8 months ago
  27. 983910f Removed aliases for the boostrap proto libraries. by Joshua Haberman · 8 months ago
  28. 72707c3 Auto-generate files after cl/665982322 by Protobuf Team Bot · 8 months ago
  29. 742820a Move files to v2 subdirectory and hide them from OSS. by Protobuf Team Bot · 8 months ago
  30. ba0c16c Auto-generate files after cl/665944029 by Protobuf Team Bot · 8 months ago
  31. 78c6349 Automated rollback of commit cd002c06b66f182c8eae26e3e442ce440c197ed8. by Protobuf Team Bot · 8 months ago
  32. bc6f561 Remove unused protos::internal::{DeepCopy, DeepClone, GetOrPromoteExtension, GetUpbExtension, HasExtensionOrUnknown, MoveExtension} by Hong Shin · 8 months ago
  33. 7f395af Replace some per-message C++ thunks with a common implementation by Adam Cozzette · 8 months ago
  34. d2c7f60 Remove protos::CreateMessage, protos::ClearExtension both unused by Hong Shin · 8 months ago
  35. 5cbf13b Internal changes by Mike Kruskal · 8 months ago
  36. e65ff23 Internal version update. by Protobuf Team Bot · 8 months ago
  37. 9a24fc9 Abrogate protos::MessageAllocationError with hpb::MessageAllocationError by Hong Shin · 8 months ago
  38. 737803e Implement a mechanism to control the output format of Message.toString within a Runnable instance. by Protobuf Team Bot · 8 months ago
  39. 8bb789e Introduce hpb::interop::upb and hpb::internal::backend::upb by Hong Shin · 8 months ago
  40. b817373 Internal change by Protobuf Team Bot · 8 months ago
  41. 0c8c922 hbp: Rename and rehouse extension_lock -> internal/message_lock by Hong Shin · 8 months ago
  42. 6a95fad Auto-generate files after cl/665411723 by Protobuf Team Bot · 8 months ago
  43. cd002c0 Introduce `MessageCreator`, which will use more efficient techniques to instantiate objects if permitted by the compiler. by Protobuf Team Bot · 8 months ago
  44. c8d0f96 Use rust_binary `aliases` feature to handle either protobuf_upb or protobuf_cpp being used as the `protobuf` crate in the Rust conformance test. by Protobuf Team Bot · 8 months ago
  45. f48205f Internal change by Adam Cozzette · 8 months ago
  46. 7a43194 hpb cleanup: abrogate protos::{ClearMessage,CloneMessage,CreateMessage,DeepCopy} with hpb::{...} by Hong Shin · 8 months ago
  47. 6d84da5 fix: do not throw deprecated warning on field getters for default values (#17788) by Brent Shaffer · 8 months ago
  48. b0db5bd Change CppInterop traits to operate on *const or *mut c_void instead of protobuf::__runtime::RawMessage by Protobuf Team Bot · 8 months ago
  49. 57ba428 Internal version update. by Protobuf Team Bot · 8 months ago
  50. dd95e5b Nextgen Proto Pythonic API: Add any.py by Jie Luo · 8 months ago
  51. ebd9838 Make function declarations proper prototypes by adding `void`. by Joshua Haberman · 8 months ago
  52. a7ddd35 Auto-generate files after cl/664953196 by Protobuf Team Bot · 8 months ago
  53. eab1fa2 Fixed layering check violations once and for all in upb bootstrapping. by Joshua Haberman · 8 months ago
  54. 979931c Refactor Rust thunk name generation in prep for extensions by Protobuf Team Bot · 8 months ago
  55. 86a2463 Refactor methods in proto3's AnyMetadata implementation. by Tony Liao · 8 months ago
  56. f5f94f3 Introduce hpb/internal/internal.h by Hong Shin · 8 months ago
  57. 025909c Auto-generate files after cl/663974332 by Protobuf Team Bot · 8 months ago
  58. a6977fe Add v2 FieldEntry #1. by Protobuf Team Bot · 8 months ago
  59. 4e362b6 Internal version update. by Protobuf Team Bot · 8 months ago
  60. 939338d Internal change by Protobuf Team Bot · 8 months ago
  61. 26ab4fc Update failure lists replacing the message type section of test names with a wildcard for improved readability and compactness. by Yamil Morales · 8 months ago
  62. 78a89c2 Create a test fixture for `update_failure_list.py` and carry out three tests. by Yamil Morales · 8 months ago
  63. 3b4605e internal change by Protobuf Team Bot · 8 months ago
  64. f69eb55 Auto-generate files after cl/663760495 by Protobuf Team Bot · 8 months ago
  65. 48f2faa Started moving Kotlin DSL generator to its own directory. by Joshua Haberman · 8 months ago
  66. 546c8e0 Internal version update. by Protobuf Team Bot · 8 months ago
  67. cb845a5 hpb: introduce ptr.h and break out template helpers into internal/template_help.h by Hong Shin · 8 months ago
  68. e49ce62 Clean up documentation of deprecated features. by Mike Kruskal · 8 months ago
  69. e98e8ed [ObjC] Add api to add a field to another collection of unknown fields. by Thomas Van Lenten · 8 months ago
  70. cfaac88 Minor cleanup: IWYU, remove redundant header from any.cc by Protobuf Team Bot · 8 months ago
  71. 5cd9a46 Limit feature deprecation warnings to reduce noise. by Mike Kruskal · 8 months ago
  72. 6c2be3b Make hpb:traits private visibility again by Hong Shin · 8 months ago
  73. 6879b81 Remove trailing mangle for generated_protos_support and rename to hpb (!) by Hong Shin · 8 months ago
  74. 115b192 Switch AssociatedMiniTable to a fn from an associated const. by Protobuf Team Bot · 8 months ago
  75. 7155a7e [ObjC] Fix GPBUnknownField/GPBUnknownFields copy. by Thomas Van Lenten · 8 months ago
  76. c5f6231 Add Compiler Condition to use inline assembly optimizations with ARM64 for Compatibility with MSVC (#17671) by David Smith · 8 months ago
  77. 5a22455 Add test that tries to parse a JSON string that exceeds the recursion limit. by Protobuf Team Bot · 8 months ago
  78. 840697a Minor cleanup: IWYU, clang-tidy, etc. by Protobuf Team Bot · 8 months ago
  79. ca0c631 Skip a volatile read. by Protobuf Team Bot · 8 months ago
  80. b2a38a7 Auto-generate files after cl/663040062 by Protobuf Team Bot · 8 months ago
  81. 3f908cf Wildcard support for Protobuf conformance failure lists by using a Trie made up of nodes that contain a section of a test name (divided by '.'). by Yamil Morales · 8 months ago
  82. a60097a Use transparent lookups in ExtensionRegistry in order to avoid initializing all the fields in the lookup key in FindRegisteredExtension. by Evan Brown · 8 months ago
  83. f355d99 Remove the extra condition on All blocking tests to ensure it runs even when tests are skipped. by Deanna Garcia · 8 months ago
  84. 29a0248 Remove protos::upb_cc_proto_library_copts__for_generated_code_only_do_not_use by Hong Shin · 8 months ago
  85. c4942ce Add a "(fork)" suffix to the version of "All blocking tests" that is run on a fork. This will help us distinguish between the two different test cases that run, so we don't block on the fork version for CLs. by Deanna Garcia · 8 months ago
  86. e535b00 Delete protos::repeated_field.h by Hong Shin · 8 months ago
  87. 2f9cdd1 Update GHA tests to return single pass/fail signal at the end by Deanna Garcia · 8 months ago
  88. d228777 [ObjC] Raise an exception for a nil message. by Thomas Van Lenten · 8 months ago
  89. 7a039dd Remove repeated_field_iterator (protos) by Hong Shin · 8 months ago
  90. 1937e76 Expunge protos_internal in totality by Hong Shin · 8 months ago
  91. b9f46b8 Remove deprecated reflection.py usages from test by Jie Luo · 8 months ago
  92. 0644290 Internal version update. by Protobuf Team Bot · 8 months ago
  93. b70c4b0 Raise warnings for deprecated python cpp extension GetDebugString(). by Jie Luo · 8 months ago
  94. dd3a8bf Genned header: UPB -> HPB by Hong Shin · 8 months ago
  95. 7693054 Automated g4 rollback of changelist 662071950. by Mark Hansen · 8 months ago
  96. b71e5ee Tighten type bounds on GeneratedMessageLite.defaultInstanceMap. by Mark Hansen · 8 months ago
  97. 6739739 hpb: rm unused ctor by Hong Shin · 8 months ago
  98. fda2669 Remove upb/protos/bazel/* by Hong Shin · 8 months ago
  99. 4e6b93c Remove a volatile read/write in SmallSortedMap.entrySet() by Mark Hansen · 8 months ago
  100. 744c9dd Rename `#[googletest::test]` to `#[gtest]` by Dmitri Gribenko · 8 months ago