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
2016-02-29
derive: Skip PartialEq::ne for any zero-field enum or struct
Ulrik Sverdrup
-17
/
+15
2016-02-29
derive: Avoid emitting PartialEq::ne for c-like enums
Ulrik Sverdrup
-5
/
+28
2016-02-23
Some refactoring in deriving/debug.rs
Vadim Petrochenkov
-8
/
+3
2016-02-22
Fix #[derive] for empty structs with braces
Vadim Petrochenkov
-37
/
+49
2016-02-13
Rename ast::Pat_ and its variants
Vadim Petrochenkov
-3
/
+3
2016-02-12
Use more autoderef in libsyntax_ext
Jonas Schievink
-2
/
+2
2016-02-11
Remove some unnecessary indirection from AST structures
Vadim Petrochenkov
-12
/
+12
2016-02-11
[breaking-change] don't glob export ast::StrStyle variants
Oliver 'ker' Schneider
-3
/
+2
2016-02-11
[breaking-change] don't glob export ast::Visibility variants
Oliver 'ker' Schneider
-2
/
+2
2016-02-11
[breaking-change] don't glob export ast::Mutablity variants
Oliver 'ker' Schneider
-15
/
+18
2016-02-11
[breaking-change] don't glob export ast::MetaItem_
Oliver 'ker' Schneider
-2
/
+2
2016-02-11
[breaking-change] don't glob export ast::Item_ variants
Oliver 'ker' Schneider
-8
/
+8
2016-02-11
[breaking-change] don't pub export ast::Stmt_ variants
Oliver Schneider
-1
/
+1
2016-02-11
[breaking-change] don't pub export ast::Lit_ variants
Oliver Schneider
-3
/
+3
2016-02-11
[breaking-change] don't pub export ast::Ty_ variants
Oliver Schneider
-3
/
+3
2016-02-11
[breaking-change] don't glob export ast::{UintTy, IntTy} variants
Oliver Schneider
-11
/
+11
2016-02-11
[breaking-change] don't glob export ast::Expr_ variants
Oliver Schneider
-13
/
+11
2016-02-11
[breaking-change] don't glob export ast::ExplicitSelf_ variants
Oliver Schneider
-4
/
+4
2016-02-11
[breaking-change] don't glob export ast::Decl_ variants
Oliver Schneider
-1
/
+1
2016-02-11
[breaking-change] don't glob import/export syntax::abi enum variants
Oliver Schneider
-3
/
+2
2016-02-11
[breaking-change] don't glob export ast::BlockCheckMode variants
Oliver Schneider
-2
/
+2
2016-02-11
[breaking-change] don't glob export ast::BinOp_
Oliver Schneider
-18
/
+16
2016-02-11
[breaking-change] don't glob export ast::UnOp variants
Oliver Schneider
-1
/
+1
2016-02-03
remove dead #[derive(FromPrimitive)] code
Alex Burka
-145
/
+0
2016-01-22
Extended save-analysis to support generated code, alterned some spans in form...
Daniel Campbell
-3
/
+3
2015-12-21
Auto merge of #30460 - Ms2ger:BindingMode, r=alexcrichton
bors
-1
/
+1
2015-12-20
Stop re-exporting the ast::BindingMode variants.
Ms2ger
-1
/
+1
2015-12-18
Rollup merge of #30420 - petrochenkov:owned2, r=nrc
Manish Goregaokar
-7
/
+5
2015-12-18
Deprecate name `OwnedSlice` and don't use it
Vadim Petrochenkov
-7
/
+5
2015-12-17
move error handling from libsyntax/diagnostics.rs to libsyntax/errors/*
Nick Cameron
-2
/
+2
2015-12-15
Move built-in syntax extensions to a separate crate
Seo Sanghyeon
-0
/
+3820
[prev]