| Age | Commit message (Expand) | Author | Lines |
| 2019-11-29 | Rollup merge of #66791 - cjgillot:arena, r=Mark-Simulacrum | Ralf Jung | -17/+20 |
| 2019-11-28 | rustc_metadata: Merge `cstore.rs` into `creader.rs` | Vadim Petrochenkov | -1/+1 |
| 2019-11-27 | Use new ErrorKind enum | Guillaume Gomez | -10/+16 |
| 2019-11-27 | Replace Iterator::find calls with Iterator::any when better | Guillaume Gomez | -6/+5 |
| 2019-11-27 | Add support for intra-doc link fields of enum variant | Guillaume Gomez | -7/+60 |
| 2019-11-27 | little intra-doc code cleanup | Guillaume Gomez | -16/+11 |
| 2019-11-27 | Auto merge of #66675 - GuillaumeGomez:support-anchors-intra-doc-links, r=kinn... | bors | -78/+211 |
| 2019-11-26 | Rollup merge of #66754 - estebank:rustdoc-capitalization, r=Dylan-DPC | Tyler Mandry | -3/+3 |
| 2019-11-26 | Have Queries own the GlobalCtxt. | Camille GILLOT | -1/+1 |
| 2019-11-26 | Review nits. | Camille GILLOT | -4/+4 |
| 2019-11-26 | Reduce righward drift. | Camille GILLOT | -163/+160 |
| 2019-11-25 | Don't move stuff out of Compiler::enter. | Camille GILLOT | -122/+120 |
| 2019-11-25 | Pass Queries by reference. | Camille GILLOT | -2/+2 |
| 2019-11-25 | Rollup merge of #65613 - Mark-Simulacrum:rustdoc-preserve-ws, r=GuillaumeGomez | Pietro Albini | -1/+1 |
| 2019-11-25 | Update error messages | Guillaume Gomez | -3/+3 |
| 2019-11-24 | Fix some rustdoc error capitalization | Esteban Küber | -3/+3 |
| 2019-11-24 | Tidy. | Camille GILLOT | -4/+5 |
| 2019-11-24 | Isolate compiler queries inside the Queries type. | Camille GILLOT | -41/+48 |
| 2019-11-23 | Rollup merge of #66657 - ollie27:rustdoc_flock_panic, r=GuillaumeGomez | Mazdak Farrokhzad | -1/+2 |
| 2019-11-23 | Rollup merge of #66655 - ollie27:rustdoc_extern-private_unstable, r=Guillaume... | Mazdak Farrokhzad | -1/+1 |
| 2019-11-23 | Rollup merge of #61351 - GuillaumeGomez:stabilize-cfg-rustdoc, r=QuietMisdreavus | Mazdak Farrokhzad | -1/+1 |
| 2019-11-23 | Handle anchor errors | Guillaume Gomez | -113/+190 |
| 2019-11-23 | Handle anchors in intra doc links | Guillaume Gomez | -11/+67 |
| 2019-11-23 | rustdoc: Don't panic when failing to write .lock file | Oliver Middleton | -1/+2 |
| 2019-11-23 | rustdoc: Mark `--extern-private` as unstable | Oliver Middleton | -1/+1 |
| 2019-11-22 | Auto merge of #66565 - Mark-Simulacrum:syntax-cfg-mod, r=petrochenkov | bors | -6/+3 |
| 2019-11-21 | Rename the cfg attribute from rustdoc to doc | Guillaume Gomez | -1/+1 |
| 2019-11-21 | Rollup merge of #66602 - GuillaumeGomez:revert-font, r=GuillaumeGomez | Mazdak Farrokhzad | -22/+9 |
| 2019-11-21 | Stabilize the `never_type`, written `!`. | Mazdak Farrokhzad | -1/+1 |
| 2019-11-21 | Revert "Update Source Code Pro and include italics" | Guillaume Gomez | -22/+9 |
| 2019-11-20 | Delete ProcessCfgMod | Mark Rousskov | -6/+3 |
| 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 | -24/+37 |
| 2019-11-18 | improve error messages and documentation | Guillaume Gomez | -3/+3 |
| 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 | -11/+11 |
| 2019-11-18 | rename check-theme option into check-themes | Guillaume Gomez | -11/+8 |
| 2019-11-18 | Improve documentation, add checks for themes option arguments, make sure the ... | Guillaume Gomez | -2/+8 |
| 2019-11-18 | Rename theme-checker option to check-theme | Guillaume Gomez | -3/+3 |
| 2019-11-18 | Add sentence to tell other options are ignored when running check-theme | Guillaume Gomez | -3/+3 |
| 2019-11-18 | Prevent invalid html characters in themes name | Guillaume Gomez | -1/+3 |
| 2019-11-18 | Apply review comments | Guillaume Gomez | -3/+9 |
| 2019-11-18 | Warn instead of failing for themes | Guillaume Gomez | -2/+2 |
| 2019-11-18 | Stabilize rustdoc theme options | Guillaume Gomez | -3/+5 |
| 2019-11-18 | Fix selected crate search filter | Guillaume Gomez | -16/+13 |