Closed
Description
- Run https://github.com/dropbox/rust-brotli-decompressor
- Run https://github.com/Peltoche/lsd (
hashbrown assertion failure due to Constants not correctly aligned #348, because debug assertions are disabledworks as of a24a956) - Run https://github.com/sitkevij/hex.git
- Run https://github.com/sharkdp/hexyl (
works when patching ctrl+c handler, which uses threads, away(TLS support #784)) - Run https://github.com/ogham/exa (
requires threads(TLS support #784)) - Test https://github.com/rust-lang/regex (
requires cpuid intrinsic(faked no cpuid support by cpu) andsimd(implemented enough in Simd emulation #650)) - Run https://github.com/mohanson/gameboy
- Run https://github.com/ozkriff/zemeroth (
blocked on Support #[rustc_args_required_const(...)] for simd intrinsics #666, requires threads) - Run https://gitlab.com/veloren/veloren (
requires threads(TLS support #784), kind of works, but too slow to be usable) - Run https://github.com/ozkriff/zoc
- Run https://github.com/gchp/iota
- Test https://github.com/BurntSushi/fst
- Run https://github.com/dalance/procs (
requires(3fcd540))saturating_{add,sub}
for signed integers - Run https://github.com/nical/lyon examples (
requires(3fcd540), all but the wgpu examples tested, my graphics driver doesn't have vulkan/metal/dx* support)saturating_{add,sub}
for signed integers - Run more applications