Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
simvux committed Oct 8, 2024
1 parent d6efb21 commit 32ffba5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,14 @@ All of this is written in a non-platform-agnostic way and needs to be changed to
- [ ] Trait-overloaded key-value syntactic sugar for hashmaps
- [ ] Higher kinded types (monomorphised)
- [ ] Documentation Generator
- [ ] `@[repr "C"]` attributes and FFI-binding generator
- [x] `@[repr "C"]` attributes and FFI-binding generator
- [ ] Incremental compilation
- [ ] Self-hosted compiler reimplementation
- [ ] Stack backtraces and runtime debugging
- [ ] Code formatter
- [ ] Syntax files for various text editors
- [ ] trait specialisation
- [ ] Inline smaller sum-type data payloads for increased performance
- [ ] Natively aligned data for improved performance
- [ ] Stable public function symbols
- [x] Inline smaller sum-type data payloads for increased performance
- [x] Natively aligned data for improved performance
- [x] Stable public function symbols
- [ ] Deduplicate ReadOnlyBytes
2 changes: 2 additions & 0 deletions mdbook/src/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Compiling from scratch

You need the nightly version of the Rust compiler.

Clone the repository

```bash
Expand Down

0 comments on commit 32ffba5

Please sign in to comment.