| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-10-01 | Link plugins guide from elsewhere | Keegan McAllister | -0/+7 | |
| 2014-10-01 | Add a red-box warning to the macros guide | Keegan McAllister | -0/+9 | |
| 2014-10-01 | Add some notes about macro scoping | Keegan McAllister | -0/+60 | |
| 2014-06-27 | looks like a cut-n-paste error in unused code | John Clements | -1/+2 | |
| 2014-06-06 | doc: Turn off special features for rustdoc tests | Alex 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-30 | Remove deprecated owned vector from macro guide. | Jonathan Reem | -1/+1 | |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -1/+1 | |
| [breaking-change] | ||||
| 2014-05-16 | doc: Remove all uses of `~str` from the documentation. | Patrick Walton | -1/+1 | |
| 2014-04-12 | Update tutorials to use new attribute syntax (#13476) | Manish Goregaokar | -1/+1 | |
| 2014-03-24 | Added suggested notes | noam | -0/+32 | |
| * Note on while loop not supporting named breaks. * Note on hygienic macros (and example of such within loops) | ||||
| 2014-02-21 | Changed NonCamelCaseTypes lint to warn by default | mr.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-02 | Move 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 | ||||
