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
/
passes
Age
Commit message (
Expand
)
Author
Lines
2024-04-25
Fix some typos in comments
TechVest
-1
/
+1
2024-04-13
rustdoc: check redundant explicit links with correct itemid
Michael Howell
-11
/
+8
2024-04-09
Rollup merge of #123647 - fmease:rustdoc-clean-up-blanket-impls-synth, r=camelid
Matthias Krüger
-3
/
+5
2024-04-08
rustdoc: slightly clean up the synthesis of blanket impls
León Orell Valerian Liehr
-3
/
+5
2024-04-08
Actually create ranged int types in the type system.
Oli Scherer
-0
/
+1
2024-04-06
Add `f16` and `f128` to rustdoc's `PrimitiveType`
Trevor Gross
-0
/
+4
2024-03-28
Correctly get complete intra-doc link data
Guillaume Gomez
-1
/
+12
2024-03-22
Programmatically convert some of the pat ctors
Michael Goulet
-4
/
+2
2024-03-18
Provide structured suggestion for `#![feature(foo)]`
Esteban Küber
-0
/
+1
2024-03-14
hir: Remove `opt_local_def_id_to_hir_id` and `opt_hir_node_by_def_id`
Vadim Petrochenkov
-2
/
+1
2024-03-12
s/mt/mutability/
Oli Scherer
-1
/
+1
2024-03-12
Add `nested` bool to `DefKind::Static`.
Oli Scherer
-1
/
+1
2024-03-12
Change `DefKind::Static` to a struct variant
Oli Scherer
-3
/
+3
2024-03-05
Rename `DiagnosticMessage` as `DiagMessage`.
Nicholas Nethercote
-3
/
+3
2024-03-05
Rename all `ParseSess` variables/fields/lifetimes as `psess`.
Nicholas Nethercote
-2
/
+2
2024-02-29
Rename `DiagCtxt::with_emitter` as `DiagCtxt::new`.
Nicholas Nethercote
-1
/
+1
2024-02-28
Rename `DiagnosticBuilder` as `Diag`.
Nicholas Nethercote
-21
/
+20
2024-02-28
Rename `Diagnostic` as `DiagInner`.
Nicholas Nethercote
-2
/
+2
2024-02-22
Overhaul `Diagnostic` args.
Nicholas Nethercote
-1
/
+1
2024-02-19
Prefer `DiagnosticBuilder` over `Diagnostic` in diagnostic modifiers.
Nicholas Nethercote
-18
/
+19
2024-02-11
Auto merge of #120619 - compiler-errors:param, r=lcnr
bors
-3
/
+9
2024-02-07
Use correct param env when building and cleaning items in librustdoc
Michael Goulet
-3
/
+9
2024-02-07
docs: also check the inline stmt during redundant link check
bohan
-17
/
+32
2024-02-06
Rollup merge of #120575 - nnethercote:simplify-codegen-diag-handling, r=estebank
Matthias Krüger
-1
/
+1
2024-02-06
Add CoroutineClosure to TyKind, AggregateKind, UpvarArgs
Michael Goulet
-0
/
+1
2024-02-05
Make `Emitter::emit_diagnostic` consuming.
Nicholas Nethercote
-1
/
+1
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
[next]