about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2020-01-07Rollup merge of #67727 - Dylan-DPC:stabilise/remove_item, r=alexcrichtonYuki Okushi-1/+0
2020-01-06rustdoc: Remove more `#[doc(cfg(..))]` duplicatesOliver Middleton-16/+90
2020-01-06remove usage of feature gatedylan_DPC-1/+0
2020-01-06Fix error code failure check in rustdoc testGuillaume Gomez-2/+1
2020-01-06Auto merge of #67886 - Centril:rustc_hir_canon_imports, r=nagisabors-61/+66
2020-01-06Rollup merge of #67897 - pickfire:patch-1, r=Dylan-DPCDylan DPC-3/+3
2020-01-06Auto merge of #67563 - euclio:rustdoc-buffer-lexer, r=GuillaumeGomezbors-3/+29
2020-01-05rustdoc: HTML escape const valuesOliver Middleton-5/+16
2020-01-05Rollup merge of #67818 - ollie27:rustdoc_playground_syntax_error, r=Guillaume...Dylan DPC-76/+72
2020-01-05Use `as_deref()` to replace `as_ref().map(...)`Ivan Tham-3/+3
2020-01-05Remove rustc_hir reexports in rustc::hir.Mazdak Farrokhzad-53/+58
2020-01-05simplify reexports in rustc::hirMazdak Farrokhzad-8/+8
2020-01-04buffer lexer errors in rustdoc syntax checkingAndy Russell-3/+29
2020-01-04Auto merge of #67803 - Centril:librustc_hir, r=Zoxcbors-15/+14
2020-01-04Omit underscore constants from rustdocDavid Tolnay-11/+15
2020-01-04Distinguish between private items and hidden items in rustdocDavid Tolnay-73/+108
2020-01-04rustdoc: Avoid panic when parsing codeblocks for playground linksOliver Middleton-76/+72
2020-01-04Rollup merge of #67709 - petrochenkov:nodedup2, r=CentrilDylan DPC-41/+13
2020-01-04DefId{Map,Set} -> rustc::hir::def_idMazdak Farrokhzad-4/+3
2020-01-04canonicalize FxHash{Map,Set} importsMazdak Farrokhzad-11/+11
2020-01-03Address review comments + Fix rebaseVadim Petrochenkov-2/+2
2020-01-03rustdoc: Respect diagnostic debugging optionsVadim Petrochenkov-41/+13
2020-01-02Normalize `syntax::edition` imports.Mazdak Farrokhzad-10/+10
2020-01-02Normalize `syntax::symbol` imports.Mazdak Farrokhzad-14/+14
2020-01-02Normalize `syntax::source_map` imports.Mazdak Farrokhzad-11/+12
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-40/+40
2019-12-31Rollup merge of #67735 - petrochenkov:uibool, r=Mark-SimulacrumDylan DPC-3/+3
2019-12-31Auto merge of #67032 - cjgillot:hirene, r=Zoxcbors-15/+2
2019-12-30Support `-Z ui-testing=yes/no`Vadim Petrochenkov-3/+3
2019-12-30Rename `libsyntax_ext` and `libsyntax_expand` in codeVadim Petrochenkov-2/+2
2019-12-30Make things build againVadim Petrochenkov-2/+2
2019-12-30Retire hir::ptr.Camille GILLOT-13/+0
2019-12-30Retire HirVec.Camille GILLOT-2/+2
2019-12-29Auto merge of #66942 - cjgillot:hirene-ty, r=Zoxcbors-57/+57
2019-12-28doc comments: Less attribute mimickingVadim Petrochenkov-46/+21
2019-12-27Fallout in other crates.Camille GILLOT-57/+57
2019-12-27Use Arena inside hir::FnSig.Camille GILLOT-1/+1
2019-12-24Deprecate Error::description for realDavid Tolnay-5/+1
2019-12-24x.py fmt after previous deignoreMark Rousskov-71/+162
2019-12-24Show value for consts in the documentationOhad Ravid-8/+124
2019-12-23Rollup merge of #67527 - GuillaumeGomez:results-show-too-much, r=kinnisonMazdak Farrokhzad-46/+45
2019-12-22Format the worldMark Rousskov-4822/+5186
2019-12-22Rollup merge of #67487 - GuillaumeGomez:rustdoc-mutability-removal, r=CentrilMazdak Farrokhzad-40/+23
2019-12-22Rollup merge of #66877 - skinny121:const-eval-entry-points, r=oli-obkMazdak Farrokhzad-18/+2
2019-12-22Fix invalid results showing backGuillaume Gomez-0/+4
2019-12-22Improve code readabilityGuillaume Gomez-43/+37
2019-12-22Improve JS code a bit by avoid erasing all event handlersGuillaume Gomez-4/+5
2019-12-22Implement PrintWithSpace trait on hir::MutabilityGuillaume Gomez-13/+13
2019-12-22Auto merge of #66931 - cjgillot:hirene-preamble, r=eddybbors-32/+31
2019-12-21Use Arena inside hir::Mod.Camille GILLOT-3/+3