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
2020-07-27
mv std libs to library/
mark
-3369
/
+0
2020-07-26
proc_macro: Add API for tracked access to environment variables
Vadim Petrochenkov
-0
/
+28
2020-07-15
Introduce restricted-std feature.
Eric Huss
-0
/
+1
2020-05-21
Add test for proc_macro::LineColumn
David Tolnay
-0
/
+12
2020-05-21
Impl Ord for proc_macro::LineColumn
David Tolnay
-0
/
+15
2020-05-17
Rollup merge of #72233 - dtolnay:literal, r=petrochenkov
Dylan DPC
-5
/
+11
2020-05-15
Clarify use of format_args in Debug for Literal
David Tolnay
-0
/
+1
2020-05-15
Implement Default for proc_macro::TokenStream
David Tolnay
-0
/
+7
2020-05-15
Fix {:#?} representation of proc_macro::Literal
David Tolnay
-5
/
+10
2020-04-27
Rollup merge of #68716 - petrochenkov:stabmixed, r=dtolnay
Dylan DPC
-1
/
+1
2020-04-26
Stabilize `Span::mixed_site`
Vadim Petrochenkov
-1
/
+1
2020-04-26
proc_macro: Fix since attributes for new Span methods
Jonas Platte
-2
/
+2
2020-04-25
Auto merge of #71556 - Dylan-DPC:rollup-9ll4shr, r=Dylan-DPC
bors
-2
/
+2
2020-04-25
Bump rustfmt to most recently shipped
Mark Rousskov
-2
/
+2
2020-04-25
Bump bootstrap compiler
Mark Rousskov
-3
/
+2
2020-04-25
proc_macro: Stabilize `Span::resolved_at` and `Span::located_at`
Vadim Petrochenkov
-2
/
+2
2020-04-22
Add tracking issue for proc_macro_is_available
David Tolnay
-1
/
+1
2020-04-21
proc_macro::is_available()
David Tolnay
-0
/
+25
2020-03-26
introduce `negative_impls` feature gate and document
Niko Matsakis
-0
/
+1
2020-03-15
Use min_specialization in libstd and libproc_macro
Matthew Jasper
-1
/
+2
2020-03-11
Give LexError more descriptive Display impl
Kinsey Favre
-1
/
+1
2020-03-11
Correct stability attribute for new LexError impls
Kinsey Favre
-2
/
+2
2020-03-11
Add Display and Error impls for proc_macro::LexError
Kinsey Favre
-1
/
+11
2020-03-07
Rollup merge of #69773 - matthiaskrgr:typos, r=petrochenkov
Mazdak Farrokhzad
-2
/
+2
2020-03-06
Don't redundantly repeat field names (clippy::redundant_field_names)
Matthias Krüger
-10
/
+7
2020-03-06
fix various typos
Matthias Krüger
-2
/
+2
2020-01-10
Remove unnecessary `const_fn` feature gates
Dylan MacKenzie
-1
/
+0
2019-12-22
Format the world
Mark Rousskov
-143
/
+54
2019-11-12
Snap cfgs
Mark Rousskov
-1
/
+0
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
[next]