about summary refs log tree commit diff
path: root/src/libsyntax/source_map
AgeCommit message (Collapse)AuthorLines
2019-11-15Move SourceMap to syntax_posMark Rousskov-221/+0
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.
2019-09-07Apply suggestions from code reviewAlexander Regueiro-7/+6
2019-09-07Aggregation of cosmetic changes made during work on REPL PRs: libsyntaxAlexander Regueiro-44/+54
2019-08-15syntax_pos: `NO_EXPANSION`/`SyntaxContext::empty()` -> `SyntaxContext::root()`Vadim Petrochenkov-6/+5
For consistency with `ExpnId::root`. Also introduce a helper `Span::with_root_ctxt` for creating spans with `SyntaxContext::root()` context
2019-08-02libsyntax: Unconfigure tests during normal buildVadim Petrochenkov-0/+213