Results 109 issues of Simonas Kazlauskas

Cargo will unify the features across crates, so if you have in your workspace two different crates that depend on `ctrlc`, one with `termination` feature enabled and other without, then...

# Motivation I’m trying to make a CI that tests `x86_64-unknown-openbsd` target. There is no rust-std component for this target so I thought I’d just get actions to build libstd...

enhancement

``` $ git clone 'https://github.com/serde-rs/json.git' && cd json $ cargo fuzz --init thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', /checkout/src/libcore/option.rs:323 stack backtrace: 1: 0x5623cfbb8d89 - std::sys::imp::backtrace::tracing::imp::write::hbb14611794d3841b at...

bug

So, this can definitely work without changes to libfuzzer itself, as it is written today. There are a couple pieces to it: 1. Don't compile `FuzzerMain.cpp` at all; 2. Use...

Running ``` $ nix-shell -p 'rustChannelOfTargets "nightly" null ["i686-unknown-linux-gnu" "x86_64-unknown-linux-musl"]' ``` will put the standard library for the specified targets in their own little unique directories where rustc has no...

Even tough they are provided, they are empty. Other formats works for me, but you can't use, for example, [icomoon](http://keyamoon.com/icomoon/app/#browse) to build custom set.

I have no `rustc` in my `$PATH`. Typing `~/.cargo/bin/rustc t` spews following: ``` /usr/share/fish/completions/rustc.fish (line 1): rustc -C help \ ^ in command substitution called on line -1 of file...

enhancement

Currently in order to pass tensorflow session options you need to pass in a encoded protobuf of `ConfigProto` to the [`SessionOptions::set_config`](https://tensorflow.github.io/rust/tensorflow/struct.SessionOptions.html#method.set_config) API. While matching the API of e.g. Java bindings,...

enhancement