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
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
2023-04-12
Make rustdoc and rustc's help match exactly
Jynn Nelson
-0
/
+2
2023-03-23
Remove `span` method from AttributesExt trait
Guillaume Gomez
-2
/
+3
2023-03-15
Implementing "<test_binary> --list --format json" #107307 #49359
Partha P. Das
-0
/
+10
2023-02-28
Exit when there are unmatched delims to avoid noisy diagnostics
yukang
-11
/
+3
2023-02-22
various: translation resources from cg backend
David Wood
-4
/
+8
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-2
/
+3
2023-02-15
Use more let chain
Guillaume Gomez
-32
/
+27
2023-02-09
Introduce `-Zterminal-urls` to use OSC8 for error codes
Esteban Küber
-1
/
+4
2023-01-26
rustdoc: Stop using `HirId`s
Vadim Petrochenkov
-14
/
+12
2023-01-16
Remove redundant `input_path` field from `Config`
Oli Scherer
-1
/
+0
2023-01-12
Feed the `features_query` instead of grabbing it from the session lazily
Oli Scherer
-1
/
+1
2023-01-12
Harden the pre-tyctxt query system against accidental recomputation
Oli Scherer
-6
/
+2
2022-11-26
Use target exe_suffix for doctests
Jubilee Young
-2
/
+14
2022-11-13
Store a LocalDefId in hir::Variant & hir::Field.
Camille GILLOT
-1
/
+1
2022-11-01
Auto merge of #103217 - mejrs:track, r=eholk
bors
-0
/
+3
2022-10-24
Rollup merge of #99939 - saethlin:pre-sort-tests, r=thomcc,jackh726
Yuki Okushi
-1
/
+2
2022-10-19
Implement -Ztrack-diagnostics
mejrs
-0
/
+3
2022-10-19
Avoid cloning `RenderOptions`.
Nicholas Nethercote
-1
/
+1
2022-10-19
Clean up rustdoc startup.
Nicholas Nethercote
-5
/
+4
2022-10-18
Remove `RunCompiler::emitter`.
Nicholas Nethercote
-2
/
+1
[next]