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
/
derive.rs
Age
Commit message (
Expand
)
Author
Lines
2018-05-17
Add edition to expansion info
Vadim Petrochenkov
-1
/
+2
2018-04-06
Rename `PathSegment::identifier` to `ident`
Vadim Petrochenkov
-1
/
+1
2017-11-26
limit packed copy-out to non-generic Copy structs
Ariel Ben-Yehuda
-1
/
+1
2017-08-30
Make fields of `Span` private
Vadim Petrochenkov
-1
/
+1
2017-08-12
syntax: #[allow_internal_unsafe] bypasses the unsafe_code lint in macros.
Eduard-Mihai Burtescu
-0
/
+1
2017-04-03
Fix bug parsing `#[derive]` macro invocations.
Jeffrey Seyfried
-1
/
+2
2017-03-29
Merge `ExpnId` and `SyntaxContext`.
Jeffrey Seyfried
-24
/
+26
2017-03-14
Liberalize attributes.
Jeffrey Seyfried
-25
/
+20
2017-03-14
Refactor `Attribute` to use `Path` and `TokenStream` instead of `MetaItem`.
Jeffrey Seyfried
-2
/
+2
2017-02-12
Allow using inert attributes from `proc_macro_derive`s with `#![feature(proc_...
Jeffrey Seyfried
-135
/
+35
2017-02-12
Move legacy custom derives collection into `resolver.find_attr_invoc()`.
Jeffrey Seyfried
-35
/
+1
2017-02-05
Move derive macro expansion into the MacroExpander
Josh Driver
-0
/
+218