about summary refs log tree commit diff
path: root/src/libsyntax/print/pprust.rs
AgeCommit message (Expand)AuthorLines
2014-04-26syntax: ViewItemUse no longer contains multiple view paths.Kang Seonghoon-7/+2
2014-04-24auto merge of #13713 : edwardw/rust/methodcall-span, r=alexcrichtonbors-1/+1
2014-04-23Allow attributes on match armsSteven Fackler-1/+6
2014-04-24Calibrate span for method call error messagesEdward Wang-1/+1
2014-04-23Review changesNick Cameron-1/+2
2014-04-23Support unsized types with the `type` keywordNick Cameron-1/+7
2014-04-20Allow inheritance between structs.Nick Cameron-0/+10
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-2/+2
2014-04-17Drive-by: `pprust::*_to_str` for TypeMethod, Method, and FnDecl.Felix S. Klock II-0/+12
2014-04-16auto merge of #13547 : alexcrichton/rust/remove-priv, r=huonwbors-2/+0
2014-04-16rustc: Remove private enum variantsAlex Crichton-2/+0
2014-04-16pprust: Handle multi-stmt/no-expr `ExprFnBlock`klutzy-11/+14
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-27/+21
2014-04-10auto merge of #13440 : huonw/rust/strbuf, r=alexcrichtonbors-4/+5
2014-04-10Renamed ast::Purity to ast::FnStyle and ast::ImpureFn to ast::NormalFn and up...Kasey Carrothers-25/+25
2014-04-10libstd: Implement `StrBuf`, a new string buffer type like `Vec`, andPatrick Walton-4/+5
2014-04-06syntax: Tweak parsing lifetime bounds on closuresAlex Crichton-14/+21
2014-04-04Test fixes from rollupAlex Crichton-4/+4
2014-04-04syntax: remove obsolete mutability from ExprVec and ExprRepeat.Eduard Burtescu-10/+2
2014-04-03syntax: Remove AbiSet, use one AbiAlex Crichton-26/+27
2014-03-31syntax: Switch field privacy as necessaryAlex Crichton-1/+1
2014-03-28Remove a RefCell from pprust::State.Eduard Burtescu-10/+9
2014-03-28De-@ IdentInterner.Eduard Burtescu-2/+2
2014-03-26auto merge of #13079 : alexcrichton/rust/colons, r=cmrbors-10/+6
2014-03-26syntax: Tweak parsing bounds on generics pathsAlex Crichton-10/+6
2014-03-26syntax: Permit visibility on tuple fieldsAlex Crichton-2/+3
2014-03-22syntax: Fix fallout of removing get()Alex Crichton-6/+6
2014-03-22Migrate all users of opt_vec to owned_slice, delete opt_vec.Huon Wilson-9/+8
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-3/+0
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-2/+2
2014-03-18syntax: Don't parameterize the the pretty printerAlex Crichton-18/+19
2014-03-17Refactor pprust a bit.Eduard Burtescu-2107/+1963
2014-03-15rustc: Remove compiler support for __log_level()Alex Crichton-5/+0
2014-03-14Added support for type placeholders (explicit requested typeMarvin Löbel-1/+1
2014-03-13Remove Rc's borrow method to avoid conflicts with RefCell's borrow in Rc<RefC...Eduard Burtescu-1/+1
2014-03-12alpha-rename .ident to .name in Lifetime, including in rustdoc.Felix S. Klock II-1/+1
2014-03-07rename ast::ViewItemExternMod to ast::ViewItemExternCrate, and clean::ExternM...Liigo Zhuang-1/+1
2014-03-03syntax: make match arms store the expr directly.Huon Wilson-30/+14
2014-03-02Make visible types public in rustcSteven Fackler-1/+1
2014-03-01libsyntax: Fix errors arising from the automated `~[T]` conversionPatrick Walton-41/+64
2014-03-01libsyntax: Mechanically change `~[T]` to `Vec<T>`Patrick Walton-9/+9
2014-02-26Replace callee_id with information stored in method_map.Eduard Burtescu-5/+5
2014-02-23Make break and continue hygienicEdward Wang-2/+2
2014-02-22auto merge of #12451 : edwardw/rust/ident-2-name, r=cmrbors-1/+1
2014-02-22Represent lifetimes as Names instead of IdentsEdward Wang-1/+1
2014-02-22Reduce reliance on `to_str_radix`Brendan Zabarauskas-18/+3
2014-02-20Mass rename if_ok! to try!Alex Crichton-708/+708
2014-02-14extern mod => extern crateAlex Crichton-1/+1