about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2019-11-03Auto merge of #65780 - GuillaumeGomez:move-help-popup-generation-code, r=Mark...bors-57/+49
2019-10-31rustdoc: Resolve module-level doc references more locallyDaniel Silverstone-4/+21
2019-10-29Rollup merge of #65741 - GuillaumeGomez:help-popup, r=Dylan-DPCTyler Mandry-3/+7
2019-10-27rustc, rustc_passes: don't depend on syntax_expand.Mazdak Farrokhzad-7/+7
2019-10-27reduce size of generated HTML files by moving the popup helper code to the JSGuillaume Gomez-55/+47
2019-10-27Cleanup search element getterGuillaume Gomez-2/+2
2019-10-26Auto merge of #65167 - hermitcore:rusty-hermit, r=alexcrichtonbors-0/+1
2019-10-26Add more information on searchGuillaume Gomez-0/+8
2019-10-25Improve help popup detectionGuillaume Gomez-3/+4
2019-10-25Rollup merge of #65789 - Centril:with-desugared-doc, r=davidtwcoMazdak Farrokhzad-2/+26
2019-10-25Rollup merge of #65740 - GuillaumeGomez:fix-disable-shortcut-feature, r=Dylan...Mazdak Farrokhzad-1/+1
2019-10-25with_desugared_doc: correctly refer to `attr` instead of `self`Mazdak Farrokhzad-2/+2
2019-10-25Merge branch 'master' into rusty-hermit, resolve conflictsStefan Lankes-25/+15
2019-10-25move Attribute::with_desugared_doc to librustdocMazdak Farrokhzad-2/+26
2019-10-24Prevent help popup to disappear when clicking on itGuillaume Gomez-2/+5
2019-10-24Turn crate store into a resolver outputVadim Petrochenkov-8/+3
2019-10-24resolve: Privatize all resolver fieldsVadim Petrochenkov-2/+2
2019-10-24Fix default "disable-shortcuts" feature valueGuillaume Gomez-1/+1
2019-10-23Rollup merge of #65657 - nnethercote:rm-InternedString-properly, r=eddybMazdak Farrokhzad-9/+1
2019-10-23Rollup merge of #65193 - Mark-Simulacrum:lockless-lintstore, r=nikomatsakisMazdak Farrokhzad-4/+5
2019-10-23Rollup merge of #65706 - popzxc:add-missing-space, r=Mark-SimulacrumYuki Okushi-1/+1
2019-10-23Rollup merge of #65656 - GuillaumeGomez:option-disable-shortcut, r=Dylan-DPCYuki Okushi-1/+3
2019-10-22Add missing space in librustdocIgor Aleksanov-1/+1
2019-10-22Merge branch 'master' into rusty-hermitStefan Lankes-6/+12
2019-10-21Rollup merge of #65647 - nnethercote:rm-unnecessary-traits, r=CentrilMazdak Farrokhzad-4/+3
2019-10-21Remove many unnecessary trait derivations.Nicholas Nethercote-4/+3
2019-10-21Add option to disable keyboard shortcuts in docsGuillaume Gomez-1/+3
2019-10-21Remove unnecessary `impl Clean<String> for InternedString`.Nicholas Nethercote-8/+0
2019-10-21Convert some `InternedString`s to `Symbols`.Nicholas Nethercote-1/+1
2019-10-21Rollup merge of #65314 - tmiasko:rustdoc-z, r=ollie27Mazdak Farrokhzad-0/+7
2019-10-20Merge branch 'master' into rusty-hermitStefan Lankes-44/+43
2019-10-19move parse_cfgspecs to rustc_interfaceMazdak Farrokhzad-2/+2
2019-10-18Rollup merge of #65535 - eddyb:sliced-predicates, r=nikomatsakisTyler Mandry-14/+13
2019-10-18rustc: arena-allocate the slice in `ty::GenericsPredicate`, not the whole str...Eduard-Mihai Burtescu-14/+13
2019-10-17Update API to be more compatible with plugin needsMark Rousskov-0/+2
2019-10-17Make get_lints be a static functionMark Rousskov-4/+3
2019-10-17Rollup merge of #65465 - Centril:split-syntax-1, r=petrochenkovMazdak Farrokhzad-8/+9
2019-10-16Upgrade Emscripten targets to use upstream LLVM backendThomas Lively-1/+1
2019-10-16move syntax::ext to new crate syntax_expandMazdak Farrokhzad-8/+9
2019-10-15syntax::parse::sess -> syntax::sessMazdak Farrokhzad-5/+6
2019-10-14Rollup merge of #65363 - Centril:less-pprust, r=Mark-SimulacrumMazdak Farrokhzad-1/+2
2019-10-13ast: remove implicit pprust dependency via Display.Mazdak Farrokhzad-1/+2
2019-10-12Auto merge of #64873 - popzxc:prettify-test-time, r=wesleywiserbors-0/+1
2019-10-12Auto merge of #65190 - GuillaumeGomez:dont-pass-doctest-feature-by-default, r...bors-4/+2
2019-10-11rustdoc: forward -Z options to rustcTomasz Miąsko-0/+7
2019-10-10Don't pass doctest feature by defaultGuillaume Gomez-4/+2
2019-10-08Stabilize mem::take (mem_take)Jon Gjengset-1/+0
2019-10-07Rebase rustc-rayon on rayon-1.2Josh Stone-1/+1
2019-10-06Rollup merge of #65155 - Avi-D-coder:fix-lints, r=Mark-SimulacrumTyler Mandry-9/+9
2019-10-06redesign of the interface to the unikernel HermitCoreStefan Lankes-0/+1