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
2017-05-16
Rollup merge of #41957 - llogiq:clippy-libsyntax, r=petrochenkov
Mark Simulacrum
-61
/
+61
2017-05-14
Disallow underscore suffix for string-like literals.
Masaki Hara
-5
/
+1
2017-05-12
Fix some clippy warnings in libsyntax
Andre Bogus
-61
/
+61
2017-05-12
Disallow ._ in float literal.
Masaki Hara
-3
/
+1
2017-05-08
Allow bare CR in ////-style comment.
Masaki Hara
-1
/
+1
2017-05-04
Remove use of `Self: Sized` from libsyntax
Tommy Ip
-1
/
+1
2017-04-26
Implement a file-path remapping feature in support of debuginfo and reproduci...
Michael Woerister
-16
/
+16
2017-03-29
Refactor how spans are combined in the parser.
Jeffrey Seyfried
-19
/
+23
2017-03-18
Parse 0e+10 as a valid floating-point literal
topecongiro
-1
/
+1
2017-02-28
Add warning cycle.
Jeffrey Seyfried
-0
/
+2
2017-02-28
rustc_save_analysis: don't pollute the codemap with fake files.
Eduard Burtescu
-8
/
+38
2017-01-17
Fix fallout in `rustdoc`.
Jeffrey Seyfried
-3
/
+3
2017-01-17
Refactor the parser to consume token trees.
Jeffrey Seyfried
-74
/
+0
2017-01-17
Introduce `string_reader.parse_all_token_trees()`.
Jeffrey Seyfried
-4
/
+40
2017-01-17
Give the `StringReader` a `sess: &ParseSess`.
Jeffrey Seyfried
-47
/
+45
2016-11-30
Rename 'librustc_unicode' crate to 'libstd_unicode'.
Corey Farwell
-1
/
+1
2016-11-21
Fix fallout in `rustdoc` and tests.
Jeffrey Seyfried
-4
/
+5
2016-11-20
Move `syntax::util::interner` -> `syntax::symbol`, cleanup.
Jeffrey Seyfried
-33
/
+34
2016-11-04
Remove field `TtReader::next_tok`.
Jeffrey Seyfried
-2
/
+2
2016-11-03
Move doc comment desugaring into the parser.
Jeffrey Seyfried
-1
/
+1
2016-11-03
Avoid recontructing the `Parser` in `macro_parser.rs`.
Jeffrey Seyfried
-21
/
+0
2016-10-20
Refactor parser lookahead buffer and increase its size
Vadim Petrochenkov
-0
/
+6
2016-10-19
Rollup merge of #37208 - jseyfried:fix_partially_consumed_tokens_in_macros, r...
Eduard-Mihai Burtescu
-3
/
+24
2016-10-17
Fix partially consumed tokens in macro matchers.
Jeffrey Seyfried
-3
/
+24
2016-10-05
Clarify StringReader::bump.
Nicholas Nethercote
-13
/
+16
2016-10-05
Rename StringReader::curr as ch.
Nicholas Nethercote
-84
/
+84
2016-10-05
Rename StringReader::last_pos as pos.
Nicholas Nethercote
-94
/
+94
2016-10-05
Rename StringReader::pos as next_pos.
Nicholas Nethercote
-17
/
+17
2016-10-03
Simplify `start_bpos` calculation in scan_comment().
Nicholas Nethercote
-5
/
+1
2016-10-03
Streamline StringReader::bump.
Nicholas Nethercote
-3
/
+1
2016-09-23
reviewer comments and rebasing
Nick Cameron
-23
/
+0
2016-09-22
Adds a `ProcMacro` form of syntax extension
Nick Cameron
-6
/
+52
2016-08-07
Fix old call in lexer tests
Jonathan Turner
-3
/
+1
2016-07-14
Remove BasicEmitter
Jonathan Turner
-1
/
+1
2016-07-03
prefer `if let` to match with `None => {}` arm in some places
Zack M. Davis
-8
/
+5
2016-06-23
make old school mode a bit more configurable
Jonathan Turner
-1
/
+4
2016-06-23
Address more travis errors
Jonathan Turner
-1
/
+1
2016-06-23
Move errors from libsyntax to its own crate
Jonathan Turner
-23
/
+24
2016-06-16
Add an abs_path member to FileMap, use it when writing debug info.
Ted Mielczarek
-1
/
+1
2016-05-02
lexer: do not display char confusingly in error message
Georg Brandl
-5
/
+4
2016-04-27
Make some fatal lexer errors recoverable
mitaa
-66
/
+103
2016-04-24
syntax: Check paths in visibilities for type parameters
Vadim Petrochenkov
-10
/
+4
2016-04-24
syntax: Get rid of token::IdentStyle
Vadim Petrochenkov
-25
/
+10
2016-03-07
Auto merge of #29734 - Ryman:whitespace_consistency, r=Aatch
bors
-10
/
+10
2016-01-16
libsyntax: accept only whitespace with the PATTERN_WHITE_SPACE property
Kevin Butler
-7
/
+10
2016-01-14
libsyntax: use char::is_whitespace instead of custom implementations
Kevin Butler
-4
/
+1
2016-01-14
Display better snippet for invalid char literal
Greg Chapple
-10
/
+15
2016-01-12
re-instate comment that was mysteriously disappeared
Tshepang Lekhonkhobe
-0
/
+1
2016-01-03
fix "make tidy" failure
Tshepang Lekhonkhobe
-1
/
+2
2016-01-03
run rustfmt on syntax::parse::lexer
Tshepang Lekhonkhobe
-462
/
+693
[prev]
[next]