1. 919775d upb: Add upb_Message_GetExtensionArray by Hong Shin · 5 months ago
  2. 72111c3 Update compat extension APIs to something that does not assume contiguous storage by Protobuf Team Bot · 5 months ago
  3. ae488a0 Use noncontiguous unknown fields API in upb python by Protobuf Team Bot · 5 months ago
  4. c1a4f28 Update tests to use noncontiguous API by Protobuf Team Bot · 5 months ago
  5. 24a19ea Fixed non-conformance in JSON parsing for empty strings in numeric fields. by Joshua Haberman · 5 months ago
  6. 82e37cd Support deleting regions of unknown fields via noncontiguous storage API by Protobuf Team Bot · 5 months ago
  7. 44b2f87 Enable pointer type checks by Protobuf Team Bot · 5 months ago
  8. e43ee07 Use noncontiguous unknown fields API in upb text debug_string.c and encode.c by Protobuf Team Bot · 5 months ago
  9. 0640cdb Don't iterate at all if unknowns are not populated by Protobuf Team Bot · 5 months ago
  10. 7ccd5dc Internal change by Protobuf Team Bot · 5 months ago
  11. d43a70b Port FindUnknown to noncontiguous API by Protobuf Team Bot · 5 months ago
  12. cb304bd Add JSON parse conformance tests for non-numeric string in numeric fields. by Sandy Zhang · 5 months ago
  13. aaf44c4 Add new unknown fields API to support noncontiguous storage. Currently shares the same implementation as the existing unknown fields API. by Protobuf Team Bot · 5 months ago
  14. 7638257 upb: Add upb_Message_GetExtensionString by Hong Shin · 5 months ago
  15. 294d353 Use portable posix sigsetjmp to avoid saving signals on linux, in addition to apple platforms. by Protobuf Team Bot · 5 months ago
  16. a862499 upb: Add upb_Message_GetExtensionMessage by Hong Shin · 5 months ago
  17. 8e79bfa Updated upb bootstrap files for the latest changes to descriptor.proto. by Joshua Haberman · 5 months ago
  18. 2fe8aaa Auto-generate files after cl/692315472 by Protobuf Team Bot · 5 months ago
  19. 7521732 Automated Code Change by Protobuf Team Bot · 5 months ago
  20. eb8f810 upb_DebugString typo fix by Hong Shin · 5 months ago
  21. 25f6eab Expose function to determine whether arenas are fused by Protobuf Team Bot · 5 months ago
  22. 367ef9c Update index vs layout_index upb docs by Hong Shin · 5 months ago
  23. 67ab5bd Make arena fuse and inc/dec-ref const, so that they can be invoked concurrently. by Joshua Haberman · 5 months ago
  24. c5236bc Migrate upb extension getters for scalars by Hong Shin · 5 months ago
  25. d3735bc Support fetching CMake dependencies via `-Dprotobuf_FETCH_DEPENDENCIES=ON` by Mike Kruskal · 6 months ago
  26. b00dca3 Load Python rules everywhere in protobuf by Protobuf Team Bot · 6 months ago
  27. 8cc5f6b Fix compilation in Clang C23 mode. by Protobuf Team Bot · 6 months ago
  28. c83b2f9 Clean up PHP CI (#18610) by Mike Kruskal · 6 months ago
  29. b8237dd Fixed the ASAN build for linker arrays. by Joshua Haberman · 6 months ago
  30. d88a3d0 Updates upb conformance failures file. by Protobuf Team Bot · 6 months ago
  31. ecf5f2e Auto-generate files after PR #17682 by Protobuf Team Bot · 6 months ago
  32. e4cbc79 Fix minor typos (#17682) by Nathan Baulch · 6 months ago
  33. ce6dbe4 Setup fix for python/upb for the enforcement of closed enums in editions. by Mike Kruskal · 6 months ago
  34. 4d75c82 Fix a potential Ruby-upb use of uninitialized memory. by Protobuf Team Bot · 7 months ago
  35. c8e016c Auto-generate files after cl/672397247 by Protobuf Team Bot · 7 months ago
  36. fd6d872 Created proper `names.h` headers for all upb generators. by Joshua Haberman · 7 months ago
  37. 50c3191 add a dependency to the upb amalgamation on text:debug and text:internal by Derek Benson · 7 months ago
  38. 1321c26 upb: fix uninitialized upb_MessageValue buffer bugs by Eric Salo · 7 months ago
  39. 6da642a upb: Arena_DoFuse typo fix by Hong Shin · 7 months ago
  40. 290f288 Introduce upb_ByteSize by Hong Shin · 7 months ago
  41. c841627 Use `default_compatible_with` instead of specifying `compatible_with` on every target. by Joshua Haberman · 7 months ago
  42. 8422e97 Migrated upb to use Copybara-standard stripping. by Joshua Haberman · 7 months ago
  43. e4449ba Harmonize license rules between google3 and OSS by Joshua Haberman · 7 months ago
  44. eafacfa Introduce upb_Message_SetBaseFieldMessage() by Protobuf Team Bot · 7 months ago
  45. 5695a88 Move -Werror to our test/dev bazelrc files. by Mike Kruskal · 7 months ago
  46. a2fd240 Moved reflection codegen to its own directory. by Joshua Haberman · 7 months ago
  47. bc394d2 Moved the MiniTable generator into a separate directory. by Joshua Haberman · 7 months ago
  48. 983910f Removed aliases for the boostrap proto libraries. by Joshua Haberman · 7 months ago
  49. ebd9838 Make function declarations proper prototypes by adding `void`. by Joshua Haberman · 7 months ago
  50. eab1fa2 Fixed layering check violations once and for all in upb bootstrapping. by Joshua Haberman · 7 months ago
  51. 580b595 Removes setjmp/longjmp if UPB is running in a WASM-WAMR environment by Protobuf Team Bot · 8 months ago
  52. c727837 Auto-generate files after cl/658038844 by Protobuf Team Bot · 8 months ago
  53. 504a5d0 Add pkg build rules to create a zip of the protobuf rust crate by Derek Benson · 8 months ago
  54. d039540 Fix outputted command for usage of update_failure_list.py by Protobuf Team Bot · 8 months ago
  55. 65b67eb Fixed extension memory layout on 32-bit targets. by Joshua Haberman · 9 months ago
  56. 0309d86 Fixed `NAN`/`INFINITY` definitions to work on Windows 11 SDK. by Joshua Haberman · 9 months ago
  57. f9dd9ce UPB text encoder without using reflection for Rust (used for a message's Debug trait) that will print out field number to value entries instead of field name to value entries of a message like how it's expected for the usual text format using reflection. by Protobuf Team Bot · 9 months ago
  58. d3172f5 Add a maximum block size for arena growth. by Joshua Haberman · 9 months ago
  59. 62e07e3 Fixed a fuzz bug when a negative oneof_index is provided. by Joshua Haberman · 9 months ago
  60. e2ab51b Add upb_Message_MergeFrom to upb by Derek Benson · 9 months ago
  61. a81c234 Enable dev tracing for production builds. by Protobuf Team Bot · 9 months ago
  62. c008a86 Use UPB_LONGJMP macro instead of longjmp (#17201) by Anuraag (Rag) Agrawal · 9 months ago
  63. 8ed10a9 Automated Code Change by Protobuf Team Bot · 9 months ago
  64. 2c6d319 Auto-generate files after cl/643036818 by Protobuf Team Bot · 10 months ago
  65. d5bd5b9 Fixed a bug with tree shaking: use a separate MiniTable for statically tree shaken messages. by Joshua Haberman · 10 months ago
  66. 8beb970 Fix delimited inheritance in all languages. by Mike Kruskal · 10 months ago
  67. a9387b5 Auto-generate files after cl/642616862 by Protobuf Team Bot · 10 months ago
  68. 1b45160 Enable tree shaking unused sub-messages for C generated MiniTables. by Joshua Haberman · 10 months ago
  69. 1227db3 Fix UPB_LINKARR_DECLARE section name by Dave MacLachlan · 10 months ago
  70. 9f2893a Auto-generate files after cl/642327960 by Protobuf Team Bot · 10 months ago
  71. bcde8d4 Generate one source file per message/enum/extension on Android/iOS. by Joshua Haberman · 10 months ago
  72. b2a6cdb Auto-generate files after cl/640749918 by Protobuf Team Bot · 10 months ago
  73. 5691847 Auto-generate files after cl/640592937 by Protobuf Team Bot · 10 months ago
  74. 532f0c2 Auto-generate files after cl/640369522 by Protobuf Team Bot · 10 months ago
  75. 85c7cc2 Add an indirection to sub-messages pointers to allow for static tree shaking. by Joshua Haberman · 10 months ago
  76. a1c99af Introduced a generated extension registry using linker arrays. by Joshua Haberman · 10 months ago
  77. 8493967 Internal Change. by Joshua Haberman · 10 months ago
  78. c12c732 Auto-generate files after cl/638902499 by Protobuf Team Bot · 10 months ago
  79. 0730adb rename upb_Message_WhichOneof to upb_Message_WhichOneofByDef by Hong Shin · 10 months ago
  80. f651080 Fixed printing of nan floats/doubles in Python. by Protobuf Team Bot · 10 months ago
  81. 2e9c0a7 Auto-generate files after cl/635956805 by Protobuf Team Bot · 10 months ago
  82. e237f72 Future-proof edition 2023 against feature value support windows. by Mike Kruskal · 10 months ago
  83. 5fb5b87 Remove spurious 'return' in a void function of another void. by Protobuf Team Bot · 10 months ago
  84. 0645439 Introduce upb_EncodeStatus_String and upb_DecodeStatus_String by Hong Shin · 11 months ago
  85. 30a40ee Fixed broken link in upb README.md (#16717) by pbatg · 11 months ago
  86. f93565c upb: publish and start using the new non-universal setters out in the wild by Eric Salo · 11 months ago
  87. d071c60 Break out idx in upb_MiniTableSub computation for clarity by Hong Shin · 11 months ago
  88. b5fc273 In `upb_MiniTableExtension_GetSubMessage`, return NULL for non-messages. by Éamonn McManus · 11 months ago
  89. 6245733 upb: remove the unused (upb_MiniTable*) arg from upb_Message_SetMessage() by Eric Salo · 11 months ago
  90. d923896 upb: implement most of the non-universal setters by Eric Salo · 11 months ago
  91. 65821a6 upb: finish cleaning up message/accessors.h and message/internal/accessors.h by Eric Salo · 11 months ago
  92. 6ccda4d Add upb_Message_ClearOneof (and retain upb_Message_WhichOneofFieldNumber) by Hong Shin · 11 months ago
  93. 1830666 upb: clean up the UPB_TRACING_ENABLED code by Eric Salo · 11 months ago
  94. aa70a35 upb: clean up message/accessors.h and message/internal/accessors.h by Eric Salo · 11 months ago
  95. d3b2fc5 Auto-generate files after cl/630090538 by Protobuf Team Bot · 11 months ago
  96. c9eeb1c Internal changes. by Protobuf Team Bot · 11 months ago
  97. b4f4f8e Automated rollback of commit 7a09c4569bec008504bca3eb0201f0e75863a1fc. by Éamonn McManus · 11 months ago
  98. 7a09c45 Add upb_Message_ClearOneof by Hong Shin · 11 months ago
  99. 12a828c Add UPB_ASSUME(!IsExtension) on GetMutableMessage. by Protobuf Team Bot · 11 months ago
  100. 52c12a6 Automated rollback of commit 208cae7fd7fdfc7fef6eddded07c2c7431bf0d8f. by Hong Shin · 11 months ago