Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / thomcc/arcstr issues and pull requests

#64 - Clippy warning on const ArcStr literal

Issue - State: open - Opened by kxxt 4 months ago - 1 comment

#63 - docs: fix typo in README.md

Pull Request - State: open - Opened by kxxt 4 months ago

#62 - Use `check-cfg` lint config instead of allowing `unexpected_cfgs`

Pull Request - State: open - Opened by Urgau 6 months ago

#60 - Rename build to init_with

Pull Request - State: closed - Opened by thomcc 7 months ago - 1 comment

#59 - Run cargo-diet

Pull Request - State: closed - Opened by thomcc 7 months ago - 1 comment

#58 - Finish leak doc/tests

Pull Request - State: closed - Opened by thomcc 7 months ago - 1 comment

#57 - Add semver-checks to CI

Pull Request - State: closed - Opened by thomcc 7 months ago - 1 comment

#56 - Add a family of builder methods to create an ArcStr using a callback

Pull Request - State: closed - Opened by thomcc 7 months ago - 1 comment

#55 - Support creating static `ArcStr`'s at runtime (leaking them)

Pull Request - State: closed - Opened by thomcc 7 months ago - 1 comment

#54 - update memoffset version

Pull Request - State: closed - Opened by trickster over 1 year ago - 4 comments

#53 - Fix typo

Pull Request - State: closed - Opened by mwillsey almost 2 years ago

#52 - Prep release 1.1.5

Pull Request - State: closed - Opened by thomcc about 2 years ago - 1 comment

#51 - Appease new clippy

Pull Request - State: closed - Opened by thomcc about 2 years ago - 1 comment

#50 - Added `ArcStr::repeat` and `ArcStr::try_repeat`

Pull Request - State: closed - Opened by Kixiron about 2 years ago - 3 comments

#49 - Disable MSRV CI properly...

Pull Request - State: closed - Opened by thomcc about 2 years ago - 1 comment

#48 - Disable MSRV CI

Pull Request - State: closed - Opened by thomcc about 2 years ago - 1 comment

#47 - Update miri support

Pull Request - State: closed - Opened by thomcc about 2 years ago

#46 - Any chance for make_mut()?

Issue - State: closed - Opened by cehteh about 2 years ago - 2 comments

#45 - Add support for encoding/decoding with bincode.

Pull Request - State: open - Opened by gz about 2 years ago - 6 comments
Labels: blocked

#44 - Reduce and consolidate unsafe code

Pull Request - State: closed - Opened by OliveIsAWord over 2 years ago - 1 comment

#43 - Bump the MSRV we check in CI, just due to the weird failures

Pull Request - State: closed - Opened by thomcc over 2 years ago - 1 comment

#42 - minor spelling and grammar 🏳️‍⚧️

Pull Request - State: closed - Opened by OliveIsAWord over 2 years ago - 2 comments

#41 - CI Failures on MSRV.

Issue - State: closed - Opened by thomcc over 2 years ago - 1 comment

#40 - Appease new clippy

Pull Request - State: closed - Opened by thomcc over 2 years ago - 1 comment

#39 - Update CI

Pull Request - State: closed - Opened by thomcc over 2 years ago - 1 comment

#38 - Ensure argument capture works as expected in `arcstr::format!`

Pull Request - State: closed - Opened by thomcc over 2 years ago - 1 comment

#37 - `arcstr::format` doesn't support captured identifiers and fails silently

Issue - State: closed - Opened by nalply over 2 years ago - 3 comments

#36 - Feature Request: construction in-place

Issue - State: closed - Opened by gzz2000 over 2 years ago - 5 comments

#35 - Use -Zmiri-tag-raw-pointers for miri in CI

Pull Request - State: closed - Opened by thomcc almost 3 years ago - 1 comment

#34 - Custom allocator support

Issue - State: open - Opened by thomcc almost 3 years ago - 1 comment
Labels: blocked

#33 - Implement an `RcStr` (e.g. `Rc<str>`-alike)

Issue - State: open - Opened by thomcc almost 3 years ago - 2 comments

#32 - Add ArcStr::try_alloc to support fallible allocation

Pull Request - State: closed - Opened by thomcc almost 3 years ago - 1 comment

#31 - Added protection against shadowed built-in str and u8

Pull Request - State: closed - Opened by rodrimati1992 over 3 years ago - 4 comments

#30 - Atomic swap?

Issue - State: closed - Opened by SOF3 over 3 years ago - 7 comments

#29 - Modifies `substr` to return range accurate Substr in the case of empty ranges.

Pull Request - State: closed - Opened by AngelOfSol over 3 years ago - 10 comments

#28 - `value.substr(range)` on empty range

Issue - State: closed - Opened by AngelOfSol over 3 years ago - 5 comments

#27 - Shush, clippy

Pull Request - State: closed - Opened by thomcc over 3 years ago - 2 comments

#26 - Allow clippy::redundant_slicing, since we do this in macros

Pull Request - State: closed - Opened by thomcc over 3 years ago

#25 - kick the tires on CI since its not autorunning

Pull Request - State: closed - Opened by thomcc almost 4 years ago - 1 comment

#24 - Avoid duplication by moving sanitizer setup to matrix (ci)

Pull Request - State: closed - Opened by thomcc about 4 years ago - 1 comment

#23 - try separating out test flags

Pull Request - State: closed - Opened by thomcc about 4 years ago - 2 comments

#22 - Add riscv64gc-unknown-linux-gnu to CI (by request)

Pull Request - State: closed - Opened by thomcc about 4 years ago - 1 comment

#21 - Add 32 bit mips CI target

Pull Request - State: closed - Opened by thomcc about 4 years ago - 1 comment

#20 - Don't use `cross` for 32-bit linux

Pull Request - State: closed - Opened by thomcc about 4 years ago - 2 comments

#18 - Add 32-bit windows to CI

Pull Request - State: closed - Opened by thomcc about 4 years ago - 1 comment

#17 - Make `arcstr::format!` robust in the face of crates which redefine core

Pull Request - State: closed - Opened by thomcc about 4 years ago - 1 comment

#16 - Thoughts on using a more efficient ordering in ArcStr::drop

Issue - State: closed - Opened by thomcc over 4 years ago - 1 comment

#15 - Add a literal_substr macro

Pull Request - State: closed - Opened by thomcc over 4 years ago - 1 comment

#14 - Improve docs and readme (mostly to mention substr)

Pull Request - State: closed - Opened by thomcc over 4 years ago - 1 comment

#13 - Update docs to mention Substr type in more places, cut 0.2.2

Issue - State: closed - Opened by thomcc over 4 years ago - 2 comments

#12 - First pass at Substr impl

Pull Request - State: closed - Opened by thomcc over 4 years ago - 19 comments

#11 - Ensure arcstr::literal! can be used without first importing arcstr::ArcStr

Pull Request - State: closed - Opened by thomcc over 4 years ago - 1 comment

#10 - Cleanup a few aspects of ArcStr impl

Pull Request - State: closed - Opened by thomcc over 4 years ago - 1 comment

#9 - Implement the "good" version of the `arcstr::literal!` macro.

Pull Request - State: closed - Opened by thomcc over 4 years ago

#8 - Make `literal!` no longer require `unsafe`

Pull Request - State: closed - Opened by danielhenrymantilla over 4 years ago - 3 comments

#7 - `Key` type, e.g. `ArcStr` + small string optimization

Issue - State: closed - Opened by thomcc over 4 years ago - 1 comment

#6 - Reference counted Substr

Issue - State: closed - Opened by thomcc over 4 years ago

#5 - `ArcStr` literal shortcomings

Issue - State: closed - Opened by thomcc over 4 years ago

#4 - Loom tests, and a couple basic other improvements

Pull Request - State: closed - Opened by thomcc over 4 years ago - 1 comment

#3 - Make MSRV more accurate

Pull Request - State: closed - Opened by thomcc over 4 years ago - 1 comment

#2 - Add is_static, as_static, and more From impls

Pull Request - State: closed - Opened by thomcc over 4 years ago - 1 comment

#1 - Code coverage

Pull Request - State: closed - Opened by thomcc over 4 years ago - 1 comment