| Age | Commit message (Expand) | Author | Lines |
| 2018-11-10 | move all static-file include!s into a single module | QuietMisdreavus | -25/+25 |
| 2018-11-10 | Remove short doc where it starts with a codeblock | Guillaume Gomez | -10/+25 |
| 2018-11-05 | Auto merge of #55515 - QuietMisdreavus:rustdoc-config, r=GuillaumeGomez | bors | -47/+42 |
| 2018-11-03 | Rollup merge of #54162 - GuillaumeGomez:hide-default-impls-items, r=QuietMisd... | Guillaume Gomez | -25/+41 |
| 2018-11-02 | pass the Options struct instead of individual args | QuietMisdreavus | -49/+42 |
| 2018-11-02 | split off a separate RenderOptions struct | QuietMisdreavus | -2/+2 |
| 2018-11-02 | swap uses of Matches with pre-parsed args | QuietMisdreavus | -7/+9 |
| 2018-11-02 | Auto merge of #54543 - GuillaumeGomez:top-level-index, r=QuietMisdreavus | bors | -12/+74 |
| 2018-10-27 | Fix sub-variant doc display | Guillaume Gomez | -9/+8 |
| 2018-10-26 | Rollup merge of #55358 - sinkuu:redundant_clone2, r=estebank | kennytm | -4/+4 |
| 2018-10-26 | Rollup merge of #54921 - GuillaumeGomez:line-numbers, r=QuietMisdreavus | kennytm | -0/+1 |
| 2018-10-26 | Remove redundant clone | Shotaro Yamada | -4/+4 |
| 2018-10-22 | Fix multiple errors | Guillaume Gomez | -4/+5 |
| 2018-10-21 | Hide items if they use default docs | Guillaume Gomez | -23/+38 |
| 2018-10-21 | Use markdown::render instead of using pulldown_cmark directly | Guillaume Gomez | -29/+21 |
| 2018-10-21 | Add index page | Guillaume Gomez | -6/+76 |
| 2018-10-19 | Prefer `Default::default` over `FxHash*::default` in struct constructors | Oliver Scherer | -10/+10 |
| 2018-10-19 | Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack | Oliver Scherer | -15/+15 |
| 2018-10-11 | Fix mobile doc display | Guillaume Gomez | -2/+3 |
| 2018-10-09 | Add line numbers option to rustdoc | Guillaume Gomez | -0/+1 |
| 2018-09-27 | show "all items" link even if crate doesn't have a version | QuietMisdreavus | -4/+5 |
| 2018-09-27 | add attributes/derives to "all items" page | QuietMisdreavus | -0/+8 |
| 2018-09-26 | add derive macros' helper attributes to doc output | QuietMisdreavus | -0/+8 |
| 2018-09-26 | add declaration blocks to attribute/derive pages | QuietMisdreavus | -4/+18 |
| 2018-09-25 | handle proc-macros as macros instead of functions | QuietMisdreavus | -0/+21 |
| 2018-09-20 | shuffle ownership of `external_traits` | QuietMisdreavus | -1/+1 |
| 2018-09-20 | refactor: move `access_levels` into RenderInfo | QuietMisdreavus | -2/+4 |
| 2018-09-20 | don't index trait impls if the trait isn't also documented | QuietMisdreavus | -5/+29 |
| 2018-09-20 | add a bunch of debug prints | QuietMisdreavus | -0/+4 |
| 2018-09-18 | Rollup merge of #54097 - GuillaumeGomez:remove-keyword-namespace, r=QuietMisd... | Guillaume Gomez | -2/+2 |
| 2018-09-16 | Rollup merge of #53941 - kzys:sort-impls, r=GuillaumeGomez | Guillaume Gomez | -4/+20 |
| 2018-09-14 | Auto merge of #52962 - GuillaumeGomez:few-things, r=QuietMisdreavus | bors | -1/+2 |
| 2018-09-12 | rustdoc: Sort implementors | Kazuyoshi Kato | -4/+20 |
| 2018-09-12 | Auto merge of #53409 - GuillaumeGomez:associated-const-value, r=QuietMisdreavus | bors | -40/+16 |
| 2018-09-10 | Remove namespace for keywords | Guillaume Gomez | -2/+2 |
| 2018-09-09 | rustdoc: Remove generated blanket impls from trait pages | Oliver Middleton | -14/+12 |
| 2018-09-06 | Don't show default docs | Guillaume Gomez | -16/+11 |
| 2018-09-06 | Fix hover on impls | Guillaume Gomez | -28/+28 |
| 2018-09-01 | Rollup merge of #53801 - GuillaumeGomez:duplicated-foreign-type-impls, r=Quie... | kennytm | -5/+9 |
| 2018-08-31 | Auto merge of #51384 - QuietMisdreavus:extern-version, r=GuillaumeGomez | bors | -2/+14 |
| 2018-08-29 | Prevent duplicated impl on foreign types | Guillaume Gomez | -5/+9 |
| 2018-08-28 | Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc. | Eduard-Mihai Burtescu | -28/+29 |
| 2018-08-26 | Remove static and const initialization from documentation | Guillaume Gomez | -17/+4 |
| 2018-08-25 | Don't show associated const value anymore | Guillaume Gomez | -23/+12 |
| 2018-08-23 | use String::new() instead of String::from(""), "".to_string(), "".to_owned() ... | Matthias Krüger | -4/+4 |
| 2018-08-21 | Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkor | kennytm | -1/+1 |
| 2018-08-19 | mv (mod) codemap source_map | Donato Sciarra | -1/+1 |
| 2018-08-19 | Fix typos found by codespell. | Matthias Krüger | -1/+1 |
| 2018-08-18 | Use the new Entry::or_default method where possible. | Eduard-Mihai Burtescu | -4/+4 |
| 2018-08-05 | Change rustdoc style so fully qualified names do not overlap src links | Mike Boutin | -30/+30 |