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-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
2015-04-21
syntax: Remove uses of #[feature(slice_patterns)]
Erick Tryzelaar
-14
/
+14
2015-04-21
syntax: remove #![feature(box_syntax, box_patterns)]
Erick Tryzelaar
-16
/
+16
2015-04-18
Auto merge of #23985 - erickt:derive-cleanup, r=erickt
bors
-512
/
+496
2015-04-15
syntax: Clean up the indentation for #[derive(Eq)]
Erick Tryzelaar
-12
/
+14
2015-04-15
syntax: Change deriving methods to take a `&mut FnMut(P<Item>)`
Erick Tryzelaar
-115
/
+97
2015-04-15
syntax: Rename deriving/cmp/* to match their current names
Erick Tryzelaar
-415
/
+415
2015-04-14
Negative case of `len()` -> `is_empty()`
Tamir Duberstein
-3
/
+3
2015-04-14
Positive case of `len()` -> `is_empty()`
Tamir Duberstein
-1
/
+1
2015-04-14
syntax: Remove derive(Rand)
Alex Crichton
-178
/
+0
2015-04-10
fix some comments.
Felix S. Klock II
-6
/
+7
2015-04-10
Incorporate repr-attr into deriving(PartialOrd) to avoid truncation errors.
Felix S. Klock II
-13
/
+38
2015-04-10
Re-add a fixme after some investigation into what's going on.
Felix S. Klock II
-0
/
+11
2015-04-10
Change `derive` expansions to use `discriminant_value` intrinsic.
Felix S. Klock II
-30
/
+27
2015-04-01
Fallout in libsyntax
Niko Matsakis
-1
/
+1
2015-03-28
Rollup merge of #23803 - richo:unused-braces, r=Manishearth
Manish Goregaokar
-1
/
+1
2015-03-28
cleanup: Remove unused braces in use statements
Richo Healey
-1
/
+1
2015-03-27
rollup merge of #23741: alexcrichton/remove-int-uint
Alex Crichton
-1
/
+1
2015-03-25
rustc: Remove support for int/uint
Alex Crichton
-1
/
+1
2015-03-24
syntax: Update #[derive(...)] to work with phantom and associated types
Erick Tryzelaar
-6
/
+118
2015-03-23
rollup merge of #23506: alexcrichton/remove-some-deprecated-things
Alex Crichton
-10
/
+0
2015-03-20
don't use Result::ok just to be able to use unwrap/unwrap_or
Oliver Schneider
-3
/
+3
2015-03-18
rustc: Remove some long deprecated features:
Alex Crichton
-10
/
+0
2015-03-12
Auto merge of #23265 - eddyb:meth-ast-refactor, r=nikomatsakis
bors
-24
/
+18
2015-03-11
syntax: move MethMac to MacImplItem and combine {Provided,Required}Method int...
Eduard Burtescu
-2
/
+2
2015-03-11
syntax: rename TypeMethod to MethodSig and use it in MethDecl.
Eduard Burtescu
-7
/
+7
2015-03-11
syntax: gather common fields of impl & trait items into their respective types.
Eduard Burtescu
-26
/
+20
2015-03-11
syntax: move indirection around {Trait,Impl}Item, from within.
Eduard Burtescu
-7
/
+7
2015-03-09
Switch derive(Debug) to use the debug builders
Steven Fackler
-62
/
+40
[next]