Adolfo Ochagavía
05baf9b10c
Deprecate str::from_char
...
Use `String::from_char` or `.to_str` instead
[breaking-change]
2014-07-15 19:55:18 +02:00
Joseph Crail
c2c9946372
Fix more misspelled comments and strings.
2014-06-10 11:24:17 -04:00
Alex Crichton
42aed6bde2
std: Remove format_strbuf!()
...
This was only ever a transitionary macro.
2014-05-28 08:35:41 -07:00
Richo Healey
1f1b2e42d7
std: Rename strbuf operations to string
...
[breaking-change]
2014-05-27 12:59:31 -07:00
Richo Healey
553074506e
core: rename strbuf::StrBuf to string::String
...
[breaking-change]
2014-05-24 21:48:10 -07:00
Patrick Walton
36195eb91f
libstd: Remove ~str
from all libstd
modules except fmt
and str
.
2014-05-22 14:42:01 -07:00
Patrick Walton
ded860c0e8
libterm: Remove all uses of ~str
from libterm
2014-05-14 18:29:13 -07:00
Patrick Walton
090040bf40
librustc: Remove ~EXPR
, ~TYPE
, and ~PAT
from the language, except
...
for `~str`/`~[]`.
Note that `~self` still remains, since I forgot to add support for
`Box<self>` before the snapshot.
How to update your code:
* Instead of `~EXPR`, you should write `box EXPR`.
* Instead of `~TYPE`, you should write `Box<Type>`.
* Instead of `~PATTERN`, you should write `box PATTERN`.
[breaking-change]
2014-05-06 23:12:54 -07:00
Brian Anderson
a5be12ce7e
Replace most ~exprs with 'box'. #11779
2014-05-02 23:00:58 -07:00
Richo Healey
919889a1d6
Replace all ~"" with "".to_owned()
2014-04-18 17:25:34 -07:00
Olle Jonsson
a6c14dda21
Documentation sprint: Terminfo
2014-03-24 12:16:15 +01:00
Patrick Walton
af79a5aa7d
test: Make manual changes to deal with the fallout from removal of
...
`~[T]` in test, libgetopts, compiletest, librustdoc, and libnum.
2014-03-21 23:37:21 +11:00
Virgile Andreani
979046044f
Add /etc/terminfo to the terminfo search paths
2014-03-02 22:31:11 +01:00
Alex Crichton
41cde566bb
extra: Fix tests with io_error usage
2014-02-03 09:32:34 -08:00
Alex Crichton
ef00c6a278
extra: Remove io_error usage
2014-02-03 09:32:33 -08:00
xales
51260f69cd
Move term, terminfo out of extra.
...
cc #8784
2014-02-02 18:35:35 -05:00