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
/
libproc_macro
/
quote.rs
Age
Commit message (
Expand
)
Author
Lines
2019-08-27
proc_macro: Turn `quote` into a regular built-in macro
Vadim Petrochenkov
-2
/
+2
2019-02-04
libproc_macro => 2018
Taiki Endo
-18
/
+18
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-10-01
The `proc_macro_quote` feature now lives at #54722
Alex Crichton
-2
/
+2
2018-07-20
proc_macro: clean up the implementation of quasi-quoting.
Eduard-Mihai Burtescu
-173
/
+92
2018-07-20
proc_macro: don't try to reflect literals in quasi-quoting.
Eduard-Mihai Burtescu
-94
/
+15
2018-07-14
Clarify how the quote macro is loaded
Manish Goregaokar
-0
/
+3
2018-06-23
hygiene: Do not reset expansion info for `quote!`
Vadim Petrochenkov
-3
/
+0
2018-05-25
Rename TokenStream::empty to TokenStream::new
David Tolnay
-2
/
+2
2018-05-15
Address feedback, remove remaining review comments, add some more docs
Vadim Petrochenkov
-1
/
+1
2018-05-15
proc_macro: Validate inputs to `Punct::new` and `Ident::new`
Vadim Petrochenkov
-5
/
+25
2018-05-15
TokenTree: Op -> Punct, Term -> Ident
Vadim Petrochenkov
-27
/
+27
2018-04-30
Remove usages of Term::as_str and mark it for removal
John Kåre Alsaker
-1
/
+1
2018-04-12
Change the hashcounts in raw `Lit` variants from usize to u16.
Nicholas Nethercote
-3
/
+3
2018-04-06
proc_macro: Improve Debug representations
Alex Crichton
-9
/
+6
2018-04-02
proc_macro: Reorganize public API
Alex Crichton
-55
/
+83
2017-11-14
Rename `Span::default` -> `Span::def_site`.
Jeffrey Seyfried
-1
/
+1
2017-11-09
proc_macro: use the proc_macro API at runtime to construct quasi-quoted Token...
Eduard-Mihai Burtescu
-129
/
+117
2017-11-09
proc_macro: process proc_macro tokens instead of libsyntax ones in the quasi-...
Eduard-Mihai Burtescu
-152
/
+166
2017-09-22
Add support for `..=` syntax
Alex Burka
-2
/
+2
2017-07-07
Address review comments
petrochenkov
-1
/
+1
2017-06-26
Address review comments.
Jeffrey Seyfried
-6
/
+10
2017-06-26
Implement `quote!` and other `proc_macro` API.
Jeffrey Seyfried
-0
/
+259