rust/src/librustdoc/html
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
..
static invisible isn't a tag 2016-09-17 23:30:42 -07:00
escape.rs try! -> ? 2016-03-22 22:01:37 -05:00
format.rs rustc_metadata: go only through rustc_serialize in astencode. 2016-09-20 20:07:54 +03:00
highlight.rs duplicate the 2016-09-17 23:19:03 -07:00
item_type.rs Fix rebase + address comments 2016-09-03 13:39:34 +03:00
layout.rs rustdoc: refactoring and tidying up 2016-08-17 10:30:39 +12:00
markdown.rs Set run button transparent instead of invisible 2016-09-08 01:16:06 +02:00
render.rs rustc_metadata: go only through rustc_serialize in astencode. 2016-09-20 20:07:54 +03:00
toc.rs fix alignment 2016-03-22 22:03:54 -05:00