summary refs log tree commit diff
path: root/src/libsyntax_pos/source_map
AgeCommit message (Collapse)AuthorLines
2019-11-15Move SourceMap to syntax_posMark Rousskov-0/+221
This does not update the use sites or delete the now unnecessary SourceMapper trait, to allow git to interpret the file move as a rename rather than a new file.