Skip to content

Commit 03ececa

Browse files
authored
Merge pull request #7 from Rust-GCC/enable-blogposting
Enable blogposting
2 parents ffb7ef2 + 29027a0 commit 03ececa

File tree

2 files changed

+522
-1
lines changed

2 files changed

+522
-1
lines changed

index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ As this is a front-end project, the compiler will gain full access to all of GCC
66

77
The project is still in an early phase with the goal to compile the offical Rust test suite. While there is no borrow-checker included with the compiler yet, we plan to integrate with the [`polonius`](https://github.com/rust-lang/polonius) effort and leverage its borrow-checking algorithms.
88

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/)
9+
You can find compiler status reports over on: [https://github.com/Rust-GCC/Reporting](https://github.com/Rust-GCC/Reporting), [https://thephilbert.io/](https://thephilbert.io/) as well as here in the next section.
10+
11+
## Status reports
12+
13+
* [October 2022 monthly report](/reporting/2022-10-monthly-report.md)
1014

1115
### FAQ
1216

0 commit comments

Comments
 (0)