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 compiler/rustc_codegen_cranelift/Readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Cranelift codegen backend for rust

FOO

The goal of this project is to create an alternative codegen backend for the rust compiler based on [Cranelift](https://github.com/bytecodealliance/wasmtime/blob/main/cranelift).
This has the potential to improve compilation times in debug mode.
If your project doesn't use any of the things listed under "Not yet supported", it should work fine.
Expand Down
2 changes: 2 additions & 0 deletions compiler/rustc_codegen_cranelift/josh-sync.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
repo = "rustc_codegen_cranelift"
filter = ":rev(6f3f6bdacb75571a87f08e0920d9c191b3d65ded:prefix=compiler/rustc_codegen_cranelift):/compiler/rustc_codegen_cranelift"
2 changes: 1 addition & 1 deletion compiler/rustc_codegen_cranelift/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
channel = "nightly-2025-12-23"
channel = "nightly-2025-12-25"
components = ["rust-src", "rustc-dev", "llvm-tools", "rustfmt"]
profile = "minimal"
1 change: 1 addition & 0 deletions compiler/rustc_codegen_cranelift/rust-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
e7d44143a12a526488e4f0c0d7ea8e62a4fe9354
Loading