| Age | Commit message (Expand) | Author | Lines |
| 2018-10-29 | Remove redundant clone | Shotaro Yamada | -4/+4 |
| 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-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 |
| 2018-08-02 | Fix trait item doc setting, add new setting, start hiding elements by default... | Guillaume Gomez | -1/+2 |
| 2018-07-31 | Cleanup highlighting code | Mark Rousskov | -3/+1 |
| 2018-07-31 | Remove global derive_id and reset_ids functions | Mark Rousskov | -88/+59 |
| 2018-07-31 | Further extract error code switch | Mark Rousskov | -18/+22 |
| 2018-07-30 | Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkov | bors | -1/+1 |
| 2018-07-29 | Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkov | bors | -6/+6 |
| 2018-07-29 | Auto merge of #52764 - sinkuu:cleanup, r=nikomatsakis | bors | -4/+2 |
| 2018-07-28 | Auto merge of #52585 - GuillaumeGomez:generic-impls, r=QuietMisdreavus | bors | -34/+61 |
| 2018-07-28 | Don't format!() string literals | ljedrz | -1/+1 |
| 2018-07-28 | Don't display full blanket implementation and put it into its own section | Guillaume Gomez | -17/+42 |
| 2018-07-28 | Rollup merge of #52781 - ljedrz:avoid_vec_arguments, r=nikomatsakis | kennytm | -3/+3 |
| 2018-07-27 | Use slices where a vector is not necessary | ljedrz | -3/+3 |
| 2018-07-27 | Use str::repeat | Shotaro Yamada | -4/+2 |
| 2018-07-27 | Prefer to_string() to format!() | ljedrz | -6/+6 |
| 2018-07-25 | Add missing dyn | Tatsuyuki Ishi | -1/+1 |
| 2018-07-22 | Improve code | Guillaume Gomez | -10/+1 |