| Age | Commit message (Expand) | Author | Lines |
| 2020-01-09 | rustdoc: use another stability mark arrow, no rotate. | Liigo Zhuang | -3/+2 |
| 2020-01-09 | rustdoc: improve stability mark arrows | Liigo Zhuang | -4/+9 |
| 2020-01-07 | Rollup merge of #67908 - ollie27:rustdoc_const_html_escape, r=GuillaumeGomez | Yuki Okushi | -5/+16 |
| 2020-01-06 | Auto merge of #67886 - Centril:rustc_hir_canon_imports, r=nagisa | bors | -5/+6 |
| 2020-01-05 | rustdoc: HTML escape const values | Oliver Middleton | -5/+16 |
| 2020-01-05 | Use `as_deref()` to replace `as_ref().map(...)` | Ivan Tham | -3/+3 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -5/+6 |
| 2020-01-04 | canonicalize FxHash{Map,Set} imports | Mazdak Farrokhzad | -2/+2 |
| 2020-01-02 | Normalize `syntax::edition` imports. | Mazdak Farrokhzad | -5/+5 |
| 2020-01-02 | Normalize `syntax::symbol` imports. | Mazdak Farrokhzad | -3/+3 |
| 2020-01-02 | Normalize `syntax::source_map` imports. | Mazdak Farrokhzad | -4/+4 |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -3/+3 |
| 2019-12-24 | Deprecate Error::description for real | David Tolnay | -5/+1 |
| 2019-12-24 | x.py fmt after previous deignore | Mark Rousskov | -71/+162 |
| 2019-12-24 | Show value for consts in the documentation | Ohad Ravid | -2/+24 |
| 2019-12-23 | Rollup merge of #67527 - GuillaumeGomez:results-show-too-much, r=kinnison | Mazdak Farrokhzad | -46/+45 |
| 2019-12-22 | Format the world | Mark Rousskov | -2018/+2425 |
| 2019-12-22 | Fix invalid results showing back | Guillaume Gomez | -0/+4 |
| 2019-12-22 | Improve code readability | Guillaume Gomez | -43/+37 |
| 2019-12-22 | Improve JS code a bit by avoid erasing all event handlers | Guillaume Gomez | -4/+5 |
| 2019-12-22 | Implement PrintWithSpace trait on hir::Mutability | Guillaume Gomez | -12/+12 |
| 2019-12-21 | Remove clean::Mutability enum | Guillaume Gomez | -2/+2 |
| 2019-12-16 | Rollup merge of #67336 - GuillaumeGomez:fix-js-error, r=Dylan-DPC | Mazdak Farrokhzad | -1/+1 |
| 2019-12-15 | Fix JS error when loading page with search | Guillaume Gomez | -1/+1 |
| 2019-12-12 | replace serialize with serde in rustdoc | Andy Russell | -68/+121 |
| 2019-12-08 | Sort auto trait and blanket implementations display | Guillaume Gomez | -6/+28 |
| 2019-12-05 | Auto merge of #66828 - GuillaumeGomez:less-minification, r=kinnison | bors | -91/+14 |
| 2019-12-02 | Add missing backline | Guillaume Gomez | -1/+1 |
| 2019-12-02 | minify theme.js as well | Guillaume Gomez | -4/+3 |
| 2019-12-02 | Remove minification on search-index.js file | Guillaume Gomez | -85/+9 |
| 2019-12-02 | Add missing check | Guillaume Gomez | -1/+1 |
| 2019-11-30 | move UnstableFeatures -> rustc_feature | Mazdak Farrokhzad | -1/+1 |
| 2019-11-25 | Rollup merge of #65613 - Mark-Simulacrum:rustdoc-preserve-ws, r=GuillaumeGomez | Pietro Albini | -1/+1 |
| 2019-11-23 | Rollup merge of #66657 - ollie27:rustdoc_flock_panic, r=GuillaumeGomez | Mazdak Farrokhzad | -1/+2 |
| 2019-11-23 | rustdoc: Don't panic when failing to write .lock file | Oliver Middleton | -1/+2 |
| 2019-11-22 | Auto merge of #66565 - Mark-Simulacrum:syntax-cfg-mod, r=petrochenkov | bors | -2/+1 |
| 2019-11-21 | Revert "Update Source Code Pro and include italics" | Guillaume Gomez | -22/+9 |
| 2019-11-20 | Delete ProcessCfgMod | Mark Rousskov | -2/+1 |
| 2019-11-20 | Rollup merge of #66514 - GuillaumeGomez:fix-search-filter-save, r=kinnison | Mazdak Farrokhzad | -16/+13 |
| 2019-11-20 | Rollup merge of #66298 - Ppjet6:disable-search-field, r=GuillaumeGomez | Mazdak Farrokhzad | -6/+15 |
| 2019-11-20 | Rollup merge of #65665 - tspiteri:italic-and-update-SourceCodePro, r=Guillaum... | Mazdak Farrokhzad | -9/+22 |
| 2019-11-20 | Change background-color of search input if disabled | Guillaume Gomez | -0/+8 |
| 2019-11-20 | rustdoc: fixes #64305: disable search field instead of hidding it | Maxime “pep” Buquet | -6/+7 |
| 2019-11-19 | Rollup merge of #66430 - dns2utf8:fix_code_selection_click_handler, r=Guillau... | Mazdak Farrokhzad | -24/+37 |
| 2019-11-18 | Auto merge of #54733 - GuillaumeGomez:stabilize-rustdoc-theme, r=ollie27,Dyla... | bors | -11/+10 |
| 2019-11-18 | Apply review comments | Guillaume Gomez | -8/+8 |
| 2019-11-18 | Rename rustdoc options --themes and --check-themes to --theme and --check-theme | Guillaume Gomez | -1/+1 |
| 2019-11-18 | rename check-theme option into check-themes | Guillaume Gomez | -6/+3 |
| 2019-11-18 | Improve documentation, add checks for themes option arguments, make sure the ... | Guillaume Gomez | -1/+1 |
| 2019-11-18 | Rename theme-checker option to check-theme | Guillaume Gomez | -1/+1 |