Ecosyste.ms: Issues

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

GitHub / danielparks/htmlize issues and pull requests

#77 - Bump EmbarkStudios/cargo-deny-action from 1 to 2

Pull Request - State: closed - Opened by dependabot[bot] 3 months ago
Labels: dependencies, github_actions

#76 - Update to matchgen 0.3.0 to avoid Clippy lints.

Pull Request - State: closed - Opened by danielparks 5 months ago

#74 - Fix lint priority

Pull Request - State: closed - Opened by danielparks 8 months ago

#73 - Remove unneeded `use std::convert::TryInto`

Pull Request - State: closed - Opened by danielparks 9 months ago

#72 - Release 1.0.4: bump dependency for security and minor doc fix.

Pull Request - State: closed - Opened by danielparks 9 months ago

#71 - Use `[lints]` table in Cargo.toml instead of lints.toml.

Pull Request - State: closed - Opened by danielparks 9 months ago

#70 - Security: update indirect dependency rustix

Pull Request - State: closed - Opened by danielparks 9 months ago

#69 - Bump rustix from 0.37.20 to 0.37.27

Pull Request - State: closed - Opened by dependabot[bot] 9 months ago - 1 comment
Labels: dependencies, rust

#68 - CI Improvements

Pull Request - State: closed - Opened by danielparks 9 months ago

#67 - Commit Cargo.lock

Pull Request - State: closed - Opened by danielparks about 1 year ago - 1 comment

#66 - Bump actions/checkout from 3 to 4

Pull Request - State: closed - Opened by dependabot[bot] about 1 year ago - 5 comments
Labels: dependencies

#65 - PR checks / Clippy: check doc lints.

Pull Request - State: closed - Opened by danielparks over 1 year ago

#64 - Clippy: remove unnecessary `any()` from `cfg`.

Pull Request - State: closed - Opened by danielparks over 1 year ago

#63 - Hide usage of assert2 in doc examples

Pull Request - State: closed - Opened by danielparks over 1 year ago

#62 - Use features marks on docs.rs

Pull Request - State: closed - Opened by danielparks over 1 year ago

#61 - Use cargo-deny to check dependencies

Pull Request - State: closed - Opened by danielparks over 1 year ago

#60 - Update criterion to avoid unmaintained atty dependency.

Pull Request - State: closed - Opened by danielparks over 1 year ago

#59 - Add license file for entities.json

Pull Request - State: closed - Opened by danielparks over 1 year ago

#58 - Reference or include license for entities.json

Issue - State: closed - Opened by danielparks over 1 year ago
Labels: bug

#57 - Document tests and lints

Issue - State: closed - Opened by danielparks over 1 year ago - 2 comments
Labels: documentation, enhancement

#56 - Use cargo-lints to centrally configure lints

Pull Request - State: closed - Opened by danielparks over 1 year ago

#55 - Add `clippy::nursery` lints

Pull Request - State: closed - Opened by danielparks over 1 year ago

#54 - Add `clippy::arithmetic_side_effects` restriction lint

Pull Request - State: closed - Opened by danielparks over 1 year ago

#53 - Add `clippy::missing_docs_in_private_items` lint

Pull Request - State: closed - Opened by danielparks over 1 year ago

#52 - Add tests for invalid UTF-8 support

Pull Request - State: closed - Opened by danielparks over 1 year ago

#51 - Update matchgen to 0.2.0.

Pull Request - State: closed - Opened by danielparks over 1 year ago

#50 - Enable most pedantic clippy lints

Pull Request - State: closed - Opened by danielparks over 1 year ago

#49 - README.md: Add section about development status.

Pull Request - State: closed - Opened by danielparks over 1 year ago

#48 - Fix unescape feature without unescape_fast

Pull Request - State: closed - Opened by danielparks over 1 year ago

#47 - Add more links to `_bytes` functions

Pull Request - State: closed - Opened by danielparks over 1 year ago

#46 - unescape: use matchgen for performance

Pull Request - State: closed - Opened by danielparks over 1 year ago

#45 - Forbid unsafe code

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

#44 - Fix a few pedantic lints

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

#43 - Add `unescape_bytes_in()`

Pull Request - State: closed - Opened by danielparks almost 2 years ago - 1 comment

#42 - Add `unescape_bytes_in()`

Issue - State: closed - Opened by danielparks almost 2 years ago
Labels: enhancement

#41 - CI: Simplify installation of cargo-msrv.

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

#40 - Get rid of test_helpers.rs

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

#39 - Update benchmarks for Rust 1.67.0

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

#38 - Fix new clippy (0.1.67) errors

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

#37 - Add `escape_..._bytes()` functions.

Pull Request - State: closed - Opened by danielparks almost 2 years ago - 1 comment

#36 - Remove cargo semver-checks from CI

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

#35 - Set minimum supported Rust version to 1.60

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

#34 - unescape faster

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

#33 - Prevent GitHub from counting benchmark results toward code totals.

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

#32 - unescape: use `extend_from_slice()` instead of `append()`

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

#31 - minor changes

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

#30 - escape faster

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

#29 - Reorganize escape benchmarks for easier comparison.

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

#28 - Switch to `escape_fn!` to declare function itself

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

#27 - more escape benches

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

#26 - Embed `map_u8()` logic directly in escape functions

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

#25 - iai benchmarks on PRs?

Issue - State: open - Opened by danielparks almost 2 years ago - 3 comments
Labels: enhancement

#24 - First pass at cycle counting with iai

Pull Request - State: closed - Opened by danielparks almost 2 years ago - 5 comments

#23 - escape: pre-allocate twice input space for output

Pull Request - State: closed - Opened by danielparks almost 2 years ago - 1 comment

#22 - Switch to Criterion for benchmarks

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

#21 - `escape_in(string, context)` function

Issue - State: closed - Opened by danielparks almost 2 years ago - 2 comments
Labels: enhancement

#20 - Add `unescape_attribute()`

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

#19 - Improve documentation for escape functions

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

#18 - Two bug fixes for `unescape()`

Pull Request - State: closed - Opened by danielparks almost 2 years ago - 1 comment

#17 - Fix “named character reference state special cases”?

Issue - State: closed - Opened by danielparks almost 2 years ago
Labels: enhancement

#16 - Pre-allocate output buffer for `unescape()`

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

#15 - More benchmarks for `unescape()`

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

#14 - README.md and documentation improvements

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

#13 - release.sh: fix versions in docs links in README.md.

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

#12 - Add PR check to for semantic version compatibility

Pull Request - State: closed - Opened by danielparks almost 2 years ago - 3 comments

#11 - build.rs: Use `map` when listing codepoints

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

#10 - build.rs: Use `map` when loading entities

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

#9 - Use my standard fmt settings (80 character lines)

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

#8 - Use phf_codegen instead of the `phf_map!` macro

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

#7 - entities docs

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

#6 - Hide `unescape` behind feature for faster builds

Pull Request - State: closed - Opened by danielparks almost 2 years ago - 1 comment

#5 - clippy: fix a few lints.

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

#4 - Basic release tooling

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

#3 - misc 0.5.1

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

#2 - Switch from assertify to assert2

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

#1 - Add basic PR checks

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