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
2014-09-29
Fixed quote_method!() implementation
Vladimir Pouzanov
-2
/
+6
2014-09-16
Fallout from renaming
Aaron Turon
-1
/
+1
2014-09-14
syntax: fix fallout from using ptr::P.
Eduard Burtescu
-39
/
+37
2014-09-08
quote: Explicitly borrow the ExtCtxt
Keegan McAllister
-1
/
+3
2014-08-27
Implement generalized object and type parameter bounds (Fixes #16462)
Niko Matsakis
-19
/
+20
2014-08-13
quote_expr macro: embed Ident using special encoding that preserves hygiene.
Felix S. Klock II
-3
/
+96
2014-08-05
Fixes missing overflow lint for i64 #14269
Falco Hirschenberger
-4
/
+5
2014-07-29
syntax: add support for quoting arms
Erick Tryzelaar
-0
/
+8
2014-07-29
Fix a bug pretty printing `match { 5i } { _ => { } }`
Erick Tryzelaar
-0
/
+2
2014-07-29
syntax: allow quasiquoter to inline `Vec<Stmt>`s
Erick Tryzelaar
-0
/
+2
2014-07-17
syntax: Add ToTokens impl for Method
Ben Gamari
-0
/
+2
2014-07-17
syntax: Add quote_method!
Ben Gamari
-0
/
+10
2014-07-16
syntax: Generalize ToTokens impl for Vec<T>
Ben Gamari
-3
/
+4
2014-07-16
syntax: Add ToTokens for Attribute_
Ben Gamari
-0
/
+7
2014-07-16
syntax: Add ToTokens for Option<T>
Ben Gamari
-0
/
+9
2014-07-09
ast: make Name its own type
Corey Richardson
-7
/
+16
2014-07-09
syntax: don't parse numeric literals in the lexer
Corey Richardson
-36
/
+5
2014-07-09
syntax: don't process string/char/byte/binary lits
Corey Richardson
-2
/
+2
2014-07-08
std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.
Richo Healey
-12
/
+12
2014-07-03
Simplify creating a parser from a token tree
Piotr Jawniak
-6
/
+1
2014-06-25
auto merge of #15160 : alexcrichton/rust/remove-f128, r=brson
bors
-1
/
+0
2014-06-24
Allow splicing more things in quotes
Keegan McAllister
-0
/
+16
2014-06-24
Use macros to implement syntax::ext::quote::ToSource
Keegan McAllister
-125
/
+74
2014-06-24
Remove the quad_precision_float feature gate
Alex Crichton
-1
/
+0
2014-06-17
Add a b'x' byte literal of type u8.
Simon Sapin
-0
/
+6
2014-06-14
Register new snapshots
Alex Crichton
-9
/
+0
2014-06-13
syntax: parse outer attributes in `quote_item!` calls.
Huon Wilson
-3
/
+2
2014-06-13
syntax: fix quote_pat! & unignore a quotation test.
Huon Wilson
-3
/
+1
2014-06-11
rustc: Move the AST from @T to Gc<T>
Alex Crichton
-2
/
+2
2014-06-11
syntax: Move the AST from @T to Gc<T>
Alex Crichton
-24
/
+28
2014-06-07
Implement ToSource and ToToken for ast::Arg
Hanno Braun
-0
/
+7
2014-06-04
syntax: Make quasiquoter use absolute paths
klutzy
-69
/
+54
2014-06-02
syntax: Remove use of `pub use` globs
klutzy
-8
/
+20
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-12
/
+12
2014-05-27
std: Remove String's to_owned
Richo Healey
-13
/
+13
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-35
/
+35
2014-05-23
auto merge of #14360 : alexcrichton/rust/remove-deprecated, r=kballard
bors
-1
/
+0
2014-05-23
syntax: Clean out obsolete syntax parsing
Alex Crichton
-1
/
+0
2014-05-22
libstd: Remove all uses of `~str` from `libstd`
Patrick Walton
-3
/
+3
2014-05-08
libsyntax: Remove uses of `~str` from libsyntax, and fix fallout
Patrick Walton
-47
/
+55
2014-05-06
librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except
Patrick Walton
-6
/
+12
2014-05-02
syntax: implement ToSource for more things in the quasiquoter.
Huon Wilson
-0
/
+23
2014-04-22
add support for quadruple precision floating point
Daniel Micay
-1
/
+2
2014-04-18
Replace all ~"" with "".to_owned()
Richo Healey
-16
/
+16
2014-04-16
syntax: unify all MacResult's into a single trait.
Huon Wilson
-12
/
+12
2014-03-30
Removed deprecated functions `map` and `flat_map` for vectors and slices.
Marvin Löbel
-3
/
+3
2014-03-20
Removing imports of std::vec_ng::Vec
Alex Crichton
-4
/
+0
2014-03-20
rename std::vec_ng -> std::vec
Daniel Micay
-2
/
+2
2014-03-01
libsyntax: Fix errors arising from the automated `~[T]` conversion
Patrick Walton
-8
/
+14
2014-03-01
libsyntax: Mechanically change `~[T]` to `Vec<T>`
Patrick Walton
-52
/
+52
[next]