summaryrefslogtreecommitdiff
path: root/src/ir/analysis/has_float.rs
AgeCommit message (Expand)Author
2022-10-04split the repo into a workspaceChristian Poveda
2021-02-18Rename whitelist -> allowlist and blacklist -> blocklistMarcel Hlopko
2020-04-27Run `cargo fix --edition`Joshua Nelson
2019-09-17Rustfmt.Emilio Cobos Álvarez
2018-12-23Switch to FxHash for hash maps and such.Emilio Cobos Álvarez
2018-09-10generate type alias for the `block` typeFlier Lu
2018-08-14address review commentsgnzlbg
2018-08-14map vector types to arrays and pass them by valuegnzlbg
2017-10-02A bunch of parsing things should return TypeIdNick Fitzgerald
2017-10-02Make base members use TypeId rather than ItemIdNick Fitzgerald
2017-10-02Make comp fields contain `TypeId`sNick Fitzgerald
2017-10-02Make functions which take an ItemId generic to take any kind of idNick Fitzgerald
2017-10-02Make TemplateInstantiation's definition into a TypeIdNick Fitzgerald
2017-10-02Make `TypeKind::{Alias,TemplateAlias,Array,Pointer,Reference}` use `TypeId`Nick Fitzgerald
2017-09-07Use `quote` instead of `syntex` for Rust code generationNick Fitzgerald
2017-08-21Can derive EqZhiting Zhu