1
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Feb 04, 2025 — Feb 04, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #69 from Ogeon/master More... almost 12 years ago
Rust update: Switched to the new inner macro syntax, with a quick fix for the `headers_mod` macro More... almost 12 years ago
Rust update: `TcpStream::read_bytes` -> `TcpStream::read_exact` More... almost 12 years ago
Follow the latest changes up to 2014-03-23 More... almost 12 years ago
Rust update: `std::vec_ng`->`std::vec` and `std::vec`->`std::slice` + removed unused imports More... almost 12 years ago
Lots of SSL work. More... almost 12 years ago
Merge pull request #67 from Kroisse/vec_ng More... almost 12 years ago
Merge pull request #65 from amesee/rust-update-libextra-url More... almost 12 years ago
Merge pull request #66 from Kroisse/liblog More... almost 12 years ago
Replace Vec::from_slice([...]) to vec!(...) macro More... almost 12 years ago
Replace ~[T] to std::vec_ng::Vec<T> as possible More... almost 12 years ago
logging macros are moved out to the separate crate `log`. More... almost 12 years ago
Rust update: `libextra` is deleted. `extra::url` has moved out to a separate library More... almost 12 years ago
Rename things from std::comm (mozilla/rust#12815). More... almost 12 years ago
Remove ~str pattern (obsolete). More... almost 12 years ago
Merge pull request #64 from Ogeon/master More... almost 12 years ago
Rust update: DeepClone was removed More... almost 12 years ago
Repair a couple of privacy warnings. More... almost 12 years ago
A little more [T, ..N] → &[T]. More... almost 12 years ago
s/[u8, ..N]/~[u8]/ in tests so it gets fmt::Show. More... almost 12 years ago
Impl Show for RequestUri. More... almost 12 years ago
Merge pull request #63 from Rust-Skane/master More... almost 12 years ago
Make it work with latest Rust More... almost 12 years ago
Rust update: ToStrRadix is gone from the prelude. More... almost 12 years ago
Rust update: FromStr is gone from the prelude. More... almost 12 years ago
Merge pull request #62 from Ogeon/master More... almost 12 years ago
Rust update: The `ToStr` trait will be replaced wit `Show` More... almost 12 years ago
Rust update: `HashSet` moved to libcollections More... almost 12 years ago
Rust update: `extra::time` has moved out to a separate library More... almost 12 years ago
Rust update: s/if_ok!/try!/ (mozilla/rust#12401) More... almost 12 years ago