Alex Crichton
1de4b65d2a
Updates with core::fmt changes
...
1. Wherever the `buf` field of a `Formatter` was used, the `Formatter` is used
instead.
2. The usage of `write_fmt` is minimized as much as possible, the `write!` macro
is preferred wherever possible.
3. Usage of `fmt::write` is minimized, favoring the `write!` macro instead.
2014-05-15 23:22:06 -07:00
Patrick Walton
dfe021625a
liburl: Remove all uses of ~str
from liburl
2014-05-14 18:29:14 -07:00
Brian Anderson
c1da4f875f
Add the patch number to version strings. Closes #13289
2014-05-12 19:52:29 -07:00
Daniel Micay
7852625b86
remove leftover obsolete string literals
2014-05-01 17:42:57 -04:00
Richo Healey
919889a1d6
Replace all ~"" with "".to_owned()
2014-04-18 17:25:34 -07:00
Chris Shea
ea5d9088ad
liburl doc: insert missing hyphen
2014-04-15 19:45:00 -07:00
Patrick Walton
d8e45ea7c0
libstd: Implement StrBuf
, a new string buffer type like Vec
, and
...
port all code over to use it.
2014-04-10 22:10:10 +10:00
Steven Fackler
49a8081095
De-~[] Mem{Reader,Writer}
2014-04-06 15:40:01 -07:00
Brian Anderson
0875ffcbff
Bump version to 0.11-pre
...
This also changes some of the download links in the documentation
to 'nightly'.
2014-04-03 16:28:46 -07:00
bors
bb31cb8d2e
auto merge of #13286 : alexcrichton/rust/release, r=brson
...
Merging the 0.10 release into the master branch.
2014-04-03 13:52:03 -07:00
Alex Crichton
8093427195
url: Switch privacy defaults where necessary
2014-03-31 15:47:37 -07:00
Alex Crichton
a5681d2590
Bump version to 0.10
2014-03-31 14:40:44 -07:00
Brian Anderson
451e8c1c61
Convert most code to new inner attribute syntax.
...
Closes #2569
2014-03-28 17:12:21 -07:00
Ms2ger
aa39d755e3
Make url::Url derive TotalEq.
2014-03-23 15:32:18 +01:00
Alex Crichton
da3625161d
Removing imports of std::vec_ng::Vec
...
It's now in the prelude.
2014-03-20 09:30:14 -07:00
Daniel Micay
14f656d1a7
rename std::vec_ng -> std::vec
...
Closes #12771
2014-03-20 04:25:32 -04:00
bors
e49c30a89a
auto merge of #12923 : sfackler/rust/vecify, r=brson
2014-03-15 19:26:31 -07:00
Steven Fackler
b1f523525a
Remove most ~[] usage in liburl
2014-03-15 15:13:00 -07:00
Steven Fackler
9106c15ffd
Add rustdoc html crate info
2014-03-15 14:26:12 -07:00
Alex Crichton
58e4ab2b33
extra: Put the nail in the coffin, delete libextra
...
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
2014-03-14 13:59:02 -07:00