about summary refs log tree commit diff
path: root/src/librustc/util/bug.rs
AgeCommit message (Collapse)AuthorLines
2019-02-05move librustc to 2018Mark Mansi-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-09-29don't elide lifetimes in paths in librustc/Zack M. Davis-3/+3
This seemed like a good way to kick the tires on the elided-lifetimes-in-paths lint (#52069)—seems to work! This was also pretty tedious—it sure would be nice if `cargo fix` worked on this codebase (#53896)!
2018-08-09Move span_bug and bug helper functions to utilMark Rousskov-0/+51