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
/
ext
/
tt
/
quoted.rs
Age
Commit message (
Expand
)
Author
Lines
2019-02-27
Rollup merge of #58075 - asettouf:master, r=varkor
Mazdak Farrokhzad
-6
/
+12
2019-02-26
Changing error message to reflect changes with the 2018 edition
Adonis
-6
/
+12
2019-02-10
rustc: doc comments
Alexander Regueiro
-9
/
+9
2019-02-07
libsyntax => 2018
Taiki Endo
-9
/
+10
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-10
Remove `tokenstream::Delimited`.
Nicholas Nethercote
-8
/
+8
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-6
/
+6
2018-12-04
syntax: Remove `#[non_exhaustive]` from `Edition`
Vadim Petrochenkov
-1
/
+0
2018-11-27
remove some unused vars
Mark Mansi
-6
/
+6
2018-11-27
remove feature gate
Mark Mansi
-39
/
+7
2018-11-11
Fix typos.
Bruce Mitchener
-1
/
+1
2018-09-08
Track distinct spans for open and close delimiter
David Tolnay
-10
/
+10
2018-08-19
Fix typos found by codespell.
Matthias Krüger
-1
/
+1
2018-07-23
make it a migration lint
mark
-3
/
+30
2018-07-23
Fix test and errors
mark
-1
/
+1
2018-07-23
Implement 2015 vs 2018 `?` kleene op + test
mark
-67
/
+196
2018-07-14
Remove most of `Hash` impls from AST and HIR structures
Vadim Petrochenkov
-3
/
+3
2018-07-14
Remove most of `PartialEq` impls from AST and HIR structures
Vadim Petrochenkov
-4
/
+4
2018-06-30
Fortify dummy span checking
Vadim Petrochenkov
-5
/
+5
2018-06-07
Revert "Auto merge of #49719 - mark-i-m:no_sep, r=petrochenkov"
Pietro Albini
-22
/
+67
2018-04-16
Auto merge of #49719 - mark-i-m:no_sep, r=petrochenkov
bors
-67
/
+22
2018-04-06
Use `Span` instead of `SyntaxContext` in `Ident`
Vadim Petrochenkov
-7
/
+4
2018-04-05
No separator for `?`. No `?` as a separator.
Mark Mansi
-67
/
+22
2018-03-18
Return a is_raw parameter from Token::ident rather than having separate methods.
Lymia Aluysia
-2
/
+2
2018-03-18
Initial implementation of RFC 2151, Raw Identifiers
Lymia Aluysia
-1
/
+1
2018-03-05
Turn features() into a query.
Michael Woerister
-8
/
+7
2018-03-02
Replace Rc with Lrc for shared data
John Kåre Alsaker
-5
/
+5
2018-01-30
Update a few comments
Mark Mansi
-0
/
+4
2018-01-30
Improved tests + typo fixes + assert
Mark Mansi
-0
/
+2
2018-01-30
Add feature gate + tests
Mark Mansi
-8
/
+64
2018-01-30
Fix typo in error message + update tests
Mark Mansi
-1
/
+1
2018-01-30
Run rustfmt on quoted.rs
Mark Mansi
-10
/
+21
2018-01-30
Allow `?` as a KleeneOp in the macro parser
Mark Mansi
-46
/
+84
2018-01-29
fix typos
Mark Mansi
-4
/
+4
2018-01-21
Fix typos
Mark Mansi
-3
/
+3
2018-01-19
Add a bunch of doc comments
Mark Mansi
-3
/
+72
2018-01-19
Run rustfmt and add comments
Mark Mansi
-38
/
+103
2017-08-30
Make fields of `Span` private
Vadim Petrochenkov
-4
/
+4
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-2
/
+2
2017-07-20
Use the macro structure spans instead of the invocation
Esteban Küber
-1
/
+1
2017-07-13
Fix regression involving identifiers in `macro_rules!` patterns.
Jeffrey Seyfried
-1
/
+2
2017-07-05
Merge remote-tracking branch 'origin/master' into proc_macro_api
Alex Crichton
-2
/
+2
2017-06-29
Make `$crate` a keyword
Vadim Petrochenkov
-2
/
+2
2017-06-26
Simplify `hygiene::Mark` application, and
Jeffrey Seyfried
-5
/
+8
2017-05-12
Fix some clippy warnings in libsyntax
Andre Bogus
-4
/
+15
2017-03-30
Improve `Path` spans.
Jeffrey Seyfried
-5
/
+8
2017-03-29
Merge `ExpnId` and `SyntaxContext`.
Jeffrey Seyfried
-6
/
+8
2017-03-03
Integrate `TokenStream`.
Jeffrey Seyfried
-5
/
+5
2017-02-28
Add warning cycle.
Jeffrey Seyfried
-1
/
+2
2017-02-28
Remove `Token::MatchNt`.
Jeffrey Seyfried
-3
/
+6
[next]