Niko Matsakis
|
2c5e784d6f
|
add const_fn features
|
2015-05-29 09:42:54 -04:00 |
|
Eduard Burtescu
|
377b0900ae
|
Use const fn to abstract away the contents of UnsafeCell & friends.
|
2015-05-27 11:19:03 +03: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 |
|
Felix S. Klock II
|
3dbf969103
|
For FRU, evaluate field expressions (into scratch temps) before base expression.
Fix #23112.
|
2015-03-09 14:50:36 +01:00 |
|