| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-12-07 | rustdoc: fix the search-bar layout | Adrien Tétar | -1/+5 | |
| Now with broader compatibility. | ||||
| 2013-11-13 | doc: disable parser error highlighting + a few fixes | Adrien Tétar | -0/+1 | |
| CodeMirror parser errors are related to #9873. | ||||
| 2013-11-12 | doc: CSS: fix code fonts | Adrien Tétar | -1/+7 | |
| Closes #10330. | ||||
| 2013-10-22 | auto merge of #10003 : alexcrichton/rust/issue-fixes, r=brson | bors | -0/+7 | |
| Commits have all the fun details. | ||||
| 2013-10-21 | rustdoc: Don't overflow long type/module names | Alex Crichton | -0/+7 | |
| Closes #9862 | ||||
| 2013-10-21 | rustdoc: nitpicks & cleanup | Adrien Tétar | -425/+19 | |
| 2013-10-02 | Prevent source view from wrapping lines | Jordi Boggiano | -1/+5 | |
| 2013-10-02 | Highlight line numbers of the lines referred to in the url hash | Jordi Boggiano | -0/+22 | |
| 2013-09-30 | rustdoc: Detect repeated keys and fix width | Alex Crichton | -4/+4 | |
| When a key is pressed and held, this now does the OS-style repeating after a bit of a pause. Also fixes the width of search results to be correct (was changed beforehand and didn't catch this). | ||||
| 2013-09-27 | rustdoc: Include source files with documentation | Alex Crichton | -0/+3 | |
| All items have source links back to their actual code. Source files can be omitted with the doc(html_no_source) attribute on the crate. Currently there is no syntax highlighting, but that will come with syntax highlighting with all other snippets. Closes #2072 | ||||
| 2013-09-27 | rustdoc: Fix search for something on the same page | Alex Crichton | -6/+18 | |
| 2013-09-27 | rustdoc: Don't emit redirect pages for variants/fields | Alex Crichton | -7/+34 | |
| It's just a waste of disk space and it can be done just as well in JS. | ||||
| 2013-09-26 | rustdoc: Render stability attributes | Alex Crichton | -0/+15 | |
| Closes #8965 | ||||
| 2013-09-25 | rustdoc: Highlight function names | Alex Crichton | -0/+1 | |
| Closes #9460 | ||||
| 2013-09-22 | rustdoc: Out with the old, in with the new | Alex Crichton | -0/+1092 | |
| Removes old rustdoc, moves rustdoc_ng into its place instead (plus drops the _ng suffix). Also shreds all reference to rustdoc_ng from the Makefile rules. | ||||
