index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
net_url.rs
Age
Commit message (
Collapse
)
Author
Lines
2012-08-08
Convert impls to new syntax
Brian Anderson
-3
/
+3
2012-08-06
std: URL paths can contain dashes
Brian Anderson
-1
/
+9
2012-08-06
std: Parse underscores in url paths
Brian Anderson
-1
/
+10
2012-08-05
Switch alts to use arrows
Brian Anderson
-51
/
+51
2012-08-05
std: Some fixes to url parsing
Brian Anderson
-2
/
+18
2012-08-05
std: URLs without schemes parse as errors. Closes #3112
Brian Anderson
-1
/
+6
2012-08-03
Long lines
Brian Anderson
-1
/
+2
2012-08-03
std::net::url - change alt to match, ret to return, as per recent syntax changes
Daniel Patterson
-25
/
+25
2012-08-03
std::net::url - eliminate out of date comment and switch to str::each_chari ↵
Daniel Patterson
-17
/
+12
instead of str_reader to make code cleaner
2012-08-03
std::net::url - fix to_str to work with authorityless urls, add test
Daniel Patterson
-6
/
+16
2012-08-03
std::net::url cleanups for lint check
Daniel Patterson
-50
/
+61
2012-08-03
std::net::url - making parsing of authority give error messages if in ↵
Daniel Patterson
-30
/
+331
encounters invalid stuff; support for ipv6, more tests.
2012-08-03
std::net::url making scheme parsing compliant with rfc, give appropriate ↵
Daniel Patterson
-19
/
+59
error messages, better split fn
2012-08-03
std::net::url - comment cleanup, new test
Daniel Patterson
-6
/
+24
2012-08-03
std: integrating erickt's url encoding/decoding from ↵
Daniel Patterson
-4
/
+385
github.com/erickt/rust-uri into std::net::url
2012-08-01
Convert ret to return
Brian Anderson
-13
/
+13
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-1
/
+1
2012-07-28
std: Implement to_str for net::url::url
Brian Anderson
-0
/
+6
2012-07-27
libstd: Fix missing export from URL module
Patrick Walton
-2
/
+2
2012-07-27
std: Make url a sendable type
Brian Anderson
-8
/
+6
2012-07-23
Adding simple net::url module to parse and format urls.
Daniel Patterson
-0
/
+241
[prev]