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

12 lines
238 B
Rust
Raw Normal View History

move index_vec into rustc_index
2019-09-26 03:09:51 +08:00
#![feature(allow_internal_unstable)]
index: introduce and use `FiniteBitSet` This commit introduces a `FiniteBitSet` type which replaces the manual bit manipulation which was being performed in polymorphization. Signed-off-by: David Wood <david@davidtw.co>
2020-07-17 12:28:23 +01:00
#![feature(bool_to_option)]
Add requisite feature gates for const assert
2020-03-10 13:41:33 -07:00
#![feature(const_fn)]
#![feature(const_panic)]
Add Extend::{extend_one,extend_reserve} This adds new optional methods on `Extend`: `extend_one` add a single element to the collection, and `extend_reserve` pre-allocates space for the predicted number of incoming elements. These are used in `Iterator` for `partition` and `unzip` as they shuffle elements one-at-a-time into their respective collections.
2020-05-12 20:09:55 -07:00
#![feature(extend_one)]
move index_vec into rustc_index
2019-09-26 03:09:51 +08:00
#![feature(unboxed_closures)]
remove bit_set re-export from rustc_data_structures
2019-09-26 05:30:10 +00:00
#![feature(test)]
move index_vec into rustc_index
2019-09-26 03:09:51 +08:00
#![feature(fn_traits)]
move bit_set into rustc_index
2019-09-26 03:26:16 +00:00
pub mod bit_set;
Format the world
2019-12-22 17:42:04 -05:00
pub mod vec;
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 269ms 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