index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustdoc
/
html
/
markdown.rs
Age
Commit message (
Expand
)
Author
Lines
2024-08-30
Remove `#[macro_use] extern crate tracing` from rustdoc.
Nicholas Nethercote
-0
/
+1
2024-08-20
Remove unneeded conversion to `DefId` for `ExtraInfo`
Guillaume Gomez
-24
/
+20
2024-08-13
Unify naming of `DocTest`
Guillaume Gomez
-2
/
+2
2024-08-13
Improve code readability
Guillaume Gomez
-1
/
+1
2024-08-13
Rename `DocTest` into `DocTestBuilder`
Guillaume Gomez
-1
/
+1
2024-08-13
Correctly handle doctests with invalid AST
Guillaume Gomez
-1
/
+1
2024-08-13
Add new doc codeblock `standalone` attribute
Guillaume Gomez
-0
/
+6
2024-08-13
Split standalone and mergeable doctests
Guillaume Gomez
-2
/
+2
2024-08-13
Split doctests between standalone and mergeable ones
Guillaume Gomez
-2
/
+2
2024-08-13
Add `DocTest` type
Guillaume Gomez
-2
/
+3
2024-08-12
Rollup merge of #128394 - GuillaumeGomez:run-button, r=t-rustdoc
Guillaume Gomez
-1
/
+2
2024-08-08
rustdoc: do not run doctests with invalid langstrings
Michael Howell
-4
/
+16
2024-08-05
Unify run button display with "copy code" button and with mdbook buttons
Guillaume Gomez
-1
/
+2
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-14
/
+13
2024-06-30
rustdoc: update to pulldown-cmark 0.11
Michael Howell
-57
/
+54
2024-06-07
Move some arguments to fields and reorganize fields
Noah Lev
-2
/
+10
2024-06-07
rustdoc: Remove `DoctestVisitor::get_line`
Noah Lev
-1
/
+23
2024-06-07
rustdoc: Rename `Tester` to `DoctestVisitor`
Noah Lev
-4
/
+4
2024-06-01
Auto merge of #124577 - GuillaumeGomez:stabilize-custom_code_classes_in_docs,...
bors
-107
/
+18
2024-05-23
Remove `LintDiagnostic::msg`
León Orell Valerian Liehr
-4
/
+7
2024-05-01
Stabilize `custom_code_classes_in_docs` feature
Guillaume Gomez
-107
/
+18
2024-04-28
Remove direct dependencies on lazy_static, once_cell and byteorder
George Bateman
-3
/
+3
2024-03-05
Rename `DiagnosticMessage` as `DiagMessage`.
Nicholas Nethercote
-4
/
+4
2024-02-28
Rename `DiagnosticBuilder` as `Diag`.
Nicholas Nethercote
-2
/
+2
2024-02-15
add extra indent spaces for rust-playground link
yukang
-2
/
+5
2024-01-23
Rename `TyCtxt::struct_span_lint_hir` as `TyCtxt::node_span_lint`.
Nicholas Nethercote
-2
/
+2
2024-01-19
Rollup merge of #117662 - GuillaumeGomez:links-in-headings, r=notriddle
Matthias Krüger
-6
/
+3
2023-12-15
Rollup merge of #119004 - matthiaskrgr:conv, r=compiler-errors
Jubilee
-1
/
+1
2023-12-15
NFC don't convert types to identical types
Matthias Krüger
-1
/
+1
2023-12-15
Don't pass lint back out of lint decorator
Michael Goulet
-6
/
+4
2023-12-15
Rollup merge of #115660 - notriddle:notriddle/sidebar-resize, r=GuillaumeGomez
Guillaume Gomez
-0
/
+1
2023-12-12
Follow guidelines for lint suggestions
Guillaume Gomez
-9
/
+21
2023-12-12
Add `rustX` check to codeblock attributes lint
Guillaume Gomez
-0
/
+10
2023-12-12
Clean up CodeBlocks::next code
Guillaume Gomez
-38
/
+29
2023-12-05
Allow links in doc blocks headings
Guillaume Gomez
-1
/
+0
2023-12-05
Rework doc blocks headings by not turning them into links anymore and putting...
Guillaume Gomez
-5
/
+3
2023-11-26
rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle...
Vadim Petrochenkov
-2
/
+2
2023-11-15
Re-format code with new rustfmt
Mark Rousskov
-4
/
+4
2023-11-03
clone less
Matthias Krüger
-2
/
+2
2023-10-29
feat: Add 'object-safety' ID to init_id_map() in rustdoc
Alexis (Poliorcetics) Bourget
-0
/
+1
2023-10-11
rustdoc: allow resizing the sidebar
Michael Howell
-0
/
+1
2023-09-27
rustdoc: while -> if
Matthias Krüger
-1
/
+1
2023-09-19
Allow more characters in custom classes
Guillaume Gomez
-9
/
+27
2023-09-18
Use old parser if `custom_code_classes_in_docs` feature is not enabled
Guillaume Gomez
-104
/
+135
2023-09-17
Don't emit an error if the `custom_code_classes_in_docs` feature is disabled ...
Guillaume Gomez
-16
/
+79
2023-09-15
Add `custom` tag for markdown codeblocks
Guillaume Gomez
-3
/
+5
2023-09-15
Update to new `emit_error` API
Guillaume Gomez
-8
/
+8
2023-09-15
Improve error emitting code
Guillaume Gomez
-6
/
+10
2023-09-15
Add eBNF and documentation on TagIterator
Guillaume Gomez
-0
/
+30
2023-09-15
Implement new eBNF for codeblock attributes
Guillaume Gomez
-83
/
+189
[next]