- 1aaa332 Bump actions/cache from 4.2.2 to 4.2.3 (#972) by dependabot[bot] · 3 weeks ago master
- cf4f3a8 Patch release for protoc_plugin: bump constraint to use protobuf 4.0.0 (#971) by Slava Egorov · 4 weeks ago protoc_plugin-v22.0.1
- 3bffe4b Prepare to publish protobuf 4.0.0 and protoc_plugin 22.0.0 (#969) by Slava Egorov · 4 weeks ago protobuf-v4.0.0 protoc_plugin-v22.0.0
- 0bab78d rename -dev pubspec versions to -wip (#968) by Devon Carew · 6 weeks ago
- 7838e44 Prefix grpc method 'call' and 'request' arguments with '$' to avoid shadowing user methods with the same name (#964) by Ömer Sinan Ağacan · 7 weeks ago
- 125fe9c Bump dart-lang/setup-dart from 1.7.0 to 1.7.1 (#965) by dependabot[bot] · 7 weeks ago
- fb77c7c Bump actions/cache from 4.2.0 to 4.2.2 (#966) by dependabot[bot] · 7 weeks ago
- 610943a update the publish workflow; add a post_summaries one (#961) by Devon Carew · 10 weeks ago
- 35a1bd6 update the repo analysis config (#962) by Devon Carew · 10 weeks ago
- d3f9ad1 updates to the gitignore files (#960) by Devon Carew · 10 weeks ago
- 950b6a7 Remove redundant checkNotNull calls from pre-null-safe days (#958) by Ömer Sinan Ağacan · 10 weeks ago
- d00f905 Fix slow handling of protobuf comments (#955) by Ömer Sinan Ağacan · 2 months ago
- 12f0f4a Fix formatting of benchmarks/lib/readfile.dart (#956) by Ömer Sinan Ağacan · 2 months ago
- da083a3 Fix Wasm benchmarks (#954) by Ömer Sinan Ağacan · 2 months ago
- 06accdd Bump SDK dependency to 3.3.0, replace removed `dart:typed_data` type in test code (#953) by Ömer Sinan Ağacan · 3 months ago
- b7dd58c Bump actions/checkout from 4.1.2 to 4.2.2 (#947) by dependabot[bot] · 4 months ago
- 6147b89 Bump actions/cache from 4.0.2 to 4.2.0 (#951) by dependabot[bot] · 4 months ago
- da7279c Bump dart-lang/setup-dart from 1.6.2 to 1.7.0 (#949) by dependabot[bot] · 5 months ago
- ccf104d Bump actions/checkout from 3.6.0 to 4.1.2 (#927) by dependabot[bot] · 1 year, 1 month ago
- 15b9c87 Bump actions/cache from 4.0.1 to 4.0.2 (#926) by dependabot[bot] · 1 year, 1 month ago
- b761358 Support unknown json data and add internal set/clear field methods for generated accessors. (#918) by Nate Biggs · 1 year, 2 months ago
- 1822b81 Bump dart-lang/setup-dart from 1.5.0 to 1.6.2 (#917) by dependabot[bot] · 1 year, 2 months ago
- adab58c Bump actions/cache from 3.3.1 to 4.0.1 (#916) by dependabot[bot] · 1 year, 2 months ago
- c283db5 Ignore the UnmodifiableUint8ListView deprecation warning (#915) by Ömer Sinan Ağacan · 1 year, 2 months ago
- ef0ab7d Optimize repeated field decoding (#911) by Sebastian · 1 year, 2 months ago
- f085bfd Fix message_set.dart copyright year (#912) by Ömer Sinan Ağacan · 1 year, 2 months ago
- a293fb9 Handle deprecated options in grpc services and methods, enum types and values, messages (#908) by Ömer Sinan Ağacan · 1 year, 3 months ago
- 9a408a7 Generate docs of enums and rpc clients, some refactoring (#909) by Ömer Sinan Ağacan · 1 year, 3 months ago
- c4fd596 Export GeneratedMessageGenericExtensions in generated files (#907) by Ömer Sinan Ağacan · 1 year, 4 months ago
- 20ec685 Small PbList improvements (#906) by Ömer Sinan Ağacan · 1 year, 5 months ago
- bb19774 Revert `PbMap._wrappedMap` empty map value (#904) by Ömer Sinan Ağacan · 1 year, 5 months ago
- cf43230 Update getList and getMap return types (#903) by Ömer Sinan Ağacan · 1 year, 5 months ago
- 4e0bdff Make wrapped lists in PbList monomorphic (#902) by Ömer Sinan Ağacan · 1 year, 5 months ago
- dcec2ed Annotate deepCopy with @useResult (#897) by Ömer Sinan Ağacan · 1 year, 6 months ago
- 3f567b2 Remove the dynamic call in `CodedBufferWriter` (#895) by Ömer Sinan Ağacan · 1 year, 6 months ago
- 42436cd Keep a `ByteData` around in `CodedBufferReader` to avoid repeated `ByteData` allocs (#890) by Ömer Sinan Ağacan · 1 year, 6 months ago
- 9a73936 Avoid adding empty splices in `CodedBufferWriter` (#886) by Ömer Sinan Ağacan · 1 year, 6 months ago
- 23dffde Update a bug link in a comment (#892) by Ömer Sinan Ağacan · 1 year, 6 months ago
- 19903f0 Make `CodedBufferWriter.writeRawByte` argument type more accurate (#891) by Ömer Sinan Ağacan · 1 year, 6 months ago
- 2ce3e14 Update `FieldInfo._ensureRepeatedField` return type (#893) by Ömer Sinan Ağacan · 1 year, 6 months ago
- e146515 Avoid redundant ByteData allocation when decoding sfixed64 (#889) by Ömer Sinan Ağacan · 1 year, 6 months ago
- 1b1d549 Avoid allocating temporary views in when decoding strings in `CodedBufferReader` (#888) by Ömer Sinan Ağacan · 1 year, 6 months ago
- 3528fad Use `setRange` when copying output chunks to the final buffer in `CodedBufferWriter` (#887) by Ömer Sinan Ağacan · 1 year, 6 months ago
- 050c162 Optimize `CodedBufferWriter._copyInto` to memcpy (#885) by Ömer Sinan Ağacan · 1 year, 6 months ago
- b2b239b More GeneratedMessage docs, hide meta library (#882) by Ömer Sinan Ağacan · 1 year, 6 months ago
- 96d9522 Remove event support (#880) by Ömer Sinan Ağacan · 1 year, 6 months ago
- c559fe5 Release protoc_plugin-21.1.2 (#881) by Ömer Sinan Ağacan · 1 year, 6 months ago protoc_plugin-v21.1.2
- 32ed0fe Fix a bug in comment parsing (#879) by Ömer Sinan Ağacan · 1 year, 7 months ago
- c16bc89 Bump actions/checkout from 3.5.2 to 3.6.0 (#873) by dependabot[bot] · 1 year, 8 months ago
- 5e8f36b Add dart2wasm targets to benchmark builder (#806) by Ömer Sinan Ağacan · 1 year, 8 months ago
- 41d0156 Document why we add '$' prefix to result local in constructors (#870) by Ömer Sinan Ağacan · 1 year, 8 months ago
- 41193fd Rename a local variable to avoid proto field name conflicts, re-generate protos (#869) by Devon Carew · 1 year, 8 months ago protoc_plugin-v21.1.1
- a852ba4 Release protobuf-3.1.0, protoc_plugin-21.1.0 (#868) by Ömer Sinan Ağacan · 1 year, 8 months ago protobuf-v3.1.0 protoc_plugin-v21.1.0
- 8505c58 Generate constructor arguments again, add a flag to disable (#855) by Ömer Sinan Ağacan · 1 year, 8 months ago
- 217c030 Avoid holding onto the buffer when parsing unknown length-delimited fields (#863) by Ömer Sinan Ağacan · 1 year, 9 months ago
- d9e8a31 Compiler: generate doc comments (#860) by Kevin Moore · 1 year, 9 months ago
- a912f76 Add more message set tests, fix a bug (#859) by Ömer Sinan Ağacan · 1 year, 10 months ago
- 7bebbc6 Update protoc_plugin Makefile: (#858) by Ömer Sinan Ağacan · 1 year, 10 months ago
- acc0462 Ignore non-items in message sets (#857) by Ömer Sinan Ağacan · 1 year, 10 months ago
- 0eb3796 Ignore unknown tags in message set items (#856) by Ömer Sinan Ağacan · 1 year, 10 months ago
- 2996e1d Implement message set wire format (#836) by Ömer Sinan Ağacan · 1 year, 10 months ago
- e76bd74 Remove protoc_plugin exe from repo, update .gitignore (#851) by Ömer Sinan Ağacan · 1 year, 10 months ago protoc_plugin-v21.0.2
- 4b71e60 Fix a change in protoc_plugin changelog (#846) by Ömer Sinan Ağacan · 1 year, 10 months ago
- f4ffa1d Fix missing protobuf import in grpc files (#845) by Ömer Sinan Ağacan · 1 year, 10 months ago protoc_plugin-v21.0.1
- a9bf79f Release protobuf-3.0.0, protoc_plugin-21.0.0 (#843) by Ömer Sinan Ağacan · 1 year, 10 months ago protobuf-v3.0.0 protoc_plugin-v21.0.0
- 6f3fc90 More simplifications, add an argument type (#842) by Ömer Sinan Ağacan · 1 year, 10 months ago
- 831003b Minor refactoring in ExtensionRegistry.getExtension (#841) by Ömer Sinan Ağacan · 1 year, 10 months ago
- 0d820ef Avoid serializing unknown fields twice in reparseMessage (#840) by Ömer Sinan Ağacan · 1 year, 10 months ago
- edf8e92 Fix parsing negative JSON values for uint32 fields (#839) by Ömer Sinan Ağacan · 1 year, 11 months ago
- 2931b2e Add PR links to recent CHANGELOG entries (#838) by Ömer Sinan Ağacan · 1 year, 11 months ago
- da6953c Update to latest lints and Dart SDK (#828) by Kevin Moore · 1 year, 11 months ago
- 346a72d Fix generated ignore_for_file directives (#833) by Ömer Sinan Ağacan · 1 year, 11 months ago
- 35ea45f Latest mono_repo (#834) by Kevin Moore · 1 year, 11 months ago
- 7d2d293 Sync some g3 changes, minor refactoring (#832) by Ömer Sinan Ağacan · 1 year, 11 months ago
- 038872b Remove implementation of `hashCode` because it makes enum values non-const in Dart 3 (#831) by Oleh Prypin · 2 years ago
- 05058a7 Apply internally enabled lints (#816) by Ömer Sinan Ağacan · 2 years ago
- 9d7cf0d Update Github Actions (#827) by Kevin Moore · 2 years ago
- b90a4c4 Sort message constructors first. (#807) by Mahdi K. Fard · 2 years, 1 month ago
- 00fd975 Fix formatting with latest SDK (#808) by Kevin Moore · 2 years, 1 month ago
- a67bbb3 Bump actions/cache from 3.2.4 to 3.2.6 (#804) by dependabot[bot] · 2 years, 1 month ago
- 75bc380 contribute a publishing automation action (#796) by Devon Carew · 2 years, 3 months ago
- 2aa364b Latest CI actions (#800) by Kevin Moore · 2 years, 3 months ago
- e37628e Fix a test: (#795) by Ömer Sinan Ağacan · 2 years, 3 months ago
- cc0f287 Run non-null-safe tests with Dart 2 (#791) by Kevin Moore · 2 years, 3 months ago
- dd04535 Fix avoid_renaming_method_parameters linter warning. (#783) by Mahdi K. Fard · 2 years, 4 months ago
- 4b1fc34 Removes a non-existing lint rule. (#784) by Mahdi K. Fard · 2 years, 4 months ago
- 1d1c92a Latest github actions (#789) by Kevin Moore · 2 years, 4 months ago
- 2706b53 Add type to a method parameter (#782) by Mahdi K. Fard · 2 years, 5 months ago
- a57c16a Fix a typo (#781) by Mahdi K. Fard · 2 years, 5 months ago
- 4f3e328 Emit imports in sorted order (#778) by Devon Carew · 2 years, 5 months ago
- 3cc088e Latest mono_repo (#779) by Kevin Moore · 2 years, 5 months ago
- c181573 [api_benchmark] migrate to null-safety (#776) by Kevin Moore · 2 years, 5 months ago
- 648deaf Standardize and fix lints (#775) by Kevin Moore · 2 years, 5 months ago
- bfa4c0d Fix `///` at the top of generated Dart files (#774) by Kevin Moore · 2 years, 5 months ago
- ed68426 Remove duplicate consts (#773) by Devon Carew · 2 years, 5 months ago
- ae90e53 Use shared consts for bool.fromEnvironment expressions (#772) by Devon Carew · 2 years, 5 months ago
- 4af1cb3 pretty-print the ignore_for_file lines (#770) by Devon Carew · 2 years, 5 months ago
- ba29983 protoc_plugin: Reword some of the documentation (#766) by Ömer Sinan Ağacan · 2 years, 6 months ago
- 243ceeb protoc_plugin: Improve "is map field" check (#765) by Ömer Sinan Ağacan · 2 years, 6 months ago
- 2ae61bf Update CHANGELOG: mention #751 by Ömer Sinan Ağacan · 2 years, 6 months ago