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
Age
Commit message (
Expand
)
Author
Lines
2023-02-28
remove duplicated diagnostic for unclosed delimiter
yukang
-8
/
+9
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
-317
/
+150
2023-01-28
Rollup merge of #104012 - chenyukang:yukang/fix-103882-deli-indentation, r=pe...
Matthias Krüger
-87
/
+162
2023-01-27
Improve unexpected close and mismatch delimiter hint in TokenTreesReader
yukang
-87
/
+162
2023-01-19
Add double-equals homoglyph
clubby789
-0
/
+2
2023-01-19
Use strings for homoglyph replacements
clubby789
-320
/
+320
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
-6
/
+32
2022-11-27
Prefer doc comments over `//`-comments in compiler
Maybe Waffle
-2
/
+2
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
-83
/
+66
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-11-04
Make non-ASCII errors more consistent.
Nicholas Nethercote
-19
/
+13
2022-11-03
Use `Mode` less.
Nicholas Nethercote
-7
/
+7
2022-10-23
Rollup merge of #101293 - compiler-errors:lt-is-actually-char, r=estebank
Dylan DPC
-2
/
+7
2022-10-22
Recover unclosed char literal being parsed as lifetime
Michael Goulet
-2
/
+7
2022-10-22
Properly escape quotes when suggesting switching between char/string literals
clubby789
-2
/
+17
2022-10-03
Invert `is_top_level` to avoid negation.
Nicholas Nethercote
-5
/
+5
2022-10-03
Remove `TokenStreamBuilder`.
Nicholas Nethercote
-37
/
+20
2022-10-03
Inline and remove `parse_token_tree_non_delim_non_eof`.
Nicholas Nethercote
-16
/
+14
2022-10-03
Merge `parse_token_trees_until_close_delim` and `parse_all_token_trees`.
Nicholas Nethercote
-24
/
+17
2022-09-28
Address review comments.
Nicholas Nethercote
-8
/
+8
2022-09-27
Rename some variables.
Nicholas Nethercote
-10
/
+10
2022-09-27
Minor improvements.
Nicholas Nethercote
-3
/
+5
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
-20
/
+20
2022-09-26
Remove `ast::Token::take`.
Nicholas Nethercote
-2
/
+1
2022-09-26
Remove `TokenTreesReader::bump`.
Nicholas Nethercote
-17
/
+9
2022-09-26
Clarify spacing computation.
Nicholas Nethercote
-13
/
+20
2022-09-26
Move `#!` checking.
Nicholas Nethercote
-9
/
+8
2022-09-26
Remove unnecessary `spacing` assignment.
Nicholas Nethercote
-1
/
+0
2022-09-26
Rearrange `TokenTreesReader::parse_token_tree`.
Nicholas Nethercote
-178
/
+168
2022-09-01
Always import all tracing macros for the entire crate instead of piecemeal by...
Oli Scherer
-8
/
+2
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
Inline `TokenStreamBuilder::push`.
Nicholas Nethercote
-0
/
+1
2022-08-01
Avoid an unnecessary `return`.
Nicholas Nethercote
-2
/
+2
2022-08-01
Remove `StringReader::end_src_index`.
Nicholas Nethercote
-5
/
+2
2022-08-01
Improve shebang handling.
Nicholas Nethercote
-8
/
+5
2022-07-29
Remove `TreeAndSpacing`.
Nicholas Nethercote
-16
/
+12
2022-06-13
remove unnecessary `to_string` and `String::new`
Takayuki Maeda
-5
/
+5
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-1
/
+1
2022-04-29
errors: `span_suggestion` takes `impl ToString`
David Wood
-2
/
+2
2022-04-28
rustc_ast: Harmonize delimiter naming with `proc_macro::Delimiter`
Vadim Petrochenkov
-22
/
+22
[prev]
[next]