| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2019-07-21 | move unescape module to rustc_lexer | Aleksey Kladov | -602/+0 |
| 2019-06-20 | Add unit tests for unescaping raw (byte) strings | Igor Matuszewski | -0/+30 |
| 2019-06-10 | Don't suggest using \r in raw strings | Igor Matuszewski | -1/+2 |
| 2019-06-09 | Use char byte calculation using existing iterator | Igor Matuszewski | -11/+13 |
| 2019-06-09 | Actually translate CRLF in raw byte strings and unify unescape impl | Igor Matuszewski | -20/+44 |
| 2019-06-09 | Translate CRLF -> LF in raw (byte) strings | Igor Matuszewski | -30/+14 |
| 2019-06-08 | Prohibit bare CRs in raw byte strings | Igor Matuszewski | -0/+24 |
| 2019-06-08 | Validate and transcribe raw strings via unescape module | Igor Matuszewski | -0/+22 |
| 2019-06-08 | Clean up minor bits | Igor Matuszewski | -1/+1 |
| 2019-05-02 | introduce unescape module | Aleksey Kladov | -0/+515 |
