summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-02-26libsyntax: change token fns to take &TokenErick Tryzelaar-39/+39
2013-02-26libsyntax: change token::to_str to take &TokenErick Tryzelaar-44/+50
2013-02-26libsyntax: minor cleanupErick Tryzelaar-37/+62
2013-02-26Add current year in the copyright headerOlivier Saut-1/+1
2013-02-26Various typos correctedOlivier Saut-8/+8
2013-02-26libsyntax: change parse_matcher_subseq to take &TokenErick Tryzelaar-8/+8
2013-02-26libsyntax: change attr::parse_seq_* to take &TokenErick Tryzelaar-55/+55
2013-02-26libsyntax: change parse_trait_ref_list to take a &TokenErick Tryzelaar-4/+4
2013-02-25libsyntax: add some explicit copiesErick Tryzelaar-68/+94
2013-02-25auto merge of #5109 : bstrie/rust/decapclause, r=pcwaltonbors-53/+20
2013-02-25libsyntax: change token_is_{word,keyword} to take &TokenErick Tryzelaar-22/+22
2013-02-25libsyntax: minor cleanupErick Tryzelaar-138/+246
2013-02-25libsyntax: change expect to take &token::TokenErick Tryzelaar-82/+84
2013-02-25libsyntax: change flip_delimiter to take a &token::TokenErick Tryzelaar-6/+6
2013-02-25libsyntax: change eat to take a &tokenErick Tryzelaar-41/+41
2013-02-25libsyntax: is_keyword should take a &~strErick Tryzelaar-128/+132
2013-02-25libsyntax: fix the span in parse_bottom_expr's INTERPOLATED handlerErick Tryzelaar-12/+17
2013-02-25auto merge of #5103 : dbaupp/rust/emacs-mode-update, r=graydonbors-14/+9
2013-02-25auto merge of #5089 : sanxiyn/rust/llvm-struct, r=pcwaltonbors-47/+11
2013-02-25auto merge of #5084 : oncemoreification/rust/issue-4517, r=brsonbors-10/+15
2013-02-25Stop parsing capture clausesBen Striegel-53/+20
2013-02-25auto merge of #5072 : youknowone/rust/repeat_count, r=brsonbors-2/+25
2013-02-25auto merge of #5095 : thestinger/rust/smallintmap, r=catamorphismbors-268/+27
2013-02-25Revert "test: De-~mut the test suite. rs=demuting"Patrick Walton-67/+121
2013-02-25test: De-~mut the test suite. rs=demutingPatrick Walton-121/+67
2013-02-25test: Residual de-muting of the test suite. rs=demutingPatrick Walton-186/+174
2013-02-25etc: Add a suppression for more enum instruction scheduling botches. rs=burni...Patrick Walton-0/+7
2013-02-25libsyntax: make lexer vecs_implicitly_copyable-freeErick Tryzelaar-8/+17
2013-02-25libsyntax: progress on making syntax::visit vecs_implicitly_copyable-freeErick Tryzelaar-922/+1061
2013-02-25libsyntax: convert visit to pass ty_params by referenceErick Tryzelaar-284/+354
2013-02-25libsyntax: minor cleanupErick Tryzelaar-23/+24
2013-02-25libsyntax: add explicit modes where required to copy strs/vecsErick Tryzelaar-76/+106
2013-02-25libsyntax: Convert ast::attribute_ to store a @meta_itemErick Tryzelaar-27/+28
2013-02-25Emacs: Update emacs mode to be more similar to the vim mode.Huon Wilson-14/+9
2013-02-25submodule: libuv for androidYoung-il Choi-0/+0
2013-02-24test: xfail-pretty some benchmarks. rs=burningtreePatrick Walton-0/+8
2013-02-25Report error for non constant vector repeat countJeong YunWon-2/+25
2013-02-23test: Fix comments in pretty-printed test. rs=burningtreePatrick Walton-2/+2
2013-02-23Fix slice printingoncemoreification-4/+2
2013-02-23libcore: remove default to_str implementations for pointer typesPeter Williams-21/+5
2013-02-23remove oldsmallintmapDaniel Micay-268/+27
2013-02-22test: De-mut the test suite. rs=demutingPatrick Walton-450/+311
2013-02-22librustpkg: De-mut librustdoc and librustpkg. rs=demutingPatrick Walton-21/+22
2013-02-22etc: Suppress the remaining Valgrind error in rustdoc. rs=burningtreePatrick Walton-0/+7
2013-02-22libsyntax: Remove all mutable fields from libsyntax. rs=demutingPatrick Walton-5/+5
2013-02-22libsyntax: De-mut the parser. rs=demutingPatrick Walton-333/+332
2013-02-22libsyntax: De-mut the macro parser. rs=demutingPatrick Walton-12/+12
2013-02-22libsyntax: De-mut the pipe compilerPatrick Walton-37/+39
2013-02-22Remove legacy_modes from test casesBrian Anderson-98/+64
2013-02-22auto merge of #5078 : bblum/rust/incoming, r=brsonbors-2/+3