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
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
2015-02-27
Replace MacExpr / MacPat / MacItems with MacEager
Keegan McAllister
-8
/
+8
2015-02-20
Remove remaining uses of `[]`. This time I tried to use deref coercions where...
Niko Matsakis
-1
/
+1
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-2
/
+2
2015-02-06
Libsyntax has been updated
GuillaumeGomez
-3
/
+1
2015-02-06
Replace the get method by the deref one on InternedString
GuillaumeGomez
-1
/
+3
2015-02-04
remove all kind annotations from closures
Jorge Aparicio
-2
/
+2
2015-02-02
rollup merge of #21830: japaric/for-cleanup
Alex Crichton
-1
/
+1
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-1
/
+1
2015-02-02
Omit integer suffix when unnecessary
Alfie John
-1
/
+1
2015-01-29
convert remaining `range(a, b)` to `a..b`
Jorge Aparicio
-1
/
+1
2015-01-21
rollup merge of #20179: eddyb/blind-items
Alex Crichton
-18
/
+10
2015-01-21
syntax: fix fallout of merging ast::ViewItem into ast::Item.
Eduard Burtescu
-18
/
+10
2015-01-18
libsyntax: 0u -> 0us, 0i -> 0is
Paul Collier
-1
/
+1
[next]