about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2019-10-24Turn crate store into a resolver outputVadim Petrochenkov-8/+3
2019-10-24resolve: Privatize all resolver fieldsVadim Petrochenkov-2/+2
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-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-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-06Use shorthand initialization in rustdocAvi Dessauer-9/+9
2019-10-05Rollup merge of #65151 - tmandry:revert-emscripten-upgrade, r=tmandryTyler Mandry-1/+1
2019-10-05Rollup merge of #64708 - SimonSapin:option-deref, r=CentrilTyler Mandry-1/+0
2019-10-05Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri...Tyler Mandry-1/+1
2019-10-04Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcrichtonbors-1/+1
2019-10-04Auto merge of #64994 - GuillaumeGomez:fix-rustdoc-display-js-disabled, r=Mark...bors-0/+8
2019-10-04Upgrade Emscripten targets to use upstream LLVM backendThomas Lively-1/+1
2019-10-03Rollup merge of #64741 - GuillaumeGomez:prevent-rustdoc-feature-doctests, r=Q...Tyler Mandry-3/+7
2019-10-02Rollup merge of #64948 - GuillaumeGomez:improve-sidebar-styling, r=Mark-Simul...Mazdak Farrokhzad-4/+4
2019-10-02Fix rustdoc display with js disabledGuillaume Gomez-0/+8
2019-10-01Prevent rustdoc feature to be passed down to doctestsGuillaume Gomez-3/+7
2019-10-01Improve sidebar styling to make its integration easierGuillaume Gomez-4/+4
2019-09-30Auto merge of #64778 - csmoe:index, r=eddybbors-1/+2
2019-09-29rustdoc: Fix default logo filenameOliver Middleton-1/+1
2019-09-29Enhance report-time optionIgor Aleksanov-0/+1
2019-09-29remove indexed_vec re-export from rustc_data_structurescsmoe-1/+2
2019-09-28rustc: rely on c_variadic == true instead of CVarArgs in HIR/Ty fn signatures.Eduard-Mihai Burtescu-9/+14
2019-09-28rustc: don't store a lifetime in hir::TyKind::CVarArgs.Eduard-Mihai Burtescu-1/+1
2019-09-27Auto merge of #63937 - Nashenas88:rustdoc_57180, r=GuillaumeGomezbors-17/+8