about summary refs log tree commit diff
path: root/src/libsyntax/ext/trace_macros.rs
AgeCommit message (Expand)AuthorLines
2015-12-15Move built-in syntax extensions to a separate crateSeo Sanghyeon-43/+0
2015-11-06remove `Tt` prefix from TokenType variantsOliver Schneider-4/+4
2015-09-08Allow tracking issues for lang features.Huon Wilson-0/+1
2015-04-21syntax: Remove uses of #[feature(slice_patterns)]Erick Tryzelaar-4/+3
2015-02-16Address the other cases of #22234; fix #22234.Felix S. Klock II-0/+10
2014-10-28Convert some token functions into methodsBrendan Zabarauskas-3/+3
2014-10-26Use standard capitalisation for TokenTree variantsBrendan Zabarauskas-2/+2
2014-10-26Rename TokenTree variants for clarityBrendan Zabarauskas-2/+2
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-1/+1
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-1/+2
2014-04-16syntax: unify all MacResult's into a single trait.Huon Wilson-2/+2
2014-03-22syntax: allow `trace_macros!` and `log_syntax!` in item position.Huon Wilson-22/+10
2014-03-17De-@ codemap and diagnostic.Eduard Burtescu-1/+1
2014-03-01libsyntax: Fix errors arising from the automated `~[T]` conversionPatrick Walton-1/+1
2014-02-18Avoid returning original macro if expansion fails.Douglas Young-1/+1
2014-02-07Removed @self and @Trait.Eduard Burtescu-3/+2
2014-01-18syntax::ext: replace span_fatal with span_err in many places.Huon Wilson-1/+2
2014-01-09libsyntax: Renamed types, traits and enum variants to CamelCase.Eduard Burtescu-3/+3
2014-01-03libsyntax: De-`@mut` `StringReader`, `TtReader`, and `reader`Patrick Walton-1/+1
2014-01-02libsyntax: Make the parser mutablePatrick Walton-2/+2
2013-12-29Start passing around &mut ExtCtxtSteven Fackler-1/+1
2013-12-28Stop using @ExtCtxtSteven Fackler-1/+1
2013-09-01Modernized a few type names in rustc and syntaxMarvin Löbel-2/+2
2013-08-11libsyntax: Update from `@Object` to `@mut Object` as requiredNiko Matsakis-1/+1
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-5/+1
2013-07-17librustc: Add a lint mode for unnecessary `copy` and remove a bunch of them.Patrick Walton-5/+3
2013-07-12Remove the global 'vec::to_owned' functionAlex Crichton-3/+1
2013-06-25great renaming propagation: syntaxCorey Richardson-3/+2
2013-06-13Revert "std: convert {vec,str}::to_owned to methods."Brian Anderson-1/+2
2013-06-12std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_...Huon Wilson-2/+0
2013-06-12std: convert {vec,str}::to_owned to methods.Huon Wilson-1/+1
2013-06-05removed unused imports (and one unused argument)John Clements-1/+0
2013-06-05remove interner from tt_readerJohn Clements-1/+0
2013-06-05just use TLS internerJohn Clements-1/+2
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+2
2013-05-25Use an enum for keywords and intern them to improve parser performanceBjörn Steinbrink-2/+3
2013-05-22libextra: Rename the actual metadata names of libcore to libstd and libstd to...Patrick Walton-0/+2
2013-05-22syntax/ext: modernise ext_ctxt to be CamelCase and use new.Huon Wilson-2/+2
2013-05-20Remove all unnecessary allocations (as flagged by lint)Alex Crichton-1/+1
2013-05-15Allow static strings to be used with keyword checksBjörn Steinbrink-2/+2
2013-05-10renamed vec::from_slice to vec::to_ownedYoungsoo Son-1/+1
2013-04-27only use #[no_core] in libcoreDaniel Micay-2/+0
2013-03-13librustc: Don't accept `as Trait` anymore; fix all occurrences of it.Patrick Walton-3/+5
2013-03-04Adding missing imports for tests, and gate off othersAlex Crichton-1/+0
2013-03-02librustc: Stop parsing `fn@`, `fn~`, and `fn&`Patrick Walton-1/+1
2013-02-26libsyntax: add some more explicit copiesErick Tryzelaar-1/+5
2013-02-25libsyntax: is_keyword should take a &~strErick Tryzelaar-2/+2
2013-02-25libsyntax: convert visit to pass ty_params by referenceErick Tryzelaar-5/+9
2013-02-21Get rid of structural records in libsyntax and the last bit in librustc.Luqman Aden-1/+1
2013-01-29libsyntax: De-export libsyntax. rs=deexportingPatrick Walton-2/+2