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
/
deriving
/
cmp
Age
Commit message (
Expand
)
Author
Lines
2019-12-30
Rename directories for some crates from `syntax_x` to `rustc_x`
Vadim Petrochenkov
-631
/
+0
2019-12-22
Format the world
Mark Rousskov
-210
/
+229
2019-11-05
Remove `PartialEq` and `Eq` from the `SpecialDerives`.
Felix S. Klock II
-6
/
+0
2019-10-27
rustc, rustc_passes: don't depend on syntax_expand.
Mazdak Farrokhzad
-3
/
+5
2019-10-25
Migrate from `#[structural_match]` attribute a lang-item trait.
Felix S. Klock II
-1
/
+12
2019-10-16
move syntax::ext to new crate syntax_expand
Mazdak Farrokhzad
-4
/
+4
2019-09-21
Inline attribute constructors
Mark Rousskov
-3
/
+3
2019-09-21
Remove constraints argument from path_all
Mark Rousskov
-1
/
+1
2019-09-15
Give more `Idents` spans
Matthew Jasper
-1
/
+1
2019-09-05
or-patterns: syntax: adjust derive, format, and building.
Mazdak Farrokhzad
-6
/
+4
2019-08-23
Audit uses of `apply_mark` in built-in macros
Vadim Petrochenkov
-1
/
+1
2019-08-17
Remove gensyms from built-in derives
Matthew Jasper
-36
/
+38
2019-08-15
hygiene: `ExpnInfo` -> `ExpnData`
Vadim Petrochenkov
-2
/
+2
2019-08-15
hygiene: Merge `ExpnInfo` and `InternalExpnData`
Vadim Petrochenkov
-2
/
+2
2019-08-14
Merge Variant and Variant_
Caio
-1
/
+1
2019-08-03
Move special treatment of `derive(Copy, PartialEq, Eq)` from expansion infras...
Vadim Petrochenkov
-2
/
+6
2019-07-31
Replace AstBuilder with inherent methods
Mark Rousskov
-4
/
+0
2019-07-31
Remove Span argument from ExtCtxt::attribute
Mark Rousskov
-5
/
+5
2019-06-08
use pattern matching for slices destructuring
Cedric
-8
/
+8
2019-05-27
Pass symbols to `ExtCtxt::std_path` instead of strings.
Nicholas Nethercote
-17
/
+18
2019-05-27
Avoid unnecessary internings.
Nicholas Nethercote
-11
/
+11
2019-02-04
libsyntax_ext => 2018
Taiki Endo
-33
/
+38
2018-12-25
Remove licenses
Mark Rousskov
-40
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-10-26
Remove redundant clone
Shotaro Yamada
-1
/
+1
2018-07-12
Deny bare trait objects in src/libsyntax_ext
ljedrz
-4
/
+4
2018-06-20
Rename structures in ast
varkor
-2
/
+2
2018-06-20
Rename ast::GenericParam and ast::GenericArg
varkor
-2
/
+2
2018-06-20
Rename "parameter" to "arg"
varkor
-2
/
+2
2018-06-20
Rename *Parameter to *Param
varkor
-2
/
+2
2018-06-20
Consolidate PathParameters and AngleBracketedParameterData
varkor
-2
/
+2
2018-04-25
Update comments to UFCS style
varkor
-11
/
+24
2018-04-25
Use UFCS
varkor
-11
/
+20
2018-04-25
Fix handling of None
varkor
-11
/
+11
2018-04-25
Ensure derive(PartialOrd) is no longer accidentally exponential
varkor
-70
/
+83
2018-04-25
Auto merge of #49986 - zofrex:better-derived-argument-names, r=Manishearth
bors
-12
/
+12
2018-04-19
Fix some of the __names in the comments
James Sanderson
-6
/
+6
2018-04-19
Gensym remaining identifiers
James Sanderson
-2
/
+2
2018-04-19
Don't prepend deriving-generated attributes with _
James Sanderson
-1
/
+1
2018-04-15
Provide better names for builtin deriving-generated attributes
James Sanderson
-4
/
+4
2018-04-12
Abstract cs_eq for partial_eq
varkor
-50
/
+27
2018-04-12
Update partial_ord codegen summary
varkor
-3
/
+10
2018-04-11
Remove redundant operation in derive[PartialEq]
varkor
-28
/
+58
2018-04-11
Optimise the last field operations in derive[PartialOrd]
varkor
-51
/
+72
2018-04-11
Fix derive(PartialOrd) implementation
varkor
-6
/
+10
2017-12-09
Use hygiene to access the injected crate (`core` or `std`) from builtin macros.
Jeffrey Seyfried
-8
/
+12
2017-08-30
Make fields of `Span` private
Vadim Petrochenkov
-1
/
+1
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-7
/
+7
2017-03-29
Merge `ExpnId` and `SyntaxContext`.
Jeffrey Seyfried
-1
/
+1
2016-11-20
Move `syntax::util::interner` -> `syntax::symbol`, cleanup.
Jeffrey Seyfried
-11
/
+11
[next]