Skip to content

Rustc pull update #974

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

Open
wants to merge 40 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
e17e40e
Auto merge of #142235 - Kobzol:rustc-dist-alt-assertions, r=marcoieni
bors Jun 14, 2025
afa8551
Rollup merge of #141399 - GuillaumeGomez:extracted-doctest, r=aDotInT…
matthiaskrgr Jun 14, 2025
944b556
Rollup merge of #142243 - RalfJung:float-test-dedup, r=tgross35
matthiaskrgr Jun 14, 2025
34b525b
Rollup merge of #142489 - tgross35:update-builtins, r=tgross35
matthiaskrgr Jun 14, 2025
8da80d7
Auto merge of #142492 - matthiaskrgr:rollup-a132ytq, r=matthiaskrgr
bors Jun 14, 2025
d9c4149
Auto merge of #142129 - shepmaster:mismatched-syntaxes-in-function-li…
bors Jun 14, 2025
9f26c1f
Auto merge of #142259 - sayantn:simplify-intrinsics, r=workingjubilee
bors Jun 14, 2025
5019263
Auto merge of #142289 - fmease:maybe-perf-gen-args, r=compiler-errors
bors Jun 14, 2025
47d3003
Auto merge of #142335 - nnethercote:rustdoc-json-allocations, r=aDotI…
bors Jun 14, 2025
ca4bd3b
Auto merge of #142355 - lcnr:fast_reject-reject, r=BoxyUwU
bors Jun 15, 2025
0b80e6a
Auto merge of #142388 - cjgillot:span-hash, r=davidtwco
bors Jun 15, 2025
66724e6
Auto merge of #142398 - fee1-dead-contrib:push-ynxrtswtkyxw, r=oli-obk
bors Jun 15, 2025
52e6461
Auto merge of #142430 - compiler-errors:external-constraints, r=lcnr
bors Jun 15, 2025
d5a7a66
Auto merge of #142455 - jdonszelmann:attempt-to-mitigate-delayed-lint…
bors Jun 15, 2025
29c91a6
Auto merge of #142471 - lqd:sparse-borrows, r=nnethercote
bors Jun 15, 2025
dc112b8
Auto merge of #142447 - dianqk:llvm-20.1.7, r=nikic
bors Jun 16, 2025
519033c
Auto merge of #142567 - lnicola:sync-from-ra, r=lnicola
bors Jun 17, 2025
7e46bd4
Auto merge of #130887 - Soveu:repeatn, r=scottmcm
bors Jun 18, 2025
5aabb53
Auto merge of #142245 - marcoieni:split-gnu-tools, r=Kobzol
bors Jun 19, 2025
19f3e5e
Auto merge of #141864 - Berrysoft:cygwin-path, r=ChrisDenton
bors Jun 19, 2025
76801c2
Auto merge of #142286 - Kobzol:clippy-jemalloc, r=flip1995,blyxyas
bors Jun 20, 2025
2ddbc11
Auto merge of #141759 - 1c3t3a:discriminants-query, r=saethlin
bors Jun 28, 2025
e350b9a
Disable docs for `compiler-builtins` and `sysroot`
cuviper Jul 8, 2025
7035116
Auto merge of #143405 - tgross35:update-builtins, r=tgross35
bors Jul 9, 2025
80893ac
Auto merge of #143703 - dpaoliello:llvmupate, r=dianqk
bors Jul 10, 2025
9e09f47
Auto merge of #143696 - oli-obk:constable-type-id2, r=RalfJung
bors Jul 10, 2025
3da290a
Rollup merge of #143446 - usamoi:export-executable-symbols, r=bjorn3,…
matthiaskrgr Jul 10, 2025
d4c1d77
Rollup merge of #143590 - GuillaumeGomez:reexport-shadowing, r=lolbinary
matthiaskrgr Jul 10, 2025
8f5986c
Rollup merge of #143599 - folkertdev:x86-asm-syntax-global-naked-asm,…
matthiaskrgr Jul 10, 2025
45ec2d0
Rollup merge of #143615 - Kobzol:doc-std, r=jieyouxu
matthiaskrgr Jul 10, 2025
1f89c47
Rollup merge of #143632 - dillona:ffi-param-names, r=jieyouxu
matthiaskrgr Jul 10, 2025
e4f41b8
Rollup merge of #143640 - oli-obk:const-fn-traits, r=compiler-errors
matthiaskrgr Jul 10, 2025
238572a
Rollup merge of #143651 - Fulgen301:seh-exception-ptr, r=ChrisDenton
matthiaskrgr Jul 10, 2025
d017062
Rollup merge of #143660 - cuviper:lib-doc-false, r=tgross35
matthiaskrgr Jul 10, 2025
9bee217
Rollup merge of #143665 - obi1kenobi:pg/doc-hidden-tests, r=aDotInThe…
matthiaskrgr Jul 10, 2025
26f9d12
Auto merge of #143746 - matthiaskrgr:rollup-yaojj7t, r=matthiaskrgr
bors Jul 10, 2025
25dc0d3
Auto merge of #142911 - mejrs:unsized, r=compiler-errors
bors Jul 11, 2025
f529e65
Auto merge of #143624 - tmiasko:copy-prop-borrowed, r=cjgillot
bors Jul 12, 2025
e8d66b7
Prepare for merging from rust-lang/rust
invalid-email-address Jul 12, 2025
9029849
Merge ref 'bfc046a4b8d6' from rust-lang/rust
invalid-email-address Jul 12, 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: 2 additions & 0 deletions compiler-builtins/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ links = "compiler-rt"
bench = false
doctest = false
test = false
# make sure this crate isn't included in public standard library docs
doc = false

[dependencies]
core = { path = "../../core", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion rust-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d087f112b7d1323446c7b39a8b616aee7fa56b3d
bfc046a4b8d6b57db02540182466e989a9b0fb40
Loading