summary refs log tree commit diff
path: root/src/libextra/url.rs
AgeCommit message (Expand)AuthorLines
2013-09-20Uncomment a test. Fixes #4449.Huon Wilson-6/+2
2013-09-04stop treating char as an integer typeDaniel Micay-5/+5
2013-08-19Fix some parsing errors in extra::urlKevin Ballard-28/+33
2013-08-12Forbid pub/priv where it has no effectAlex Crichton-1/+1
2013-08-05Updated std::Option, std::Either and std::ResultMarvin Löbel-2/+2
2013-08-03remove obsolete `foreach` keywordDaniel Micay-7/+7
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-7/+7
2013-08-01make `in` and `foreach` get treated as keywordsDaniel Micay-11/+11
2013-07-22extra: Add url moduleBrian Anderson-0/+1071