about summary refs log tree commit diff
path: root/src/libsyntax_ext
AgeCommit message (Expand)AuthorLines
2016-05-28Use the span of `#[derive_Eq]` for `#[structural_match]`Jeffrey Seyfried-42/+14
2016-05-28Refactor away `set_expn_info`Jeffrey Seyfried-9/+2
2016-05-28Fix spans of generated `#[derive_*]` attributesJeffrey Seyfried-45/+44
2016-05-25Add a new AST-only type variant `ImplicitSelf`Vadim Petrochenkov-3/+0
2016-05-25Remove ExplicitSelf from ASTVadim Petrochenkov-30/+22
2016-05-23Auto merge of #33735 - jseyfried:concat_idents_in_ty_positions, r=nrcbors-18/+32
2016-05-19Allow `concat_idents!` in type positions as well as in expression positionsJeffrey Seyfried-18/+32
2016-05-18Rollup merge of #33666 - xen0n:no-more-nest-levels, r=nikomatsakisManish Goregaokar-21/+5
2016-05-16syntax_ext: format: remove reference to methods in commentWang Xuerui-1/+1
2016-05-16syntax_ext: format: nest_level's are no moreWang Xuerui-20/+4
2016-05-15Auto merge of #33505 - petrochenkov:self, r=nrcbors-3/+2
2016-05-14syntax: Refactor parsing of method declarationsVadim Petrochenkov-3/+2
2016-05-12Improve derived implementations for enums with lots of fieldless variantsBjörn Steinbrink-7/+42
2016-05-03Remove unused trait imports introduced while in reviewSeo Sanghyeon-1/+1
2016-05-02fix rebase flawsNiko Matsakis-3/+3
2016-04-27Auto merge of #32791 - LeoTestard:feature-gate-clean, r=nikomatsakisbors-30/+64
2016-04-26Auto merge of #31414 - durka:clone-copy, r=alexcrichtonbors-32/+96
2016-04-26shallow Clone for #[derive(Copy,Clone)]Alex Burka-32/+96
2016-04-24Remove some old code from libsyntaxVadim Petrochenkov-8/+7
2016-04-24syntax: Merge keywords and remaining special idents in one listVadim Petrochenkov-10/+8
2016-04-24syntax: Make static/super/self/Self keywords + special ident cleanupVadim Petrochenkov-8/+8
2016-04-24syntax: Get rid of token::IdentStyleVadim Petrochenkov-2/+2
2016-04-22Remove the MacroVisitor pass.Leo Testard-30/+64
2016-04-14Auto merge of #32908 - oli-obk:hygienic_derive_encodable, r=alexcrichtonbors-7/+10
2016-04-12prevent other `encode` methods from breaking `derive(RustcEncodable)`Oliver Schneider-7/+10
2016-04-11std: Stabilize APIs for the 1.9 releaseAlex Crichton-6/+6
2016-04-06Rollup merge of #32570 - eddyb:tis-but-a-front, r=nikomatsakisManish Goregaokar-3/+1
2016-04-06Move span into `StructField`Vadim Petrochenkov-4/+4
2016-04-06Get rid of ast::StructFieldKindVadim Petrochenkov-44/+11
2016-04-06syntax: dismantle ast_util.Eduard Burtescu-3/+1
2016-03-27deriving: factor out discriminant_value constructionAlex Burka-37/+33
2016-03-27fix #21714 by using discriminant_value in #[derive(Hash)]Alex Burka-9/+12
2016-03-25fix cargo.toml for new dependencyNiko Matsakis-0/+1
2016-03-25check for both partialeq and eqNiko Matsakis-36/+45
2016-03-25modify #[deriving(Eq)] to emit #[structural_match]Niko Matsakis-2/+47
2016-03-21Auto merge of #32253 - durka:derive-31886, r=alexcrichtonbors-1/+1
2016-03-18Auto merge of #31977 - bluss:partial-eq-save, r=brsonbors-11/+43
2016-03-18derive: assume enum repr defaults to isizeAlex Burka-1/+1
2016-03-17Re-add double underscores in derive (fixes #32292)Manish Goregaokar-43/+43
2016-03-15Auto merge of #32251 - durka:derive-2810, r=alexcrichtonbors-114/+136
2016-03-15Auto merge of #32250 - durka:derive-31574, r=alexcrichtonbors-11/+18
2016-03-14Add `default` as contextual keyword, and parse it for impl items.Aaron Turon-0/+2
2016-03-14derive: improve hygiene for type parameters (see #2810)Alex Burka-17/+46
2016-03-14derive: remove most __ strings FIXME(#2810)Alex Burka-48/+48
2016-03-14fix FIXME(#6449) in #[derive(PartialOrd, Ord)]Alex Burka-55/+48
2016-03-14derive: emit intrinsics::unreachable for impls on empty enumsAlex Burka-11/+18
2016-03-01derive: Emit only PartialOrd::partial_cmp for simple enumsUlrik Sverdrup-24/+35
2016-02-29derive: Skip PartialEq::ne for any zero-field enum or structUlrik Sverdrup-17/+15
2016-02-29derive: Avoid emitting PartialEq::ne for c-like enumsUlrik Sverdrup-5/+28
2016-02-23Some refactoring in deriving/debug.rsVadim Petrochenkov-8/+3