0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected 1 day ago.
Jul 21, 2025 — Jul 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
updated Big5 decoder for the standard update: whatwg/encoding@88a2177754655255df378e1b97cd085420399fe4. More... over 12 years ago
Add an EncodingObj type for Encoding trait objects with the Send bound. More... over 12 years ago
Merge branch 'decode-BOM' into decode-BOM-0.9, … More... over 12 years ago
Add a decode() function that looks for a BOM. More... over 12 years ago
language updates: str.chars(), do requires procs. More... over 12 years ago
Merge branch 'master' into rust-0.9-pre More... over 12 years ago
synchronized README.md to the updated tests. More... over 12 years ago
Merge branch 'master' into rust-0.9-pre More... over 12 years ago
Split Trap into DecoderTrap and EncoderTrap. More... over 12 years ago
Merge remote-tracking branch 'origin/master' into rust-0.9-pre More... over 12 years ago
added label::encoding_from_windows_code_page. (duh!) More... over 12 years ago
updated .travis.yml to limit the automated build to nightly branch. More... over 12 years ago
enabled Travis CI for Rust nightly. More... over 12 years ago
merged and adjusted gen_index.py for language changes. More... over 12 years ago
offseted single-byte mappings by 0x80, eliminating some arithmetics. More... over 12 years ago
added ISO 8859-1 in addition to the existing Windows-1252. More... over 12 years ago
added codec::utf_16::UTF16{LE,BE}Encoding; fixed a possible bug in EUCJP0212Decoder. More... over 12 years ago
added codec::tradchinese::BigFive2003Encoding. More... over 12 years ago
removed #[inline] from single-byte reverse-mapping functions, it somehow makes metadata bloat. More... over 12 years ago
added codec::simpchinese::GB18030Encoding. More... over 12 years ago
while not intended to be repeatable, made raw_finish repeatable anyway. More... over 12 years ago
added codec::simpchinese::GBK18030Encoding; some renaming. More... over 12 years ago
Update for language changes More... over 12 years ago
added more docs about encodings. More... over 12 years ago
#13: added all::whatwg::ISO_8859_8_I and updated encoding_from_whatwg_label. More... over 12 years ago
updated README.md for new API. More... over 12 years ago
Text{En,De}coder are gone, Traps are now enum. More... over 12 years ago
Encoder/Decoder instances are no longer required to be able to return an Encoding. More... over 12 years ago
I don't want to put non-generated indices to index at all... More... over 12 years ago
whatwg::encoding_from_label is now label::encoding_from_whatwg_label. More... over 12 years ago