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
/
doctest.rs
Age
Commit message (
Expand
)
Author
Lines
2024-06-18
Use a dedicated type instead of a reference for the diagnostic context
Oli Scherer
-5
/
+2
2024-06-09
rustdoc: Add support for --remap-path-prefix
Edward Shen
-2
/
+2
2024-06-07
Move logic for "making" doctests to submodule
Noah Lev
-375
/
+6
2024-06-07
Make doctests before running them; reintroduce `RunnableDoctest`
Noah Lev
-42
/
+54
2024-06-07
Move some arguments to fields and reorganize fields
Noah Lev
-44
/
+30
2024-06-07
Remove `RunnableDoctest`
Noah Lev
-24
/
+17
2024-06-07
Make two fields computed on-demand
Noah Lev
-9
/
+15
2024-06-07
rustdoc: Remove `DoctestVisitor::get_line`
Noah Lev
-7
/
+4
2024-06-07
Remove global options from `IndividualTestOptions`
Noah Lev
-40
/
+21
2024-06-07
Merge `RustDoctest` and `MdDoctest` into one type
Noah Lev
-54
/
+35
2024-06-07
rustdoc: Extract actual doctest running logic into function
Noah Lev
-72
/
+117
2024-06-07
Separate doctest collection from running
Noah Lev
-146
/
+36
2024-06-07
Move Markdown-specific doctest code into submodule
Noah Lev
-0
/
+2
2024-06-07
Start moving format-specific code into doctest submodule
Noah Lev
-120
/
+9
2024-06-07
rustdoc: Use `write_all` to ensure all content is written
Noah Lev
-1
/
+1
2024-06-07
rustdoc: Rename `Tester` to `DoctestVisitor`
Noah Lev
-8
/
+8
2024-06-05
Make top-level `rustc_parse` functions fallible.
Nicholas Nethercote
-12
/
+11
2024-06-01
Auto merge of #124577 - GuillaumeGomez:stabilize-custom_code_classes_in_docs,...
bors
-1
/
+0
2024-05-18
Rollup merge of #125117 - dev-ardi:improve-parser, r=wesleywiser,fmease
Matthias Krüger
-2
/
+2
2024-05-14
improve maybe_consume_incorrect_semicolon
ardi
-2
/
+2
2024-05-04
Add `-` (stdin) support to rustdoc
Urgau
-3
/
+1
2024-05-01
Stabilize `custom_code_classes_in_docs` feature
Guillaume Gomez
-1
/
+0
2024-04-15
Stabilize checking of cfgs at compile-time: --check-cfg option
Urgau
-5
/
+2
2024-03-25
Move `--sysroot` argument out of the argument file to fix miri issue
Guillaume Gomez
-3
/
+6
2024-03-23
Rename `RustdocTestOptions` into `IndividualTestOptions`
Guillaume Gomez
-4
/
+4
2024-03-23
Put temporary directory into one common function
Guillaume Gomez
-9
/
+7
2024-03-23
Prevent cloning more than necessary `RustdocOptions` fields
Guillaume Gomez
-48
/
+77
2024-03-23
`rustdoc --test`: Prevent reaching the maximum size of command-line by using ...
Guillaume Gomez
-28
/
+70
2024-03-15
rustdoc: create rustc command with an iterator
Travis Finkenauer
-4
/
+6
2024-03-15
rustdoc: add `--test-builder-wrapper` argument
Travis Finkenauer
-2
/
+12
2024-03-05
Rename all `ParseSess` variables/fields/lifetimes as `psess`.
Nicholas Nethercote
-8
/
+8
2024-02-29
Inline and remove `HumanEmitter::stderr`.
Nicholas Nethercote
-1
/
+3
2024-02-29
Rename `DiagCtxt::with_emitter` as `DiagCtxt::new`.
Nicholas Nethercote
-2
/
+2
2024-02-29
Remove unnecessary `diagnostic_width` call.
Nicholas Nethercote
-3
/
+2
2024-02-28
Rename `DiagnosticBuilder` as `Diag`.
Nicholas Nethercote
-2
/
+2
2024-02-25
Auto merge of #120393 - Urgau:rfc3373-non-local-defs, r=WaffleLapkin
bors
-0
/
+7
2024-02-22
Adjust the `has_errors*` methods.
Nicholas Nethercote
-2
/
+1
2024-02-17
Fix non_local_definitions lint in rustdoc
Urgau
-0
/
+7
2024-02-15
add extra indent spaces for rust-playground link
yukang
-2
/
+16
2024-01-22
Tweak error counting.
Nicholas Nethercote
-0
/
+1
2024-01-11
Stop using `DiagnosticBuilder::buffer` in the parser.
Nicholas Nethercote
-3
/
+5
2024-01-05
Rename `EmitterWriter` as `HumanEmitter`.
Nicholas Nethercote
-5
/
+5
2023-12-18
Rename many `DiagCtxt` and `EarlyDiagCtxt` locals.
Nicholas Nethercote
-5
/
+5
2023-12-18
Rename `ParseSess::with_span_handler` as `ParseSess::with_dcx`.
Nicholas Nethercote
-2
/
+2
2023-12-18
Rename `Session::span_diagnostic` as `Session::dcx`.
Nicholas Nethercote
-1
/
+1
2023-12-18
Rename `ParseSess::span_diagnostic` as `ParseSess::dcx`.
Nicholas Nethercote
-1
/
+1
2023-12-18
Rename `Handler` as `DiagCtxt`.
Nicholas Nethercote
-4
/
+4
2023-11-26
rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle...
Vadim Petrochenkov
-1
/
+1
2023-11-22
Make `Compiler::{sess,codegen_backend}` public.
Nicholas Nethercote
-4
/
+4
2023-11-15
Re-format code with new rustfmt
Mark Rousskov
-9
/
+9
[next]