about summary refs log tree commit diff
path: root/src/libsyntax/print
AgeCommit message (Expand)AuthorLines
2015-07-09Auto merge of #26904 - bluss:no-repeat, r=alexcrichtonbors-4/+3
2015-07-09Use vec![elt; n] where possibleUlrik Sverdrup-4/+3
2015-07-05Feature-gate #[prelude_import].Eduard Burtescu-1/+3
2015-06-11Conver reborrows to .iter() calls where appropriateJoshua Landau-2/+2
2015-05-22Two more small fixes.Niko Matsakis-1/+1
2015-05-21Make various fixes:Niko Matsakis-14/+2
2015-05-21syntax: parse `const fn` for free functions and inherent methods.Eduard Burtescu-8/+41
2015-05-15syntax: Add unquoting ast::{Generics,WhereClause}Erick Tryzelaar-13/+15
2015-05-15syntax: Allow pretty printing more interpolated itemsErick Tryzelaar-13/+13
2015-05-13Merge branch 'master' into mulit-decorNick Cameron-9/+9
2015-05-12Merge branch 'master' intoNick Cameron-1/+1
2015-05-11Auto merge of #25085 - carols10cents:remove-old-tilde, r=steveklabnikbors-9/+9
2015-05-04Correct pretty-printing of `type Foo<T> where T: Bound = ...;`Felix S. Klock II-1/+1
2015-05-03Update old uses of ~ in comments and debugging statementsCarol Nichols-9/+9
2015-04-30Merge branch 'master' into mulit-decorNick Cameron-82/+73
2015-04-27Auto merge of #23606 - quantheory:associated_const, r=nikomatsakisbors-0/+31
2015-04-25Interpolate AST nodes in quasiquote.Geoffry Song-81/+41
2015-04-25Merge branch 'syntax' of https://github.com/aochagavia/rust into mulit-decorNick Cameron-1/+0
2015-04-24Change name of unit test sub-module to "tests".Johannes Oertel-1/+1
2015-04-23Get associated consts working in match patterns.Sean Patrick Santos-0/+3
2015-04-23Functional changes for associated constants. Cross-crate usage of associated ...Sean Patrick Santos-2/+28
2015-04-23Structural changes for associated constantsSean Patrick Santos-0/+2
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