about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2013-02-11Fix license blockBrian Anderson-2/+2
2013-02-11Update copyright yearsMikko Perttunen-1/+1
2013-02-11Use topmost span for macro expansion location. Fixes behaviour of file!, line...Mikko Perttunen-7/+28
2013-02-09auto merge of #4861 : sethpink/rust/incoming, r=catamorphismbors-52/+24
2013-02-09auto merge of #4854 : thestinger/rust/oldmap, r=catamorphismbors-14/+12
2013-02-09tidyJohn Clements-5/+7
2013-02-09fix typos in sample code, add enum to json encoder, add test caseJohn Clements-11/+50
2013-02-09Issue #4830 fixSeth Pink-52/+24
2013-02-08libsyntax/attr.rs: switch from oldmap to LinearSetDaniel Micay-5/+3
2013-02-08oldmap: get rid of legacy _ref suffixesDaniel Micay-10/+10
2013-02-09Added related FIXME for 3260Matthijs Hofstra-1/+1
2013-02-09Fix for issue 2174Matthijs Hofstra-4/+16
2013-02-08Add and lex LIFETIME tokensNiko Matsakis-22/+90
2013-02-07librustc: Lots of de-muting. rs=demutingPatrick Walton-567/+596
2013-02-07auto merge of #4791 : jbclements/rust/demodeing-and-deGCing, r=jbclements,brsonbors-67/+70
2013-02-07Make ~fn non-copyable, make &fn copyable, split barefn/closure types,Niko Matsakis-170/+243
2013-02-06libsyntax: no binary/hex float literalsKang Seonghoon-0/+7
2013-02-05oldmap: use &K instead of K in find and getPatrick Walton-10/+10
2013-02-05Revert "oldmap: use &K instead of K in find and get"Graydon Hoare-10/+10
2013-02-05Merge branch 'incoming' into removingTim Chevalier-10/+10
2013-02-04lines too longJohn Clements-11/+12
2013-02-04demodeing, un-gc-ingJohn Clements-70/+72
2013-02-04core/syntax: Staging fixesTim Chevalier-28/+0
2013-02-04auto merge of pull req #4777 from thestinger/rust, r=graydonbors-10/+10
2013-02-04syntax: Make the pipe compiler stop generating set_buffer_ callsTim Chevalier-2/+2
2013-02-04core/syntax: Add transitional code for pipesTim Chevalier-0/+28
2013-02-04Merge remote-tracking branch 'bstrie/rimov' into incomingBrian Anderson-13/+13
2013-02-04Merge pull request #4684 from erickt/incomingBrian Anderson-12/+12
2013-02-04libsyntax: Add explicit self to ast_util. rs=explicit-selfingPatrick Walton-22/+22
2013-02-03core: convert ToStr::to_str to take explicit &selfErick Tryzelaar-12/+12
2013-02-03oldmap: use &K instead of K in find and getDaniel Micay-10/+10
2013-02-03Merge remote-tracking branch 'thestinger/old_map' into incomingBrian Anderson-29/+29
2013-02-03Converted libcore/uint-template.rs to the new string functions.Marvin Löbel-7/+7
2013-02-03oldmap: get rid of the legacy each_key methodDaniel Micay-3/+3
2013-02-03oldmap: get rid of the legacy contains_key methodDaniel Micay-3/+3
2013-02-03rename map -> oldmap and mark it as deprecatedDaniel Micay-23/+23
2013-02-01Fix breakageBrian Anderson-2/+2
2013-02-01Merge remote-tracking branch 'nickdesaulniers/issue4524' into nocomm1Brian Anderson-47/+45
2013-02-01Remove fail keyword from lexer & parser and clean up remaining calls toNick Desaulniers-47/+45
2013-01-31cleanup for make checkJohn Clements-3/+3
2013-01-31more cleanupJohn Clements-59/+69
2013-01-31test cases, cleanupJohn Clements-178/+318
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-44/+44
2013-01-31Workaround for #4717: pad contents of ast. rs=breakageNiko Matsakis-6/+11
2013-01-31Finalize moves-based-on-type implementation.Niko Matsakis-231/+103
2013-01-30Fix RIMOV damage to libsyntaxBen Striegel-7/+7
2013-01-30RIMOV, round 10Ben Striegel-1/+1
2013-01-30RIMOV, round 8Ben Striegel-2/+2
2013-01-30RIMOV, round 7Ben Striegel-1/+1
2013-01-30RIMOV, round 6.Ben Striegel-2/+2