| Age | Commit message (Expand) | Author | Lines |
| 2019-11-18 | Auto merge of #66238 - ehuss:stabilize-rustdoc-edition, r=GuillaumeGomez | bors | -3/+1 |
| 2019-11-17 | Rollup merge of #66456 - Centril:driver-codes, r=Mark-Simulacrum | Yuki Okushi | -2/+4 |
| 2019-11-16 | move DIAGNOSTICS usage to rustc_driver | Mazdak Farrokhzad | -2/+4 |
| 2019-11-15 | Rollup merge of #66427 - Mark-Simulacrum:errors-json, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-11-15 | Move JSON emitter to rustc_errors | Mark Rousskov | -1/+1 |
| 2019-11-15 | Prevent jumps when selecting one or many lines | Stefan Schindler | -0/+5 |
| 2019-11-15 | Fix the source code highlighting on source comments | Stefan Schindler | -24/+32 |
| 2019-11-15 | Code cleanup to remove douplacte var definition | Stefan Schindler | -3/+2 |
| 2019-11-15 | Remove unused argument | Stefan Schindler | -1/+1 |
| 2019-11-14 | Auto merge of #66233 - cjgillot:constkind, r=oli-obk | bors | -3/+3 |
| 2019-11-13 | Auto merge of #66211 - kinnison:kinnison/fix-66159, r=GuillaumeGomez | bors | -2/+31 |
| 2019-11-13 | Rollup merge of #66297 - vakaras:edit-queries, r=oli-obk | Yuki Okushi | -0/+2 |
| 2019-11-13 | Rollup merge of #66166 - GuillaumeGomez:rename-rustdoc-to-doc, r=QuietMisdreavus | Yuki Okushi | -2/+2 |
| 2019-11-12 | Rename in librustdoc. | Camille GILLOT | -3/+3 |
| 2019-11-12 | Rollup merge of #66299 - rossmacarthur:fix-41260-avoid-issue-0, r=varkor | Yuki Okushi | -2/+3 |
| 2019-11-11 | Add a callback that allows compiler consumers to override queries. | Vytautas Astrauskas | -0/+2 |
| 2019-11-11 | support issue = "none" in unstable attributes | Ross MacArthur | -2/+3 |
| 2019-11-11 | Auto merge of #66252 - cjgillot:trees, r=oli-obk | bors | -2/+2 |
| 2019-11-10 | Merge hir::Mutability into ast::Mutability. | Camille GILLOT | -2/+2 |
| 2019-11-10 | move syntax::parse -> librustc_parse | Mazdak Farrokhzad | -5/+7 |
| 2019-11-10 | move config.rs to libsyntax_expand | Mazdak Farrokhzad | -3/+6 |
| 2019-11-08 | rustdoc: Stabilize `edition` annotation. | Eric Huss | -3/+1 |
| 2019-11-08 | hir::MethodSig -> hir::FnSig | Mazdak Farrokhzad | -1/+1 |
| 2019-11-08 | hir::ItemKind::Fn: use hir::MethodSig | Mazdak Farrokhzad | -2/+2 |
| 2019-11-08 | rustdoc: Deliberately load extern crates before processing docs | Daniel Silverstone | -1/+24 |
| 2019-11-08 | rustdoc: Support --extern-private but treat as --extern | Daniel Silverstone | -1/+7 |
| 2019-11-08 | Rollup merge of #66123 - GuillaumeGomez:no-more-hidden-elements, r=Dylan-DPC | Yuki Okushi | -15/+51 |
| 2019-11-08 | Auto merge of #64882 - ehuss:stabilize-bare-extern, r=eddyb | bors | -5/+1 |
| 2019-11-07 | Update built-in help for --extern. | Eric Huss | -1/+1 |
| 2019-11-07 | Stabilize --extern flag without a path. | Eric Huss | -4/+0 |
| 2019-11-07 | Rollup merge of #65916 - Centril:split-syntax-3, r=davidtwco | Mazdak Farrokhzad | -3/+3 |
| 2019-11-07 | Rollup merge of #64696 - GuillaumeGomez:rustdoc-sub-settings, r=kinnison | Mazdak Farrokhzad | -24/+127 |
| 2019-11-07 | move syntax::parse::lexer::comments -> syntax::util::comments | Mazdak Farrokhzad | -1/+1 |
| 2019-11-07 | syntax::parser::token -> syntax::token | Mazdak Farrokhzad | -2/+2 |
| 2019-11-07 | Only call onHashChange instead of both functions | Guillaume Gomez | -3/+2 |
| 2019-11-07 | Remove old isHidden function | Guillaume Gomez | -5/+1 |
| 2019-11-07 | Rollup merge of #59789 - eddyb:typeck-reverts, r=nikomatsakis | Mazdak Farrokhzad | -9/+10 |
| 2019-11-06 | rename cfg(rustdoc) into cfg(doc) | Guillaume Gomez | -2/+2 |
| 2019-11-06 | Make doc comments cheaper with `AttrKind`. | Nicholas Nethercote | -23/+24 |
| 2019-11-06 | When a URL hash refers to a hidden element, it makes the element visible | Guillaume Gomez | -10/+51 |
| 2019-11-06 | Rollup merge of #65776 - nnethercote:rename-LocalInternedString-and-more, r=e... | Mazdak Farrokhzad | -4/+4 |
| 2019-11-06 | Rollup merge of #66068 - euclio:null-emitter, r=estebank | Mazdak Farrokhzad | -2/+2 |
| 2019-11-04 | clean highlightSourceLines code | Guillaume Gomez | -42/+54 |
| 2019-11-04 | Change sub-setting CSS class to sub-settings | Guillaume Gomez | -2/+2 |
| 2019-11-03 | use silent emitter for rustdoc highlighting pass | Andy Russell | -2/+2 |
| 2019-11-03 | Auto merge of #65780 - GuillaumeGomez:move-help-popup-generation-code, r=Mark... | bors | -57/+49 |
| 2019-11-03 | Revert "Greatly improve generics handling in rustdoc search" | Eduard-Mihai Burtescu | -9/+10 |
| 2019-11-02 | Simplify various `Symbol` use points. | Nicholas Nethercote | -3/+3 |
| 2019-11-02 | Convert `x.as_str().to_string()` to `x.to_string()` where possible. | Nicholas Nethercote | -1/+1 |
| 2019-10-31 | rustdoc: Resolve module-level doc references more locally | Daniel Silverstone | -4/+21 |