0
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 14 hours ago.
Jul 29, 2025 — Jul 29, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
new API, finally! More... over 12 years ago
initial transition to {String,Byte}Writer. More... almost 13 years ago
eliminated EncodingUtil, simplified Trap interfaces. More... almost 13 years ago
error causes use SendStr, eliminating most allocations. More... almost 13 years ago
s/feed/raw_feed/g, s/flush/raw_finish/g. More... almost 13 years ago
move to Rust 0.8. More... almost 13 years ago
fixed a typo More... almost 13 years ago
Use Rust 0.8’s implementation of str.to_ascii_lower() More... almost 13 years ago
Rename whatwg::get_encoding to whatwg::encoding_from_label More... almost 13 years ago
Remove unnecessary publicity specifier More... almost 13 years ago
converted `test_non_bmp` to the encoder test. More... almost 13 years ago
Always use Encoding as &'static, avoid allocations More... almost 13 years ago
Make Encoding::name() return a static string. More... almost 13 years ago
Make Encoder::preferred_replacement_seq() a default method. More... almost 13 years ago
Avoid allocating strings to match against in whatwg::get_encoding. More... almost 13 years ago
Fix whatwg::get_encoding: ASCII only trimming and case-insensitivity. More... almost 13 years ago
Make whatwg::get_encoding public. More... almost 13 years ago
Upgrade to rustc 0.8-pre (0a677bc 2013-08-14 10:35:12 -0700) More... almost 13 years ago
Pre-allocate output string/sequences in advance. More... almost 13 years ago
Take a ref to an existing string/sequence in {De,En}coder.{feed,flush} More... almost 13 years ago
Fix SingleByteEncoder for code points above U+FFFF. More... almost 13 years ago
librustencoding.dummy -> libencoding.dummy. More... almost 13 years ago
encoding::label -> encoding::whatwg, also implemented WHATWG Encoding API. More... almost 13 years ago
tentatively implemented EUC-JP and Shift_JIS. More... almost 13 years ago
added support for Windows-949 (aliased as EUC-KR for unfortunate reason). More... almost 13 years ago
added more indices; added correct mapping tests. More... almost 13 years ago
added UTF-8 support, added more examples to README More... almost 13 years ago
encoder/decoder trap function type is now much simpler to use; added an example of custom traps. More... about 13 years ago
initial commit. More... about 13 years ago