Brian Anderson
|
dbf58716df
|
std: URLs without schemes parse as errors. Closes #3112
|
2012-08-05 13:48:29 -07:00 |
|
Brian Anderson
|
903068c132
|
Long lines
|
2012-08-03 11:46:31 -07:00 |
|
Daniel Patterson
|
7e43f8f8dc
|
std::net::url - change alt to match, ret to return, as per recent syntax changes
|
2012-08-03 11:28:19 -07:00 |
|
Daniel Patterson
|
64eb497d34
|
std::net::url - eliminate out of date comment and switch to str::each_chari instead of str_reader to make code cleaner
|
2012-08-03 11:28:19 -07:00 |
|
Daniel Patterson
|
8e3105b6db
|
std::net::url - fix to_str to work with authorityless urls, add test
|
2012-08-03 11:28:19 -07:00 |
|
Daniel Patterson
|
21187206c3
|
std::net::url cleanups for lint check
|
2012-08-03 11:28:19 -07:00 |
|
Daniel Patterson
|
b57f6b73ba
|
std::net::url - making parsing of authority give error messages if in encounters invalid stuff; support for ipv6, more tests.
|
2012-08-03 11:28:19 -07:00 |
|
Daniel Patterson
|
d60dd6be87
|
std::net::url making scheme parsing compliant with rfc, give appropriate error messages, better split fn
|
2012-08-03 11:28:19 -07:00 |
|
Daniel Patterson
|
e349201bc2
|
std::net::url - comment cleanup, new test
|
2012-08-03 11:28:18 -07:00 |
|
Daniel Patterson
|
ef46314d1e
|
std: integrating erickt's url encoding/decoding from github.com/erickt/rust-uri into std::net::url
|
2012-08-03 11:28:18 -07:00 |
|
Brian Anderson
|
b355936b4d
|
Convert ret to return
|
2012-08-01 19:16:06 -07:00 |
|
Paul Stansifer
|
a9cc5066ee
|
Change syntax extension syntax: #m[...] -> m!{...} .
|
2012-07-30 18:38:15 -07:00 |
|
Brian Anderson
|
725a73c4d5
|
std: Implement to_str for net::url::url
|
2012-07-28 16:05:06 -07:00 |
|
Patrick Walton
|
afe7757525
|
libstd: Fix missing export from URL module
|
2012-07-27 22:23:36 -07:00 |
|
Brian Anderson
|
8fdf77a20d
|
std: Make url a sendable type
|
2012-07-27 12:34:55 -07:00 |
|
Daniel Patterson
|
ee2abc1cae
|
Adding simple net::url module to parse and format urls.
|
2012-07-23 15:44:03 -07:00 |
|