index
:
rust-bindgen.git
master
Unnamed repository; edit this file 'description' to name the repository.
Kent Overstreet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ir
/
analysis
/
has_float.rs
Age
Commit message (
Expand
)
Author
2022-10-04
split the repo into a workspace
Christian Poveda
2021-02-18
Rename whitelist -> allowlist and blacklist -> blocklist
Marcel Hlopko
2020-04-27
Run `cargo fix --edition`
Joshua Nelson
2019-09-17
Rustfmt.
Emilio Cobos Álvarez
2018-12-23
Switch to FxHash for hash maps and such.
Emilio Cobos Álvarez
2018-09-10
generate type alias for the `block` type
Flier Lu
2018-08-14
address review comments
gnzlbg
2018-08-14
map vector types to arrays and pass them by value
gnzlbg
2017-10-02
A bunch of parsing things should return TypeId
Nick Fitzgerald
2017-10-02
Make base members use TypeId rather than ItemId
Nick Fitzgerald
2017-10-02
Make comp fields contain `TypeId`s
Nick Fitzgerald
2017-10-02
Make functions which take an ItemId generic to take any kind of id
Nick Fitzgerald
2017-10-02
Make TemplateInstantiation's definition into a TypeId
Nick Fitzgerald
2017-10-02
Make `TypeKind::{Alias,TemplateAlias,Array,Pointer,Reference}` use `TypeId`
Nick Fitzgerald
2017-09-07
Use `quote` instead of `syntex` for Rust code generation
Nick Fitzgerald
2017-08-21
Can derive Eq
Zhiting Zhu