1. fb93452 Update README.md with package move (#232) by Daco Harkes · 9 weeks ago main
  2. 76c581a Migrate away from elementAt (#230) by Daco Harkes · 9 weeks ago
  3. c926657 Bump dart-lang/setup-dart from 1.5.1 to 1.6.0 (#219) by dependabot[bot] · 5 months ago
  4. 3181ec0 Bump actions/checkout from 4.1.0 to 4.1.1 (#220) by dependabot[bot] · 5 months ago
  5. 2faec28 Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#215) by dependabot[bot] · 6 months ago
  6. ee70dd4 Bump actions/checkout from 3.6.0 to 4.1.0 (#214) by dependabot[bot] · 6 months ago
  7. d36e05a Bump actions/checkout from 3.5.3 to 3.6.0 (#208) by dependabot[bot] · 7 months ago
  8. e2c01a9 Expose pointer to free from allocators (#203) by Slava Egorov · 7 months ago v2.1.0
  9. f01dfca Bump actions/checkout from 3.5.2 to 3.5.3 (#199) by dependabot[bot] · 9 months ago
  10. f582ca0 Rename `master` branch to `main` (#197) by Daco Harkes · 10 months ago
  11. 604451d blast_repo fixes (#195) by Devon Carew · 10 months ago
  12. 7f4acbd Rev pubspec and update changelog (#194) by Devon Carew · 10 months ago
  13. 1a859e0 Add topics in pubspec.yaml (#192) by Michael Thomsen · 11 months ago
  14. 6d8fa8d Bump actions/checkout from 3.5.0 to 3.5.2 (#191) by dependabot[bot] · 11 months ago
  15. 04fa38a test zero termination of Utf8 string (#147) by Daco Harkes · 12 months ago
  16. eb93bbb Bump dart-lang/setup-dart from 1.4.0 to 1.5.0 (#188) by dependabot[bot] · 12 months ago
  17. 2a6b643 Bump actions/checkout from 3.3.0 to 3.5.0 (#189) by dependabot[bot] · 12 months ago
  18. 32f5eef Bump SDK constraint to 4.0.0 (#185) by Daco Harkes · 1 year, 1 month ago
  19. 69d7596 Bump dart-lang/setup-dart from 1.3 to 1.4 (#179) by dependabot[bot] · 1 year, 2 months ago
  20. 3e64787 Bump actions/checkout from 3.2.0 to 3.3.0 (#180) by dependabot[bot] · 1 year, 2 months ago
  21. 2a56c2a Bump actions/checkout from 3.1.0 to 3.2.0 (#172) by dependabot[bot] · 1 year, 3 months ago
  22. 17a8142 Add links to API reference and examples to README (#167) by Daco Harkes · 1 year, 4 months ago
  23. 3ede231 blast_repo fixes (#165) by Kevin Moore · 1 year, 4 months ago
  24. fb5f266 Fix typo in doc comment (#154) by Beni Bachmann · 1 year, 7 months ago
  25. 18b2b54 Zero memory after test (#150) by Tim Sneath · 1 year, 9 months ago v2.0.1
  26. 6a9e991 Replace HeapFree with CoTaskMemAlloc (#144) by Tim Sneath · 1 year, 10 months ago v2.0.0
  27. 0c8364a Update README.md (#143) by Devon Carew · 1 year, 10 months ago v1.2.1
  28. fea40a9 Revert "Common C integer types (#128)" (#141) by Daco Harkes · 1 year, 10 months ago
  29. c4c59e8 Update pubspec.yaml (#139) by Devon Carew · 1 year, 11 months ago
  30. d81d1b7 Bump version to 1.2.0 (#132) by Daco Harkes · 2 years, 1 month ago v1.2.0
  31. 5a33a25 Enable and fix new strict analysis options (#131) by Kevin Moore · 2 years, 2 months ago
  32. 5e801e8 Common C integer types (#128) by Daco Harkes · 2 years, 2 months ago
  33. 4dd3242 Fixed unhandled exception in `withZoneArena` (#108) by Daco Harkes · 2 years, 10 months ago v1.1.2
  34. 4145943 Check that receiver is not nullptr on Pointer extension methods. (#106) by Daco Harkes · 2 years, 10 months ago v1.1.1
  35. db71098 Move to package:lints (#105) by Michael Thomsen · 2 years, 10 months ago
  36. 90c7f0b Add Arena Allocator (#103) by Daco Harkes · 2 years, 10 months ago v1.1.0
  37. d0d197b Update CI (#99) by Kevin Moore · 2 years, 11 months ago
  38. cf54ba6 Update LICENSE (#94) by Franklin Yow · 3 years ago
  39. 24eb0a0 Merge commit '454ab0f' to master by Alexander Thomas · 3 years, 1 month ago
  40. f334629 Bump version to 1.0 (#78) by Daco Harkes · 3 years, 1 month ago v1.0.0
  41. afb6b2c Change Utf8 and Ut16 interfaces to extension methods (#83) by Daco Harkes · 3 years, 1 month ago
  42. 53866b7 Export `allocate` and `free` (#81) by Daco Harkes · 3 years, 1 month ago
  43. 28edba0 ignore: non_constant_type_argument_warning (#80) by Daco Harkes · 3 years, 1 month ago
  44. b51a639 Add `allocate` and `free` back in to ease migration (#79) by Daco Harkes · 3 years, 1 month ago
  45. 652f67c Remove assumption that machine word size implies Smi size. (#74) by Ryan Macnak · 3 years, 1 month ago
  46. c60e82d Release for 2.12.0-259.8.beta (#73) by Daco Harkes · 3 years, 2 months ago
  47. f6df6e3 Merge commit 'f288e90' by Alexander Thomas · 3 years, 2 months ago
  48. b072465 0.3.0-dev.0 Allocator and Opaque (#72) by Daco Harkes · 3 years, 2 months ago
  49. f288e90 Migrate Utf8 and Utf16 to Opaque and remove Utf8.toString by Daco Harkes · 3 years, 2 months ago CL-180361
  50. 3135297 Migrate to GitHub Actions (#67) by Alexander Thomas · 3 years, 2 months ago
  51. fb4de08 Bump the version and update changelog (#64) by J-P Nurmi · 3 years, 4 months ago
  52. b34a792 Minor Utf8.strlen() improvement (#65) by J-P Nurmi · 3 years, 4 months ago
  53. 7eae47d Utf8.fromUtf8(): allow passing the length (#61) by J-P Nurmi · 3 years, 4 months ago
  54. 98e8755 Tweak the docs (#63) by J-P Nurmi · 3 years, 4 months ago
  55. a5d4232 Merge null safety branch to master (#62) by Michael Thomsen · 3 years, 4 months ago
  56. 5a3b3f6 Adjust documentation to match new UTF-8 encoder/decoder behavior (#43) by Aske Simon Christensen · 3 years, 7 months ago
  57. 454ab0f Update sdk constraint to enable NNBD strong mode by Daco Harkes · 3 years, 10 months ago
  58. 1c8f550 Cleanup metadata (#45) by Michael Thomsen · 3 years, 10 months ago
  59. 4cc1412 Delete surrogate-related subtests to be compatible match breaking change to UTF-8 encoding and decoding (#42) by Aske Simon Christensen · 3 years, 11 months ago
  60. f7925e6 Update utf16.dart (#33) by Tim Sneath · 4 years ago
  61. 8a88a93 Update SDK constraint to 2.6.0 stable and release 0.1.3 stable (#20) by Daco Harkes · 4 years, 5 months ago
  62. de89e5b Undo bump to 0.1.4 (#19) by Daco Harkes · 4 years, 5 months ago
  63. d3ccbfc Update pubspec to sdk >= 2.6.0-dev.8.2 (#18) by Daco Harkes · 4 years, 5 months ago
  64. ea88d71 bump version (#15) by sjindel-google · 4 years, 5 months ago
  65. 448ce9d Remove references to asExternalTypedData (#13) by sjindel-google · 4 years, 5 months ago
  66. 630570e Noop to trigger git syncing (#14) by Daco Harkes · 4 years, 5 months ago
  67. 092fa23 Remove type argument from structs (#12) by Daco Harkes · 4 years, 5 months ago
  68. b363e4a Bump incremental version after adding allocation routines. (#9) by sjindel-google · 4 years, 5 months ago
  69. 47eb69a Expand readme (#10) by Michael Thomsen · 4 years, 5 months ago
  70. ebc021b Fix travis (#8) by Michael Thomsen · 4 years, 5 months ago
  71. f46c1f4 Allocation utilities. (#7) by sjindel-google · 4 years, 5 months ago
  72. e6aea0a Add initial utf16 support (#5) by Michael Thomsen · 4 years, 6 months ago
  73. 9c3cb7b Helpers for null-terminated Utf8 (#3) by sjindel-google · 4 years, 6 months ago
  74. d6daaec Add travis badge (#2) by Michael Thomsen · 4 years, 7 months ago
  75. 62a3d3d Add travis (#1) by Michael Thomsen · 4 years, 7 months ago
  76. ecacf78 Repo config by Michael Thomsen · 4 years, 7 months ago
  77. 9b7ff6a Repo config by Michael Thomsen · 4 years, 7 months ago
  78. bd9dd8e Initial commit by Michael Thomsen · 4 years, 7 months ago