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
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
2022-04-27
tut tut tut
Ellen
-3
/
+1
2022-04-16
Rollup merge of #95859 - rainy-me:unterminated-nested-block-comment, r=petroc...
Dylan DPC
-10
/
+50
2022-04-14
refactor: change to use peekable
rainy-me
-20
/
+17
2022-04-13
couple of clippy::complexity fixes
Matthias Krüger
-3
/
+3
2022-04-14
improve diagnostics for unterminated nested block comment
rainy-me
-10
/
+53
2022-03-31
Rollup merge of #95251 - GrishaVar:hashes-u16-to-u8, r=dtolnay
Dylan DPC
-3
/
+1
2022-03-30
Update error message & remove outdated test comment
Grisha Vartanyan
-3
/
+1
2022-03-27
Make fatal DiagnosticBuilder yield never
Michael Goulet
-12
/
+19
2022-03-16
rustc_error: make ErrorReported impossible to construct
mark
-1
/
+1
2022-03-02
rename ErrorReported -> ErrorGuaranteed
mark
-2
/
+2
2022-02-28
4 - Make more use of `let_chains`
Caio
-8
/
+7
2022-02-23
rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission".
Eduard-Mihai Burtescu
-14
/
+18
2022-02-23
Replace `&mut DiagnosticBuilder`, in signatures, with `&mut Diagnostic`.
Eduard-Mihai Burtescu
-2
/
+2
2022-02-19
Adopt let else in more places
est31
-10
/
+6
2022-02-17
Rollup merge of #94011 - est31:let_else, r=lcnr
Matthias Krüger
-6
/
+2
2022-02-16
Adopt let_else in even more places
est31
-6
/
+2
2022-02-14
suggest using raw string literals when invalid escapes appear
Erin Petra Sofiya Moon
-0
/
+9
2021-11-23
review comment: plural of emoji is emoji
Esteban Kuber
-1
/
+1
2021-11-23
Account for confusable codepoints when recovering emoji identifiers
Esteban Kuber
-3
/
+14
2021-11-23
Tokenize emoji as if they were valid indentifiers
Esteban Kuber
-0
/
+6
2021-11-16
Inline printable function
5225225
-5
/
+7
2021-11-16
Suggest removing the non-printing characters
5225225
-1
/
+16
2021-11-16
Print full char literal on error if any are non-printing
5225225
-0
/
+10
2021-11-04
Optimize literal, doc comment lint as well, extract function.
Hans Kratz
-39
/
+2
[prev]
[next]