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
Age
Commit message (
Expand
)
Author
Lines
2017-09-22
Add support for `..=` syntax
Alex Burka
-0
/
+3
2017-09-12
Auto merge of #43716 - MaloJaffre:_-in-literals, r=petrochenkov
bors
-40
/
+47
2017-08-30
Make fields of `Span` private
Vadim Petrochenkov
-24
/
+15
2017-08-17
Accept underscores in unicode escapes
Malo Jaffré
-40
/
+47
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-9
/
+9
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-07-05
Merge remote-tracking branch 'origin/master' into proc_macro_api
Alex Crichton
-1
/
+1
2017-06-29
Change some terminology around keywords and reserved identifiers
petrochenkov
-1
/
+1
2017-06-26
Address review comments.
Jeffrey Seyfried
-1
/
+1
2017-06-26
Implement `quote!` and other `proc_macro` API.
Jeffrey Seyfried
-4
/
+8
2017-06-26
Simplify `hygiene::Mark` application, and
Jeffrey Seyfried
-20
/
+22
2017-06-06
Auto merge of #41990 - qnighy:disallow-underscore-suffix-for-string-like-lite...
bors
-0
/
+9
2017-05-31
Add warning cycle #42326.
Masaki Hara
-1
/
+14
2017-05-20
remove "much" from unicode diagnostic
Andy Russell
-1
/
+1
2017-05-16
Rollup merge of #41957 - llogiq:clippy-libsyntax, r=petrochenkov
Mark Simulacrum
-62
/
+62
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
-62
/
+62
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
-18
/
+18
2017-03-29
Refactor how spans are combined in the parser.
Jeffrey Seyfried
-21
/
+25
2017-03-18
Parse 0e+10 as a valid floating-point literal
topecongiro
-1
/
+1
2017-03-03
Integrate `TokenStream`.
Jeffrey Seyfried
-13
/
+11
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-23
Remove `open_span` and `close_span` from `Delimited`.
Jeffrey Seyfried
-5
/
+1
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
-8
/
+180
2017-01-17
Give the `StringReader` a `sess: &ParseSess`.
Jeffrey Seyfried
-57
/
+50
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-18
Fix some pretty printing tests
Vadim Petrochenkov
-16
/
+30
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
-99
/
+99
2016-10-05
Rename StringReader::last_pos as pos.
Nicholas Nethercote
-100
/
+100
2016-10-05
Rename StringReader::pos as next_pos.
Nicholas Nethercote
-18
/
+18
2016-10-03
Simplify `start_bpos` calculation in scan_comment().
Nicholas Nethercote
-5
/
+1
[next]