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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2019-11-10
move syntax::parse -> librustc_parse
Mazdak Farrokhzad
-643
/
+0
2019-11-10
move config.rs to libsyntax_expand
Mazdak Farrokhzad
-4
/
+2
2019-11-07
move syntax::parse::lexer::comments -> syntax::util::comments
Mazdak Farrokhzad
-18
/
+3
2019-11-07
syntax::parser::token -> syntax::token
Mazdak Farrokhzad
-1
/
+1
2019-11-07
move unescape_error_reporting to lexer/
Mazdak Farrokhzad
-1
/
+2
2019-11-05
Rollup merge of #66025 - petrochenkov:lohi, r=eddyb
Pietro Albini
-1
/
+1
2019-11-01
`Span` cannot represent `span.hi < span.lo`
Vadim Petrochenkov
-1
/
+1
2019-10-30
Reduce ammount of errors given unclosed delimiter
Esteban Küber
-1
/
+1
2019-10-15
syntax::parse::sess -> syntax::sess
Mazdak Farrokhzad
-1
/
+1
2019-09-30
Added backticks for one diagnostic message.
Alexander Regueiro
-1
/
+1
2019-08-19
remove composite tokens support from the lexer
Aleksey Kladov
-25
/
+0
2019-08-18
Auto merge of #62948 - matklad:failable-file-loading, r=petrochenkov
bors
-66
/
+15
2019-08-15
syntax_pos: `NO_EXPANSION`/`SyntaxContext::empty()` -> `SyntaxContext::root()`
Vadim Petrochenkov
-2
/
+2
2019-08-14
remove special handling of \r\n from the lexer
Aleksey Kladov
-66
/
+15
2019-08-05
add unknown token
Aleksey Kladov
-1
/
+1
2019-08-05
remove special code path for unknown tokens
Aleksey Kladov
-60
/
+13
2019-08-02
libsyntax: Unconfigure tests during normal build
Vadim Petrochenkov
-259
/
+3
2019-07-31
cleanup StringReader fields
Aleksey Kladov
-12
/
+11
2019-07-27
syntax_ext: `proc_macro_decls` -> `proc_macro_harness`
Vadim Petrochenkov
-1
/
+2
2019-07-25
review comments: add FIXME comments and formatting
Esteban Küber
-4
/
+11
2019-07-24
Allow lexer to recover from some homoglyphs
Esteban Küber
-1
/
+4
2019-07-23
Rollup merge of #62851 - matklad:unescape, r=petrochenkov
Mark Rousskov
-1
/
+1
2019-07-22
fix lexing of comments with many \r
Aleksey Kladov
-1
/
+1
2019-07-21
move unescape module to rustc_lexer
Aleksey Kladov
-1
/
+1
2019-07-20
Introduce rustc_lexer
Aleksey Kladov
-1014
/
+433
2019-07-16
normalize use of backticks in compiler messages for libsyntax/parse
Samy Kacimi
-1
/
+1
2019-07-07
syntax: Pre-intern names of all built-in macros
Vadim Petrochenkov
-1
/
+1
2019-07-06
Rollup merge of #62329 - matklad:no-peeking, r=petrochenkov
Mazdak Farrokhzad
-144
/
+74
2019-07-05
Rollup merge of #62292 - Centril:split-async-closures, r=cramertj
Mazdak Farrokhzad
-0
/
+1
2019-07-04
make unwrap_or_abort non-generic again
Aleksey Kladov
-1
/
+1
2019-07-04
remove unused mk_sp_and_raw
Aleksey Kladov
-10
/
+3
2019-07-04
don't rely on spans when checking tokens for jointness
Aleksey Kladov
-35
/
+11
2019-07-04
slightly comment lexer API
Aleksey Kladov
-11
/
+18
2019-07-04
move constructors to top
Aleksey Kladov
-51
/
+51
2019-07-04
cleanup lexer constructors
Aleksey Kladov
-13
/
+5
2019-07-04
remove peek_span_src_raw from StringReader
Aleksey Kladov
-61
/
+37
2019-07-04
remove peek_token from StringReader
Aleksey Kladov
-17
/
+7
2019-07-04
remove StringReader::peek
Aleksey Kladov
-4
/
+0
2019-07-04
Rollup merge of #62297 - matklad:peek-delimited, r=petrochenkov
Mazdak Farrokhzad
-22
/
+0
2019-07-03
Add separate 'async_closure' feature gate.
Mazdak Farrokhzad
-0
/
+1
2019-07-02
refactor check_for_substitution
Aleksey Kladov
-22
/
+0
2019-06-25
cleanup: rename name_from to symbol_from
Aleksey Kladov
-20
/
+19
2019-06-25
refactor lexer to use idiomatic borrowing
Aleksey Kladov
-121
/
+104
2019-06-23
let_chains: Inline visit_expr_with_let_maybe_allowed.
Mazdak Farrokhzad
-0
/
+1
2019-06-12
Auto merge of #60669 - c410-f3r:attrs-fn, r=petrochenkov
bors
-0
/
+1
2019-06-10
Auto merge of #60793 - Xanewok:raw-string-cleanup, r=petrochenkov
bors
-100
/
+58
2019-06-09
Actually translate CRLF in raw byte strings and unify unescape impl
Igor Matuszewski
-2
/
+2
2019-06-09
Add a doc comment for scan_raw_string
Igor Matuszewski
-0
/
+2
2019-06-09
Allow attributes in formal function parameters
Caio
-0
/
+1
2019-06-09
Translate CRLF -> LF in raw (byte) strings
Igor Matuszewski
-2
/
+2
[next]