about summary refs log tree commit diff
path: root/src/liburl
AgeCommit message (Collapse)AuthorLines
2014-04-03Bump version to 0.11-preBrian Anderson-1/+1
This also changes some of the download links in the documentation to 'nightly'.
2014-04-03auto merge of #13286 : alexcrichton/rust/release, r=brsonbors-1/+1
Merging the 0.10 release into the master branch.
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
Closes #2569
2014-03-23Make url::Url derive TotalEq.Ms2ger-2/+2
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-2/+0
It's now in the prelude.
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-1/+1
Closes #12771
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
This commit shreds all remnants of libextra from the compiler and standard distribution. Two modules, c_vec/tempfile, were moved into libstd after some cleanup, and the other modules were moved to separate crates as seen fit. Closes #8784 Closes #12413 Closes #12576