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
/
libextra
/
url.rs
Age
Commit message (
Expand
)
Author
Lines
2014-02-19
auto merge of #12231 : wycats/rust/url_path_parse, r=alexcrichton
bors
-0
/
+115
2014-02-14
Add function doc comments for extra::url::*
Dave Hodder
-15
/
+46
2014-02-12
Adds support for working with URL Paths
Yehuda Katz
-0
/
+115
2014-02-03
extra: Remove io_error usage
Alex Crichton
-13
/
+13
2014-01-26
Removed all instances of XXX in preparation for relaxing of FIXME rule
Salem Talha
-2
/
+2
2014-01-17
Tweak the interface of std::io
Alex Crichton
-2
/
+1
2014-01-11
Remove re-exports of std::io::stdio::{print, println} in the prelude.
Brendan Zabarauskas
-1
/
+1
2013-12-23
extra: Fix all code examples
Alex Crichton
-1
/
+5
2013-12-08
Remove dead codes
Kiet Tran
-10
/
+0
2013-12-01
Add struct and type doc comments for extra::url::*
Dave Hodder
-6
/
+20
2013-12-01
Add struct and type doc comments for extra::url::*
Dave Hodder
-0
/
+14
2013-11-28
Register new snapshots
Alex Crichton
-5
/
+5
2013-11-26
Removed unneccessary `_iter` suffixes from various APIs
Marvin Löbel
-4
/
+4
2013-11-17
Add doc comment for extra::url::query_to_str
Dave Hodder
-0
/
+10
2013-11-11
Move std::rt::io to std::io
Alex Crichton
-2
/
+2
2013-11-07
Add ~ to the list of allowable URL characters.
Eric Holk
-4
/
+4
2013-10-24
Another round of test fixes and merge conflicts
Alex Crichton
-2
/
+2
2013-10-24
Remove even more of std::io
Alex Crichton
-135
/
+159
2013-10-19
Fix extra::url::to_str to include the port.
Chris Morgan
-1
/
+11
2013-10-01
Migrate users of 'loop' to 'continue'
Alex Crichton
-4
/
+4
2013-09-30
extra: Remove usage of fmt!
Alex Crichton
-11
/
+11
2013-09-25
Some struct visibility fixes
Steven Fackler
-2
/
+2
2013-09-20
Uncomment a test. Fixes #4449.
Huon Wilson
-6
/
+2
2013-09-04
stop treating char as an integer type
Daniel Micay
-5
/
+5
2013-08-19
Fix some parsing errors in extra::url
Kevin Ballard
-28
/
+33
2013-08-12
Forbid pub/priv where it has no effect
Alex Crichton
-1
/
+1
2013-08-05
Updated std::Option, std::Either and std::Result
Marvin Löbel
-2
/
+2
2013-08-03
remove obsolete `foreach` keyword
Daniel Micay
-7
/
+7
2013-08-01
migrate many `for` loops to `foreach`
Daniel Micay
-7
/
+7
2013-08-01
make `in` and `foreach` get treated as keywords
Daniel Micay
-11
/
+11
2013-07-22
extra: Add url module
Brian Anderson
-0
/
+1071