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
/
passes
Age
Commit message (
Expand
)
Author
Lines
2024-01-23
Rollup merge of #112806 - kadiwa4:collect_intra_doc_links, r=notriddle
León Orell Valerian Liehr
-64
/
+39
2024-01-23
Rename `TyCtxt::struct_span_lint_hir` as `TyCtxt::node_span_lint`.
Nicholas Nethercote
-9
/
+9
2024-01-22
Tweak error counting.
Nicholas Nethercote
-1
/
+1
2024-01-20
Fix impl stripped in rustdoc HTML whereas it should not be in case the impl i...
Guillaume Gomez
-12
/
+19
2024-01-17
Make crate_inherent_impls fallible and stop using `track_errors` for it
Oli Scherer
-1
/
+2
2024-01-13
Add check for ui_testing via promoting parameters from `ParseSess` to `Session`
George-lewis
-4
/
+5
2024-01-10
Rename consuming chaining methods on `DiagnosticBuilder`.
Nicholas Nethercote
-1
/
+1
2024-01-08
Make `DiagnosticBuilder::emit` consuming.
Nicholas Nethercote
-1
/
+1
2024-01-06
Rollup merge of #119624 - petrochenkov:dialoc4, r=compiler-errors
Matthias Krüger
-2
/
+2
2024-01-05
rustc_span: Remove `fn fresh_expansion`
Vadim Petrochenkov
-2
/
+2
2024-01-05
Rollup merge of #119538 - nnethercote:cleanup-errors-5, r=compiler-errors
Michael Goulet
-1
/
+1
2024-01-04
compiler: fix typos
vuittont60
-1
/
+1
2024-01-03
Rename some `Diagnostic` setters.
Nicholas Nethercote
-1
/
+1
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-1
/
+1
2023-12-23
Improve some names.
Nicholas Nethercote
-1
/
+1
2023-12-18
Rename many `DiagCtxt` and `EarlyDiagCtxt` locals.
Nicholas Nethercote
-2
/
+2
2023-12-18
Rename `ParseSess::with_span_handler` as `ParseSess::with_dcx`.
Nicholas Nethercote
-1
/
+1
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
-3
/
+2
2023-12-18
Rename `Handler` as `DiagCtxt`.
Nicholas Nethercote
-2
/
+2
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
-16
/
+4
2023-12-12
Move some methods from `tcx.hir()` to `tcx`
zetanumbers
-1
/
+1
2023-11-26
Rollup merge of #118311 - bvanjoi:merge_coroutinue_into_closure, r=petrochenkov
Guillaume Gomez
-1
/
+0
2023-11-26
merge `DefKind::Coroutine` into `DefKind::Closure`
bohan
-1
/
+0
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-25
is_{some,ok}_and for rustdoc
Michael Goulet
-1
/
+1
2023-11-16
small code improvements in collect_intra_doc_links
kadiwa
-64
/
+39
2023-11-15
Re-format code with new rustfmt
Mark Rousskov
-26
/
+35
2023-11-08
rustdoc: minor changes suggested by clippy perf lints.
Nicholas Nethercote
-1
/
+1
2023-11-03
clone less
Matthias Krüger
-78
/
+72
2023-10-22
rustdoc: use JS to inline target type impl docs into alias
Michael Howell
-7
/
+13
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-3
/
+3
2023-09-26
Don't store lazyness in DefKind
Michael Goulet
-1
/
+1
2023-09-23
Remove GeneratorWitness and rename GeneratorWitnessMIR.
Camille GILLOT
-2
/
+1
2023-09-19
Return early in `check_custom_code_classes` check if the feature is enabled
Guillaume Gomez
-1
/
+5
2023-09-17
Don't emit an error if the `custom_code_classes_in_docs` feature is disabled ...
Guillaume Gomez
-13
/
+40
2023-09-15
Update to new `emit_error` API
Guillaume Gomez
-3
/
+2
2023-09-15
Fix compilation error "the trait bound `SubdiagnosticMessage: From<&std::stri...
Guillaume Gomez
-2
/
+3
2023-09-15
Implement custom classes for rustdoc code blocks with `custom_code_classes_in...
Guillaume Gomez
-0
/
+82
2023-09-08
Reuse rustdoc's doc comment handling in Clippy
Alex Macleod
-140
/
+71
2023-08-24
Auto merge of #115078 - camelid:tydef-to-alias, r=aDotInTheVoid,GuillaumeGomez
bors
-2
/
+2
2023-08-21
rustdoc: use unicode-aware checks for redundant explicit link fastpath
Michael Howell
-14
/
+4
2023-08-21
rustdoc: Rename `clean` items from typedef to type alias
Noah Lev
-2
/
+2
2023-08-18
Fix format
Kyle Lin
-1
/
+1
2023-08-18
Fix private function importing
Kyle Lin
-1
/
+1
2023-08-18
Skip lint check when item is not fully public
Kyle Lin
-0
/
+19
2023-08-18
relax redundancy constraint
Kyle Lin
-6
/
+1
2023-08-18
narrow down the lint trigger constraint
Kyle Lin
-13
/
+25
[next]