about summary refs log tree commit diff
path: root/pkgs/development/compilers/mrustc/default.nix
AgeCommit message (Collapse)AuthorFilesLines
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2023-10-18mrustc: 0.10 -> 0.10.1Emily Trau1-3/+3
2023-04-06mrustc: 0.9 -> 0.10Val Lorentz1-3/+3
And switch from Rust 1.29 to 1.54, as this is the top version supported by mrustc
2022-04-17mrustc: fixup buildVladimír Čunát1-0/+1
Probably after gcc update. Anyway, including standard headers should be safe even if not utilized (and they do seem here).
2021-04-23mrustc: init at 0.9Valentin Lorentz1-0/+53
mrustc is mostly patched to use shared LLVM sources but still uses in-tree source for compiler-rt from LLVM 7. This needs to be patched to compile under glibc 2.31 or later. It's easy enough to reapply all our compiler-rt patches here.