Simon Sapin
|
c160192f5f
|
Replace usage of String::from_str with String:from
|
2015-06-08 16:55:35 +02:00 |
|
Alex Crichton
|
ec7c800d2f
|
Remove pretty-expanded from failing tests
This commit removes pretty-expanded from all tests that wind up calling panic!
one way or another now that its internals are unstable.
|
2015-04-08 17:21:34 -07:00 |
|
Brian Anderson
|
8c93a79e38
|
rustdoc: Replace no-pretty-expanded with pretty-expanded
Now that features must be declared expanded source often does not compile.
This adds 'pretty-expanded' to a bunch of test cases that still work.
|
2015-03-23 14:40:26 -07:00 |
|
Brian Anderson
|
df290f127e
|
Require feature attributes, and add them where necessary
|
2015-03-23 14:40:26 -07:00 |
|
Jorge Aparicio
|
17bc7d8d5b
|
cleanup: replace as[_mut]_slice() calls with deref coercions
|
2015-02-05 13:45:01 -05:00 |
|
Corey Richardson
|
2e1a50121e
|
syntax: support ES6-style unicode escapes
First half of bootstrapping https://github.com/rust-lang/rfcs/pull/446
|
2014-12-03 15:10:51 -08:00 |
|