0
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Aug 02, 2025 — Aug 02, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
language changes (oops, rust-ci is broken?): ~str -> StrBuf, BenchHarness -> Bencher. More... over 12 years ago
language changes: priv fields by default. More... over 12 years ago
src/ -> src/encoding/. More... over 12 years ago
language changes: #[]; -> #![]. More... over 12 years ago
I forgot to change the tests. :S More... over 12 years ago
language changes: Vec is now in the prelude. More... over 12 years ago
Vec<u8> is now a prefered byte writer, ~[u8] is still provided for the migration. More... over 12 years ago
language changes: std::num::Integer no longer exists. More... over 12 years ago
language changes: extra::test is now in test crate. More... over 12 years ago
language changes: extern mod -> extern crate. More... over 12 years ago
Merge branch 'master' of github.com:lifthrasiir/rust-encoding More... over 12 years ago
language changes: SendStr is generalized into MaybeOwned. More... over 12 years ago
rustc change: -o no longer ignores the file name. More... over 12 years ago
language changes: reserve_at_least -> reserve. More... over 12 years ago
language updates: OwnedCopyableVector -> OnwedCloneableVector. More... over 12 years ago
well, added `make doc` for generating documents. More... over 12 years ago
fixed a lifetime problem in tests; updated .travis.yml for automatic documentation generation. More... over 12 years ago
we are now tracking rustc master (thanks to unofficial nightlies). More... over 12 years ago
okay, I should have used rust-0.10-pre branch for image, clarified the branch infos. More... over 12 years ago
updated .travis.yml. More... over 12 years ago
updated a link to Travis. More... over 12 years ago
Merge pull request #28 from metajack/rustup-20131219 More... over 12 years ago
Upgrade to latest Rust. More... over 12 years ago
language update: #[link] -> #[crate_id]. More... over 12 years ago
language update: no more 'self. More... over 12 years ago
Merge branch 'decode-BOM-0.9' of github.com:SimonSapin/rust-encoding into rust-0.9-pre More... over 12 years ago
Merge branch 'master' of github.com:lifthrasiir/rust-encoding into rust-0.9-pre More... over 12 years ago
Merge branch 'decode-BOM' of github.com:SimonSapin/rust-encoding with EncodingRef changes More... over 12 years ago
s/EncodingObj/EncodingRef/g. More... over 12 years ago
Merge branch 'EncodingObj' of github.com:SimonSapin/rust-encoding More... over 12 years ago