| Age | Commit message (Expand) | Author | Lines |
| 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 | -10/+36 |
| 2018-09-12 | rustdoc: Sort implementors | Kazuyoshi Kato | -4/+20 |
| 2018-09-12 | Auto merge of #53409 - GuillaumeGomez:associated-const-value, r=QuietMisdreavus | bors | -44/+27 |
| 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 implementors generation as well | Guillaume Gomez | -3/+6 |
| 2018-09-06 | Fix hover on impls | Guillaume Gomez | -37/+43 |
| 2018-09-05 | Apply method docs collapse to all impl-items sections | Guillaume Gomez | -1/+3 |
| 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-30 | Rollup merge of #53806 - GuillaumeGomez:fix-ui-issues-foreign-type-impls, r=Q... | Pietro Albini | -0/+11 |
| 2018-08-30 | Rollup merge of #53747 - GuillaumeGomez:rustdoc-fixes, r=QuietMisdreavus | Pietro Albini | -0/+6 |
| 2018-08-29 | Prevent duplicated impl on foreign types | Guillaume Gomez | -5/+9 |
| 2018-08-29 | Fix UI issues on Implementations on Foreign types | Guillaume Gomez | -0/+11 |
| 2018-08-28 | Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc. | Eduard-Mihai Burtescu | -33/+35 |
| 2018-08-27 | Fix invalid display of unstable messages | Guillaume Gomez | -0/+5 |
| 2018-08-27 | Fix source automatic scroll | Guillaume Gomez | -0/+1 |
| 2018-08-26 | Remove static and const initialization from documentation | Guillaume Gomez | -17/+4 |
| 2018-08-26 | Rollup merge of #53706 - ehuss:rustdoc-section-anchor, r=GuillaumeGomez | Guillaume Gomez | -3/+2 |
| 2018-08-26 | Rollup merge of #53626 - kzys:hashchange, r=GuillaumeGomez | Guillaume Gomez | -16/+36 |
| 2018-08-26 | Rollup merge of #53043 - GuillaumeGomez:improve-unstable-msg-display, r=Quiet... | Guillaume Gomez | -0/+13 |
| 2018-08-25 | rustdoc: Fix gap on section anchor symbol when hovering. | Eric Huss | -3/+2 |
| 2018-08-25 | Add collapser for associated const | Guillaume Gomez | -4/+3 |
| 2018-08-25 | Don't show associated const value anymore | Guillaume Gomez | -23/+20 |
| 2018-08-25 | Expand a collapsed element on onclick | Kazuyoshi Kato | -16/+21 |
| 2018-08-25 | Auto merge of #53577 - GuillaumeGomez:rustdoc-substring-search, r=QuietMisdre... | bors | -10/+10 |
| 2018-08-23 | Check null-able variables before using them | Kazuyoshi Kato | -3/+2 |
| 2018-08-23 | use String::new() instead of String::from(""), "".to_string(), "".to_owned() ... | Matthias Krüger | -8/+8 |
| 2018-08-23 | Automatically expand a section even after page load | Kazuyoshi Kato | -16/+32 |
| 2018-08-22 | Search a substring instead of start of string in rustdoc search | Guillaume Gomez | -10/+10 |
| 2018-08-21 | Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkor | kennytm | -1/+1 |
| 2018-08-21 | Rollup merge of #53405 - oconnor663:search_esc, r=GuillaumeGomez | kennytm | -0/+3 |
| 2018-08-19 | fix tidy errors | Donato Sciarra | -2/+4 |
| 2018-08-19 | mv codemap source_map | Donato Sciarra | -5/+5 |
| 2018-08-19 | mv codemap() source_map() | Donato Sciarra | -2/+2 |
| 2018-08-19 | mv (mod) codemap source_map | Donato Sciarra | -2/+2 |
| 2018-08-19 | mv filemap source_file | Donato Sciarra | -1/+1 |
| 2018-08-19 | mv CodeMap SourceMap | Donato Sciarra | -3/+3 |
| 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-15 | restore the page title after escaping out of a search | Jack O'Connor | -0/+3 |
| 2018-08-15 | Fix links' color | Guillaume Gomez | -4/+4 |
| 2018-08-12 | Rollup merge of #53267 - GuillaumeGomez:fix-styles, r=QuietMisdreavus | Guillaume Gomez | -4/+4 |
| 2018-08-11 | Fix styles | Guillaume Gomez | -4/+4 |
| 2018-08-10 | Remove unwanted console log | Guillaume Gomez | -1/+0 |
| 2018-08-09 | Rollup merge of #53094 - GuillaumeGomez:automatic-expand, r=nrc | kennytm | -0/+19 |
| 2018-08-09 | Rollup merge of #52773 - ljedrz:unncecessary_patterns, r=nikomatsakis | kennytm | -2/+2 |
| 2018-08-07 | Avoid unnecessary pattern matching against Option and Result | ljedrz | -2/+2 |
| 2018-08-05 | Automatically expand section if url id point to one of its component | Guillaume Gomez | -0/+19 |