SlackBuilds Repository

15.0 > Development > mrustc (0.12.0)

mrustc (Mutabah's Rust Compiler)

mrustc is a "simple" rust compiler written in C++ that is able to
bootstrap a "recent" rustc.

As mrustc's primary goal is bootstrapping rustc, and as such it
tends to assume that the code it's compiling is valid (and any
errors in the generated code are mrustc bugs). Code generation is
done by emitting a high-level assembly (currently very ugly C, but
LLVM/cretone/GIMPLE/... could work) and getting an external tool
(i.e. gcc) to do the heavy-lifting of optimising and machine code
generation.

Maintained by: Ruoh-Shoei LIN
Keywords: rust,mrustc,minicargo
ChangeLog: mrustc

Homepage:
https://github.com/thepowersgang/mrustc

Source Downloads (64bit):
mrustc-0.12.0.tar.gz (ca451ec73c133e8c64636535aa69d96b)
rustc-1.90.0-src.tar.gz (23957d9c3a1c82467d9793e404bf9d04)

Download SlackBuild:
mrustc.tar.gz
mrustc.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
mrustc.SlackBuild
mrustc.info
slack-desc

Validated for Slackware 15.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2026 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds