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-03-26
Auto merge of #23359 - erickt:quote, r=pnkfelix
bors
-0
/
+4
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
2015-01-17
libsyntax: rename functions from uint to usize
Paul Collier
-1
/
+1
2015-01-08
Store deprecated status of i/u-suffixed literals.
Huon Wilson
-14
/
+14
2015-01-07
use slicing sugar
Jorge Aparicio
-3
/
+3
2015-01-06
rollup merge of #20609: cmr/mem
Alex Crichton
-2
/
+2
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-3
/
+3
2015-01-06
syntax/rustc: implement isize/usize
Corey Richardson
-2
/
+2
2015-01-05
sed -i -s 's/ for Sized?//g' **/*.rs
Jorge Aparicio
-2
/
+2
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-2
/
+1
2014-12-31
syntax: unbox closures used in let bindings
Jorge Aparicio
-2
/
+2
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-3
/
+3
2014-12-19
ack parser.parse_ty change in quote_ty! (+ test)
Mathieu Poumeyrol
-2
/
+1
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-61
/
+61
2014-11-29
fix expand_quote_ty function as parse_ty was changed and needs no arguments now
Jauhien Piatlicki
-2
/
+1
2014-11-26
Test fixes and rebase conflicts
Alex Crichton
-6
/
+6
2014-11-25
/** -> ///
Steve Klabnik
-10
/
+6
2014-11-20
Parse and store suffixes on literals.
Huon Wilson
-15
/
+18
2014-11-19
Switch to an independent enum for `Lit*` subtokens.
Huon Wilson
-18
/
+19
2014-11-17
libsyntax: DSTify `ToSource` and `ToSourceWithHygiene`
Jorge Aparicio
-9
/
+9
2014-11-09
Fix ICEs that involved quasi-quotation
Piotr Czarnecki
-25
/
+17
2014-11-05
Use `TokenTree`s in lhs of macros
Piotr Czarnecki
-19
/
+33
2014-10-30
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2014-10-30
Use common variants for open and close delimiters
Brendan Zabarauskas
-11
/
+21
2014-10-29
Rename fail! to panic!
Steve Klabnik
-4
/
+4
2014-10-28
Use an enum rather than a bool in token::Ident
Brendan Zabarauskas
-2
/
+7
2014-10-28
Use PascalCase for token variants
Brendan Zabarauskas
-68
/
+67
2014-10-26
Reduce the size of the TokenTree
Brendan Zabarauskas
-1
/
+2
[next]