antoyo
|
d408f23622
|
Merge pull request #504 from rust-lang/fix/aarch64
Some fixes for aarch64
|
2024-04-24 20:37:34 -04:00 |
|
Antoni Boucher
|
65e8717e45
|
Some fixes for aarch64
|
2024-04-24 20:15:15 -04:00 |
|
antoyo
|
01b0fb7b56
|
Merge pull request #494 from darcagn/custom_rustlib
Modify build_system's prepare stage to allow for custom sysroot source path
|
2024-04-24 19:25:38 -04:00 |
|
darc
|
04932ea22f
|
Modify build_system's prepare stage to allow for custom sysroot source path
|
2024-04-24 16:53:44 -05:00 |
|
antoyo
|
41839175b0
|
Merge pull request #498 from rust-lang/fix/pass-indirect-with-params
Fix PassMode::Indirect with params
|
2024-04-22 09:44:46 -04:00 |
|
Antoni Boucher
|
f9a0c3fb0f
|
Fix PassMode::Indirect with params
|
2024-04-22 09:14:28 -04:00 |
|
antoyo
|
4a52f9579a
|
Merge pull request #500 from rust-lang/fix/type-kind
Implement more type kinds
|
2024-04-19 21:53:40 -04:00 |
|
antoyo
|
9941c3590d
|
Merge pull request #499 from rust-lang/fix/unreachable-in-get_fn
Fix panic when calling get_fn for a variable
|
2024-04-19 21:26:48 -04:00 |
|
Antoni Boucher
|
89ee0f997c
|
Implement more type kinds
|
2024-04-19 21:23:56 -04:00 |
|
antoyo
|
e26e7aeb9a
|
Merge pull request #497 from rust-lang/fix/add-block-to-imported-main-function
Fix check for main function already declared
|
2024-04-19 21:20:16 -04:00 |
|
Antoni Boucher
|
9b628f8e82
|
Fix panic when calling get_fn for a variable
|
2024-04-19 20:57:40 -04:00 |
|
Antoni Boucher
|
7cd561efd6
|
Fix check for main function already declared
|
2024-04-19 20:55:59 -04:00 |
|
antoyo
|
ab7d138d16
|
Merge pull request #493 from darcagn/master
Fix passing custom CG_RUSTFLAGS when building sysroot
|
2024-04-17 18:11:52 -04:00 |
|
Gerson
|
6e5395a414
|
Updating readme instructions (#489)
|
2024-04-17 11:31:18 -04:00 |
|
darc
|
50a0d5b816
|
Fix passing custom CG_RUSTFLAGS when building sysroot
|
2024-04-17 10:02:10 -05:00 |
|
antoyo
|
56a022f5e5
|
Merge pull request #492 from antoyo/master
Sync fork
|
2024-04-17 08:26:57 -04:00 |
|
antoyo
|
f3ff769dd5
|
Merge pull request #18 from GuillaumeGomez/default-download
Default to `download-gccjit` instead of `gcc-path`
|
2024-04-17 07:40:57 -04:00 |
|
アレーク
|
5584f5f1a2
|
updated build system script commands (#490)
updated build system script commands
|
2024-04-16 23:59:47 +02:00 |
|
Guillaume Gomez
|
a3cd6e7a31
|
Default to download-gccjit instead of gcc-path
|
2024-04-13 21:31:57 +02:00 |
|
Shashank Trivedi
|
8692192582
|
build sysroot flag (#16)
|
2024-04-10 08:23:51 -04:00 |
|
antoyo
|
7531a22bbe
|
Merge pull request #486 from antoyo/master
Merge fork
|
2024-04-07 08:56:18 -04:00 |
|
antoyo
|
c7f1d5d409
|
Merge pull request #15 from GuillaumeGomez/add-rustc-command
Add rustc command to build system
|
2024-04-06 23:05:10 -04:00 |
|
Guillaume Gomez
|
2a99110297
|
Update documentation to recommend using y.sh rustc instead of rustc and all its flags
|
2024-04-06 20:00:21 +02:00 |
|
Guillaume Gomez
|
00ad2634d5
|
Add rustc command to build system
|
2024-04-06 20:00:21 +02:00 |
|
Guillaume Gomez
|
5eb8d854d1
|
Rename cargo.rs into rust_tools.rs to prepare the addition of the rustc command
|
2024-04-05 17:18:55 +02:00 |
|
antoyo
|
75f0ab5c55
|
Merge pull request #482 from antoyo/master
Sync from fork
|
2024-03-30 09:51:27 -04:00 |
|
antoyo
|
287894f374
|
Merge pull request #14 from antoyo/fix/vm-link-and-stdarch-tests
Fix vm link and stdarch tests
|
2024-03-30 09:05:45 -04:00 |
|
Antoni Boucher
|
c7ac792687
|
Add newlines
|
2024-03-30 08:18:56 -04:00 |
|
Antoni Boucher
|
92be47bef5
|
Add back y.sh to run stdarch tests
|
2024-03-30 08:16:03 -04:00 |
|
Antoni Boucher
|
03f299bce0
|
Fix VM artifact link
|
2024-03-30 08:14:53 -04:00 |
|
Robert Zakrzewski
|
111b3395a8
|
Execute tests using a target defined as a JSON spec (#12)
|
2024-03-27 17:37:19 -04:00 |
|
Shashank Trivedi
|
2a88451d6b
|
run-make tests initialized (#7)
|
2024-03-25 11:39:26 -04:00 |
|
antoyo
|
fda1ffd38f
|
Merge pull request #8 from zedar/I60_asm_conversion_from_register_to_gcc
Add missing mappings from register classes to dummy output types
|
2024-03-24 14:39:10 -04:00 |
|
Robert Zakrzewski
|
94ca8283af
|
add missing mappings from register classes to dummy output types
fix formatting
Replace LLVM with GCC
|
2024-03-24 17:22:40 +01:00 |
|
antoyo
|
51eae7e6e8
|
Merge pull request #5 from mubarak23/remove-pass-test
Remove pass test
|
2024-03-23 17:45:16 -04:00 |
|
mubarak23
|
a67cd0c4fd
|
add fn-arg-incomplete-pattern-drop-order.rs to the list
|
2024-03-23 22:18:22 +01:00 |
|
mubarak23
|
0319a80c5b
|
remove more test that have passed
|
2024-03-23 19:21:45 +01:00 |
|
mubarak23
|
56eab3c484
|
remove trailing space
|
2024-03-23 18:09:18 +01:00 |
|
mubarak23
|
9c81910732
|
fix rebase
|
2024-03-23 13:27:33 +01:00 |
|
antoyo
|
eea2f89c80
|
Merge pull request #2 from GuillaumeGomez/rm-build_sysroot-folder
Remove `build_sysroot` folder
|
2024-03-22 16:37:06 -04:00 |
|
Guillaume Gomez
|
da070d3569
|
Clean up y.sh path in CI
|
2024-03-22 20:37:55 +01:00 |
|
Shashank Trivedi
|
f16a006c23
|
CI cargo test added (#6)
|
2024-03-22 15:32:34 -04:00 |
|
Guillaume Gomez
|
7ccd8ce693
|
Add fmt check on build_system
|
2024-03-22 20:19:20 +01:00 |
|
Guillaume Gomez
|
52f6d5d589
|
Run test commands in the provided order
|
2024-03-22 20:19:20 +01:00 |
|
Guillaume Gomez
|
cde105a651
|
Move build_sysroot folder into build_system
|
2024-03-22 20:19:20 +01:00 |
|
Guillaume Gomez
|
ab1ea400a8
|
Format code
|
2024-03-22 20:19:20 +01:00 |
|
Mubarak Muhammad Aminu
|
906a2ab5b3
|
Update tests/failing-ui-tests.txt
Co-authored-by: antoyo <antoyo@users.noreply.github.com>
|
2024-03-22 15:51:48 +01:00 |
|
mubarak23
|
67c6c7e00d
|
add two fail test back to the list
|
2024-03-22 12:29:56 +01:00 |
|
mubarak23
|
486f6b7300
|
remove lto-abort.rs since it has passed
|
2024-03-21 17:04:03 +01:00 |
|
mubarak23
|
193d165e22
|
add back lto-abort.rs to the list
|
2024-03-21 16:47:20 +01:00 |
|