about summary refs log tree commit diff
path: root/src/libextra/url.rs
AgeCommit message (Expand)AuthorLines
2014-02-19auto merge of #12231 : wycats/rust/url_path_parse, r=alexcrichtonbors-0/+115
2014-02-14Add function doc comments for extra::url::*Dave Hodder-15/+46
2014-02-12Adds support for working with URL PathsYehuda Katz-0/+115
2014-02-03extra: Remove io_error usageAlex Crichton-13/+13
2014-01-26Removed all instances of XXX in preparation for relaxing of FIXME ruleSalem Talha-2/+2
2014-01-17Tweak the interface of std::ioAlex Crichton-2/+1
2014-01-11Remove re-exports of std::io::stdio::{print, println} in the prelude.Brendan Zabarauskas-1/+1
2013-12-23extra: Fix all code examplesAlex Crichton-1/+5
2013-12-08Remove dead codesKiet Tran-10/+0
2013-12-01Add struct and type doc comments for extra::url::*Dave Hodder-6/+20
2013-12-01Add struct and type doc comments for extra::url::*Dave Hodder-0/+14
2013-11-28Register new snapshotsAlex Crichton-5/+5
2013-11-26Removed unneccessary `_iter` suffixes from various APIsMarvin Löbel-4/+4
2013-11-17Add doc comment for extra::url::query_to_strDave Hodder-0/+10
2013-11-11Move std::rt::io to std::ioAlex Crichton-2/+2
2013-11-07Add ~ to the list of allowable URL characters.Eric Holk-4/+4
2013-10-24Another round of test fixes and merge conflictsAlex Crichton-2/+2
2013-10-24Remove even more of std::ioAlex Crichton-135/+159
2013-10-19Fix extra::url::to_str to include the port.Chris Morgan-1/+11
2013-10-01Migrate users of 'loop' to 'continue'Alex Crichton-4/+4
2013-09-30extra: Remove usage of fmt!Alex Crichton-11/+11
2013-09-25Some struct visibility fixesSteven Fackler-2/+2
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