about summary refs log tree commit diff
path: root/src/libsyntax/feature_gate.rs
AgeCommit message (Expand)AuthorLines
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
2015-09-08Auto merge of #28246 - huonw:lang-tracking-issues, r=alexcrichtonbors-90/+117
2015-09-08Allow tracking issues for lang features.Huon Wilson-90/+117
2015-09-06add MIR code (unused thus far)Niko Matsakis-3/+10
2015-09-03Add an intital HIR and lowering stepNick Cameron-0/+2
2015-08-31Auto merge of #28007 - Ms2ger:FnKind, r=nrcbors-6/+6
2015-08-29Handle gateage of built-in attributes seperatelyJonas Schievink-117/+125
2015-08-26Rename FnKind variants and stop re-exporting them from the visit module.Ms2ger-6/+6
2015-08-17Rename `simd_basics` feature gate to `repr_simd`.Huon Wilson-6/+3
2015-08-17Create "platform-intrinsic" ABI for SIMD/platform intrinsics.Huon Wilson-4/+13
2015-08-17feature gate `cfg(target_feature)`.Huon Wilson-0/+60
2015-08-17Implement `repr(simd)` as an alias for `#[simd]`.Huon Wilson-0/+20
2015-08-14rustc: Allow changing the default allocatorAlex Crichton-0/+4
2015-08-10syntax: Add a new unstable #[linked_from] attributeAlex Crichton-0/+5
2015-08-10Auto merge of #27338 - alexcrichton:remove-morestack, r=brsonbors-1/+3
2015-08-10Remove morestack supportAlex Crichton-1/+3
2015-08-06Auto merge of #27296 - jroesch:type-macros, r=huonwbors-0/+6
2015-08-04Address final nitsJared Roesch-2/+4
2015-08-04Add feature gateJared Roesch-2/+6
2015-08-03syntax: Implement #![no_core]Alex Crichton-0/+5
2015-07-29Feature gate associated type defaultsBrian Anderson-1/+8