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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustdoc
/
doctest.rs
Age
Commit message (
Expand
)
Author
Lines
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
2023-10-30
Delay parsing of `--cfg` and `--check-cfg` options.
Nicholas Nethercote
-8
/
+3
2023-10-28
Clean up config mess.
Nicholas Nethercote
-1
/
+1
2023-10-26
Auto merge of #116818 - Nilstrieb:stop-submitting-bug-reports, r=wesleywiser
bors
-0
/
+1
2023-10-25
Stop telling people to submit bugs for internal feature ICEs
Nilstrieb
-0
/
+1
2023-10-14
Add `Config::hash_untracked_state` callback
Alex Macleod
-0
/
+1
2023-09-27
fix clippy::{redundant_guards, useless_format}
Matthias Krüger
-1
/
+1
2023-09-17
Don't emit an error if the `custom_code_classes_in_docs` feature is disabled ...
Guillaume Gomez
-0
/
+1
2023-09-08
Reuse rustdoc's doc comment handling in Clippy
Alex Macleod
-2
/
+2
2023-09-08
Add missing Debuginfo to PDB debug file on windows.
Florian Schmiderer
-0
/
+1
2023-08-17
Rollup merge of #112751 - ehuss:persist-test-run-directory, r=jsha
Matthias Krüger
-0
/
+16
2023-08-16
Improve code readability by moving fmt args directly into the string
Guillaume Gomez
-5
/
+5
2023-07-31
Remove a `bool` for color in favor of the `WriteColor` trait wrapping colored...
Oli Scherer
-2
/
+2
2023-07-31
Use builder pattern instead of lots of arguments for `EmitterWriter::new`
Oli Scherer
-27
/
+3
2023-07-31
Replace the many arguments of `EmitterWriter::stderr` with builder methods
Oli Scherer
-13
/
+3
2023-07-25
Use a builder instead of boolean/option arguments
Oli Scherer
-2
/
+2
2023-07-19
On nightly, dump ICE backtraces to disk
Esteban Küber
-2
/
+3
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-2
/
+1
2023-06-27
Provide more context for `rustc +nightly -Zunstable-options` on stable
许杰友 Jieyou Xu (Joe)
-3
/
+8
2023-06-17
rustdoc: Fix --test-run-directory and relative paths.
Eric Huss
-0
/
+16
2023-05-22
rustdoc: Cleanup doc string collapsing
Vadim Petrochenkov
-1
/
+1
2023-04-28
handle cfg(bootstrap)
Pietro Albini
-5
/
+0
2023-04-25
pass `unused_extern_crates` in `librustdoc::doctest::make_test`
ozkanonur
-0
/
+4
[next]