summary refs log tree commit diff
path: root/src/libsyntax/ext/tt/transcribe.rs
AgeCommit message (Expand)AuthorLines
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
2013-03-18librustc: Make the compiler ignore purity.Patrick Walton-10/+23
2013-03-13librustc: Don't accept `as Trait` anymore; fix all occurrences of it.Patrick Walton-2/+2
2013-03-06removed unused abstraction over paths and value_pathsJohn Clements-0/+1
2013-03-05core: convert vec::{last,last_opt} to return referencesErick Tryzelaar-1/+1
2013-03-04Remove unused imports throughout src/Alex Crichton-2/+0
2013-03-02libsyntax: add some more explicit copies for vecs_implicitly_copyable)Erick Tryzelaar-5/+6
2013-02-26libsyntax: add some more explicit copiesErick Tryzelaar-2/+2
2013-02-26libsyntax: remove vecs_implicitly_copyable from the syntax extensionsErick Tryzelaar-15/+20
2013-02-22libsyntax: De-mut the pipe compilerPatrick Walton-1/+1
2013-02-21librustc: De-mut some of transPatrick Walton-6/+6
2013-02-07librustc: Lots of de-muting. rs=demutingPatrick Walton-68/+83
2013-02-04lines too longJohn Clements-11/+12
2013-02-04demodeing, un-gc-ingJohn Clements-26/+27
2013-02-03oldmap: use &K instead of K in find and getDaniel Micay-1/+1
2013-02-03rename map -> oldmap and mark it as deprecatedDaniel Micay-4/+4
2013-01-31test cases, cleanupJohn Clements-4/+5
2013-01-29libsyntax: De-export libsyntax. rs=deexportingPatrick Walton-9/+7
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+2
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-2/+0
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+2
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-2/+8
2012-12-13librustc: Make `use` statements crate-relative by default. r=brsonPatrick Walton-1/+1
2012-12-04librustc: Long lines. rs=rustbotPatrick Walton-4/+9
2012-12-04librustc: Remove all legacy pattern bindings from libsyntax and librustc. rs=...Patrick Walton-16/+16