| Age | Commit message (Expand) | Author | Lines |
| 2019-11-03 | Auto merge of #65780 - GuillaumeGomez:move-help-popup-generation-code, r=Mark... | bors | -57/+49 |
| 2019-10-31 | rustdoc: Resolve module-level doc references more locally | Daniel Silverstone | -4/+21 |
| 2019-10-29 | Rollup merge of #65741 - GuillaumeGomez:help-popup, r=Dylan-DPC | Tyler Mandry | -3/+7 |
| 2019-10-27 | rustc, rustc_passes: don't depend on syntax_expand. | Mazdak Farrokhzad | -7/+7 |
| 2019-10-27 | reduce size of generated HTML files by moving the popup helper code to the JS | Guillaume Gomez | -55/+47 |
| 2019-10-27 | Cleanup search element getter | Guillaume Gomez | -2/+2 |
| 2019-10-26 | Auto merge of #65167 - hermitcore:rusty-hermit, r=alexcrichton | bors | -0/+1 |
| 2019-10-26 | Add more information on search | Guillaume Gomez | -0/+8 |
| 2019-10-25 | Improve help popup detection | Guillaume Gomez | -3/+4 |
| 2019-10-25 | Rollup merge of #65789 - Centril:with-desugared-doc, r=davidtwco | Mazdak Farrokhzad | -2/+26 |
| 2019-10-25 | Rollup merge of #65740 - GuillaumeGomez:fix-disable-shortcut-feature, r=Dylan... | Mazdak Farrokhzad | -1/+1 |
| 2019-10-25 | with_desugared_doc: correctly refer to `attr` instead of `self` | Mazdak Farrokhzad | -2/+2 |
| 2019-10-25 | Merge branch 'master' into rusty-hermit, resolve conflicts | Stefan Lankes | -25/+15 |
| 2019-10-25 | move Attribute::with_desugared_doc to librustdoc | Mazdak Farrokhzad | -2/+26 |
| 2019-10-24 | Prevent help popup to disappear when clicking on it | Guillaume Gomez | -2/+5 |
| 2019-10-24 | Turn crate store into a resolver output | Vadim Petrochenkov | -8/+3 |
| 2019-10-24 | resolve: Privatize all resolver fields | Vadim Petrochenkov | -2/+2 |
| 2019-10-24 | Fix default "disable-shortcuts" feature value | Guillaume Gomez | -1/+1 |
| 2019-10-23 | Rollup merge of #65657 - nnethercote:rm-InternedString-properly, r=eddyb | Mazdak Farrokhzad | -9/+1 |
| 2019-10-23 | Rollup merge of #65193 - Mark-Simulacrum:lockless-lintstore, r=nikomatsakis | Mazdak Farrokhzad | -4/+5 |
| 2019-10-23 | Rollup merge of #65706 - popzxc:add-missing-space, r=Mark-Simulacrum | Yuki Okushi | -1/+1 |
| 2019-10-23 | Rollup merge of #65656 - GuillaumeGomez:option-disable-shortcut, r=Dylan-DPC | Yuki Okushi | -1/+3 |
| 2019-10-22 | Add missing space in librustdoc | Igor Aleksanov | -1/+1 |
| 2019-10-22 | Merge branch 'master' into rusty-hermit | Stefan Lankes | -6/+12 |
| 2019-10-21 | Rollup merge of #65647 - nnethercote:rm-unnecessary-traits, r=Centril | Mazdak Farrokhzad | -4/+3 |
| 2019-10-21 | Remove many unnecessary trait derivations. | Nicholas Nethercote | -4/+3 |
| 2019-10-21 | Add option to disable keyboard shortcuts in docs | Guillaume Gomez | -1/+3 |
| 2019-10-21 | Remove unnecessary `impl Clean<String> for InternedString`. | Nicholas Nethercote | -8/+0 |
| 2019-10-21 | Convert some `InternedString`s to `Symbols`. | Nicholas Nethercote | -1/+1 |
| 2019-10-21 | Rollup merge of #65314 - tmiasko:rustdoc-z, r=ollie27 | Mazdak Farrokhzad | -0/+7 |
| 2019-10-20 | Merge branch 'master' into rusty-hermit | Stefan Lankes | -44/+43 |
| 2019-10-19 | move parse_cfgspecs to rustc_interface | Mazdak Farrokhzad | -2/+2 |
| 2019-10-18 | Rollup merge of #65535 - eddyb:sliced-predicates, r=nikomatsakis | Tyler Mandry | -14/+13 |
| 2019-10-18 | rustc: arena-allocate the slice in `ty::GenericsPredicate`, not the whole str... | Eduard-Mihai Burtescu | -14/+13 |
| 2019-10-17 | Update API to be more compatible with plugin needs | Mark Rousskov | -0/+2 |
| 2019-10-17 | Make get_lints be a static function | Mark Rousskov | -4/+3 |
| 2019-10-17 | Rollup merge of #65465 - Centril:split-syntax-1, r=petrochenkov | Mazdak Farrokhzad | -8/+9 |
| 2019-10-16 | Upgrade Emscripten targets to use upstream LLVM backend | Thomas Lively | -1/+1 |
| 2019-10-16 | move syntax::ext to new crate syntax_expand | Mazdak Farrokhzad | -8/+9 |
| 2019-10-15 | syntax::parse::sess -> syntax::sess | Mazdak Farrokhzad | -5/+6 |
| 2019-10-14 | Rollup merge of #65363 - Centril:less-pprust, r=Mark-Simulacrum | Mazdak Farrokhzad | -1/+2 |
| 2019-10-13 | ast: remove implicit pprust dependency via Display. | Mazdak Farrokhzad | -1/+2 |
| 2019-10-12 | Auto merge of #64873 - popzxc:prettify-test-time, r=wesleywiser | bors | -0/+1 |
| 2019-10-12 | Auto merge of #65190 - GuillaumeGomez:dont-pass-doctest-feature-by-default, r... | bors | -4/+2 |
| 2019-10-11 | rustdoc: forward -Z options to rustc | Tomasz Miąsko | -0/+7 |
| 2019-10-10 | Don't pass doctest feature by default | Guillaume Gomez | -4/+2 |
| 2019-10-08 | Stabilize mem::take (mem_take) | Jon Gjengset | -1/+0 |
| 2019-10-07 | Rebase rustc-rayon on rayon-1.2 | Josh Stone | -1/+1 |
| 2019-10-06 | Rollup merge of #65155 - Avi-D-coder:fix-lints, r=Mark-Simulacrum | Tyler Mandry | -9/+9 |
| 2019-10-06 | redesign of the interface to the unikernel HermitCore | Stefan Lankes | -0/+1 |