| commit | a3024a892d4313f0b8ee69ae26c6f9ddef320d46 | [log] [tgz] |
|---|---|---|
| author | bors <bors@rust-lang.org> | Mon Sep 23 21:32:05 2019 +0000 |
| committer | bors <bors@rust-lang.org> | Mon Sep 23 21:32:05 2019 +0000 |
| tree | 77f2238a4242e74c123ab84705f77234f1a1658c | |
| parent | 3b2d7f338e2d33c5b84cc03fb17eccb8afc3a6fc [diff] | |
| parent | 43b6c16826f1c740765617f71b67cda2473709cb [diff] |
Auto merge of #814 - alexcrichton:remove-old-questions, r=gnzlbg Remove long-outdated `QUESTIONS.md` This is quite an old file now at this point!
This repository contains two main crates:
core_arch implements core::arch - Rust's core library architecture-specific intrinsics, and
std_detect implements std::detect - Rust's standard library run-time CPU feature detection.
The std::simd component now lives in the packed_simd crate.
To do a release of the core_arch and std_detect crates,
dev-dependencies in their Cargo.toml files (due to https://github.com/rust-lang/cargo/issues/4242),