about summary refs log tree commit diff
path: root/src/libcore/primitive.rs
AgeCommit message (Collapse)AuthorLines
2020-02-23Bump core::primitive to 1.43David Tolnay-17/+17
2020-02-06Add primitive module to libcore/stdMark Rousskov-0/+67
This re-exports the primitive types from libcore at `core::primitive` to allow macro authors to have a reliable location to use them from.