summary refs log tree commit diff
path: root/src/librustdoc/html/markdown.rs
AgeCommit message (Expand)AuthorLines
2024-08-30Remove `#[macro_use] extern crate tracing` from rustdoc.Nicholas Nethercote-0/+1
2024-08-20Remove unneeded conversion to `DefId` for `ExtraInfo`Guillaume Gomez-24/+20
2024-08-13Unify naming of `DocTest`Guillaume Gomez-2/+2
2024-08-13Improve code readabilityGuillaume Gomez-1/+1
2024-08-13Rename `DocTest` into `DocTestBuilder`Guillaume Gomez-1/+1
2024-08-13Correctly handle doctests with invalid ASTGuillaume Gomez-1/+1
2024-08-13Add new doc codeblock `standalone` attributeGuillaume Gomez-0/+6
2024-08-13Split standalone and mergeable doctestsGuillaume Gomez-2/+2
2024-08-13Split doctests between standalone and mergeable onesGuillaume Gomez-2/+2
2024-08-13Add `DocTest` typeGuillaume Gomez-2/+3
2024-08-12Rollup merge of #128394 - GuillaumeGomez:run-button, r=t-rustdocGuillaume Gomez-1/+2
2024-08-08rustdoc: do not run doctests with invalid langstringsMichael Howell-4/+16
2024-08-05Unify run button display with "copy code" button and with mdbook buttonsGuillaume Gomez-1/+2
2024-07-29Reformat `use` declarations.Nicholas Nethercote-14/+13
2024-06-30rustdoc: update to pulldown-cmark 0.11Michael Howell-57/+54
2024-06-07Move some arguments to fields and reorganize fieldsNoah Lev-2/+10
2024-06-07rustdoc: Remove `DoctestVisitor::get_line`Noah Lev-1/+23
2024-06-07rustdoc: Rename `Tester` to `DoctestVisitor`Noah Lev-4/+4
2024-06-01Auto merge of #124577 - GuillaumeGomez:stabilize-custom_code_classes_in_docs,...bors-107/+18
2024-05-23Remove `LintDiagnostic::msg`León Orell Valerian Liehr-4/+7
2024-05-01Stabilize `custom_code_classes_in_docs` featureGuillaume Gomez-107/+18
2024-04-28Remove direct dependencies on lazy_static, once_cell and byteorderGeorge Bateman-3/+3
2024-03-05Rename `DiagnosticMessage` as `DiagMessage`.Nicholas Nethercote-4/+4
2024-02-28Rename `DiagnosticBuilder` as `Diag`.Nicholas Nethercote-2/+2
2024-02-15add extra indent spaces for rust-playground linkyukang-2/+5
2024-01-23Rename `TyCtxt::struct_span_lint_hir` as `TyCtxt::node_span_lint`.Nicholas Nethercote-2/+2
2024-01-19Rollup merge of #117662 - GuillaumeGomez:links-in-headings, r=notriddleMatthias Krüger-6/+3
2023-12-15Rollup merge of #119004 - matthiaskrgr:conv, r=compiler-errorsJubilee-1/+1
2023-12-15NFC don't convert types to identical typesMatthias Krüger-1/+1
2023-12-15Don't pass lint back out of lint decoratorMichael Goulet-6/+4
2023-12-15Rollup merge of #115660 - notriddle:notriddle/sidebar-resize, r=GuillaumeGomezGuillaume Gomez-0/+1
2023-12-12Follow guidelines for lint suggestionsGuillaume Gomez-9/+21
2023-12-12Add `rustX` check to codeblock attributes lintGuillaume Gomez-0/+10
2023-12-12Clean up CodeBlocks::next codeGuillaume Gomez-38/+29
2023-12-05Allow links in doc blocks headingsGuillaume Gomez-1/+0
2023-12-05Rework doc blocks headings by not turning them into links anymore and putting...Guillaume Gomez-5/+3
2023-11-26rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle...Vadim Petrochenkov-2/+2
2023-11-15Re-format code with new rustfmtMark Rousskov-4/+4
2023-11-03clone lessMatthias Krüger-2/+2
2023-10-29feat: Add 'object-safety' ID to init_id_map() in rustdocAlexis (Poliorcetics) Bourget-0/+1
2023-10-11rustdoc: allow resizing the sidebarMichael Howell-0/+1
2023-09-27rustdoc: while -> ifMatthias Krüger-1/+1
2023-09-19Allow more characters in custom classesGuillaume Gomez-9/+27
2023-09-18Use old parser if `custom_code_classes_in_docs` feature is not enabledGuillaume Gomez-104/+135
2023-09-17Don't emit an error if the `custom_code_classes_in_docs` feature is disabled ...Guillaume Gomez-16/+79
2023-09-15Add `custom` tag for markdown codeblocksGuillaume Gomez-3/+5
2023-09-15Update to new `emit_error` APIGuillaume Gomez-8/+8
2023-09-15Improve error emitting codeGuillaume Gomez-6/+10
2023-09-15Add eBNF and documentation on TagIteratorGuillaume Gomez-0/+30
2023-09-15Implement new eBNF for codeblock attributesGuillaume Gomez-83/+189