John Clements
2f73b7874e
looks like a cut-n-paste error in unused code
2014-06-27 22:11:11 -07:00
Alex Crichton
cc63d4c61b
doc: Turn off special features for rustdoc tests
...
These were only used for the markdown tests, and there's no reason they should
be distinct from the other tests.
2014-06-06 20:00:07 -07:00
Jonathan Reem
f740e8dde1
Remove deprecated owned vector from macro guide.
2014-05-30 21:30:20 -07:00
Richo Healey
553074506e
core: rename strbuf::StrBuf to string::String
...
[breaking-change]
2014-05-24 21:48:10 -07:00
Patrick Walton
b84c0dc2d6
doc: Remove all uses of ~str
from the documentation.
2014-05-16 11:41:27 -07:00
Manish Goregaokar
d0aed0995b
Update tutorials to use new attribute syntax ( #13476 )
2014-04-12 09:03:39 +05:30
noam
4b224af72a
Added suggested notes
...
* Note on while loop not supporting named breaks.
* Note on hygienic macros (and example of such within loops)
2014-03-24 00:43:43 -04:00
mr.Shu
70319f7b25
Changed NonCamelCaseTypes lint to warn by default
...
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-21 08:11:52 +01:00
Alex Crichton
864b434bfa
Move doc/ to src/doc/
...
We generate documentation into the doc/ directory, so we shouldn't be
intermingling source files with generated files
2014-02-02 10:59:14 -08:00