1. 353d726 Update protoc release to include editions language features proto for Go by Protobuf Team Bot · 5 months ago
  2. e4cbc79 Fix minor typos (#17682) by Nathan Baulch · 6 months ago
  3. 5ee5891 Refactored the C name mangling to not depend on C++ or upb reflection. by Joshua Haberman · 6 months ago
  4. 290f288 Introduce upb_ByteSize by Hong Shin · 6 months ago
  5. ddb863c Moved the C code generator to its own directory. by Joshua Haberman · 7 months ago
  6. a2fd240 Moved reflection codegen to its own directory. by Joshua Haberman · 7 months ago
  7. bc394d2 Moved the MiniTable generator into a separate directory. by Joshua Haberman · 7 months ago
  8. 48f2faa Started moving Kotlin DSL generator to its own directory. by Joshua Haberman · 7 months ago
  9. 149407e Internal changes by Mike Kruskal · 8 months ago
  10. b14d9ee Automated Code Change by Protobuf Team Bot · 8 months ago
  11. 8e3e099 Refactored the Java generator into separate packages and targets. by Joshua Haberman · 11 months ago
  12. 6483c47 Update protoc release to include editions language features protos for Java and C++ by Sandy Zhang · 12 months ago
  13. 87b1c59 Move the IfnDefGuard from third_party/protobuf/io/cpp_utils to the existing third_party/protobuf/compiler/cpp, which is a more logical location. by Protobuf Team Bot · 12 months ago
  14. 1087274 Add an RAII ifndef helper for C++ codegen. by Protobuf Team Bot · 12 months ago
  15. 6898451 Setup upb installation with cmake. by Mike Kruskal · 12 months ago
  16. b6032d7 Add basic upb cmake support. by Mike Kruskal · 1 year ago
  17. 3ab1276 Update Bazel references to rules_pkg to the supported file locations. (#15780) by aiuto · 1 year, 1 month ago
  18. 220548f Add missing alias targets for C++ util libraries by Adam Cozzette · 1 year, 1 month ago
  19. 6860c38 Read crate mapping in protoc by Marcel Hlopko · 1 year, 2 months ago
  20. 93b219f Remove edition getter from C++ descriptor APIs by Mike Kruskal · 1 year, 2 months ago
  21. a7b0421 Breaking change: make protobuf comply with the C++ layering check by Adam Cozzette · 1 year, 2 months ago
  22. 454a780 Internal change. by Protobuf Team Bot · 1 year, 4 months ago
  23. 5ca8400 Move utf8_range into the protobuf repo by Adam Cozzette · 1 year, 4 months ago
  24. 77aa913 Update `cc_file_list_aspect` to handle targets with missing `hdrs/textual_hdrs` by Adam Cozzette · 1 year, 5 months ago
  25. 6889aed Check-in bootstrapped Java features for Bazel and CMake by Sandy Zhang · 1 year, 5 months ago
  26. 501ecec Reorganize upb file structure by Adam Cozzette · 1 year, 6 months ago
  27. db20f5f Shorten our license headers into an abbreviated form that references LICENSE instead of including it in full. by Joshua Haberman · 1 year, 6 months ago
  28. c3b72b9 Migrate internal C++-only test protos to editions. by Mike Kruskal · 1 year, 8 months ago
  29. dc9b2bf Add InternalVisibility and Arena enabled copy constructor to Map by Martijn Vels · 1 year, 8 months ago
  30. 4f9e417 Release prototype of Protobuf Editions. by Mike Kruskal · 1 year, 9 months ago
  31. 80df4b2 Add `source_file_descriptors` to `CodeGeneratorRequest` by Adam Cozzette · 1 year, 9 months ago
  32. 8f84e43 Split out shared infrastructure from code generator unittest. by Mike Kruskal · 1 year, 9 months ago
  33. 3c27962 Internal changes by Mike Kruskal · 1 year, 11 months ago
  34. f519230 Remove ODR violation from WKT codegen (#12406) by Mike Kruskal · 2 years ago
  35. 4b3844e Delete unused bazel distribution rules. by Deanna Garcia · 2 years ago
  36. 15bd2c2 Merge 22.x back to main (#12169) by deannagarcia · 2 years ago
  37. f174908 Fix released protoc path by Mike Kruskal · 2 years ago
  38. 77e3f2c Rename protoc_static for release by Mike Kruskal · 2 years ago
  39. 723bd4c Modify release artifacts for protoc to statically link system libraries. by Mike Kruskal · 2 years, 1 month ago
  40. 7cc46f5 Internal change by Protobuf Team Bot · 2 years, 1 month ago
  41. 77b1db0 Add the Rust codegen to protoc by Jakob Buchgraber · 2 years, 1 month ago
  42. d41deb9 Internal change that helps identify the origin of reflection calls. by Protobuf Team Bot · 2 years, 1 month ago
  43. d36a641 Add missing test utility to CMake rules. by Mike Kruskal · 2 years, 2 months ago
  44. dea1516 Add simple golden test for CMake file list generation by Adam Cozzette · 2 years, 3 months ago
  45. b3ec9ec Fix staleness test by avoiding version-specific Bazel behavior by Adam Cozzette · 2 years, 3 months ago
  46. 2dcd7d8 use @utf8_range to reference //third_party/utf8_range (#11352) by archpaleus · 2 years, 3 months ago
  47. da09f7f Make CMake file list generation consistent across Bazel versions by Adam Cozzette · 2 years, 3 months ago
  48. 57a8846 Make CMake test_util and lite_test_util mutually exclusive by Adam Cozzette · 2 years, 4 months ago
  49. 7043b88 Make the CMake targets for test_util and lite_test_util independent by Adam Cozzette · 2 years, 4 months ago
  50. 4ee1f52 Update CMake file generation to avoid including Bazel-specific WKT paths by Adam Cozzette · 2 years, 4 months ago
  51. b146519 Update cc_dist_library() to include transitive sources by Adam Cozzette · 2 years, 4 months ago
  52. 983fc2d Migrate remaining compiler code to from std::map to Swiss tables. by Mike Kruskal · 2 years, 4 months ago
  53. 7b85579 Fix pkg build rules by Deanna Garcia · 2 years, 5 months ago
  54. b2e1d7d Fix some superficial issues with GCC 4.9, MSVC, and CMake by Mike Kruskal · 2 years, 5 months ago
  55. 32bea52 Sync from Piper @mkruskal/protobuf-absl by Mike Kruskal · 2 years, 5 months ago
  56. f6e284f Add the new compiler/objectivec:line_consumer target. by Thomas Van Lenten · 2 years, 5 months ago
  57. 7ad2210 Add a staleness test for src/file_lists.cmake (#10684) by Adam Cozzette · 2 years, 6 months ago
  58. 388e3d7 Sync from Piper @mkruskal/footmitten by Mike Kruskal · 2 years, 6 months ago
  59. 01fe222 Open up visibility for some compiler internals (#10608) by Mike Kruskal · 2 years, 6 months ago
  60. b0c76cc Sync from Piper @mkruskal/footmitten by Mike Kruskal · 2 years, 6 months ago
  61. 81e3513 Improve CMake installation tests (#10615) by Mike Kruskal · 2 years, 6 months ago
  62. 0264866 Use generated WKT code in Bazel builds (#10576) by Mike Kruskal · 2 years, 6 months ago
  63. 8bad7e0 Clean up leftover benchmark cruft (#10480) by Mike Kruskal · 2 years, 7 months ago
  64. 701dd83 Integrate from Piper for C++, Java, and Python (#10429) by Mike Kruskal · 2 years, 7 months ago
  65. ca4b063 Sync from Piper @467099277 by Mike Kruskal · 2 years, 7 months ago
  66. ed5c57a Remove all autotools usage (#10132) by Mike Kruskal · 2 years, 7 months ago
  67. 445a494 Adding Github Action to keep CMake generated file lists up to date (#10243) by Mike Kruskal · 2 years, 8 months ago
  68. c2e99db Add filegroups for test sources and include them in file lists. (#10049) by David L. Jones · 2 years, 10 months ago
  69. 586b72c [Bazel/C++] Augment `cc_dist_library` to generate lists of source files (#10026) by David L. Jones · 2 years, 10 months ago
  70. e5e8378 [Bazel] Make the protobuf workspace (nearly) wildcard-buildable. (#10010) by David L. Jones · 2 years, 10 months ago
  71. 38f0bd4 Fix bazel builds by Deanna Garcia · 2 years, 10 months ago
  72. da48197 Merge 21.x back to main by Deanna Garcia · 2 years, 10 months ago
  73. 171a6b1 [Bazel/C++] Move core C++ implementation to //src/google/protobuf package. (#9988) by David L. Jones · 2 years, 10 months ago
  74. 07303d6 [Bazel/C++] Factor out util library (#9987) by David L. Jones · 2 years, 10 months ago
  75. cbd1adc [Bazel/C++] Factor out compiler packages. (#9985) by David L. Jones · 2 years, 10 months ago
  76. c2c770e [Bazel/C++] Factor out stubs, io, and testing libraries. (#9980) by David L. Jones · 2 years, 10 months ago
  77. 4e5b920 [Bazel/macOS] Use the constructed environment when running libtool. (#9965) by David L. Jones · 2 years, 10 months ago
  78. 0f3ee3b Fix protoc_release target by Deanna Garcia · 2 years, 10 months ago
  79. b3cbea1 [Bazel] Move Python rules to //python (#9952) by David L. Jones · 2 years, 10 months ago
  80. 354aba8 Add a test for bazel-built dist archives (#9929) by David L. Jones · 2 years, 10 months ago
  81. 52655b1 [Bazel] Move C++ build-related logic into //build_defs (#9921) by David L. Jones · 2 years, 10 months ago
  82. 3c5ad8c Remove references to //:composer.json and JS compiler. (#9910) by David L. Jones · 2 years, 11 months ago
  83. 24ec0b9 Add Starlark utilities to generate files with lists of files (#9882) by David L. Jones · 2 years, 11 months ago
  84. 95da0ba Rename all BUILD files to BUILD.bazel (#9892) by David L. Jones · 2 years, 11 months ago
  85. 860f8ad Remove the JavaScript implementation (#9874) by Adam Cozzette · 2 years, 11 months ago
  86. d76f8c8 Add source distribution packaging rules (#9835) by David L. Jones · 2 years, 11 months ago
  87. 46710ca Move rules_pkg targets into //pkg, and add experimental C++ library rules (#9823) by David L. Jones · 2 years, 11 months ago