bjorn3
d9122c7565
Update reference to bjorn3/rustc_codegen_cranelift
2023-11-16 20:55:49 +00:00
bjorn3
cc59a427c9
Use git clone --filter=tree:0 to speed up rust clones in CI
2023-11-12 17:35:58 +00:00
bjorn3
cdae1c939f
Set CG_CLIF_FORCE_GNU_AS for all rustc tests
2023-11-11 13:19:49 +00:00
bjorn3
6e7961ac5d
Sync from rust 0f44eb32f1
2023-11-10 11:10:26 +00:00
Nicholas Nethercote
8eca01f4b6
Remove support for compiler plugins.
...
They've been deprecated for four years.
This commit includes the following changes.
- It eliminates the `rustc_plugin_impl` crate.
- It changes the language used for lints in
`compiler/rustc_driver_impl/src/lib.rs` and
`compiler/rustc_lint/src/context.rs`. External lints are now called
"loaded" lints, rather than "plugins" to avoid confusion with the old
plugins. This only has a tiny effect on the output of `-W help`.
- E0457 and E0498 are no longer used.
- E0463 is narrowed, now only relating to unfound crates, not plugins.
- The `plugin` feature was moved from "active" to "removed".
- It removes the entire plugins chapter from the unstable book.
- It removes quite a few tests, mostly all of those in
`tests/ui-fulldeps/plugin/`.
Closes #29597 .
2023-11-04 08:50:46 +11:00
bjorn3
ef3703694f
Disable a couple of rustc tests which are broken due to a rustc bug
2023-11-02 10:27:56 +00:00
bjorn3
41dcb52153
Merge commit 'dde58803fd6cbb270c7a437f36a8a3a29fbef679' into sync_cg_clif-2023-10-29
2023-10-29 20:30:50 +00:00
bjorn3
69c6aa560c
Avoid infinite recursion when cranelift is the default codegen backend
2023-10-29 19:45:30 +00:00
bjorn3
e472b5573a
Merge commit 'c07d1e2f88cb3b1a0604ae8f18b478c1aeb7a7fa' into sync_cg_clif-2023-10-21
2023-10-21 19:54:51 +00:00
bjorn3
c07d1e2f88
Use same --remap-path-prefix as bootstrap for testing the rustc test suite
...
This allows removing the CFG_VIRTUAL_RUST_SOURCE_BASE_DIR hack and
re-enabling a fair amount of tests.
2023-10-21 19:01:08 +00:00
bjorn3
46388c1702
Re-enable all inline asm usage for the rustc tests
2023-10-21 16:46:45 +00:00
bjorn3
f414e265a7
Sync from rust 249624b504
2023-10-21 11:26:32 +00:00
Oli Scherer
8e264ab07a
s/Generator/Coroutine/
2023-10-20 21:10:38 +00:00
bjorn3
49987faf87
Fix rustc test suite
2023-10-19 13:20:25 +00:00
bjorn3
ca53d2e8bb
Change producer string to have the rustc producer string as prefix
...
This fixes the comment-section run-make test
2023-10-14 13:46:55 +00:00
bjorn3
5a9b81a91e
Re-enable a bunch of fixed rustc tests
2023-10-14 13:37:03 +00:00
bjorn3
5d85a24442
Merge commit '81dc066758ec150b43822d4a0c84aae20fe10f40' into sync_cg_clif-2023-10-09
2023-10-09 08:52:46 +00:00
bjorn3
2672876b63
Run inline asm rustc tests on CI
2023-10-08 09:50:20 +00:00
bjorn3
1906ec56fc
Sync from rust 97c81e1b53
2023-10-08 09:22:39 +00:00
bjorn3
aeeed8a683
Sync from rust e0d7ed1f45
2023-10-02 12:52:42 +00:00
bors
f04620a508
Auto merge of #115898 - onur-ozkan:config-change-tracking, r=Mark-Simulacrum
...
bootstrap major change detection implementation
The use of `changelog-seen` and `bootstrap/CHANGELOG.md` has not been functional in any way for many years. We often do major/breaking changes but never update the changelog file or the `changelog-seen`. This is an alternative method for tracking major or breaking changes and informing developers when such changes occur.
Example output when bootstrap detects a major change:
![image](https://github.com/rust-lang/rust/assets/39852038/ee802dfa-a02b-488b-a433-f853ce079b8a )
2023-10-02 07:41:52 +00:00
onur-ozkan
2860a89cb1
implement major change tracking for the bootstrap configuration
...
Signed-off-by: onur-ozkan <work@onurozkan.dev>
2023-10-01 16:54:52 +03:00
bjorn3
ca18301dfe
Fix rustc test suite
2023-09-26 16:51:46 +00:00
lcnr
159293cdbf
subst -> instantiate
2023-09-26 09:37:55 +02:00
bjorn3
aab17ccd19
Fix rustc test suite
2023-09-14 17:58:00 +00:00
bjorn3
f2211c5242
Merge commit 'dda103b1e33c4902deca8bccf614991ada781fa6' into sync_cg_clif-2023-09-06
2023-09-06 18:51:03 +00:00
bjorn3
0559de6567
Fix rustc test suite
2023-09-01 13:08:16 +00:00
bjorn3
59cabd7032
Merge commit '8f9ac9c22d6594cf059d8e6c71d414cc5ccd7975' into sync_cg_clif-2023-08-09
2023-08-09 18:20:12 +00:00
bjorn3
716dcb7793
Fix rustc test suite
2023-08-09 10:33:57 +00:00
bjorn3
68f7b826be
Use CARGO_ENCODED_RUSTFLAGS to support paths with spaces
...
Fixes #1391
2023-08-02 11:06:51 +02:00
bjorn3
e8168ce8a3
Merge commit '1eded3619d0e55d57521a259bf27a03906fdfad0' into sync_cg_clif-2023-07-22
2023-07-22 13:32:34 +00:00
bjorn3
ebe2825966
Fix rustc test suite
2023-07-22 11:27:49 +00:00
bjorn3
c3a0431731
Avoid recursive cargo calls when doing cargo clif instead of cargo-clif
...
Fixes #1383
2023-07-12 17:24:46 +00:00
bjorn3
c137418bde
Explicitly disable git gpg signing
...
Otherwise building fails if the user has globally enabled gpg signing.
Fixes #1384
2023-07-12 17:21:14 +00:00
bjorn3
8b9187dfec
Fix rustc test suite
2023-07-12 14:47:23 +00:00
bjorn3
d3e9e424a1
Update setup_rust_fork.sh for cg_clif build layout changes
2023-06-28 16:52:02 +00:00
bjorn3
81ea0b29ea
Merge commit '8830dccd1d4c74f1f69b0d3bd982a3f1fcde5807' into sync_cg_clif-2023-06-15
2023-06-15 17:56:01 +00:00
bjorn3
8ad9e9f861
Ensure everything has a lockfile
2023-06-13 16:39:59 +00:00
bjorn3
d0b8896189
Allow building the build system using cargo
...
Rust's build system only handles cargo, not rustc.
2023-06-13 16:39:59 +00:00
bjorn3
45781e107c
Fix rustc test suite
2023-06-13 12:31:34 +00:00
bjorn3
62e603527d
Don't explicitly remove needs-unwind tests
...
Compiletest now respects panic=abort in the --print cfg output
2023-05-28 11:04:15 +00:00
bjorn3
202b14c802
Fix rustc test suite
2023-05-26 08:40:39 +00:00
bjorn3
5b3bc29008
Allow testing a cranelift backend built into rustc itself
...
This avoids building cranelift twice in rust's CI and is a lot easier
than trying to make building of codegen backends work from within a
cargo invocation done by rust's build system.
2023-05-24 17:27:28 +00:00
bjorn3
a2f720d9fe
Allow building and testing without rustup
...
This can be done by installing the nightly specified in
rust-toolchain.toml and then pointing the CARGO, RUSTC and RUSTDOC env
vars to the right executables.
2023-05-22 17:17:05 +00:00
bjorn3
e39191594f
Support _mm_movemask_ps
2023-05-12 17:07:38 +00:00
bjorn3
899d193c9d
Implement a couple more platform intrinsics
2023-05-12 17:07:31 +00:00
bjorn3
ecbb33a71b
Implement and fix a couple more simd intrinsics
2023-05-12 13:25:58 +00:00
bjorn3
f6ba10dead
Fix rustc test suite
2023-05-12 12:58:56 +00:00
bjorn3
4ef286c038
Fix rustc test suite
2023-05-05 12:46:12 +00:00
bjorn3
7905fa92ce
Fix rustc test suite
2023-05-04 11:24:58 +00:00