- Dec 10, 2019
-
-
Eelco Dolstra authored
-
Eelco Dolstra authored
In particular, this enables HTTP/2 support in reqwest, which is a lot more efficient.
-
Eelco Dolstra authored
-
- Nov 29, 2019
-
-
Eelco Dolstra authored
This is a hack to fix the build on macOS, which was failing because libnixrust.a contains compiler builtins that clash with libclang_rt.osx.a. There's probably a better solution... https://hydra.nixos.org/build/107473280
-
- Nov 27, 2019
-
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
- Nov 26, 2019
-
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
In particular, these are emitted by 'git archive' (in fetchGit).
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
We can now convert Rust Errors to C++ exceptions. At the Rust->C++ FFI boundary, Result<T, Error> will cause Error to be converted to and thrown as a C++ exception.
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
This was the last function using a shell script, so this allows us to get rid of tar, coreutils, bash etc.
-
Eelco Dolstra authored
-
Eelco Dolstra authored