summary refs log tree commit diff
path: root/src/libsyntax_pos/Cargo.toml
AgeCommit message (Collapse)AuthorLines
2017-06-10Moved FileMap construction to it's own constructor.Inokentiy Babushkin-0/+1
The rationale is that BOM stripping is needed for lazy source loading for external crates, and duplication can be avoided by moving the corresponding functionality to libsyntax_pos.
2016-06-23Address comments and fix travis warningJonathan Turner-1/+0
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-0/+13