about summary refs log tree commit diff
path: root/src/libsyntax/feature_gate.rs
AgeCommit message (Expand)AuthorLines
2016-01-16Auto merge of #30567 - steffengy:master, r=alexcrichtonbors-5/+19
2016-01-11add feature gate "abi_vectorcall" for the vectorcall calling conventionSteffen-5/+19
2016-01-11[breaking-change] remove negate_unsigned feature gateOliver Schneider-4/+1
2016-01-05Add assert-dep-graph testing mechanism and testsNiko Matsakis-0/+8
2015-12-30use structured errorsNick Cameron-13/+19
2015-12-21std: Use cfg(target_thread_local) in thread_local!Alex Crichton-1/+1
2015-12-21syntax: Respect allow_internal_unstable in macrosAlex Crichton-4/+10
2015-12-21rustc: Add feature-gated cfg(target_thread_local)Alex Crichton-0/+8
2015-12-19Auto merge of #30184 - petrochenkov:ascr, r=nikomatsakisbors-0/+7
2015-12-18Auto merge of #29973 - petrochenkov:privinpub, r=nikomatsakisbors-4/+1
2015-12-18Rewrite VisiblePrivateTypesVisitorVadim Petrochenkov-4/+1
2015-12-17move error handling from libsyntax/diagnostics.rs to libsyntax/errors/*Nick Cameron-12/+12
2015-12-16Add ExprType to HIR and make everything compileVadim Petrochenkov-0/+7
2015-12-12Address the review commentsVadim Petrochenkov-1/+1
2015-12-12Implement `#[deprecated]` attribute (RFC 1270)Vadim Petrochenkov-0/+7
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-3/+2
2015-12-04Auto merge of #29850 - Kimundi:attributes_that_make_a_statement, r=pnkfelixbors-7/+48
2015-12-01Auto merge of #25570 - oli-obk:const_indexing, r=nikomatsakisbors-0/+6
2015-11-26Added stmt_expr_attribute feature gateMarvin Löbel-7/+48
2015-11-25Remove `#[staged_api]`Vadim Petrochenkov-2/+3
2015-11-20Rename #[deprecated] to #[rustc_deprecated]Vadim Petrochenkov-1/+1
2015-11-20add feature gate `const_indexing`Oliver Schneider-0/+6
2015-11-16rename `ast::ImplItem_::*ImplItem` to `ast::ImplItemKind::*`Oliver Schneider-2/+2
2015-11-10Auto merge of #29725 - aturon:lang-features, r=huonwbors-45/+59
2015-11-09Use enum ParsePub instead of bool in field parsing + typoVadim Petrochenkov-2/+2
2015-11-09Improve error messageVadim Petrochenkov-0/+2
2015-11-09Tag feature gates with issuesAaron Turon-45/+59
2015-10-25syntax/rustc_front: Simplify VariantData::fieldsVadim Petrochenkov-1/+1
2015-10-13Merge struct fields and struct kindVadim Petrochenkov-3/+3
2015-10-13Dict -> Struct, StructDef -> VariantData, def -> dataVadim Petrochenkov-2/+2
2015-10-13Test and gate empty structures and variants betterVadim Petrochenkov-18/+20
2015-10-13Decouple structure kinds from NodeIdsVadim Petrochenkov-1/+1
2015-10-10Auto merge of #28861 - pnkfelix:fsk-nonparam-dropck-issue28498, r=arielb1bors-0/+9
2015-10-09Auto merge of #28857 - nrc:lowering, r=nikomatsakisbors-1/+1
2015-10-09Auto merge of #28919 - huonw:placement-tracking-issue, r=alexcrichtonbors-2/+2
2015-10-09Point `placement_in_syntax`/`box_syntax` lang features at tracking issue #27779.Huon Wilson-2/+2
2015-10-09Fix stabilityNick Cameron-1/+1
2015-10-08typos: fix a grabbag of typos all over the placeCristi Cobzarenco-2/+1
2015-10-06Add RFC 1238's `unsafe_destructor_blind_to_params` (UGEH) where needed.Felix S. Klock II-4/+4
2015-10-06Non-parametric dropck; instead trust an unsafe attribute (RFC 1238).Felix S. Klock II-0/+9
2015-09-26Auto merge of #28642 - petrochenkov:name3, r=nrcbors-6/+6
2015-09-26Auto merge of #28612 - gandro:targetvendor, r=alexcrichtonbors-0/+7
2015-09-24Cleanup interfaces of Name, SyntaxContext and IdentVadim Petrochenkov-6/+6
2015-09-24Remove the deprecated box(PLACE) syntax.Eduard Burtescu-3/+3
2015-09-24rustc: Add target_vendor for target triplesSebastian Wicki-0/+7
2015-09-20Replace `ast::Mac_` enum with structAndrew Paseltiner-1/+1
2015-09-19Feature-gate `#[no_debug]` and `#[omit_gdb_pretty_printer_section]`Andrew Paseltiner-2/+13
2015-09-18Overloaded augmented assignmentsJorge Aparicio-0/+6
2015-09-18Add feature gateVadim Petrochenkov-1/+20
2015-09-13Add an attribute to mark function as unwindingBjörn Steinbrink-0/+4