| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-11-15 | Move SourceMap to syntax_pos | Mark 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-07 | Apply suggestions from code review | Alexander Regueiro | -7/+6 | |
| 2019-09-07 | Aggregation of cosmetic changes made during work on REPL PRs: libsyntax | Alexander Regueiro | -44/+54 | |
| 2019-08-15 | syntax_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-02 | libsyntax: Unconfigure tests during normal build | Vadim Petrochenkov | -0/+213 | |
