about summary refs log tree commit diff
path: root/src/libsyntax/print
AgeCommit message (Expand)AuthorLines
2015-04-21syntax: Replace String::from_str with the stable String::fromErick Tryzelaar-3/+3
2015-04-21syntax: Remove use of TraitObject in pretty printerErick Tryzelaar-13/+8
2015-04-21syntax: remove #![feature(box_syntax, box_patterns)]Erick Tryzelaar-1/+1
2015-04-14Negative case of `len()` -> `is_empty()`Tamir Duberstein-5/+5
2015-04-14Positive case of `len()` -> `is_empty()`Tamir Duberstein-1/+1
2015-04-14Test fixes and rebase conflictsAlex Crichton-1/+1
2015-04-13syntax: Publically expose printing where clauses, and add attr_to_stringErick Tryzelaar-0/+4
2015-04-01rollup merge of #23860: nikomatsakis/copy-requires-cloneAlex Crichton-4/+4
2015-04-01rollup merge of #23945: pnkfelix/gate-u-negateAlex Crichton-1/+1
2015-04-02Test fixes and rebase conflicts, round 2Alex Crichton-1/+1
2015-04-01Fallout in libsyntaxNiko Matsakis-4/+4
2015-04-01Pretty print ids for assoc itemsNick Cameron-7/+12
2015-03-26Auto merge of #23359 - erickt:quote, r=pnkfelixbors-13/+14
2015-03-24rollup merge of #23546: alexcrichton/hyphensAlex Crichton-2/+7
2015-03-24rustc: Add support for `extern crate foo as bar`Alex Crichton-2/+7
2015-03-24syntax: add {trait_item,impl_item,where_clause}_to_stringErick Tryzelaar-13/+14
2015-03-25Add trivial cast lints.Nick Cameron-1/+1
2015-03-23rollup merge of #23506: alexcrichton/remove-some-deprecated-thingsAlex Crichton-1/+13
2015-03-19Added missing impl_to_source! and impl_to_tokens! for TraitItem.Vladimir Pouzanov-0/+4
2015-03-19Added missing impl_to_source! and impl_to_tokens! for ImplItem.Vladimir Pouzanov-0/+4
2015-03-18rustc: Remove some long deprecated features:Alex Crichton-1/+13
2015-03-18Require braces when a closure has an explicit return type. This is aNiko Matsakis-1/+6
2015-03-11syntax: move MethMac to MacImplItem and combine {Provided,Required}Method int...Eduard Burtescu-25/+17
2015-03-11syntax: rename TypeMethod to MethodSig and use it in MethDecl.Eduard Burtescu-64/+43
2015-03-11syntax: gather common fields of impl & trait items into their respective types.Eduard Burtescu-56/+59
2015-03-11syntax: move indirection around {Trait,Impl}Item, from within.Eduard Burtescu-10/+9
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-152/+152
2015-03-02Use `const`s instead of `static`s where appropriateFlorian Zeitz-1/+1
2015-02-24syntax: update pretty-printer for the `<T>::method` shorthand.Eduard Burtescu-3/+6
2015-02-24Implement `<T>::method` UFCS expression syntax.Eduard Burtescu-9/+14
2015-02-24syntax: use a single Path for Trait::Item in QPath.Eduard Burtescu-27/+26
2015-02-24syntax: don't use TraitRef in QPath.Eduard Burtescu-1/+1
2015-02-24syntax: don't store a secondary NodeId for TyPath.Eduard Burtescu-1/+1
2015-02-24Auto merge of #21689 - FlaPer87:oibit-send-and-friends, r=nikomatsakisbors-0/+12
2015-02-22Rename DefTrait to DefaultImplFlavio Percoco-1/+1
2015-02-22Add support for default trait impls in libsyntaxFlavio Percoco-0/+12
2015-02-20Remove remaining uses of `[]`. This time I tried to use deref coercions where...Niko Matsakis-2/+2
2015-02-18Round 3 test fixes and conflictsAlex Crichton-53/+53
2015-02-18rollup merge of #22502: nikomatsakis/deprecate-bracket-bracketAlex Crichton-33/+33
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-33/+33
2015-02-18rollup merge of #22497: nikomatsakis/suffixesAlex Crichton-1/+1
2015-02-18rollup merge of #22287: Ryman/purge_carthographersAlex Crichton-4/+3
2015-02-18Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.Niko Matsakis-1/+1
2015-02-18Opt for .cloned() over .map(|x| x.clone()) etc.Kevin Butler-4/+3
2015-02-17std: Stabilize the `ascii` moduleAlex Crichton-6/+4
2015-02-10TestsNick Cameron-4/+10
2015-02-07Fake up #![no_std] on pretty-printing; keep it out of ASTKeegan McAllister-1/+22
2015-02-06Update to last version, remove "[]" as much as possibleGuillaumeGomez-11/+11
2015-02-06Libsyntax has been updatedGuillaumeGomez-17/+16
2015-02-06Replace the get method by the deref one on InternedStringGuillaumeGomez-16/+17