1
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 2 hours ago.
Dec 29, 2024 — Dec 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Rust update. More... about 11 years ago
Merge pull request #167 from jnicklas/path_fixes More... about 11 years ago
Fix path changes in std More... about 11 years ago
Merge pull request #166 from reem/fix/fail-to-panic More... about 11 years ago
(fix) fail! to panic! More... about 11 years ago
Merge pull request #165 from Ryman/master More... about 11 years ago
Remove depreciated code from http. More... about 11 years ago
Remove depreciated code from codegen. More... about 11 years ago
Merge pull request #164 from pavlov-dmitry/allow_binary_request_body More... about 11 years ago
changed request body from String to Vec<u8> More... about 11 years ago
Merge pull request #162 from bjorncs/master More... about 11 years ago
Removed reference to debug crate from examples. More... about 11 years ago
Merge pull request #161 from jedisct1/remove-reflection More... about 11 years ago
libdebug is no more More... about 11 years ago
Merge pull request #158 from excepttheweasel/fix_for_strftime_result More... about 11 years ago
strftime now returns Result, so unwrap() More... about 11 years ago
Merge pull request #156 from ljrmorgan/master More... about 11 years ago
Fix tests: Add #![feature(slicing_syntax)] More... about 11 years ago
Fix for latest rustc: static => const More... about 11 years ago
Merge pull request #154 from XiaonuoGantan/master More... about 11 years ago
Add #![allow(unknown_features)] for #![feature(slicing_syntax)] More... about 11 years ago
Add necessary #![feature(slicing_syntax)]. More... about 11 years ago
Use the new slicing syntax instead of method calls More... about 11 years ago
Merge pull request #150 from ljrmorgan/fix_deprecation_warnings More... about 11 years ago
Remove deprecated use of Option::get_mut_ref More... about 11 years ago
Remove deprecated use of MutableSlice::copy_memory More... about 11 years ago
Remove deprecated use of Vec::from_slice More... about 11 years ago
Remove deprecated use of String::push_char More... about 11 years ago
Merge pull request #148 from renato-zannon/master More... about 11 years ago
Change ranges from A..B to A...B More... about 11 years ago