summary refs log tree commit diff
path: root/src/doc/guide-macros.md
AgeCommit message (Collapse)AuthorLines
2014-03-24Added suggested notesnoam-0/+32
* Note on while loop not supporting named breaks. * Note on hygienic macros (and example of such within loops)
2014-02-21Changed NonCamelCaseTypes lint to warn by defaultmr.Shu-34/+34
Added allow(non_camel_case_types) to librustc where necesary Tried to fix problems with non_camel_case_types outside rustc fixed failing tests Docs updated Moved #[allow(non_camel_case_types)] a level higher. markdown.rs reverted Fixed timer that was failing tests Fixed another timer
2014-02-02Move doc/ to src/doc/Alex Crichton-0/+409
We generate documentation into the doc/ directory, so we shouldn't be intermingling source files with generated files