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
Age
Commit message (
Expand
)
Author
Lines
2015-12-15
Move built-in syntax extensions to a separate crate
Seo Sanghyeon
-3876
/
+0
2015-11-26
Some TLC for the MoveMap trait
Marvin Löbel
-1
/
+1
2015-11-26
Add syntax support for attributes on expressions and all syntax
Marvin Löbel
-0
/
+1
2015-11-17
Auto merge of #29887 - sanxiyn:match-ref-pats, r=sfackler
bors
-2
/
+2
2015-11-17
Fix match_ref_pats flagged by Clippy
Seo Sanghyeon
-2
/
+2
2015-11-16
rename `ast::ImplItem_::*ImplItem` to `ast::ImplItemKind::*`
Oliver Schneider
-2
/
+2
2015-11-12
libsyntax: deny warnings in doctests
Kevin Butler
-4
/
+5
2015-11-09
syntax: Use `let _` in #[derive(Debug)]
Alex Crichton
-4
/
+21
2015-11-03
Don't chain method calls in #[derive(Debug)]
Steven Fackler
-24
/
+35
2015-10-25
syntax/rustc_front: Simplify VariantData::fields
Vadim Petrochenkov
-4
/
+4
2015-10-20
Auto merge of #29148 - petrochenkov:noshow, r=alexcrichton
bors
-5
/
+3
2015-10-19
Generate stability attributes for derived impls
Vadim Petrochenkov
-1
/
+1
2015-10-18
Remove #[derive(Show)]
Vadim Petrochenkov
-5
/
+3
2015-10-13
Merge struct fields and struct kind
Vadim Petrochenkov
-6
/
+6
2015-10-13
Dict -> Struct, StructDef -> VariantData, def -> data
Vadim Petrochenkov
-13
/
+13
2015-10-13
Decouple structure kinds from NodeIds
Vadim Petrochenkov
-1
/
+1
2015-10-13
Unify structures and enum variants in AST
Vadim Petrochenkov
-81
/
+29
2015-09-08
Allow tracking issues for lang features.
Huon Wilson
-0
/
+1
2015-08-29
Allow #[derive()] to generate unsafe trait impls
Michael Layzell
-1
/
+23
2015-08-28
Move ExpnInfo to Name
Manish Goregaokar
-2
/
+2
2015-08-27
Enumify CompilerExpansion in ExpnInfo
Manish Goregaokar
-2
/
+1
2015-08-24
Auto merge of #27239 - apasel422:issue-19102, r=huonw
bors
-1
/
+7
2015-08-17
Implement `repr(simd)` as an alias for `#[simd]`.
Huon Wilson
-1
/
+1
2015-08-03
syntax: Implement #![no_core]
Alex Crichton
-60
/
+26
2015-08-03
Auto merge of #27134 - fhartwig:derive, r=huonw
bors
-0
/
+11
2015-07-28
remove `get_ident` and `get_name`, make `as_str` sound
Oliver Schneider
-15
/
+15
2015-07-23
add `#[allow(unused_qualifications)]` to derived impls
Andrew Paseltiner
-1
/
+7
2015-07-21
Avoid repeated trait bounds in derived impls
Florian Hartwig
-0
/
+11
2015-06-14
Replaced a comment mentioning a fixed issue
Markus Westerlind
-3
/
+5
2015-06-13
Utilize discriminant_value for more efficient deriving
Markus
-39
/
+85
2015-06-11
Conver reborrows to .iter() calls where appropriate
Joshua Landau
-1
/
+1
2015-06-10
Removed many pointless calls to *iter() and iter_mut()
Joshua Landau
-6
/
+6
2015-05-24
Auto merge of #25609 - nikomatsakis:const-fn, r=pnkfelix
bors
-0
/
+1
2015-05-22
Let MultiItemDecorator take `&Annotatable` (fixes #25683)
Manish Goregaokar
-30
/
+30
2015-05-21
syntax: parse `const fn` for free functions and inherent methods.
Eduard Burtescu
-0
/
+1
2015-05-17
Make #[derive(Debug)] work with unsized fields
Steven Fackler
-5
/
+11
2015-05-17
Allow #[derive()] to generate unsafe methods
Manish Goregaokar
-1
/
+23
2015-05-13
Merge branch 'master' into mulit-decor
Nick Cameron
-2
/
+2
2015-05-12
Rebasing
Nick Cameron
-17
/
+17
2015-05-12
Merge branch 'master' into
Nick Cameron
-29
/
+36
2015-05-11
Auto merge of #25085 - carols10cents:remove-old-tilde, r=steveklabnik
bors
-2
/
+2
2015-05-09
Squeeze the last bits of `task`s in documentation in favor of `thread`
Barosl Lee
-1
/
+1
2015-05-03
Update old uses of ~ in comments and debugging statements
Carol Nichols
-2
/
+2
2015-05-02
Rename AstBuilder::expr_int -> AstBuilder::expr_isize
Manish Goregaokar
-3
/
+6
2015-05-01
Get tests passing
Nick Cameron
-2
/
+3
2015-05-01
Give access to field attributes in ext::deriving
Manish Goregaokar
-29
/
+33
2015-04-30
WIP refactor expansion of decorators and move derive to MultiDecorator
Nick Cameron
-129
/
+139
2015-04-25
Rebasing and making MulitDecorators work
Nick Cameron
-12
/
+3
2015-04-25
Merge branch 'syntax' of https://github.com/aochagavia/rust into mulit-decor
Nick Cameron
-5
/
+15
2015-04-21
syntax: Replace [].tail with the stable [1..] syntax
Erick Tryzelaar
-1
/
+1
[next]