issues
search
thomcc
/
arcstr
Better reference counted strings for Rust
Apache License 2.0
114
stars
18
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Clippy warning on const ArcStr literal
#64
kxxt
opened
2 months ago
1
docs: fix typo in README.md
#63
kxxt
opened
3 months ago
0
Use `check-cfg` lint config instead of allowing `unexpected_cfgs`
#62
Urgau
opened
5 months ago
0
Allow using a few `&Self`-taking static methods as inherent `&self` methods
#61
thomcc
opened
5 months ago
0
Rename build to init_with
#60
thomcc
closed
5 months ago
1
Run cargo-diet
#59
thomcc
closed
5 months ago
1
Finish leak doc/tests
#58
thomcc
closed
5 months ago
1
Add semver-checks to CI
#57
thomcc
closed
5 months ago
1
Add a family of builder methods to create an ArcStr using a callback
#56
thomcc
closed
5 months ago
1
Support creating static `ArcStr`'s at runtime (leaking them)
#55
thomcc
closed
5 months ago
1
update memoffset version
#54
trickster
closed
5 months ago
4
Fix typo
#53
mwillsey
closed
1 year ago
0
Prep release 1.1.5
#52
thomcc
closed
1 year ago
1
Appease new clippy
#51
thomcc
closed
1 year ago
1
Added `ArcStr::repeat` and `ArcStr::try_repeat`
#50
Kixiron
closed
1 year ago
3
Disable MSRV CI properly...
#49
thomcc
closed
2 years ago
1
Disable MSRV CI
#48
thomcc
closed
2 years ago
1
Update miri support
#47
thomcc
closed
2 years ago
0
Any chance for make_mut()?
#46
cehteh
closed
5 months ago
2
Add support for encoding/decoding with bincode.
#45
gz
opened
2 years ago
6
Reduce and consolidate unsafe code
#44
OliveIsAWord
closed
2 years ago
1
Bump the MSRV we check in CI, just due to the weird failures
#43
thomcc
closed
2 years ago
1
minor spelling and grammar 🏳️⚧️
#42
OliveIsAWord
closed
2 years ago
2
CI Failures on MSRV.
#41
thomcc
closed
5 months ago
1
Appease new clippy
#40
thomcc
closed
2 years ago
1
Update CI
#39
thomcc
closed
2 years ago
1
Ensure argument capture works as expected in `arcstr::format!`
#38
thomcc
closed
2 years ago
1
`arcstr::format` doesn't support captured identifiers and fails silently
#37
nalply
closed
2 years ago
3
Feature Request: construction in-place
#36
gzz2000
closed
5 months ago
5
Use -Zmiri-tag-raw-pointers for miri in CI
#35
thomcc
closed
2 years ago
1
Custom allocator support
#34
thomcc
opened
2 years ago
1
Implement an `RcStr` (e.g. `Rc<str>`-alike)
#33
thomcc
opened
2 years ago
2
Add ArcStr::try_alloc to support fallible allocation
#32
thomcc
closed
2 years ago
1
Added protection against shadowed built-in str and u8
#31
rodrimati1992
closed
3 years ago
4
Atomic swap?
#30
SOF3
closed
5 months ago
7
Modifies `substr` to return range accurate Substr in the case of empty ranges.
#29
AngelOfSol
closed
3 years ago
10
`value.substr(range)` on empty range
#28
AngelOfSol
closed
3 years ago
5
Shush, clippy
#27
thomcc
closed
3 years ago
2
Allow clippy::redundant_slicing, since we do this in macros
#26
thomcc
closed
3 years ago
0
kick the tires on CI since its not autorunning
#25
thomcc
closed
3 years ago
1
Avoid duplication by moving sanitizer setup to matrix (ci)
#24
thomcc
closed
4 years ago
1
try separating out test flags
#23
thomcc
closed
4 years ago
2
Add riscv64gc-unknown-linux-gnu to CI (by request)
#22
thomcc
closed
4 years ago
1
Add 32 bit mips CI target
#21
thomcc
closed
4 years ago
1
Don't use `cross` for 32-bit linux
#20
thomcc
closed
4 years ago
2
Add Zlib as a license option so that binary distributions aren't required to bundle our license text
#19
thomcc
closed
4 years ago
2
Add 32-bit windows to CI
#18
thomcc
closed
4 years ago
1
Make `arcstr::format!` robust in the face of crates which redefine core
#17
thomcc
closed
4 years ago
1
Thoughts on using a more efficient ordering in ArcStr::drop
#16
thomcc
closed
3 years ago
1
Add a literal_substr macro
#15
thomcc
closed
4 years ago
1
Next