about summary refs log tree commit diff
path: root/compiler/rustc_interface/src/callbacks.rs
AgeCommit message (Collapse)AuthorLines
2021-10-01Fix clippy lintsGuillaume Gomez-1/+1
2021-09-10Add sanity check.Camille GILLOT-1/+3
We force the relative span's parent to be absolute. This avoids having to handle long dependency chains.
2021-09-10Track span dependency using a callback.Camille GILLOT-0/+9
2021-04-07Fix outdated crate names in `rustc_interface::callbacks`pierwill-7/+7
2020-08-30mv compiler to compiler/mark-0/+61