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
/
src
/
libsyntax
/
parse
/
lexer
/
unicode_chars.rs
Age
Commit message (
Expand
)
Author
Lines
2019-11-10
move syntax::parse -> librustc_parse
Mazdak Farrokhzad
-392
/
+0
2019-11-07
syntax::parser::token -> syntax::token
Mazdak Farrokhzad
-1
/
+1
2019-08-15
syntax_pos: `NO_EXPANSION`/`SyntaxContext::empty()` -> `SyntaxContext::root()`
Vadim Petrochenkov
-4
/
+3
2019-07-25
review comments: add FIXME comments and formatting
Esteban Küber
-4
/
+10
2019-07-24
Allow lexer to recover from some homoglyphs
Esteban Küber
-32
/
+33
2019-07-21
Fix typo in Unicode character name
Andrew Dassonville
-1
/
+1
2019-07-20
Introduce rustc_lexer
Aleksey Kladov
-24
/
+17
2019-07-02
refactor check_for_substitution
Aleksey Kladov
-45
/
+72
2019-02-16
help suggestion when trying to delimit string literals with directed unicode ...
Patrick McCarter
-9
/
+22
2019-02-13
Rename rustc_errors dependency in rust 2018 crates
Taiki Endo
-1
/
+1
2019-02-07
libsyntax => 2018
Taiki Endo
-1
/
+1
2019-01-26
remove `_with_applicability` from suggestion fns
Andy Russell
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-04
cleanup: remove static lifetimes from consts
ljedrz
-1
/
+1
2018-08-20
Set applicability for more suggestions.
Sébastien Duquette
-2
/
+6
2018-08-13
A few cleanups and minor improvements for the lexer
ljedrz
-1
/
+1
2018-06-09
Crate-ify and delete unused code in syntax::parse
Mark Simulacrum
-1
/
+1
2018-05-26
Fix test
Esteban Küber
-2
/
+4
2018-05-25
in which we check for confusable Unicodepoints in float literal exponent
Zack M. Davis
-2
/
+2
2017-10-13
Fix typo in libsyntax/parse/lexer/unicode_chars.rs
kennytm
-1
/
+1
2017-08-30
Make fields of `Span` private
Vadim Petrochenkov
-1
/
+1
2017-08-11
Rollup merge of #43779 - mattico:fix-unicode-typo, r=aidanhs
Guillaume Gomez
-1
/
+1
2017-08-09
Fix typo in unicode char definition
Matt Ickstadt
-1
/
+1
2017-08-09
fix a typo
nicole mazzuca
-1
/
+1
2017-08-06
Fix typo in unicode_chars.rs
Malo Jaffré
-1
/
+1
2017-08-06
Update the list of confusable characters
Malo Jaffré
-19
/
+125
2017-05-20
remove "much" from unicode diagnostic
Andy Russell
-1
/
+1
2017-03-29
Refactor how spans are combined in the parser.
Jeffrey Seyfried
-2
/
+2
2017-01-17
Give the `StringReader` a `sess: &ParseSess`.
Jeffrey Seyfried
-4
/
+2
2016-10-05
Rename StringReader::last_pos as pos.
Nicholas Nethercote
-1
/
+1
2016-10-05
Rename StringReader::pos as next_pos.
Nicholas Nethercote
-1
/
+1
2016-06-23
Move errors from libsyntax to its own crate
Jonathan Turner
-1
/
+1
2016-04-21
add more confusable CJK square bracket aliases
Wang Xuerui
-0
/
+12
2016-04-21
correct aliases for square brackets
Wang Xuerui
-6
/
+8
2016-04-21
add confusable space characters
Wang Xuerui
-0
/
+17
2016-04-21
add more characters easily inputtable with CJK IMEs
Wang Xuerui
-0
/
+16
2015-12-30
use structured errors
Nick Cameron
-2
/
+5
2015-11-18
Add some unicode aliases for ".
Huon Wilson
-0
/
+17
2015-11-17
Detect confusing unicode characters and show the alternative
Ravi Shankar
-0
/
+186