| Age | Commit message (Collapse) | Author | Lines |
|
* Note on while loop not supporting named breaks.
* Note on hygienic macros (and example of such within loops)
|
|
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
|
|
We generate documentation into the doc/ directory, so we shouldn't be
intermingling source files with generated files
|