summary refs log tree commit diff
path: root/src/libsyntax/ext/tt/transcribe.rs
AgeCommit message (Expand)AuthorLines
2014-01-03libsyntax: De-`@mut` `TtFrame`Patrick Walton-7/+7
2014-01-03libsyntax: De-`@mut` `TtFrame::idx`Patrick Walton-14/+14
2014-01-03librustc: De-`@mut` the span handlerPatrick Walton-3/+3
2014-01-03libsyntax: De-`@mut` `StringReader`, `TtReader`, and `reader`Patrick Walton-10/+9
2014-01-03libsyntax: De-`@mut` `TtReader::stack`Patrick Walton-24/+24
2014-01-03libsyntax: De-`@mut` `TtReader::cur_span`Patrick Walton-10/+11
2014-01-03libsyntax: De-`@mut` `TtReader::cur_tok`Patrick Walton-8/+9
2014-01-03libsyntax: De-`@mut` `TtReader::repeat_len`Patrick Walton-5/+8
2014-01-03libsyntax: De-`@mut` `TtReader::repeat_idx`Patrick Walton-17/+29
2014-01-03libsyntax: De-`@mut` `TtReader::interpolations`Patrick Walton-4/+9
2014-01-01syntax::codemap: Add static DUMMY_SPklutzy-2/+2
2014-01-01syntax::diagnostic: Remove unnecessary traitsklutzy-3/+3
2013-11-28Register new snapshotsAlex Crichton-2/+2
2013-11-27Freeze the AST by removing a couple of unused @mut ~[T] from token_tree.Eduard Burtescu-5/+4
2013-11-26libsyntax: Remove all non-`proc` `do` syntax.Patrick Walton-2/+2
2013-09-30syntax: Remove usage of fmt!Alex Crichton-5/+5
2013-09-02Renamed syntax::ast::ident -> IdentMarvin Löbel-5/+5
2013-09-01Modernized a few type names in rustc and syntaxMarvin Löbel-2/+2
2013-08-11auto merge of #8455 : nikomatsakis/rust/issue-5762-objects-dralston-d, r=graydonbors-2/+2
2013-08-11libsyntax: Update from `@Object` to `@mut Object` as requiredNiko Matsakis-2/+2
2013-08-11syntax: Shrink enum Token and enum nonterminalblake2-ppc-1/+1
2013-07-17libsyntax: Remove some multi-gigabyte clones that were preventing bootstrappi...Patrick Walton-3/+3
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-17/+25
2013-07-17librustc: Add a lint mode for unnecessary `copy` and remove a bunch of them.Patrick Walton-1/+1
2013-06-25great renaming propagation: syntaxCorey Richardson-4/+2
2013-06-14add IteratorUtil to the preludeDaniel Micay-1/+0
2013-06-13Use @str instead of @~str in libsyntax and librustc. Fixes #5048.Huon Wilson-4/+4
2013-06-09std: remove fold[lr] in favour of iteratorsHuon Wilson-6/+4
2013-06-06Clean up a handful of build warnings.Michael Sullivan-2/+2
2013-06-05removed unused imports (and one unused argument)John Clements-2/+2
2013-06-05remove interner from tt_readerJohn Clements-5/+1
2013-06-05token_to_ident takes argument by referenceJohn Clements-3/+3
2013-06-05interner just uses uints, not idents with syntax contextJohn Clements-7/+8
2013-06-05just use TLS internerJohn Clements-5/+5
2013-05-30Remove copy bindings from patterns.Niko Matsakis-6/+6
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+2
2013-05-22libextra: Rename the actual metadata names of libcore to libstd and libstd to...Patrick Walton-0/+2
2013-05-22Fix ICE in macrosCorey Richardson-4/+7
2013-05-20Remove all unnecessary allocations (as flagged by lint)Alex Crichton-5/+5
2013-05-14syntax: Remove #[allow(vecs_implicitly_copyable)]Alex Crichton-7/+7
2013-04-27only use #[no_core] in libcoreDaniel Micay-4/+0
2013-04-24Remove needless FIXME. Fixes #2811.Niko Matsakis-2/+0
2013-04-19syntax: de-mode and prepare for de-modeing rustcAlex Crichton-2/+2
2013-04-03auto merge of #5696 : thestinger/rust/hashmap, r=sanxiynbors-4/+4
2013-04-03rename Linear{Map,Set} => Hash{Map,Set}Daniel Micay-4/+4
2013-04-03hashmap: rm linear namespaceDaniel Micay-1/+1
2013-03-29field renamingJohn Clements-28/+29
2013-03-26syntax: Removing uses of HashMapAlex Crichton-4/+8
2013-03-26Remove unused imports throughoutAlex Crichton-1/+0
2013-03-22librustc: Remove `pure` from libsyntax and librustc.Patrick Walton-4/+4