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
/
quote.rs
Age
Commit message (
Expand
)
Author
Lines
2016-04-24
syntax: Check paths in visibilities for type parameters
Vadim Petrochenkov
-5
/
+6
2016-04-24
syntax: Get rid of token::IdentStyle
Vadim Petrochenkov
-19
/
+6
2016-03-15
syntax: impl ToTokens for P<ast::ImplItem>
Richo Healey
-0
/
+6
2016-02-16
Move more uses of `panictry!` out of libsyntax
Jonas Schievink
-20
/
+22
2016-02-11
Remove some unnecessary indirection from AST structures
Vadim Petrochenkov
-12
/
+14
2016-02-11
[breaking-change] don't glob export ast::StrStyle variants
Oliver 'ker' Schneider
-1
/
+1
2016-02-11
[breaking-change] don't glob export ast::Visibility variants
Oliver 'ker' Schneider
-1
/
+1
2016-02-11
[breaking-change] don't glob export ast::KleeneOp variants
Oliver 'ker' Schneider
-7
/
+9
2016-02-11
[breaking-change] don't pub export ast::IntLitType variants
Oliver Schneider
-2
/
+2
2016-02-11
[breaking-change] don't pub export ast::Lit_ variants
Oliver Schneider
-5
/
+5
2016-02-11
[breaking-change] remove the sign from integer literals in the ast
Oliver Schneider
-3
/
+21
2016-02-11
[breaking-change] don't glob export ast::{UintTy, IntTy} variants
Oliver Schneider
-11
/
+11
2016-02-11
[breaking-change] don't glob export ast::Expr_ variants
Oliver Schneider
-1
/
+1
2015-12-31
Cut out a bunch of Result and panictry! boilerplate from libsyntax.
Nick Cameron
-1
/
+1
2015-12-30
use structured errors
Nick Cameron
-1
/
+1
2015-12-17
Remove unused imports
Jeffrey Seyfried
-2
/
+2
2015-12-05
std: Stabilize APIs for the 1.6 release
Alex Crichton
-1
/
+1
2015-11-26
Add syntax support for attributes on expressions and all syntax
Marvin Löbel
-0
/
+1
2015-11-17
Fix match_ref_pats flagged by Clippy
Seo Sanghyeon
-3
/
+3
2015-11-13
Move the panicking parse functions out of the parser
Kyle Mayes
-3
/
+52
2015-11-13
Auto merge of #29761 - eefriedman:rename-nopanic, r=sanxiyn
bors
-1
/
+1
2015-11-11
libsyntax: Add more quasiquoting macros
Kyle Mayes
-0
/
+51
2015-11-10
Rename _nopanic methods to remove the suffix.
Eli Friedman
-1
/
+1
2015-11-06
remove `Tt` prefix from TokenType variants
Oliver Schneider
-46
/
+53
2015-10-28
Make quote plugin use parsing functions which explicitly panic.
Eli Friedman
-7
/
+7
2015-10-27
Don't use panicking helpers in Parser.
Eli Friedman
-1
/
+1
2015-10-01
Stop re-exporting AttrStyle's variants and rename them.
Ms2ger
-1
/
+1
2015-09-24
Cleanup interfaces of Name, SyntaxContext and Ident
Vadim Petrochenkov
-8
/
+9
2015-07-28
remove `get_ident` and `get_name`, make `as_str` sound
Oliver Schneider
-2
/
+2
2015-06-10
Removed many pointless calls to *iter() and iter_mut()
Joshua Landau
-9
/
+9
2015-05-15
syntax: Unquoting some statements requires trailing semicolons
Erick Tryzelaar
-3
/
+11
2015-05-15
syntax: Add unquoting ast::{Generics,WhereClause}
Erick Tryzelaar
-0
/
+12
2015-04-25
Interpolate AST nodes in quasiquote.
Geoffry Song
-235
/
+128
2015-04-05
Work towards a non-panicing parser (libsyntax)
Phil Dawes
-3
/
+3
2015-03-27
rollup merge of #23741: alexcrichton/remove-int-uint
Alex Crichton
-4
/
+4
2015-03-27
rollup merge of #23776: nrc/allow_trivial_cast
Alex Crichton
-1
/
+0
2015-03-27
Change the trivial cast lints to allow by default
Nick Cameron
-1
/
+0
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-2
/
+2
2015-03-26
Auto merge of #23359 - erickt:quote, r=pnkfelix
bors
-0
/
+4
2015-03-25
rustc: Remove support for int/uint
Alex Crichton
-2
/
+2
2015-03-24
syntax: Allow quotes to insert path
Erick Tryzelaar
-0
/
+2
2015-03-24
syntax: Allow where strings to be parsed independent from generics
Erick Tryzelaar
-0
/
+2
2015-03-25
Change lint names to plurals
Nick Cameron
-1
/
+1
2015-03-25
Add trivial cast lints.
Nick Cameron
-0
/
+1
2015-03-19
Added missing impl_to_source! and impl_to_tokens! for TraitItem.
Vladimir Pouzanov
-0
/
+2
2015-03-19
Added missing impl_to_source! and impl_to_tokens! for ImplItem.
Vladimir Pouzanov
-0
/
+2
2015-03-13
syntax: use lookahead to distinguish inner and outer attributes, instead of p...
Eduard Burtescu
-8
/
+4
2015-03-11
syntax: gather common fields of impl & trait items into their respective types.
Eduard Burtescu
-11
/
+0
2015-03-05
Fix quoting of ?Sized
Seo Sanghyeon
-1
/
+2
2015-03-04
Add quasiquote for matchers and attributes
Piotr Czarnecki
-28
/
+127
[next]