0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 25, 2025 — Jul 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #35 from michaelsproul/share-sync-rename More... almost 12 years ago
Track master: rename Share trait to Sync.
michaelsproul
as Michael Sproul
More... almost 12 years ago
fixed a long-standing API wart regarding the "backing up" behavior. More... almost 12 years ago
eliminated useless allocations in Encoding::{encode,decode}. More... almost 12 years ago
made the UTF-16 codec specializable with type params. More... almost 12 years ago
added additional coverage tests and missing #[test] (ugh). More... almost 12 years ago
added more tests to codec/tradchinese.rs. More... almost 12 years ago
added more tests to codec/simpchinese.rs; fixed a bug in HZ decoder. More... almost 12 years ago
added more tests to codec/japanese.rs; fixed a small bug in Shift_JIS decoder. More... almost 12 years ago
added an additional coverage test to codec/utf_16. More... almost 12 years ago
Merge pull request #33 from klutzy/update More... almost 12 years ago
Update for language changes More... almost 12 years ago
Merge pull request #32 from SimonSapin/share More... about 12 years ago
Make EncodingRef satisfy Share too. More... about 12 years ago
updated .travis.yml. More... about 12 years ago
oops, fixed `make check`. More... about 12 years ago
well, rustc -o causes some issues with LTO. revert to --out-dir. More... about 12 years ago
I forgot to update .travis.yml. More... about 12 years ago
language changes: #[crate_id] -> #[crate_name], no dummy file is required. More... about 12 years ago
language changes: no integer type inference. More... about 12 years ago
initial cargo support. More... about 12 years ago
language changes: integer type fallback is gone. More... about 12 years ago
language changes: bytes!() is now deprecated. More... about 12 years ago
language changes: trait bounds now use + as a separator. More... about 12 years ago
language changes: # should no longer be escaped in format!. More... about 12 years ago
language changes: Eq -> PartialEq, some additional warnings. More... about 12 years ago
some more documentation rewriting. More... about 12 years ago
added a mention about EncodingRef. More... about 12 years ago
expanded the documentation; the initial stability assignments. More... about 12 years ago
language changes: to_owned() on &str is being deprecated. More... about 12 years ago