about summary refs log tree commit diff
path: root/src/etc/extract-tests.py
AgeCommit message (Collapse)AuthorLines
2014-03-09mk: rewrite the documentation handling.Huon Wilson-217/+0
This converts it to be very similar to crates.mk, with a single list of the documentation items creating all the necessary bits and pieces. Changes include: - rustdoc is used to render HTML & test standalone docs - documentation building now obeys NO_REBUILD=1 - testing standalone docs now obeys NO_REBUILD=1 - L10N is slightly less broken (in particular, it shares dependencies and code with the rest of the code) - PDFs can be built for all documentation items, not just tutorial and manual - removes the obsolete & unused extract-tests.py script - adjust the CSS for standalone docs to use the rustdoc syntax highlighting
2014-02-14extern mod => extern crateAlex Crichton-5/+5
This was previously implemented, and it just needed a snapshot to go through
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-1/+1
2014-02-05etc: add missing license boilerplatesAdrien Tétar-2/+10
2014-01-28Update extract-tests.py to use same test directives as rustdoc.William Ting-75/+207
Closes #11362.
2013-12-08Add dead-code warning passKiet Tran-0/+1
2013-11-26rustc: Add lint for misplaced crate attributesklutzy-0/+1
2013-10-23register snapshotsDaniel Micay-1/+1
2013-10-06Add appropriate #[feature] directives to testsAlex Crichton-0/+1
2013-07-26Deny all warnings by default in doc testsAlex Crichton-8/+4
Allow some common ones that are good for examples, however.
2013-07-20rm obsolete no-op lintsDaniel Micay-3/+0
2013-05-23more testing fallout from core->std/std->extra moveTed Horst-2/+2
2013-05-14Fix test fallout from removing vecs_implicitly_copyableAlex Crichton-5/+1
2013-01-20Enable lint warnings for doc testsChris Peterson-5/+21
2013-01-17Add a license check to tidy. #4018Brian Anderson-0/+2
2012-09-18docs: Remove elipses from examples instead of commenting them outBrian Anderson-1/+1
This causes bugs since comments aren't nestable
2012-09-15docs: Make supplemental tutorials testableBrian Anderson-1/+5
2012-09-05Fix tutorial testsBrian Anderson-2/+2
2012-07-02tutorial: More updates for closuresBrian Anderson-5/+1
2012-03-20test: Begin running the language ref examples. Mostly xfailedBrian Anderson-0/+6
2012-03-20doc: Switch the tutorial to pandoc's method of tagging code blocksBrian Anderson-8/+6
Instead of '## tag', it's '~~~ {.tag}'
2012-01-20build: Run tutorial testsBrian Anderson-0/+63