about summary refs log tree commit diff
path: root/src/libsyntax/ast.rs
AgeCommit message (Expand)AuthorLines
2014-05-26syntax: Add a source field to `Local` for tracking if it comes from `let`s or...Huon Wilson-0/+9
2014-05-24Add AttrId to Attribute_Steven Fackler-0/+4
2014-05-23syntax: Clean out obsolete syntax parsingAlex Crichton-0/+1
2014-05-16libserialize: Remove all uses of `~str` from `libserialize`.Patrick Walton-1/+1
2014-05-15Updates with core::fmt changesAlex Crichton-3/+3
2014-05-13syntax: Fix printing INT64_MINAlex Crichton-2/+4
2014-05-06rustc: Enable writing "unsafe extern fn() {}"Alex Crichton-2/+0
2014-05-04auto merge of #13898 : nikomatsakis/rust/type-bounds-b, r=acrichtobors-1/+2
2014-05-03Temporary patch to accept arbitrary lifetimes (behind feature gate) in bound ...Niko Matsakis-1/+2
2014-05-02syntax: store char literals/tokens as `char`s rather than u32s.Huon Wilson-1/+1
2014-04-28auto merge of #13791 : lifthrasiir/rust/mod-inner-span, r=huonwbors-3/+15
2014-04-27syntax: `Mod` records the span for inner contents.Kang Seonghoon-3/+15
2014-04-26syntax: ViewItemUse no longer contains multiple view paths.Kang Seonghoon-1/+1
2014-04-24auto merge of #13713 : edwardw/rust/methodcall-span, r=alexcrichtonbors-1/+1
2014-04-23Allow attributes on match armsSteven Fackler-0/+1
2014-04-24Calibrate span for method call error messagesEdward Wang-1/+1
2014-04-22auto merge of #13398 : nick29581/rust/unsized-enum, r=nikomatsakisbors-2/+10
2014-04-22add support for quadruple precision floating pointDaniel Micay-0/+1
2014-04-23Support unsized types with the `type` keywordNick Cameron-1/+8
2014-04-23Add a span to ast::TyParamNick Cameron-1/+2
2014-04-20Allow inheritance between structs.Nick Cameron-1/+3
2014-04-16rustc: Remove private enum variantsAlex Crichton-2/+1
2014-04-13auto merge of #13452 : Ryman/rust/fix_uint_as_u, r=alexcrichtonbors-2/+2
2014-04-13libsyntax: update helper to stringify TyU* and TyI* to take into account havi...Kevin Butler-2/+2
2014-04-11syntax: remove ast::Sigil.Eduard Burtescu-20/+2
2014-04-10Renamed ast::Purity to ast::FnStyle and ast::ImpureFn to ast::NormalFn and up...Kasey Carrothers-11/+11
2014-04-04syntax: remove obsolete mutability from ExprVec and ExprRepeat.Eduard Burtescu-2/+2
2014-04-03auto merge of #13237 : alexcrichton/rust/private-tuple-structs, r=brsonbors-6/+6
2014-04-03syntax: Remove AbiSet, use one AbiAlex Crichton-4/+4
2014-03-31rustc: Switch tuple structs to have private fieldsAlex Crichton-6/+6
2014-03-31syntax: Switch field privacy as necessaryAlex Crichton-144/+144
2014-03-29auto merge of #13188 : FlaPer87/rust/master, r=alexcrichtonbors-36/+0
2014-03-29Register new snapshotFlavio Percoco-36/+0
2014-03-28De-@ TokenTree.Eduard Burtescu-2/+4
2014-03-27serialize: use ResultSean McArthur-0/+37
2014-03-26syntax: Permit visibility on tuple fieldsAlex Crichton-1/+10
2014-03-23use TotalEq for HashMapDaniel Micay-78/+78
2014-03-22doc: Remove Freeze / NoFreeze from docsFlavio Percoco-1/+1
2014-03-21auto merge of #13016 : huonw/rust/new-opt-vec, r=cmrbors-6/+6
2014-03-22Migrate all users of opt_vec to owned_slice, delete opt_vec.Huon Wilson-6/+6
2014-03-21Rewrite rc::Rc using cell::CellEdward Wang-8/+0
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-2/+7
2014-03-20auto merge of #12686 : FlaPer87/rust/shared, r=nikomatsakisbors-8/+0
2014-03-20Relax interner's Share boundFlavio Percoco-8/+0
2014-03-20Replace Freeze bounds with Share boundsFlavio Percoco-4/+4
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-2/+2
2014-03-20rename std::vec -> std::sliceDaniel Micay-1/+1
2014-03-15rustc: Remove compiler support for __log_level()Alex Crichton-3/+0
2014-03-14Added support for type placeholders (explicit requested typeMarvin Löbel-2/+1
2014-03-13Apply @nikomatsakis' nits and comments patch.Eduard Burtescu-1/+1