about summary refs log tree commit diff
path: root/src/libsyntax/ast.rs
AgeCommit message (Expand)AuthorLines
2015-10-13Unify structures and enum variants in ASTVadim Petrochenkov-1/+1
2015-10-09Some cleanup of no longer used AST thingsNick Cameron-11/+2
2015-10-09Cache ids between lowering runsNick Cameron-0/+1
2015-10-09Move `for` loop desugaring to loweringNick Cameron-0/+4
2015-10-03libsyntax: Do not derive Hash for IdentVadim Petrochenkov-13/+27
2015-10-02Auto merge of #28793 - Ms2ger:AttrStyle, r=alexcrichtonbors-6/+5
2015-10-01Stop re-exporting AttrStyle's variants and rename them.Ms2ger-6/+5
2015-10-01Convert DefId to use DefIndex, which is an index into a list ofNiko Matsakis-2/+2
2015-10-01Auto merge of #28577 - jethrogb:topic/ast-stmt-debug, r=pcwaltonbors-1/+3
2015-09-28Fill in some missing parts in the default AST visitorVadim Petrochenkov-0/+7
2015-09-26Auto merge of #28642 - petrochenkov:name3, r=nrcbors-88/+51
2015-09-24Cleanup interfaces of Name, SyntaxContext and IdentVadim Petrochenkov-88/+51
2015-09-24Remove the deprecated box(PLACE) syntax.Eduard Burtescu-3/+3
2015-09-22Encode/decode Names as stringsVadim Petrochenkov-2/+13
2015-09-21Change syntax::ast_util::stmt_id to not panic on macrosJethro Beekman-1/+3
2015-09-21Use ast::AsmDialect's variants qualified, and drop the pointless prefix.Ms2ger-3/+2
2015-09-20Replace `ast::Mac_` enum with structAndrew Paseltiner-6/+6
2015-09-17Remove Visibility field from enum variantsSimonas Kazlauskas-1/+0
2015-09-04Auto merge of #28170 - nagisa:loopctl-label-spans, r=alexcrichtonbors-2/+2
2015-09-03Use consistent terminology for byte string literalsVadim Petrochenkov-1/+1
2015-09-03Use proper span for break and continue labelsSimonas Kazlauskas-2/+2
2015-08-30Make a macro a const fn and remove outdated NBTobias Bucher-2/+0
2015-08-24move def-id to rustc crateNiko Matsakis-32/+1
2015-08-20syntax: remove suffix_len methods from LitIntTypesGeorg Brandl-27/+0
2015-08-17Clean up simd_cast translation.Huon Wilson-0/+24
2015-08-14move InlinedItem into librustc, where it belongsNiko Matsakis-12/+0
2015-08-12Add two new kinds of predicates, WellFormed and ObjectSafe.Niko Matsakis-1/+1
2015-08-11syntax: fix use of "vector" for [x; n] literal and [x, y] patternsGeorg Brandl-1/+1
2015-08-10Auto merge of #27451 - seanmonstar:use-groups-as, r=alexcrichtonbors-3/+18
2015-08-08rustc: rename multiple imports in a listSean McArthur-3/+18
2015-08-04Add a macro invocation to the type ASTJared Roesch-0/+2
2015-07-28remove `get_ident` and `get_name`, make `as_str` soundOliver Schneider-19/+15
2015-07-26Remove `ast::LocalSource` with only one used variantmitaa-10/+0
2015-07-22Hack for "unsafety hygiene" -- `push_unsafe!` and `pop_unsafe!`.Felix S. Klock II-0/+2
2015-07-18Fix doc comment parsing in macros.Lee Jeffery-3/+15
2015-07-10Preserve escape sequences in documentation comments on macro expansionBarosl Lee-1/+1
2015-06-19Move AST Repr impls to Debug impls in libsyntax.Eduard Burtescu-9/+67
2015-05-21Make various fixes:Niko Matsakis-1/+1
2015-05-21syntax: parse `const fn` for free functions and inherent methods.Eduard Burtescu-1/+8
2015-05-04Fix spelling errors in documentation.Joseph Crail-1/+1
2015-04-27Auto merge of #23606 - quantheory:associated_const, r=nikomatsakisbors-0/+8
2015-04-25Interpolate AST nodes in quasiquote.Geoffry Song-6/+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/+6
2015-04-23Structural changes for associated constantsSean Patrick Santos-0/+2
2015-04-21std: Remove deprecated/unstable num functionalityAlex Crichton-9/+15
2015-04-14Negative case of `len()` -> `is_empty()`Tamir Duberstein-5/+5
2015-04-01fallout when bootstrapping `rustc`.Felix S. Klock II-1/+1
2015-03-31Stabilize std::numAaron Turon-0/+2
2015-03-25rustc: Remove support for int/uintAlex Crichton-36/+6