about summary refs log tree commit diff
path: root/src/librustc_data_structures/macros.rs
AgeCommit message (Collapse)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2018-11-16Ensure that the `static_assert!` argument is a `bool`Oliver Scherer-1/+2
2018-11-13Move `static_assert!` into librustc_data_structures.Nicholas Nethercote-0/+21
This means it can be used by more crates.