about summary refs log tree commit diff
path: root/src/libsyntax/print
AgeCommit message (Expand)AuthorLines
2015-10-13Dict -> Struct, StructDef -> VariantData, def -> dataVadim Petrochenkov-4/+4
2015-10-13Remove now redundant NodeId from VariantVadim Petrochenkov-1/+0
2015-10-13Decouple structure kinds from NodeIdsVadim Petrochenkov-3/+5
2015-10-13Unify structures and enum variants in ASTVadim Petrochenkov-21/+11
2015-10-12Remove the push_unsafe! and pop_unsafe! macros.Nick Cameron-2/+2
2015-10-09Some cleanup of no longer used AST thingsNick Cameron-1/+1
2015-10-01Stop re-exporting AttrStyle's variants and rename them.Ms2ger-4/+4
2015-09-26Auto merge of #28642 - petrochenkov:name3, r=nrcbors-4/+3
2015-09-24Cleanup interfaces of Name, SyntaxContext and IdentVadim Petrochenkov-4/+3
2015-09-24Remove the deprecated box(PLACE) syntax.Eduard Burtescu-9/+12
2015-09-21Use ast::AsmDialect's variants qualified, and drop the pointless prefix.Ms2ger-1/+1
2015-09-20Replace `ast::Mac_` enum with structAndrew Paseltiner-26/+18
2015-09-18Auto merge of #28442 - nagisa:remove-enum-vis-field, r=alexcrichtonbors-3/+1
2015-09-18Implement empty struct with braces (RFC 218)Vadim Petrochenkov-25/+25
2015-09-17Remove Visibility field from enum variantsSimonas Kazlauskas-3/+1
2015-09-16Use ast attributes every where (remove HIR attributes).Nick Cameron-310/+350
2015-09-04Auto merge of #28170 - nagisa:loopctl-label-spans, r=alexcrichtonbors-2/+2
2015-09-03Use consistent terminology for byte string literalsVadim Petrochenkov-3/+3
2015-09-03Use proper span for break and continue labelsSimonas Kazlauskas-2/+2
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