Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ title: GCC Front-End For Rust
description: Alternative Rust Compiler for GCC
logo: /images/logo.png
theme: jekyll-theme-minimal
plugins:
- jekyll-feed
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
---
layout: post
title: "October 2022 monthly report"
author: Philip Herron and Arthur Cohen
tags:
- monthly-report
---

## Overview

Thanks again to [Open Source Security, inc](https://opensrcsec.com/) and
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
---
layout: post
title: "November 2022 monthly report"
author: Philip Herron and Arthur Cohen
tags:
- monthly-report
---

## Overview

Thanks again to [Open Source Security, inc](https://opensrcsec.com/) and
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
---
layout: post
title: "2022 Yearly report"
author: Philip Herron and Arthur Cohen
tags:
- yearly-report
---

# Overview

Thanks again to [Open Source Security, inc](https://opensrcsec.com/) and
Expand Down
22 changes: 18 additions & 4 deletions index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
## GCC Front-End For Rust
---
layout: default
title: GCC Front-End For Rust
---

# GCC Front-End For Rust

This is a full alternative implementation of the Rust language on top of GCC with the goal to become fully upstream with the GNU toolchain.

Expand All @@ -10,9 +15,14 @@ You can find compiler status reports over on: [https://github.com/Rust-GCC/Repor

## Status reports

* [2022 Yearly report](/reporting/2022-year-report.md)
* [November 2022 monthly report](/reporting/2022-11-monthly-report.md)
* [October 2022 monthly report](/reporting/2022-10-monthly-report.md)
{% assign sorted_posts = site.posts | sort: "date" | reverse %}
<ul>
{% for post in sorted_posts %}
<li>
<a href="{{ post.url }}">{{ post.title }}</a>
</li>
{% endfor %}
</ul>

### FAQ

Expand Down Expand Up @@ -46,3 +56,7 @@ As this is destined to be upstreamed to GCC we require copyright assignment: [ht
* Github: [https://github.com/Rust-GCC](https://github.com/Rust-GCC)
* Zulip: [https://gcc-rust.zulipchat.com/](https://gcc-rust.zulipchat.com/)
* Twitter: [https://twitter.com/gcc_rust](https://twitter.com/gcc_rust)

### RSS

You can stay updated on our progress with this [RSS feed](/feed.xml).