rust/src/test/run-make/target-specs
Alex Crichton 5cccf3cd25 syntax: Implement #![no_core]
This commit is an implementation of [RFC 1184][rfc] which tweaks the behavior of
the `#![no_std]` attribute and adds a new `#![no_core]` attribute. The
`#![no_std]` attribute now injects `extern crate core` at the top of the crate
as well as the libcore prelude into all modules (in the same manner as the
standard library's prelude). The `#![no_core]` attribute disables both std and
core injection.

[rfc]: https://github.com/rust-lang/rfcs/pull/1184
2015-08-03 17:23:01 -07:00
..
foo.rs syntax: Implement #![no_core] 2015-08-03 17:23:01 -07:00
Makefile adapt run-make test suite for openbsd 2015-02-08 14:18:03 +01:00
my-awesome-platform.json Change target-word-size to target-pointer-width 2015-02-11 22:29:16 +02:00
my-incomplete-platform.json Change target-word-size to target-pointer-width 2015-02-11 22:29:16 +02:00
my-invalid-platform.json Implement flexible target specification 2014-11-04 05:07:47 -05:00
x86_64-unknown-linux-gnu.json Change target-word-size to target-pointer-width 2015-02-11 22:29:16 +02:00