Skip to content

Rustc pull update #2487

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 30 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
a5af389
Auto merge of #141899 - Kobzol:stdarch-josh, r=Amanieu
bors Jun 26, 2025
5998278
Auto merge of #142581 - Kobzol:bootstrap-std-method, r=jieyouxu
bors Jun 26, 2025
12bd801
Auto merge of #142255 - estebank:edition-diagnostic-changes, r=fee1-d…
bors Jun 26, 2025
6e71c3a
Auto merge of #142774 - lcnr:search_graph-2, r=oli-obk
bors Jun 26, 2025
558402f
Auto merge of #142223 - compiler-errors:perf-wf, r=lcnr
bors Jun 27, 2025
6e38c02
Auto merge of #142893 - Mark-Simulacrum:no-const-collect, r=oli-obk
bors Jun 27, 2025
76bcd42
Auto merge of #141759 - 1c3t3a:discriminants-query, r=saethlin
bors Jun 28, 2025
91d8a26
Auto merge of #142317 - compiler-errors:perf-fold, r=lcnr
bors Jun 28, 2025
1d5f9a3
Auto merge of #142625 - cjgillot:inline-nocycle, r=oli-obk
bors Jun 28, 2025
87d1eb8
Update README.md
kilavvy Jun 29, 2025
f201b1e
Auto merge of #142802 - compiler-errors:dedup-analyses, r=lcnr
bors Jun 29, 2025
4d893ac
Rollup merge of #142429 - Kivooeo:tf13, r=jieyouxu
dianqk Jun 30, 2025
23327aa
Rollup merge of #143118 - Kivooeo:tf15, r=tgross35
dianqk Jun 30, 2025
c40b282
Rollup merge of #143176 - kilavvy:master, r=jieyouxu
dianqk Jun 30, 2025
6cd6bb3
Rollup merge of #143187 - yotamofek:mailmap, r=jieyouxu
dianqk Jun 30, 2025
4e82317
Rollup merge of #143190 - dianqk:new-method, r=oli-obk
dianqk Jun 30, 2025
002aecf
Rollup merge of #143195 - Kivooeo:tf17, r=tgross35
dianqk Jun 30, 2025
c52ee49
Rollup merge of #143196 - Periodic1911:link_section, r=oli-obk
dianqk Jun 30, 2025
51f4fa6
Rollup merge of #143199 - jieyouxu:short-ice, r=RalfJung
dianqk Jun 30, 2025
29abb16
Rollup merge of #143219 - zachs18:patch-5, r=tgross35
dianqk Jun 30, 2025
9b379be
Auto merge of #143233 - dianqk:rollup-lcx3278, r=dianqk
bors Jun 30, 2025
8c5fe86
Auto merge of #143239 - GuillaumeGomez:subtree-update_cg_gcc_2025-06-…
bors Jun 30, 2025
a037247
Auto merge of #141875 - nnethercote:ByteSymbol, r=petrochenkov
bors Jul 1, 2025
92b242b
Auto merge of #142921 - JonathanBrouwer:rustc_attributes_parser, r=ol…
bors Jul 1, 2025
1e7a4cd
Auto merge of #143013 - bjorn3:split_exported_symbols, r=oli-obk
bors Jul 1, 2025
56ece46
Auto merge of #142030 - oli-obk:wfck-less-hir, r=compiler-errors
bors Jul 1, 2025
3911856
Auto merge of #142978 - Kobzol:query-hit, r=oli-obk
bors Jul 2, 2025
b08f725
Auto merge of #143214 - camsteffen:remove-let-chains-feature, r=est31
bors Jul 2, 2025
04f9d6b
Preparing for merge from rustc
invalid-email-address Jul 3, 2025
7de8c15
Merge from rustc
invalid-email-address Jul 3, 2025
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 @@
bc4376fa73b636eb6f2c7d48b1f731d70f022c4b
25face9808491588e59b6d7844f2185b09eef479
2 changes: 1 addition & 1 deletion src/tests/ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ This directive takes comma-separated issue numbers as arguments, or `"unknown"`:
- `//@ known-bug: rust-lang/chalk#123456`
(allows arbitrary text before the `#`, which is useful when the issue is on another repo)
- `//@ known-bug: unknown`
(when there is no known issue yet; preferrably open one if it does not already exist)
(when there is no known issue yet; preferably open one if it does not already exist)

Do not include [error annotations](#error-annotations) in a test with
`known-bug`. The test should still include other normal directives and
Expand Down