summary refs log tree commit diff
path: root/src/test/run-pass/for-loop-no-std.rs
AgeCommit message (Expand)AuthorLines
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-1/+1
2015-03-27rollup merge of #23786: alexcrichton/less-quotesAlex Crichton-1/+1
2015-03-27Unquote all crate names without underscoresRicho Healey-1/+1
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-1/+1
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-1/+1
2015-02-07Feature-gate #![no_std]Keegan McAllister-1/+1
2015-02-07Don't use std:: paths in syntax extensions when compiling a #![no_std] crateKeegan McAllister-0/+25