about summary refs log tree commit diff
path: root/src/libsyntax/print
AgeCommit message (Expand)AuthorLines
2015-08-21Auto merge of #27613 - GSam:binop, r=nrcbors-3/+30
2015-08-10Auto merge of #27451 - seanmonstar:use-groups-as, r=alexcrichtonbors-4/+16
2015-08-10Avoid adding extra paren with two castsGarming Sam-1/+5
2015-08-09Casts are a type of binopGarming Sam-1/+1
2015-08-09Add operator precedence for pretty printerGarming Sam-2/+25
2015-08-09Binary ops should add parenthesis to each sideGarming Sam-2/+2
2015-08-08rustc: rename multiple imports in a listSean McArthur-4/+16
2015-08-06Auto merge of #27296 - jroesch:type-macros, r=huonwbors-0/+3
2015-08-04Add a macro invocation to the type ASTJared Roesch-0/+3
2015-08-03syntax: Implement #![no_core]Alex Crichton-1/+1
2015-07-28remove `get_ident` and `get_name`, make `as_str` soundOliver Schneider-16/+16
2015-07-22Hack for "unsafety hygiene" -- `push_unsafe!` and `pop_unsafe!`.Felix S. Klock II-2/+2
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