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
/
unicode_chars.rs
Age
Commit message (
Expand
)
Author
Lines
2025-04-21
Remove `token::{Open,Close}Delim`.
Nicholas Nethercote
-7
/
+7
2025-04-02
Impl `Copy` for `Token` and `TokenKind`.
Nicholas Nethercote
-1
/
+1
2025-03-03
Rename `ast::TokenKind::Not` as `ast::TokenKind::Bang`.
Nicholas Nethercote
-1
/
+1
2025-03-03
Replace `ast::TokenKind::BinOp{,Eq}` and remove `BinOpToken`.
Nicholas Nethercote
-5
/
+5
2025-01-28
replaces few consts with statics to reduce readonly section
klensy
-1
/
+1
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+1
2024-11-25
Merge `TokenTreesReader` into `StringReader`.
Nicholas Nethercote
-4
/
+4
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-5
/
+5
2024-06-18
Prefer `dcx` methods over fields or fields' methods
Oli Scherer
-1
/
+1
2024-06-05
`UNICODE_ARRAY` and `ASCII_ARRAY` fixes.
Nicholas Nethercote
-37
/
+38
2024-05-07
narrow down visibilities in `rustc_parse::lexer`
Lin Yihai
-1
/
+1
2024-03-05
Rename all `ParseSess` variables/fields/lifetimes as `psess`.
Nicholas Nethercote
-1
/
+1
2024-02-20
Add newtype for raw idents
clubby789
-1
/
+1
2024-01-11
Fix lifetimes in `StringReader`.
Nicholas Nethercote
-1
/
+1
2023-12-18
Rename `ParseSess::span_diagnostic` as `ParseSess::dcx`.
Nicholas Nethercote
-1
/
+1
2023-12-14
Remove one use of `span_bug_no_panic`.
Nicholas Nethercote
-2
/
+1
2023-07-30
inline format!() args up to and including rustc_middle
Matthias Krüger
-1
/
+1
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-1
/
+1
2023-04-09
Fix some clippy::complexity
Nilstrieb
-2
/
+2
2023-02-06
Migrate `rustc_parse` to derive diagnostics
clubby789
-31
/
+29
2023-01-19
Add double-equals homoglyph
clubby789
-0
/
+2
2023-01-19
Use strings for homoglyph replacements
clubby789
-320
/
+320
2023-01-12
Emit a single error for contiguous sequences of Unicode homoglyphs
clubby789
-2
/
+8
2022-11-27
Prefer doc comments over `//`-comments in compiler
Maybe Waffle
-2
/
+2
2022-06-13
remove unnecessary `to_string` and `String::new`
Takayuki Maeda
-1
/
+1
2022-04-28
rustc_ast: Harmonize delimiter naming with `proc_macro::Delimiter`
Vadim Petrochenkov
-7
/
+7
2022-04-27
tut tut tut
Ellen
-3
/
+1
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
2021-11-23
Account for confusable codepoints when recovering emoji identifiers
Esteban Kuber
-1
/
+1
2021-06-23
Use HTTPS links where possible
Smitty
-1
/
+1
2020-09-03
Condense StringReader's API to a single function
Aleksey Kladov
-1
/
+1
2020-09-01
Remove trivia tokens
Aleksey Kladov
-1
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+392