| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-08-21 | fix rebase | Esteban Küber | -1/+1 | |
| 2019-08-21 | Formatting | Esteban Küber | -24/+45 | |
| 2019-08-21 | Add terminal_width debugging flag | Esteban Küber | -1/+8 | |
| 2019-08-19 | remove composite tokens support from the lexer | Aleksey Kladov | -12/+20 | |
| 2019-08-15 | syntax_pos: Remove the duplicate global edition | Vadim Petrochenkov | -28/+4 | |
| It was introduced to avoid going through `hygiene_data`, but now it's read only once, when `ParseSess` is created, so going through a lock is ok. | ||||
| 2019-08-15 | syntax_pos: `NO_EXPANSION`/`SyntaxContext::empty()` -> `SyntaxContext::root()` | Vadim Petrochenkov | -3/+3 | |
| 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/+255 | |
