Logo
Explore Help
Register Sign In
rust-lang/rust
1
0
Fork 0
You've already forked rust
Code Issues Pull Requests Actions 2 Packages Projects Releases Wiki Activity
Files
c29f8575acae4b1e533f630b51a639758919911c
rust/compiler/rustc_index/Cargo.toml

14 lines
271 B
TOML
Raw Normal View History

init librustc_index crate
2019-09-26 02:55:18 +08:00
[package]
name = "rustc_index"
version = "0.0.0"
Migrate to 2021
2021-09-19 12:49:55 -04:00
edition = "2021"
init librustc_index crate
2019-09-26 02:55:18 +08:00
[lib]
doctest = false
[dependencies]
Use arrayvec 0.7, drop smallvec 0.6 With the arrival of min const generics, many alt-vec libraries have updated to use it in some way and arrayvec is no exception. Use the latest with minor refactoring. Also, rustc_workspace_hack is the only user of smallvec 0.6 in the entire tree, so drop it.
2021-04-21 21:40:29 -07:00
arrayvec = { version = "0.7", default-features = false }
mv compiler to compiler/
2020-08-27 22:58:48 -05:00
rustc_serialize = { path = "../rustc_serialize" }
rustc_macros = { path = "../rustc_macros" }
Introduce IntervalSet This is a compact, fast storage for variable-sized sets, typically consisting of larger ranges. It is less efficient than a bitset if ranges are both small and the domain size is small, but will still perform acceptably. With enormous domain sizes and large ranges, the interval set performs much better, as it can be much more densely packed in memory than the uncompressed bit set alternative.
2021-11-05 14:50:29 -04:00
smallvec = "1"
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 639ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API