rust/src/librustdoc
Guillaume Gomez d56b116e63 Rollup merge of #36559 - grimreaper:eax/fix/r1, r=nikomatsakis
Fix a variety of minor issues

CSS:
- use integer values for font-size in CSS
- use correct ordering of @import
- "invisible" isn't a tag - presume its a class
- "border-color" defines the complete border

python:
- use "not" instead of == "[]" for python
- prefer triple quoted docstrings
- prefer static functions where possible
- prefer modern style classes where possible
- remove semicolons;

global:
- remove duplicated words words
2016-09-24 00:15:45 +02:00
..
clean rustc_metadata: replace RBML with a simple and type-safe scheme. 2016-09-20 20:08:05 +03:00
html Rollup merge of #36559 - grimreaper:eax/fix/r1, r=nikomatsakis 2016-09-24 00:15:45 +02:00
build.rs
Cargo.toml
core.rs rustc_metadata: move more RBML tags to auto-serialization. 2016-09-20 20:08:02 +03:00
doctree.rs rustc_metadata: go only through rustc_serialize in astencode. 2016-09-20 20:07:54 +03:00
externalfiles.rs
fold.rs
lib.rs
markdown.rs
passes.rs
plugins.rs
test.rs rustc_metadata: move more RBML tags to auto-serialization. 2016-09-20 20:08:02 +03:00
visit_ast.rs rustc_metadata: go only through rustc_serialize in astencode. 2016-09-20 20:07:54 +03:00
visit_lib.rs rustc_metadata: split the Def description of a DefId from item_children. 2016-09-20 20:08:05 +03:00