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
Age
Commit message (
Expand
)
Author
Lines
2019-10-28
proc_macro: don't use Rust ABI fn pointers in a C ABI fn signature.
Eduard-Mihai Burtescu
-2
/
+2
2019-10-28
proc_macro: consolidate bridge::client::run_expand{1,2} into one helper.
Eduard-Mihai Burtescu
-48
/
+23
2019-10-28
proc_macro: remove now-unnecessary ICE workarounds from bridge::client.
Eduard-Mihai Burtescu
-10
/
+9
2019-10-25
RFC 2008: Stabilization
David Wood
-1
/
+1
2019-10-08
Stabilize mem::take (mem_take)
Jon Gjengset
-1
/
+0
2019-10-03
proc_macro: Add `Span::mixed_site` exposing `macro_rules` hygiene
Vadim Petrochenkov
-0
/
+10
2019-09-25
Snap cfgs to new beta
Mark Rousskov
-1
/
+1
2019-08-27
proc_macro: Turn `quote` into a regular built-in macro
Vadim Petrochenkov
-6
/
+8
2019-08-23
bootstrap: Merge the libtest build step with libstd
Alex Crichton
-0
/
+3
2019-08-17
Serialize additional data for procedural macros
Aaron Hill
-0
/
+8
2019-07-28
Deny `unused_lifetimes` through rustbuild
Vadim Petrochenkov
-0
/
+1
2019-07-28
Remove lint annotations in specific crates that are already enforced by rustb...
Vadim Petrochenkov
-2
/
+0
2019-07-04
Rollup merge of #62249 - czipperz:use-mem-take-instead-of-replace-default, r=...
Mazdak Farrokhzad
-1
/
+2
2019-07-03
Remove needless lifetimes
Jeremy Stucki
-1
/
+1
2019-07-01
Enable mem_take feature in relevant crates
Chris Gregory
-0
/
+1
2019-07-01
Use mem::take instead of mem::replace with default
Chris Gregory
-1
/
+1
2019-06-23
Fix meta-variable binding errors in macros
Julien Cretin
-3
/
+3
2019-04-09
proc_macro: stop using LEB128 for RPC.
Eduard-Mihai Burtescu
-23
/
+13
2019-04-05
Use for_each to extend collections
Josh Stone
-3
/
+1
2019-03-27
Auto merge of #55780 - ogoffart:span_source_text, r=petrochenkov
bors
-0
/
+13
2019-02-24
Use ? in some macros
Taiki Endo
-16
/
+16
2019-02-14
Rollup merge of #57856 - lzutao:fix-old-first-edition, r=steveklabnik
Mazdak Farrokhzad
-1
/
+3
2019-02-13
Convert old doc links to current edition
Lzu Tao
-1
/
+3
2019-02-12
Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik
bors
-12
/
+12
2019-02-10
tests: doc comments
Alexander Regueiro
-12
/
+12
2019-02-10
Revert removed #![feature(nll)]
Taiki Endo
-0
/
+1
2019-02-07
Remove images' url to make it work even without internet connection
Guillaume Gomez
-3
/
+1
2019-02-04
libproc_macro => 2018
Taiki Endo
-90
/
+100
2018-12-26
Work-around for shadowing of variant names with assoc const names in `libproc...
Alexander Regueiro
-8
/
+14
2018-12-26
Store `Ident` rather than just `Name` in HIR types `Item` and `ForeignItem`.
Alexander Regueiro
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-110
/
+0
2018-12-19
proc_macro: Validate tokens coming from the compiler again
Vadim Petrochenkov
-21
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-16
/
+16
2018-12-01
Introduce proc_macro::Span::source_text
Olivier Goffart
-0
/
+13
2018-11-30
Statically link proc_macro into proc macros.
Eduard-Mihai Burtescu
-2
/
+0
2018-11-30
proc_macro: move the rustc server to syntax_ext.
Eduard-Mihai Burtescu
-749
/
+0
2018-11-30
proc_macro: remove the __internal module.
Eduard-Mihai Burtescu
-135
/
+57
2018-11-30
proc_macro: introduce a "bridge" between clients (proc macros) and servers (c...
Eduard-Mihai Burtescu
-409
/
+2697
2018-11-20
Add unstable Literal::subspan().
Sergio Benitez
-1
/
+46
2018-11-13
fix various typos in doc comments
Andy Russell
-6
/
+6
2018-10-01
All `proc_macro_span` APIs tracked at #54725 now
Alex Crichton
-24
/
+24
2018-10-01
Span::def_site() is now at #54724
Alex Crichton
-1
/
+1
2018-10-01
The `proc_macro_raw_ident` feature is now at #54723
Alex Crichton
-1
/
+1
2018-10-01
The `proc_macro_quote` feature now lives at #54722
Alex Crichton
-4
/
+4
2018-09-27
Bump to 1.31.0 and bootstrap from 1.30 beta
Josh Stone
-1
/
+1
2018-09-19
Make 'proc_macro::MultiSpan' public.
Sergio Benitez
-1
/
+1
2018-09-13
Add multispan support to proc-macro diagnostics.
Sergio Benitez
-41
/
+74
2018-09-12
Add inspection and setter methods to proc_macro::Diagnostic.
Sergio Benitez
-0
/
+51
2018-09-12
Auto merge of #53793 - toidiu:ak-stabalize, r=nikomatsakis
bors
-1
/
+0
2018-09-11
stabalize infer outlives requirements (RFC 2093).
toidiu
-1
/
+0
[next]