| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-03-09 | mk: 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-14 | extern mod => extern crate | Alex Crichton | -5/+5 | |
| This was previously implemented, and it just needed a snapshot to go through | ||||
| 2014-02-11 | Change `xfail` directives in compiletests to `ignore`, closes #11363 | Florian Hahn | -1/+1 | |
| 2014-02-05 | etc: add missing license boilerplates | Adrien Tétar | -2/+10 | |
| 2014-01-28 | Update extract-tests.py to use same test directives as rustdoc. | William Ting | -75/+207 | |
| Closes #11362. | ||||
| 2013-12-08 | Add dead-code warning pass | Kiet Tran | -0/+1 | |
| 2013-11-26 | rustc: Add lint for misplaced crate attributes | klutzy | -0/+1 | |
| 2013-10-23 | register snapshots | Daniel Micay | -1/+1 | |
| 2013-10-06 | Add appropriate #[feature] directives to tests | Alex Crichton | -0/+1 | |
| 2013-07-26 | Deny all warnings by default in doc tests | Alex Crichton | -8/+4 | |
| Allow some common ones that are good for examples, however. | ||||
| 2013-07-20 | rm obsolete no-op lints | Daniel Micay | -3/+0 | |
| 2013-05-23 | more testing fallout from core->std/std->extra move | Ted Horst | -2/+2 | |
| 2013-05-14 | Fix test fallout from removing vecs_implicitly_copyable | Alex Crichton | -5/+1 | |
| 2013-01-20 | Enable lint warnings for doc tests | Chris Peterson | -5/+21 | |
| 2013-01-17 | Add a license check to tidy. #4018 | Brian Anderson | -0/+2 | |
| 2012-09-18 | docs: Remove elipses from examples instead of commenting them out | Brian Anderson | -1/+1 | |
| This causes bugs since comments aren't nestable | ||||
| 2012-09-15 | docs: Make supplemental tutorials testable | Brian Anderson | -1/+5 | |
| 2012-09-05 | Fix tutorial tests | Brian Anderson | -2/+2 | |
| 2012-07-02 | tutorial: More updates for closures | Brian Anderson | -5/+1 | |
| 2012-03-20 | test: Begin running the language ref examples. Mostly xfailed | Brian Anderson | -0/+6 | |
| 2012-03-20 | doc: Switch the tutorial to pandoc's method of tagging code blocks | Brian Anderson | -8/+6 | |
| Instead of '## tag', it's '~~~ {.tag}' | ||||
| 2012-01-20 | build: Run tutorial tests | Brian Anderson | -0/+63 | |
