-
Notifications
You must be signed in to change notification settings - Fork 216
Comparing changes
Open a pull request
base repository: rust-lang/compiler-builtins
base: compiler_builtins-v0.1.119
head repository: rust-lang/compiler-builtins
compare: compiler_builtins-v0.1.122
- 16 commits
- 8 files changed
- 5 contributors
Commits on Aug 19, 2024
-
Make the following changes: - Add `rerun-if-changed` to the new `configure.rs`, it seems this was causing incorrect caching. - Change from matching `i686` to `x86`. The target triple starts with `i686` so that is what we were checking before, but the architecture is `x86`. This change should have been made when we added `struct Target`, update it now instead.
Configuration menu - View commit details
-
Copy full SHA for 0f809f6 - Browse repository at this point
Copy the full SHA 0f809f6View commit details -
Merge pull request #670 from tgross35/build-fix
Apply fixes to `build.rs` files
Configuration menu - View commit details
-
Copy full SHA for d96d3a7 - Browse repository at this point
Copy the full SHA d96d3a7View commit details
Commits on Aug 22, 2024
-
Fix weak linkage on windows and apple platforms
There were some issues regarding windows and apple platform, we were exporting symbols that are already provided by the compiler but weren't marked as `weak` which resulted in conflicted symbols in the linking process. Initially, we didn't add `weak` because we thought it is not supported on windows and apple platforms, but it looks like its only not supported on windows-gnu platforms Signed-off-by: Amjad Alsharafi <26300843+Amjad50@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6651d11 - Browse repository at this point
Copy the full SHA 6651d11View commit details -
Merge pull request #672 from Amjad50/fix-weak-linkage
Fix weak linkage on windows and apple platforms
Configuration menu - View commit details
-
Copy full SHA for be4374f - Browse repository at this point
Copy the full SHA be4374fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71e9468 - Browse repository at this point
Copy the full SHA 71e9468View commit details -
Merge pull request #671 from rust-lang/release-plz-2024-08-19T12-14-41Z
chore: release v0.1.120
Configuration menu - View commit details
-
Copy full SHA for 404fe91 - Browse repository at this point
Copy the full SHA 404fe91View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3882e4 - Browse repository at this point
Copy the full SHA f3882e4View commit details -
Merge pull request #673 from scottmcm/only-array-simd
Use array simd in `U64x2`
Configuration menu - View commit details
-
Copy full SHA for caf5998 - Browse repository at this point
Copy the full SHA caf5998View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fcb07e - Browse repository at this point
Copy the full SHA 2fcb07eView commit details -
Merge pull request #674 from rust-lang/release-plz-2024-08-22T08-01-12Z
chore: release v0.1.121
Configuration menu - View commit details
-
Copy full SHA for 41d37b4 - Browse repository at this point
Copy the full SHA 41d37b4View commit details
Commits on Aug 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fb6cb2a - Browse repository at this point
Copy the full SHA fb6cb2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b44d52f - Browse repository at this point
Copy the full SHA b44d52fView commit details -
Merge pull request #676 from beetrees/ci-macos-latest
Use `macos-latest` in CI for `aarch64-apple-darwin`
Configuration menu - View commit details
-
Copy full SHA for d78cc8e - Browse repository at this point
Copy the full SHA d78cc8eView commit details
Commits on Aug 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a113c7c - Browse repository at this point
Copy the full SHA a113c7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b53289 - Browse repository at this point
Copy the full SHA 6b53289View commit details -
Merge pull request #677 from rust-lang/release-plz-2024-08-25T04-08-05Z
chore: release v0.1.122
Configuration menu - View commit details
-
Copy full SHA for 081192c - Browse repository at this point
Copy the full SHA 081192cView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff compiler_builtins-v0.1.119...compiler_builtins-v0.1.122