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_parse
/
src
/
lexer
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2023-12-19
Add `EmitResult` associated type to `EmissionGuarantee`.
Nicholas Nethercote
-2
/
+4
2023-12-18
Rename `ParseSess::span_diagnostic` as `ParseSess::dcx`.
Nicholas Nethercote
-10
/
+10
2023-12-11
Add spacing information to delimiters.
Nicholas Nethercote
-1
/
+1
2023-12-01
Auto merge of #117472 - jmillikin:stable-c-str-literals, r=Nilstrieb
bors
-3
/
+0
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-3
/
+3
2023-11-01
Stabilize C string literals
John Millikin
-3
/
+0
2023-10-30
When encountering unclosed delimiters during parsing, check for diff markers
Esteban Küber
-6
/
+8
2023-08-13
Remove reached_eof from ParseSess
bjorn3
-1
/
+0
2023-07-25
extract common code
Deadbeef
-11
/
+10
2023-07-23
reimplement C string literals
Deadbeef
-1
/
+25
2023-05-16
Avoid `&format("...")` calls in error message code.
Nicholas Nethercote
-1
/
+1
2023-05-05
Rollup merge of #108801 - fee1-dead-contrib:c-str, r=compiler-errors
Dylan DPC
-3
/
+60
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-2
/
+2
2023-05-02
make cook generic
Deadbeef
-37
/
+27
2023-05-02
make it semantic error
Deadbeef
-0
/
+3
2023-05-02
initial step towards implementing C string literals
Deadbeef
-0
/
+64
2023-04-25
Fix static string lints
clubby789
-5
/
+1
2023-04-17
Spelling - compiler
Josh Soref
-1
/
+1
2023-04-12
Rollup merge of #110135 - compiler-errors:revert-108031, r=davidtwco
Matthias Krüger
-7
/
+2
2023-04-10
Revert "Don't recover lifetimes/labels containing emojis as character literals"
Michael Goulet
-7
/
+2
2023-04-09
Remove identity casts
Nilstrieb
-2
/
+2
2023-04-04
Replace another lock with an append-only vec
Oli Scherer
-1
/
+1
2023-02-28
refactor parse_token_trees to not return unmatched_delims
yukang
-3
/
+26
2023-02-28
rename unmatched_braces to unmatched_delims
yukang
-2
/
+2
2023-02-14
Don't recover lifetimes/labels containing emojis as character literals
许杰友 Jieyou Xu (Joe)
-2
/
+7
2023-02-06
Migrate `rustc_parse` to derive diagnostics
clubby789
-112
/
+47
2023-01-27
Improve unexpected close and mismatch delimiter hint in TokenTreesReader
yukang
-0
/
+1
2023-01-14
Emit only one nbsp error per file
David Tolnay
-5
/
+26
2023-01-12
Emit a single error for contiguous sequences of Unicode homoglyphs
clubby789
-4
/
+24
2022-11-16
Use `token::Lit` in `ast::ExprKind::Lit`.
Nicholas Nethercote
-1
/
+12
2022-11-09
Rollup merge of #103919 - nnethercote:unescaping-cleanups, r=matklad
Dylan DPC
-59
/
+48
2022-11-07
Make underscore_literal_suffix a hard error.
Nicholas Nethercote
-11
/
+1
2022-11-04
Inline and remove `validate_int_literal`.
Nicholas Nethercote
-18
/
+13
2022-11-04
Refactor `cook_lexer_literal`.
Nicholas Nethercote
-42
/
+36
2022-10-22
Recover unclosed char literal being parsed as lifetime
Michael Goulet
-2
/
+7
2022-10-03
Merge `parse_token_trees_until_close_delim` and `parse_all_token_trees`.
Nicholas Nethercote
-1
/
+1
2022-09-28
Address review comments.
Nicholas Nethercote
-1
/
+1
2022-09-26
Inline and remove `cook_lexer_token`.
Nicholas Nethercote
-171
/
+174
2022-09-26
Add `rustc_lexer::TokenKind::Eof`.
Nicholas Nethercote
-8
/
+2
2022-09-26
Use less DRY in `cook_lexer_token`.
Nicholas Nethercote
-19
/
+19
2022-09-26
Make `rustc_lexer::cursor::Cursor` public.
Nicholas Nethercote
-10
/
+13
2022-09-26
[ui] Rearrange `StringReader`/`TokenTreesReader` creation.
Nicholas Nethercote
-1
/
+2
2022-09-26
Clarify spacing computation.
Nicholas Nethercote
-7
/
+8
2022-09-26
Move `#!` checking.
Nicholas Nethercote
-9
/
+8
2022-09-26
Remove unnecessary `spacing` assignment.
Nicholas Nethercote
-1
/
+0
2022-09-01
Always import all tracing macros for the entire crate instead of piecemeal by...
Oli Scherer
-2
/
+0
2022-08-01
Shrink `Token`.
Nicholas Nethercote
-23
/
+29
2022-08-01
Add a size assertion for `Token`.
Nicholas Nethercote
-0
/
+7
2022-08-01
Remove `StringReader::end_src_index`.
Nicholas Nethercote
-5
/
+2
2022-08-01
Improve shebang handling.
Nicholas Nethercote
-8
/
+5
[next]