summary refs log tree commit diff
path: root/src/liburl/lib.rs
AgeCommit message (Expand)AuthorLines
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-2/+2
2014-06-17Mark all crates except std as experimentalBrian Anderson-0/+1
2014-06-11std: Remove i18n/l10n from format!Alex Crichton-2/+2
2014-06-06rustdoc: Submit examples to play.rust-lang.orgAlex Crichton-1/+2
2014-06-06url: encode small bytes correctly.Huon Wilson-2/+6
2014-06-06auto merge of #14667 : aochagavia/rust/pr2, r=huonwbors-1/+1
2014-06-06Change to_str().to_string() to just to_str()Adolfo OchagavĂ­a-1/+1
2014-06-05Fallout from the libcollections movementAlex Crichton-8/+5
2014-06-01std: Drop Total from Total{Eq,Ord}Alex Crichton-2/+2
2014-05-31Fix broken markup in query_to_str documentationFlorian Hartwig-2/+2
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-5/+5
2014-05-27std: Rename strbuf operations to stringRicho Healey-207/+207
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-45/+45
2014-05-22auto merge of #14348 : alexcrichton/rust/doc.rust-lang.org, r=huonwbors-1/+1
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-4/+4
2014-05-21Change static.rust-lang.org to doc.rust-lang.orgAlex Crichton-1/+1
2014-05-15Updates with core::fmt changesAlex Crichton-13/+13
2014-05-14liburl: Remove all uses of `~str` from `liburl`Patrick Walton-302/+315
2014-05-12Add the patch number to version strings. Closes #13289Brian Anderson-1/+1
2014-05-01remove leftover obsolete string literalsDaniel Micay-2/+2
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-213/+215
2014-04-15liburl doc: insert missing hyphenChris Shea-1/+1
2014-04-10libstd: Implement `StrBuf`, a new string buffer type like `Vec`, andPatrick Walton-24/+25
2014-04-06De-~[] Mem{Reader,Writer}Steven Fackler-1/+1
2014-04-03Bump version to 0.11-preBrian Anderson-1/+1
2014-04-03auto merge of #13286 : alexcrichton/rust/release, r=brsonbors-1/+1
2014-03-31url: Switch privacy defaults where necessaryAlex Crichton-12/+12
2014-03-31Bump version to 0.10Alex Crichton-1/+1
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-8/+8
2014-03-23Make url::Url derive TotalEq.Ms2ger-2/+2
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-2/+0
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-1/+1
2014-03-15auto merge of #12923 : sfackler/rust/vecify, r=brsonbors-23/+24
2014-03-15Remove most ~[] usage in liburlSteven Fackler-23/+24
2014-03-15Add rustdoc html crate infoSteven Fackler-0/+3
2014-03-14extra: Put the nail in the coffin, delete libextraAlex Crichton-0/+1283