Skip to content

Commit 634ed75

Browse files
committed
fix links
1 parent c12e6ec commit 634ed75

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

index.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ This is a full alternative implementaion of the Rust language ontop of GCC which
44

55
As this is a front-end project, the compiler will gain full access to all of GCCs internal middle-end optimization passes which are distinct from LLVM. For example, users of this compiler can expect to use the familiar -O2 flags to tune GCC’s optimizer. Going forward, we will be happy to see more LLVM vs GCC graphs in respect to compilation speed, resulting code size and performance.
66

7-
You can find compiler status reports over on: https://github.com/Rust-GCC/Reporting. The project is still in an early phase with the goal to compile the offical rust test suite. There are no immediate plans for a borrow checker as this is not required to compile rust code and is the last pass in the RustC compiler. This can be handled as a sperate project when we get to that point.
7+
The project is still in an early phase with the goal to compile the offical rust test suite. There are no immediate plans for a borrow checker as this is not required to compile rust code and is the last pass in the RustC compiler. This can be handled as a sperate project when we get to that point.
8+
9+
You can find compiler status reports over on: [https://github.com/Rust-GCC/Reporting](https://github.com/Rust-GCC/Reporting and [https://thephilbert.io/](https://thephilbert.io/)
810

911
### Thanks
1012

@@ -14,9 +16,9 @@ We apreciate all feedback from individuals on github.
1416

1517
### Developers
1618

17-
* [Philip Herron](https://github.com/philberty/) [https://thephilbert.io/](https://thephilbert.io/)
19+
* [Philip Herron](https://github.com/philberty/)
1820
* [SimplyTheOther](https://github.com/simplytheother)
19-
* [Nala Ginrut](https://github.com/NalaGinrut) [https://nalaginrut.com/index](https://nalaginrut.com/index)
21+
* [Nala Ginrut](https://github.com/NalaGinrut)
2022

2123
### Get Involved
2224

0 commit comments

Comments
 (0)