summary refs log tree commit diff
path: root/src/test/run-pass/derive-no-std.rs
AgeCommit message (Expand)AuthorLines
2016-03-14refactor derive-no-std test, add empty struct/enumAlex Burka-0/+22
2016-03-07mk: Distribute fewer TARGET_CRATESAlex Crichton-39/+0
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-1/+1
2015-08-03syntax: Implement #![no_core]Alex Crichton-2/+1
2015-04-21test: Fix fallout in testsAlex Crichton-1/+0
2015-03-27Unquote all crate names without underscoresRicho Healey-1/+1
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-1/+1
2015-02-07Feature-gate #![no_std]Keegan McAllister-0/+1
2015-02-07Don't use std:: paths in syntax extensions when compiling a #![no_std] crateKeegan McAllister-0/+40