about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2016-09-03Check fields in union patters/expressionsVadim Petrochenkov-1/+3
2016-09-03Lower unions from AST to HIR and from HIR to typesVadim Petrochenkov-0/+40
2016-09-03Add unions to ASTVadim Petrochenkov-1/+8
2016-09-03Auto merge of #35957 - alexcrichton:macros-1.1, r=nrcbors-12/+56
2016-09-02Rollup merge of #36223 - abhiQmar:e0558-formatting, r=jonathandturnerJonathan Turner-2/+3
2016-09-03Update compiler error E0558 to use new error formatAbhishek Kumar-2/+3
2016-09-02rustc: Implement custom derive (macros 1.1)Alex Crichton-12/+56
2016-09-01Add `item_like_imports` feature.Jeffrey Seyfried-1/+4
2016-09-01Auto merge of #34494 - CensoredUsername:allow_sysV64_abi, r=nagisabors-7/+18
2016-09-01incr.comp.: Add stable hashing of HIR spans to ICH.Michael Woerister-20/+4
2016-08-31Add a tracking issue to the feature gate of the sysv64 ABICensoredUsername-1/+1
2016-08-31Warn about multiple conflicting #[repr] hintsChris Wong-3/+2
2016-08-30Feature gate the sysv64 abi as feature(abi_sysv64) and add testsCensoredUsername-7/+16
2016-08-30Change ABI string from sysV64 to sysv64CensoredUsername-1/+1
2016-08-30Allow specification of the system V AMD64 ABI constraint.CensoredUsername-0/+2
2016-08-29Remove inherent methods `Annotatable::attrs` and `Annotatable::fold_attrs`.Jeffrey Seyfried-7/+0
2016-08-29Future proof the AST for `union`.Jeffrey Seyfried-2/+18
2016-08-28Rollup merge of #35917 - jseyfried:remove_attr_ext_traits, r=nrcJeffrey Seyfried-113/+72
2016-08-28Rollup merge of #35850 - SergioBenitez:master, r=nrcJeffrey Seyfried-159/+459
2016-08-28Rollup merge of #35728 - petrochenkov:empderive, r=manishearthJeffrey Seyfried-20/+20
2016-08-28Rollup merge of #35480 - KiChjang:e0379-bonus, r=nikomatsakisJeffrey Seyfried-23/+41
2016-08-28Rollup merge of #35618 - jseyfried:ast_view_path_refactor, r=eddybJeffrey Seyfried-74/+28
2016-08-28Rollup merge of #35591 - GuillaumeGomez:generics_span, r=jntrmrJeffrey Seyfried-8/+16
2016-08-27Change Constness to Spanned<Constness>Keith Yeung-23/+41
2016-08-27Rollup merge of #36014 - slash3g:stabilize-type-macros, r=nikomatsakisManish Goregaokar-15/+3
2016-08-27Rollup merge of #35953 - Aatch:better-missing-block-error, r=nrcManish Goregaokar-3/+24
2016-08-26Stabilize type-macrosDaniele Baracchi-15/+3
2016-08-25Refactor away `AttrMetaMethods`.Jeffrey Seyfried-64/+38
2016-08-25Refactor away `AttributeMethods`.Jeffrey Seyfried-11/+4
2016-08-25Refactor away `AttrNestedMetaItemMethods`.Jeffrey Seyfried-44/+36
2016-08-25Implement RFC#1559: allow all literals in attributes.Sergio Benitez-159/+459
2016-08-24Remove drop flags from structs and enums implementing Drop.Eduard Burtescu-15/+17
2016-08-24Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit.Eduard Burtescu-5/+0
2016-08-23Improve error message when failing to parse a blockJames Miller-3/+24
2016-08-21Refactor away variant `ast::PathListItemKind::Mod`Jeffrey Seyfried-74/+28
2016-08-19Auto merge of #33922 - estebank:doc-comment, r=alexcrichtonbors-17/+45
2016-08-18Add Span field for Generics structsGuillaume Gomez-8/+16
2016-08-18Split `AstBuilder::pat_enum` into `pat_tuple_struct` and `pat_path`Vadim Petrochenkov-20/+20
2016-08-18Fix #[derive] for empty tuple structs/variantsVadim Petrochenkov-1/+1
2016-08-16Auto merge of #35538 - cgswords:libproc_macro, r=nrcbors-0/+76
2016-08-16Proc_macro is alivecgswords-0/+76
2016-08-16Auto merge of #35162 - canndrew:bang_type_coerced, r=nikomatsakisbors-18/+33
2016-08-15Auto merge of #35340 - michaelwoerister:incr-comp-cli-args, r=nikomatsakisbors-1/+1
2016-08-14Rollup merge of #35606 - Mark-Simulacrum:no-std-fix, r=brsonEduard-Mihai Burtescu-1/+1
2016-08-14Rollup merge of #35539 - cgswords:ts_concat, r=nrcEduard-Mihai Burtescu-20/+92
2016-08-14Rollup merge of #35491 - sanxiyn:pub-restricted-span, r=nikomatsakisEduard-Mihai Burtescu-9/+10
2016-08-13Auto merge of #35453 - jseyfried:hygienize_metavariables, r=nrcbors-12/+12
2016-08-13Fix bug in PostExpansionVisitorAndrew Cann-1/+1
2016-08-13Minor fixups based on feedbackAndrew Cann-1/+1
2016-08-13Minor fixup.Andrew Cann-2/+1