summary refs log tree commit diff
path: root/src/doc/guide-macros.md
AgeCommit message (Collapse)AuthorLines
2014-10-01Link plugins guide from elsewhereKeegan McAllister-0/+7
2014-10-01Add a red-box warning to the macros guideKeegan McAllister-0/+9
2014-10-01Add some notes about macro scopingKeegan McAllister-0/+60
2014-06-27looks like a cut-n-paste error in unused codeJohn Clements-1/+2
2014-06-06doc: Turn off special features for rustdoc testsAlex Crichton-9/+26
These were only used for the markdown tests, and there's no reason they should be distinct from the other tests.
2014-05-30Remove deprecated owned vector from macro guide.Jonathan Reem-1/+1
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-1/+1
[breaking-change]
2014-05-16doc: Remove all uses of `~str` from the documentation.Patrick Walton-1/+1
2014-04-12Update tutorials to use new attribute syntax (#13476)Manish Goregaokar-1/+1
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