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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libsyntax
/
ext
/
deriving.rs
Age
Commit message (
Expand
)
Author
Lines
2012-12-13
libsyntax: Implement `deriving` for struct-like enum variants. r=brson
Patrick Walton
-16
/
+48
2012-12-13
librustc: Make `use` statements crate-relative by default. r=brson
Patrick Walton
-1
/
+1
2012-12-11
fix long line, r=tidypolice.
Graydon Hoare
-3
/
+4
2012-12-11
Fix deriving for single-variant enums
Brian Anderson
-20
/
+24
2012-12-10
Remove un-needed code for obsolete classes
Tim Chevalier
-2
/
+2
2012-12-07
Remove impl_id from trait_ref. Unused
Brian Anderson
-2
/
+1
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+10
2012-11-28
librustc: Add explicit self to IterBytes. r=nmatsakis
Patrick Walton
-1
/
+2
2012-11-21
libsyntax: Implement `deriving` correctly for type-parameterized structs and ...
Patrick Walton
-61
/
+139
2012-11-21
libsyntax: Implement deriving via a syntax extension for the `IterBytes` trai...
Patrick Walton
-123
/
+366
2012-11-21
libsyntax: Fix duplication of items that occurs if `#[deriving_eq]` is applie...
Patrick Walton
-1
/
+1
2012-11-21
libsyntax: Implement `deriving` for enums with N-ary variants. r=brson
Patrick Walton
-38
/
+140
2012-11-20
libsyntax: Long line. rs=make-tidy
Patrick Walton
-1
/
+1
2012-11-20
rustc: Implement "deriving" for monomorphic structs via a syntax extension. r...
Patrick Walton
-0
/
+394