Brian Anderson
|
74c69e1053
|
Convert more core types to camel case
|
2012-08-15 14:14:20 -07:00 |
|
Brian Anderson
|
11258310e2
|
Convert more core types to camel case
|
2012-08-14 18:26:03 -07:00 |
|
Brian Anderson
|
5394e34aa4
|
core: Camel case some lesser-used modules
|
2012-08-13 18:59:48 -07:00 |
|
Brian Anderson
|
6a0720b439
|
Convert impls to new syntax
|
2012-08-08 18:19:24 -07:00 |
|
Brian Anderson
|
d3a9bb1bd4
|
std: URL paths can contain dashes
|
2012-08-06 15:17:08 -07:00 |
|
Brian Anderson
|
1e3143b34e
|
std: Parse underscores in url paths
|
2012-08-06 13:12:49 -07:00 |
|
Brian Anderson
|
025d86624d
|
Switch alts to use arrows
|
2012-08-05 22:08:09 -07:00 |
|
Brian Anderson
|
3fe1c7071d
|
std: Some fixes to url parsing
|
2012-08-05 16:33:28 -07:00 |
|
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 |
|