GitHub / JakubSzark/zig-string issues and pull requests
#53 - feat: adding unmanaged string and updating readme.
Pull Request -
State: closed - Opened by definitepotato 4 months ago
#52 - Updated for compatility with zig 0.14.0
Pull Request -
State: closed - Opened by flevin58 4 months ago
- 1 comment
#51 - Updated build.zig.zon for Ziglang 0.14.0
Pull Request -
State: closed - Opened by olefasting 5 months ago
- 1 comment
#50 - `zig fetch` fails using zig 0.14.0
Issue -
State: closed - Opened by puni073 5 months ago
- 1 comment
#49 - File format, why not provide standard?I am really difficult to build successfully, but directly modify the `build.zig` file.
Issue -
State: open - Opened by JadeYao-z 5 months ago
#48 - Use the zig-string file as its own struct
Pull Request -
State: closed - Opened by commabrackets 7 months ago
- 1 comment
#47 - Run test fix
Pull Request -
State: closed - Opened by tareifz 8 months ago
- 3 comments
#46 - Updated Build.zig file to Ziglang 0.13.0
Pull Request -
State: closed - Opened by wizard-lgtm 9 months ago
- 1 comment
#45 - Why use std.heap.page_allocator instead self.allocator in splitAllToStrings?
Issue -
State: open - Opened by ianzhang1988 9 months ago
#44 - Feature: Implement includes
Pull Request -
State: closed - Opened by tstraus13 11 months ago
- 3 comments
#43 - Feat: Implement hasValue
Pull Request -
State: closed - Opened by tstraus13 11 months ago
- 5 comments
#42 - using std.testing.allocator and fix memory leak in replace()
Pull Request -
State: closed - Opened by tareifz 12 months ago
#41 - Feat: Implement `toCapitalized()` fn
Pull Request -
State: closed - Opened by Console-buche 12 months ago
#40 - `Readme.md` small typos
Pull Request -
State: closed - Opened by Console-buche 12 months ago
#39 - String.replace() memory leak when using GeneralPurposeAllocator
Issue -
State: closed - Opened by EloToJaa about 1 year ago
- 4 comments
#38 - use std.mem.copyForward
Pull Request -
State: closed - Opened by tareifz about 1 year ago
- 1 comment
#37 - Split tests
Issue -
State: closed - Opened by peterc-s about 1 year ago
#36 - Add `splitAll` and `splitAllToStrings` methods.
Pull Request -
State: closed - Opened by peterc-s about 1 year ago
#35 - Add getLines method.
Pull Request -
State: closed - Opened by peterc-s about 1 year ago
- 2 comments
#34 - Further improve test reporting and increase performance in `startsWith` and `endsWith`
Pull Request -
State: closed - Opened by MorganMcmillan about 1 year ago
#33 - Add unmanaged version of String
Issue -
State: open - Opened by MorganMcmillan about 1 year ago
#32 - Replaced `std.debug.assert` with `std.testing.expect`
Pull Request -
State: closed - Opened by MorganMcmillan about 1 year ago
#31 - Replace `std.debug.assert` with `std.testing.expect` in tests
Issue -
State: closed - Opened by MorganMcmillan about 1 year ago
#30 - installation update
Issue -
State: closed - Opened by jjinkou2 about 1 year ago
- 1 comment
#29 - Fix typo in docs
Pull Request -
State: closed - Opened by sytranvn over 1 year ago
#28 - Update docs code block type from ts to zig
Pull Request -
State: closed - Opened by sytranvn over 1 year ago
- 1 comment
#27 - Update main.yml
Pull Request -
State: closed - Opened by JakubSzark over 1 year ago
#26 - Update main.yml
Pull Request -
State: closed - Opened by arshidkv12 over 1 year ago
#25 - Compatibility issue with 0.12.0-dev
Pull Request -
State: closed - Opened by arshidkv12 over 1 year ago
- 1 comment
#24 - `build.zig.zon` example broken
Issue -
State: closed - Opened by marler8997 over 1 year ago
#23 - edited readme
Pull Request -
State: closed - Opened by arshidkv12 over 1 year ago
#22 - Update main.yml
Pull Request -
State: closed - Opened by arshidkv12 over 1 year ago
#20 - Added starts_with()
Pull Request -
State: closed - Opened by arshidkv12 over 1 year ago
- 2 comments
#19 - Replace `std.mem.copy` with `std.mem.copyForwards`
Issue -
State: closed - Opened by Rakhyvel over 1 year ago
#18 - Added build.zig.zon,
Pull Request -
State: closed - Opened by VisenDev over 1 year ago
- 5 comments
#17 - create build.zig.zon for library usage
Issue -
State: closed - Opened by ryoppippi almost 2 years ago
#16 - remove unnecessary step
Pull Request -
State: closed - Opened by thechampagne almost 2 years ago
#15 - split and splitToString
Issue -
State: closed - Opened by mvolkmann almost 2 years ago
- 1 comment
#14 - Some documentation and usage examples, windows non-ascii character print support, set_str function
Pull Request -
State: closed - Opened by xfxpositions almost 2 years ago
- 2 comments
#13 - Update README.md
Pull Request -
State: closed - Opened by JakubSzark almost 2 years ago
#12 - Added unicode uniToLower/uppercase functions
Pull Request -
State: closed - Opened by dasxandra about 2 years ago
- 1 comment
#11 - Update CI to install latest zig version
Pull Request -
State: closed - Opened by thechampagne about 2 years ago
#10 - Introduce C ABI compatible layer
Issue -
State: open - Opened by thechampagne about 2 years ago
- 2 comments
#9 - update for zig 0.11.x + package manager
Pull Request -
State: closed - Opened by deevus about 2 years ago
- 2 comments
#8 - Init with contents
Pull Request -
State: closed - Opened by Beyley over 2 years ago
#7 - Make StringIterator take a `*const String` instead of a `*String`
Pull Request -
State: closed - Opened by Beyley over 2 years ago
#6 - Fix for newer allocator syntax
Pull Request -
State: closed - Opened by DeanoC over 2 years ago
- 1 comment
#5 - Unicode toLowercase / toUppercase
Issue -
State: closed - Opened by JakubSzark about 3 years ago
- 1 comment
Labels: help wanted
#4 - Added StringIterator
Pull Request -
State: closed - Opened by JakubSzark almost 5 years ago
#3 - Added toOwned, Writer
Pull Request -
State: closed - Opened by JakubSzark almost 5 years ago
#2 - Include your Feature Requests Here!
Issue -
State: open - Opened by JakubSzark almost 5 years ago
- 7 comments
Labels: enhancement, good first issue
#1 - Now with Unicode Support!
Pull Request -
State: closed - Opened by JakubSzark almost 5 years ago