rust-repos
rust-repos copied to clipboard
Dataset of Rust source code repositories
``` [2021-02-17T09:38:55Z INFO rust_repos::github] started scraping for GitHub repositories [2021-02-17T09:39:33Z ERROR rust_repos::utils] https://raw.githubusercontent.com/stilist/ratafiacurrant/master/Cargo.toml: an error occurred trying to connect: Connection refused (os error 111) [2021-02-17T09:41:14Z ERROR rust_repos::utils] https://raw.githubusercontent.com/bvdberg/code/master/Cargo.toml: an error...
E.g. my repository https://github.com/heinrich5991/libtw2 is marked as not having a `Cargo.toml` and no `Cargo.lock`.
Scraping GitLab repositories is required if we want to test them on Crater (and we do). This issue tracks the implementation of the scraper. The API calls we would need...
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.87 to 1.0.107. Release notes Sourced from serde_json's releases. v1.0.107 impl IntoDeserializer for &RawValue (#1071) v1.0.106 Add Value::as_number accessor (#1069, thanks @chanced) Add Number::as_str accessor under "arbitrary_precision"...
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.12 to 0.11.20. Release notes Sourced from reqwest's releases. v0.11.20 What's Changed Fix deflate decompression back to using zlib, as outlined in the spec. v0.11.19 What's Changed...
Bumps [serde_derive](https://github.com/serde-rs/serde) from 1.0.147 to 1.0.156. Release notes Sourced from serde_derive's releases. v1.0.156 Documentation improvements v1.0.155 Support Serialize and Deserialize impls for core::ffi::CStr and alloc::ffi::CString without "std" feature (#2374, thanks...
Bumps [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) from 0.8.12 to 0.8.16. Release notes Sourced from crossbeam-utils's releases. crossbeam-utils 0.8.16 Improve implementation of CachePadded. (#967) crossbeam-utils 0.8.15 Add #[clippy::has_significant_drop] to ShardedLock{Read,Write}Guard. (#958) Improve handling of very...
Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.9.1 to 0.10.0. Release notes Sourced from env_logger's releases. v0.9.3 Fix a regression from v0.9.2 where env_logger would fail to compile with the termcolor feature turned off....