- 91e2dc5 Disable JSON extensions tests for JRuby native. by Joshua Haberman · 2 years, 6 months ago ruby-json-pool-fix
- 96f0870 Updated inaccurate comment. by Joshua Haberman · 2 years, 6 months ago
- 8268c9a Breaking Change: fixed json_encode/json_decode to use the message's pool. by Joshua Haberman · 2 years, 6 months ago
- 31313b1 Breaking Change: freeze is now recursive, affecting all sub-messages, maps, and repeated fields. by Joshua Haberman · 2 years, 6 months ago
- 8d36600 Fix lowerCamelCase to UpperCamelCase (per Cpp style guide) by Protobuf Team Bot · 2 years, 6 months ago
- fbbe681 Do no longer depend on deprecated //external:python_headers (#15236) by Marcel · 2 years, 6 months ago
- 7e32450 Auto-generate files after cl/595733611 by Protobuf Team Bot · 2 years, 6 months ago
- fd69938 Breaking Change: Fixed inconsistencies in `Message#to_h`, [as previously announced](https://protobuf.dev/news/2023-12-27/). by Joshua Haberman · 2 years, 6 months ago
- 4407d1e IWYU and format fix. by Protobuf Team Bot · 2 years, 6 months ago
- b7a8a02 Avoid dereferencing in `operator->`. by Protobuf Team Bot · 2 years, 6 months ago
- 06b8991 upb: move libupb.so from third_party/upb/ to third_party/dart/pb_runtime/ by Eric Salo · 2 years, 6 months ago
- a7b0421 Breaking change: make protobuf comply with the C++ layering check by Adam Cozzette · 2 years, 6 months ago
- b660646 internal change by Sandy Zhang · 2 years, 6 months ago
- f4ff501 Add manual epilogue for vectorized loop, and use the SIMD loop for 64 bit ints when AVX2 is available. by Protobuf Team Bot · 2 years, 6 months ago
- 5cfc9e7 Breaking Change: Dropped support for Ruby DSL, [as previously announced](https://engdoc.corp.google.com/eng/doc/devguide/proto/news/2023-12-27.md#ruby-breaking-changes). by Joshua Haberman · 2 years, 6 months ago
- f00fc70 Auto-generate files after cl/595467581 by Protobuf Team Bot · 2 years, 6 months ago
- 3869318 Add inner verification code to detect accessors missing required annotations. by Protobuf Team Bot · 2 years, 6 months ago
- 807f00b Fix typo in cache-clearing workflow by Mike Kruskal · 2 years, 6 months ago
- 2bf62b1 Internal Code Change by Protobuf Team Bot · 2 years, 6 months ago
- 670e0c2 Fix begin iterator for empty arrays. by Protobuf Team Bot · 2 years, 6 months ago
- df57e54 upb: fix Ruby bug which allowed map.delete(key) on a frozen map by Eric Salo · 2 years, 6 months ago
- 255f95e Include JSON output tests with Proto2 messages in the conformance test suite. by Protobuf Team Bot · 2 years, 6 months ago
- 8876b10 impl SettableValue for MsgView by Kevin King · 2 years, 6 months ago
- 569548c Make Rust Conformance skip non-wire output test cases by using an overlay proto. by Protobuf Team Bot · 2 years, 6 months ago
- 84f8e4f Auto-generate files after cl/595144470 by Protobuf Team Bot · 2 years, 6 months ago
- fa5f8fa Depend on upb_generator:mangle from rust compiler by Kevin King · 2 years, 6 months ago
- 3d9916c Auto-generate files after cl/595137531 by Protobuf Team Bot · 2 years, 6 months ago
- 9debd6b upb: merge upb:message_accessors into upb:message by Eric Salo · 2 years, 6 months ago
- 18d4a76 Auto-generate files after cl/595018281 by Protobuf Team Bot · 2 years, 6 months ago
- 4ba7d27 upb: implement _upb_Message_ClearOneofCase() by Eric Salo · 2 years, 6 months ago
- de5ea1e Auto-generate files after cl/595002227 by Protobuf Team Bot · 2 years, 6 months ago
- 4f1eba8 upb: lock down the internal headers for upb:wire_reader by Eric Salo · 2 years, 6 months ago
- cb8a31e Auto-generate files after cl/594992691 by Protobuf Team Bot · 2 years, 6 months ago
- 64dbf0d upb: delete the aliases for upb:hash, upb:lex, upb:reflection_internal by Eric Salo · 2 years, 6 months ago
- 2b79738 Auto-generate files after cl/594654099 by Protobuf Team Bot · 2 years, 6 months ago
- f1b8f47 upb: factor out message internal data pointers by Eric Salo · 2 years, 6 months ago
- 499c748 Auto-generate files after cl/594514934 by Protobuf Team Bot · 2 years, 6 months ago
- f0cf0b6 upb: clean up and consolidate the upb/message/ build targets by Eric Salo · 2 years, 6 months ago
- 6e25bb8 Optimize AddAllocatedForParse function. by Protobuf Team Bot · 2 years, 6 months ago
- 61b8252 Auto-generate files after cl/594337191 by Protobuf Team Bot · 2 years, 6 months ago
- 1fc0e72 upb: make :wire internal headers private by Eric Salo · 2 years, 6 months ago
- 1597bf4 Auto-generate files after cl/594322509 by Protobuf Team Bot · 2 years, 6 months ago
- c16ac66 Fixed non-conformance in upb JSON enum decoding when ignoring unknown enum values. by Joshua Haberman · 2 years, 6 months ago
- 4ec9170 Fix layering check for usage of gtest by Adam Cozzette · 2 years, 6 months ago
- 79cc57b Auto-generate files after cl/594312823 by Protobuf Team Bot · 2 years, 6 months ago
- a83da51 Automated rollback of commit 0bcc8ef9f25273f94a7ce2284b0050dbb4674eda. by Protobuf Team Bot · 2 years, 6 months ago
- 4c35408 Rename Thunk to ThunkName by Hong Shin · 2 years, 6 months ago
- 37a926e Added JSON parsing/serialization to benchmark by Joshua Haberman · 2 years, 6 months ago
- 27cccac Fix some non-breaking issues with rust gencode. by Protobuf Team Bot · 2 years, 6 months ago
- 50f0140 Fix textfmt typo: vaid -> valid by Hong Shin · 2 years, 6 months ago
- c2c01b6 Auto-generate files after cl/594280505 by Protobuf Team Bot · 2 years, 6 months ago
- 0eac807 upb: delete the aliases for base:internal and mini_descriptor:internal by Eric Salo · 2 years, 6 months ago
- b82bb29 Internal Code Change by Dmitri Gribenko · 2 years, 6 months ago
- e0b3610 Auto-generate files after cl/594261739 by Protobuf Team Bot · 2 years, 6 months ago
- 0bcc8ef Removed the unused "JSPB (internal)" from conformance the conformance test suite. by Protobuf Team Bot · 2 years, 6 months ago
- 0b23719 Hook up the edition2023 cases to Rust conformance test. by Protobuf Team Bot · 2 years, 6 months ago
- 442e079 Removed Ruby compatibility tests. by Joshua Haberman · 2 years, 6 months ago
- e9ea4a5 Auto-generate files after cl/594135760 by Protobuf Team Bot · 2 years, 6 months ago
- 7e1fd68 upb: clean up some of the includes in upb/message/ by Eric Salo · 2 years, 6 months ago
- 0317875 Update Ruby GHA to test against Ruby 3.3 in Linux / MacOS / Install and FFI combinations. by Sandy Zhang · 2 years, 6 months ago
- 4f77929 BREAKING CHANGE in v26: check if Timestamp is valid. by Jie Luo · 2 years, 6 months ago
- 75455ea Fixed compiler warnings in the Ruby C extension. by Joshua Haberman · 2 years, 6 months ago
- 36bb6fb Disable MacOS C++ Cmake test for now. by Joshua Haberman · 2 years, 6 months ago
- 9b4aff2 Auto-generate files after cl/594089137 by Protobuf Team Bot · 2 years, 6 months ago
- 27eae8f upb: delete mini_table/types.h by Eric Salo · 2 years, 6 months ago
- 19c800c Fix warning from missing (void) on a 0-arg function. by Protobuf Team Bot · 2 years, 6 months ago
- e4057a4 Enable Rust conformance test on proto3 message. by Protobuf Team Bot · 2 years, 6 months ago
- 80b5fe4 Auto-generate files after cl/594074354 by Protobuf Team Bot · 2 years, 6 months ago
- 090c3ad upb: start consolidating the upb/message/ build targets by Eric Salo · 2 years, 6 months ago
- 2f7b283 Update Ruby GHA to test against Ruby 3.3. by Sandy Zhang · 2 years, 6 months ago
- c4a7b03 Auto-generate files after cl/593870914 by Protobuf Team Bot · 2 years, 6 months ago
- e397296 upb: restore the mini_table:internal target by Eric Salo · 2 years, 6 months ago
- ca58c35 Added `explicit` to a single-arg constructor to fix a ClangTidy warning. by Joshua Haberman · 2 years, 6 months ago
- 4c74345 Auto-generate files after cl/593859422 by Protobuf Team Bot · 2 years, 6 months ago
- 0896146 upb: make all mini_table/ includes unidirectional by Eric Salo · 2 years, 6 months ago
- 3c3d771 upb: add :test_srcs targets for cmake on GH by Eric Salo · 2 years, 6 months ago
- f50ea84 upb: the triumphant return of upb/mem:internal by Eric Salo · 2 years, 6 months ago
- f869cfa In Ruby repeated fields, each_index actually iterates over the index (#11767) by Charles OuGuo · 2 years, 6 months ago
- da56def Auto-generate files after cl/593821827 by Protobuf Team Bot · 2 years, 6 months ago
- 2fb0b93 upb: tighten up and lock down upb/wire/ by Eric Salo · 2 years, 6 months ago
- 16afb4d Bump major versions in version.json for C++, Java, Python, PHP, and Ruby in preparation for v26.x release in January. by Sandy Zhang · 2 years, 6 months ago
- a4576cb RustInternalModuleName: use a more complete mangling system to avoid conflicts by Augie Fackler · 2 years, 6 months ago
- a9bb9c5 TextFormat should always escape ASCII 127 (DEL). by Joshua Haberman · 2 years, 6 months ago
- e278550 Auto-generate files after cl/592935088 by Protobuf Team Bot · 2 years, 6 months ago
- 238538b Fixed breaking ARM tests by properly aligning default options. by Joshua Haberman · 2 years, 6 months ago
- 4a8f21e Auto-generate files after cl/592863926 by Protobuf Team Bot · 2 years, 6 months ago
- b997cb6 upb: add a non-void typedef for upb_Message by Eric Salo · 2 years, 6 months ago
- 588d5aa Optimized binary/JSON parsing to no longer copy input data into a temp buffer. by Joshua Haberman · 2 years, 6 months ago
- 6964e2c Auto-generate files after cl/592856106 by Protobuf Team Bot · 2 years, 6 months ago
- 4d9c76b upb: fix typo in IFTTT block name by Eric Salo · 2 years, 6 months ago
- a0e8195 Auto-generate files after cl/592847506 by Protobuf Team Bot · 2 years, 6 months ago
- cdb0782 upb: add more functions to bits/mini_table_field.h by Eric Salo · 2 years, 6 months ago
- df7e74b Auto-generate files after cl/592844285 by Protobuf Team Bot · 2 years, 6 months ago
- fd6f835 upb: stop returning void from void functions by Eric Salo · 2 years, 6 months ago
- 68f5ffb Small improvements: by Protobuf Team Bot · 2 years, 6 months ago
- 706c0d0 Automated rollback of commit 1250d5f6cccb0a45f959c7219980a0aad5060ee5. by Jie Luo · 2 years, 6 months ago
- 8981fe5 Auto-generate files after cl/592677762 by Protobuf Team Bot · 2 years, 6 months ago
- 1ddf033 Clarify error language for prefix-conflicting enum values by Alyssa Haroldsen · 2 years, 6 months ago
- 40ad3fa Breaking change: remove support for PHP generic services by Adam Cozzette · 2 years, 6 months ago
- 1ff12ef Auto-generate files after cl/592591476 by Protobuf Team Bot · 2 years, 6 months ago