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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-0
/
+2
2015-01-07
rollup merge of #20657: alexcrichton/stabilize-macros
Alex Crichton
-10
/
+0
2015-01-07
use slicing sugar
Jorge Aparicio
-2
/
+2
2015-01-07
std: Stablize the macros module
Alex Crichton
-10
/
+0
2015-01-06
Register new snapshots
Alex Crichton
-1
/
+1
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-1
/
+1
2015-01-05
Modernize macro_rules! invocations
Keegan McAllister
-3
/
+5
2015-01-03
Remove deprecated functionality
Alex Crichton
-2
/
+0
2015-01-02
Accept `derive` instead of `deriving`
Nick Cameron
-10
/
+20
2014-12-31
syntax: unbox closures used in function arguments
Jorge Aparicio
-2
/
+2
2014-12-22
rollup merge of #20033: alexcrichton/deprecate-serialise
Alex Crichton
-10
/
+8
2014-12-22
serialize: Fully deprecate the library
Alex Crichton
-10
/
+8
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-1
/
+1
2014-12-17
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2014-12-13
rustc: Start the deprecation of libserialize
Alex Crichton
-2
/
+22
2014-11-26
/*! -> //!
Steve Klabnik
-9
/
+4
2014-09-14
syntax: fix fallout from using ptr::P.
Eduard Burtescu
-7
/
+6
2014-08-07
Rename `Share` to `Sync`
Alex Crichton
-1
/
+1
2014-06-14
Register new snapshots
Alex Crichton
-1
/
+0
2014-06-11
syntax: Move the AST from @T to Gc<T>
Alex Crichton
-3
/
+5
2014-06-01
std: Drop Total from Total{Eq,Ord}
Alex Crichton
-2
/
+2
2014-05-30
syntax: Prepare for Total{Eq,Ord} => {Eq,Ord}
Alex Crichton
-2
/
+3
2014-05-30
std: Rename {Eq,Ord} to Partial{Eq,Ord}
Alex Crichton
-3
/
+2
2014-05-28
rustc: Accept PartialOrd/PartialOrdEq for Eq/Ord
Alex Crichton
-2
/
+3
2014-05-22
libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.
Patrick Walton
-2
/
+4
2014-05-01
Allow built-in traits to be derived
Flavio Percoco
-0
/
+5
2014-03-18
Docify std::vec_ng
Steven Fackler
-1
/
+1
2014-03-08
Removed DeepClone. Issue #12698.
Michael Darakananda
-1
/
+0
2014-02-27
Fix syntax::ext::deriving{,::*} docs formatting.
Chris Morgan
-2
/
+2
2014-02-24
Remove deriving(ToStr)
Alex Crichton
-2
/
+0
2014-02-24
Transition to new `Hash`, removing IterBytes and std::to_bytes.
Huon Wilson
-2
/
+0
2014-02-21
std: rewrite Hash to make it more generic
Erick Tryzelaar
-0
/
+2
2014-02-19
librustc: Remove unique vector patterns from the language.
Patrick Walton
-1
/
+4
2014-02-13
Tweak ItemDecorator API
Steven Fackler
-9
/
+7
2014-02-08
Implement `#[deriving(Show)]`.
Huon Wilson
-0
/
+2
2014-02-08
syntax: convert deriving to take &mut ExtCtxt.
Huon Wilson
-1
/
+1
2014-02-08
syntax: remove some dead code.
Huon Wilson
-15
/
+1
2014-02-02
libsyntax: Introduce an `InternedString` type to reduce `@str` in the
Patrick Walton
-4
/
+4
2014-01-09
libsyntax: Renamed types, traits and enum variants to CamelCase.
Eduard Burtescu
-7
/
+7
2014-01-07
Fix remaining cases of leaking imports
Alex Crichton
-1
/
+0
2013-12-28
Stop using @ExtCtxt
Steven Fackler
-3
/
+3
2013-12-11
Make 'self lifetime illegal.
Erik Price
-2
/
+2
2013-11-26
libsyntax: Remove all non-`proc` `do` syntax.
Patrick Walton
-2
/
+2
2013-11-26
librustc: Remove remaining uses of `&fn()` in favor of `||`.
Patrick Walton
-11
/
+11
2013-10-02
syntax: Add #[deriving(FromPrimitive)] syntax extension
Erick Tryzelaar
-0
/
+4
2013-09-30
syntax: Remove usage of fmt!
Alex Crichton
-2
/
+2
2013-09-12
syntax: add #[deriving(Default)] syntax extension
Erick Tryzelaar
-0
/
+2
2013-09-02
Renamed syntax::ast::ident -> Ident
Marvin Löbel
-3
/
+3
2013-09-01
Modernized a few type names in rustc and syntax
Marvin Löbel
-4
/
+4
2013-07-20
syntax: modernise attribute handling in syntax::attr.
Huon Wilson
-10
/
+9
[next]