Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
854c7ff
Auto merge of #157977 - folkertdev:miri-zero-valist, r=RalfJung
bors Jun 20, 2026
cbab132
Rollup merge of #158177 - tshepang:rdg-sync, r=tshepang
JonathanBrouwer Jun 20, 2026
db03ff9
Auto merge of #158184 - JonathanBrouwer:rollup-ABE3nZj, r=JonathanBro…
bors Jun 20, 2026
96d74dd
Auto merge of #158189 - zedddie:gsoc-batch-12-meow, r=Kivooeo
bors Jun 21, 2026
b875ec7
Auto merge of #158140 - zedddie:gsoc-batch-11-meow, r=Teapot4195
bors Jun 21, 2026
1603489
Auto merge of #157346 - dianqk:gvn-nest-ref, r=cjgillot
bors Jun 21, 2026
c7f0b77
Auto merge of #157689 - nnethercote:lint-cleanups, r=cjgillot
bors Jun 22, 2026
6153024
Auto merge of #158013 - khyperia:AliasTy-def_id, r=BoxyUwU
bors Jun 23, 2026
2e3f586
Rename `*CombinedModuleLateLintPass`
nnethercote Jun 18, 2026
a5a1f22
Rollup merge of #158431 - nnethercote:more-lint-cleanups, r=Urgau
JonathanBrouwer Jun 27, 2026
d2f0d30
Rollup merge of #158452 - GuillaumeGomez:missing-links, r=JohnTitor
JonathanBrouwer Jun 27, 2026
275af6f
Rollup merge of #158467 - chenyukang:yukang-rework-on-fix-unused_assi…
JonathanBrouwer Jun 27, 2026
aff1146
Rollup merge of #158472 - chenyukang:yukang-fix-154568-unexpected-poi…
JonathanBrouwer Jun 27, 2026
7b7fdd1
Rollup merge of #158475 - m-ou-se:fix-doc-comment, r=JonathanBrouwer
JonathanBrouwer Jun 27, 2026
63e8436
Rollup merge of #158476 - m-ou-se:doc-comment-fmt-options-new, r=Jona…
JonathanBrouwer Jun 27, 2026
82ce94d
Auto merge of #158487 - JonathanBrouwer:rollup-ln8LEcs, r=JonathanBro…
bors Jun 27, 2026
4bf15cf
Auto merge of #158457 - devnexen:xous_ipv6_fix, r=joboet
bors Jun 28, 2026
4c2f655
Auto merge of #155625 - bushrat011899:core_io_error, r=Mark-Simulacrum
bors Jun 29, 2026
8f09788
Prepare for merging from rust-lang/rust
invalid-email-address Jun 29, 2026
d269dff
Merge ref '7fb284d9037f' from rust-lang/rust
invalid-email-address Jun 29, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rust-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8c75e93c5c7671c29f3e8c096b7acf56822ed23a
7fb284d9037fa54f6a9b24261c82b394472cbfd7
2 changes: 1 addition & 1 deletion src/diagnostics/lintstore.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ The best way for drivers to get access to this is by overriding the

Within the compiler, for performance reasons, we usually do not register dozens
of lint passes. Instead, we have a single lint pass of each variety (e.g.,
`BuiltinCombinedModuleLateLintPass`) which will internally call all of the
`BuiltinCombinedLateLintModPass`) which will internally call all of the
individual lint passes; this is because then we get the benefits of static over
dynamic dispatch for each of the (often empty) trait methods.

Expand Down
Loading