index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
expand
/
derive.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-26
Merge remote-tracking branch 'remotes/origin/master' into nightly-1.29
John Hodge
1
-0
/
+1
2019-10-06
Expand - Pass attributes on struct/union/enums to custom derive code
John Hodge
1
-5
/
+6
2019-10-06
Expand - Hand attributes to item attribute handlers
John Hodge
1
-1
/
+1
2019-10-06
AST - Clean up location of attributes and span on mod-level items
John Hodge
1
-11
/
+11
2019-05-25
Derive - Fix incorrect copy-paste during previous refactor
John Hodge
1
-1
/
+1
2019-05-24
Expand derive - Code cleanup
John Hodge
1
-227
/
+190
2019-05-19
All - Switch to using interned (de-duplicated) RcString-s instead of std::str...
John Hodge
1
-134
/
+142
2019-03-01
Expand - Use discriminant_value to reduce size of auto-generated matches
John Hodge
1
-88
/
+26
2018-12-29
Resolve/HIR - Rough handling of `pub use macro_path;`
John Hodge
1
-3
/
+3
2018-11-29
Mark destructors in base classes as virtual.
Arlie Davis
1
-0
/
+1
2018-06-24
Expand derive - Slight restructure to allow Copy/Clone magic
John Hodge
1
-102
/
+123
2018-06-02
AST - Annotate all patterns with spans
John Hodge
1
-114
/
+114
2018-05-22
AST - Add lifetime params to & types
John Hodge
1
-16
/
+16
2018-05-20
AST - Refactor lifetime/HRB handling
John Hodge
1
-14
/
+11
2018-05-20
AST - Rename MetaItem and MetaItems to Attribute and AttributeList
John Hodge
1
-13
/
+13
2017-11-15
proc_macro - Working invocations (some work needed on AST->TT)
John Hodge
1
-2
/
+8
2017-11-12
Expand derive - Mark success if a proc_macro applied
John Hodge
1
-0
/
+5
2017-11-12
All - proc_macro support through to attempting to run them
John Hodge
1
-1
/
+1
2017-11-12
src - Add draft (untested) support for procedural macro crates
John Hodge
1
-6
/
+24
2017-11-04
Expand/derive - Deref in PartialOrd calls (slight optimisation of typecheck)
John Hodge
1
-4
/
+4
2017-10-31
Expand - (minor) Comment about custom derive
John Hodge
1
-0
/
+3
2017-09-14
Expand - Limited derive on unions (minimally tested, fixes #22)
John Hodge
1
-26
/
+86
2017-09-05
Derive RustcDecodable - Fix unit struct decode
John Hodge
1
-1
/
+1
2017-09-02
Resolve - Fix a minor lookup bug around self:: paths
John Hodge
1
-0
/
+2
2017-07-16
AST - Attributes on struct literal entries
John Hodge
1
-12
/
+12
2017-05-28
AST - Refactor to make unit-like structs their own variant
John Hodge
1
-22
/
+43
2017-02-26
Expand derive - Debug for enums
John Hodge
1
-18
/
+31
2017-01-05
Expand derive - No `self` in RustcDecodable::decode
John Hodge
1
-1
/
+1
2016-12-31
Expand Derive - Hack around getting a trait object to a [T]
John Hodge
1
-4
/
+4
2016-12-24
No more tears!
ubsan
1
-207
/
+207
2016-12-18
HIR - Move closures
John Hodge
1
-3
/
+4
2016-11-19
Derive Decodable - Add _ arm to enum decoding
John Hodge
1
-0
/
+18
2016-11-03
Expand derive - Fix Decodable/Encodable implementations
John Hodge
1
-4
/
+4
2016-11-02
All - Hack in start of macro hygine - requires rework so is disabled
John Hodge
1
-3
/
+3
2016-10-31
AST - Delete some dead code, remove some warnings on GCC6
John Hodge
1
-2
/
+0
2016-10-30
AST - Remove copy construction of TypeRef
John Hodge
1
-16
/
+15
2016-10-26
Expand derive - Fix error in enum RustcDecodable
John Hodge
1
-5
/
+6
2016-10-26
(minor) Commenting
John Hodge
1
-4
/
+0
2016-10-26
Expand derive - Fix bad derive code for RustcEncodable/RustcDecodable
John Hodge
1
-23
/
+32
2016-10-25
Expand derive - Add untested RustcDecodable impl
John Hodge
1
-1
/
+212
2016-10-25
AST - Encode unit variants with a NULL value instead of an empty set
John Hodge
1
-219
/
+126
2016-10-25
Expand derive - Rough (minimally tested) RustcEncodable impl
John Hodge
1
-0
/
+275
2016-10-24
AST - Remove separate impls list (now in item list)
John Hodge
1
-1
/
+1
2016-10-23
AST+HIR - Add stubbed support for erased types (`impl Trait`)
John Hodge
1
-0
/
+3
2016-10-23
AST - Reduce places where there's no span information provided
John Hodge
1
-28
/
+28
2016-10-12
Make deault ABI a #define
John Hodge
1
-8
/
+9
2016-10-05
Expand derive - Hash (and enable error when an unexpected trait is seen)
John Hodge
1
-1
/
+156
2016-10-05
Expand derive - Default
John Hodge
1
-2
/
+79
2016-10-03
Expand/derive - Ord
John Hodge
1
-1
/
+258
2016-10-02
Expand - Derive PartialOrd
John Hodge
1
-27
/
+286
[next]