index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_lexer
Age
Commit message (
Expand
)
Author
Lines
2022-09-28
Auto merge of #102302 - nnethercote:more-lexer-improvements, r=matklad
bors
-35
/
+34
2022-09-28
Address review comments.
Nicholas Nethercote
-2
/
+4
2022-09-28
Small cleanups in unescaping code.
Nicholas Nethercote
-14
/
+11
2022-09-27
Fix an incorrect comment.
Nicholas Nethercote
-1
/
+1
2022-09-26
Add `rustc_lexer::TokenKind::Eof`.
Nicholas Nethercote
-4
/
+13
2022-09-26
Rename some things.
Nicholas Nethercote
-18
/
+18
2022-09-26
Make `rustc_lexer::cursor::Cursor` public.
Nicholas Nethercote
-21
/
+9
2022-09-08
remove unnecessary `PartialOrd` and `Ord`
Takayuki Maeda
-1
/
+1
2022-08-18
Add diagnostic translation lints to crates that don't emit them
5225225
-0
/
+2
2022-08-01
Shrink `Token`.
Nicholas Nethercote
-71
/
+71
2022-08-01
Inline `first_token`.
Nicholas Nethercote
-0
/
+1
2022-06-28
fix typo in comment
Proloy Mishra
-1
/
+1
2022-03-23
Reduce max hash in raw strings from u16 to u8
Grisha Vartanyan
-11
/
+11
2022-03-16
Add test for >65535 hashes in lexing raw string
Grisha
-0
/
+17
2022-02-24
Improve `scan_escape`.
Nicholas Nethercote
-23
/
+22
2021-12-03
Auto merge of #91393 - Julian-Wollersberger:lexer_optimization, r=petrochenkov
bors
-25
/
+28
2021-12-01
Replace `nth_char(0)` with `next()` in `cursor.first()`
Julian Wollersberger
-25
/
+28
2021-11-23
udpate comment to be more accurate
Esteban Kuber
-2
/
+1
2021-11-23
Tokenize emoji as if they were valid indentifiers
Esteban Kuber
-0
/
+26
2021-11-06
use matches!() macro in more places
Matthias Krüger
-5
/
+4
2021-10-15
Revert "Auto merge of #89709 - clemenswasser:apply_clippy_suggestions_2, r=pe...
Matthias Krüger
-5
/
+6
2021-10-10
Apply clippy suggestions
Clemens Wasser
-6
/
+5
2021-09-20
Migrate to 2021
Mark Rousskov
-1
/
+1
2021-08-22
Fix more “a”/“an” typos
Frank Steffahn
-1
/
+1
2021-08-11
Renamed variable str -> tail for clarity
Anton Golov
-5
/
+5
2021-08-11
Warn when an escaped newline skips multiple lines
Anton Golov
-0
/
+14
2021-08-02
Auto merge of #87535 - lf-:authors, r=Mark-Simulacrum
bors
-1
/
+0
2021-07-30
Add warning when whitespace is not skipped after an escaped newline.
Anton Golov
-4
/
+49
2021-07-29
rfc3052: Remove authors field from Cargo manifests
Jade
-1
/
+0
2021-07-26
Remove ASCII fast path from rustc_lexer::{is_id_continue, is_id_start}
Ibraheem Ahmed
-12
/
+2
2021-06-26
Rename 'bad prefix' to 'unknown prefix'.
Mara Bos
-8
/
+8
2021-06-26
Improve comments for reserved prefixes.
Mara Bos
-2
/
+7
2021-06-26
Reserve prefixed identifiers and string literals (RFC 3101)
lrh2000
-5
/
+12
2021-04-08
Fix outdated crate names in compiler docs
pierwill
-3
/
+3
2021-01-07
Return EOF_CHAR constant instead of magic char.
Hanzhen Liang
-1
/
+1
2020-12-18
Fix typo
Hirochika Matsumoto
-1
/
+1
2020-12-03
Fix some clippy lints
Joshua Nelson
-5
/
+5
2020-10-30
Add back missing comments
Joshua Nelson
-0
/
+1
2020-10-30
Fix even more clippy warnings
Joshua Nelson
-6
/
+4
2020-10-09
Noticed a potential bug in `eat_while()`: it doesn't account for number of UT...
Julian Wollersberger
-20
/
+14
2020-09-21
Fix typo in rustc_lexer docs
LingMan
-1
/
+1
2020-09-02
lexer: Tiny improvement to shebang detection
Vadim Petrochenkov
-5
/
+9
2020-08-31
Update expect-test to 1.0
Aleksey Kladov
-1
/
+1
2020-08-31
Rollup merge of #76050 - matklad:pos, r=petrochenkov
Aleksey Kladov
-20
/
+140
2020-08-30
cleanup: Remove duplicate library names from `Cargo.toml`s
Vadim Petrochenkov
-1
/
+0
2020-08-30
Move lexer unit tests to rustc_lexer
Aleksey Kladov
-20
/
+140
2020-08-30
mv compiler to compiler/
mark
-0
/
+1711