-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Subtree sync for rustc_codegen_cranelift #135125
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
e8ad199
Merge commit '57845a397ec15e4e6a561ed2c4bfa3dcf49144fb' into sync_cg_…
bjorn3 294d2da
Merge branch 'sync_from_rust'
bjorn3 e7e58f4
Move some timers around
bjorn3 4d01ca8
Remove polymorphization
saethlin 03746a5
Make `Copy` unsafe to implement for ADTs with `unsafe` fields
jswrenn 14f1291
Rollup merge of #133567 - bjorn3:various_cleanups, r=cjgillot
matthiaskrgr 1c9a333
Rollup merge of #134008 - jswrenn:unsafe-fields-copy, r=compiler-errors
fmease 14fbfb0
Sync from rust 33c245b9e98bc91e18ea1c5033824f4c6f92766f
bjorn3 e1461e2
Rustup to rustc 1.85.0-nightly (33c245b9e 2024-12-10)
bjorn3 3ebaf04
Fix rustc test suite
bjorn3 8d3a263
generalize 'forbidden feature' concept so that even (un)stable featur…
RalfJung 37b47f9
Remove jobserver from Session
bjorn3 c99d4f0
Make dependency_formats an FxIndexMap rather than a list of tuples
bjorn3 884dcee
Rollup merge of #134251 - bjorn3:various_cleanups2, r=oli-obk
matthiaskrgr 4dd8941
Re-export more `rustc_span::symbol` things from `rustc_span`.
nnethercote 2d32e43
Variants::Single: do not use invalid VariantIdx for uninhabited enums
RalfJung a6cf662
make no-variant types a dedicated Variants variant
RalfJung 1587f77
Sync from rust a4cb3c831823d9baa56c3d90514b75b2660116fa
bjorn3 076ae56
Rustup to rustc 1.85.0-nightly (a4cb3c831 2024-12-17)
bjorn3 67c241e
Fix rustc test suite
bjorn3 3227f35
chore: fix some typos
acceptacross 9f50fa7
Ensure user trap code 0 is never used
bjorn3 a220a53
Disable testing on wine
bjorn3 8521e70
Simplify RelPath implementation
bjorn3 cae568e
Use the compiler returned by build_sysroot for benchmarking
bjorn3 88139f0
Move the benchmark markdown files from dist/ to build/
bjorn3 53bbef8
Remove host and target configuration from config.txt
bjorn3 b046e32
hook up tracing to cg_cranelift
jyn514 47e42c8
Rollup merge of #133702 - RalfJung:single-variant, r=oli-obk
jieyouxu da415e1
Merge pull request #1550 from jyn514/logging
bjorn3 c529158
Sync from rust 4ba4ac612d36e3409e8e1e31e12acc028808f85f
bjorn3 ad2b9ac
Rustup to rustc 1.85.0-nightly (4ba4ac612 2024-12-18)
bjorn3 1f66d7d
Make DependencyList an IndexVec
bjorn3 5e58dc1
Delete `Rvalue::Len`
scottmcm cd271d8
Update `compiler-builtins` to 0.1.140
tgross35 446c582
Sync from rust dd84b7d5eec3c20d7fcd13e6450af029d3cece9d
bjorn3 a177ed5
Rustup to rustc 1.85.0-nightly (dd84b7d5e 2024-12-27)
bjorn3 1723075
Fix rustc test suite
bjorn3 7f98f34
Update to Cranelift 0.115
bjorn3 4cc1c90
Use -ffunction-sections by default again
bjorn3 113af15
Stop building and testing mingw cross-toolchain
bjorn3 36376f5
Sync from rust 1891c28669863bf7ed3ef8f43f2d3fa546f34861
bjorn3 62d3654
Rustup to rustc 1.86.0-nightly (1891c2866 2025-01-04)
bjorn3 918acaf
Fix rustc test suite
bjorn3 a94e2d5
Merge commit '918acafef682d0d0ca30b47de4768210417ff362' into sync_cg_…
bjorn3 8e51a89
Update tidy
bjorn3 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev
Previous commit
Update tidy
- Loading branch information
commit 8e51a89420beda3d531979e16d2794ac8be3af92
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The same exception exists for rustc.