summary refs log tree commit diff
path: root/src/librustc_save_analysis/sig.rs
AgeCommit message (Expand)AuthorLines
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-5/+5
2017-08-12Fix some typosBastien Orivel-2/+2
2017-07-22Gate signatures on the configNick Cameron-0/+21
2017-06-12Impl and trait item sigsNick Cameron-7/+145
2017-06-12Implement a bunch more signature functionsNick Cameron-25/+226
2017-06-12Small refactoring + docsNick Cameron-19/+28
2017-06-12Use the new signature stuffNick Cameron-5/+22
2017-06-12Add a sig module to save-analysisNick Cameron-0/+560