about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-09-07auto merge of #9015 : MicahChalmer/rust/emacs-fixes-round-2, r=nikomatsakisbors-35/+568
2013-09-07auto merge of #9046 : thestinger/rust/repr, r=alexcrichtonbors-5/+22
2013-09-07auto merge of #9043 : sfackler/rust/uuid-from-bytes, r=alexcrichtonbors-5/+5
2013-09-07fix repr of strings/chars with quotesDaniel Micay-5/+22
2013-09-07auto merge of #8906 : novalis/rust/master, r=alexcrichtonbors-46/+145
2013-09-07Renamed Uuid::from_utf8 to Uuid::from_bytesSteven Fackler-5/+5
2013-09-07auto merge of #9032 : alexcrichton/rust/inline-repr, r=thestingerbors-0/+1
2013-09-07Handle global log levels (fixes #6033)novalis-36/+100
2013-09-06auto merge of #9026 : jbclements/rust/let-var-hygiene, r=jbclementsbors-636/+1625
2013-09-06ident->name in debuginfoJohn Clements-2/+5
2013-09-06Flag the Repr::repr function with #[inline]Alex Crichton-0/+1
2013-09-06auto merge of #9016 : sfackler/rust/nanoseconds, r=alexcrichtonbors-3/+37
2013-09-07Cover all cases for padding in paragraph fills as intendedMicah Chalmer-14/+19
2013-09-07Fix regression of multi-line statement indentsMicah Chalmer-23/+36
2013-09-06Fix #6031. Allow symbolic log levels, not just numbers.novalis-18/+53
2013-09-06auto merge of #9010 : aaronlaursen/rust/master, r=alexcrichtonbors-4/+31
2013-09-06use enumerate in place of 'for ti in range(i, tokens.len()) ... match tokens[...Tim Kuehn-4/+4
2013-09-06ident->nameJohn Clements-7/+6
2013-09-06added index to test cases, more debugging outputJohn Clements-4/+11
2013-09-06quote_* macros no longer need to be capturingJohn Clements-91/+19
2013-09-06comment fixJohn Clements-1/+1
2013-09-06add hygiene test, add copyright to anotherJohn Clements-0/+26
2013-09-06make macro hygienicJohn Clements-8/+8
2013-09-06add test case, cleanupJohn Clements-17/+14
2013-09-06add display_sctable fn to ast_utilJohn Clements-0/+9
2013-09-06fixed a bug that caused double-expand-traversal of macros that expand into mo...John Clements-19/+10
2013-09-06WIP: adding mark-cancelling for macro_rulesJohn Clements-7/+57
2013-09-06added string_to_ttsJohn Clements-0/+6
2013-09-06commentsJohn Clements-0/+9
2013-09-06comment on hygienic context extension train fnsJohn Clements-0/+11
2013-09-06awesome new bug! added test caseJohn Clements-13/+68
2013-09-06expose mtwt_marksof for testingJohn Clements-0/+5
2013-09-06ident->nameJohn Clements-2/+2
2013-09-06xfailed unhygienic testJohn Clements-0/+3
2013-09-06ident->nameJohn Clements-2/+2
2013-09-06remove unneeded imports, clean up unused var warningsJohn Clements-16/+15
2013-09-06whitespace, reindentation, and comments onlyJohn Clements-27/+42
2013-09-06memoization for resolveJohn Clements-40/+93
2013-09-06uncomment mtwt_resolve callsJohn Clements-23/+53
2013-09-06ident->name in NamedField, elsewhereJohn Clements-8/+9
2013-09-06added utility functionJohn Clements-0/+37
2013-09-06fix one remaining token comparison, refactor token comparison to avoid == checkJohn Clements-11/+10
2013-09-06remove dead codeJohn Clements-15/+0
2013-09-06capturing macros now implementedJohn Clements-85/+222
2013-09-06add fold_mac clause to fun_to_ctxt_folderJohn Clements-5/+12
2013-09-06add fold_mac field to fold.rsJohn Clements-24/+38
2013-09-06WIP: adding context to macrosJohn Clements-10/+16
2013-09-06rework fold so that fold_tts takes an ast_fold rather than a thunk, stop usin...John Clements-51/+69
2013-09-06add temporarily unused ctxt field to mac_invoc_ttJohn Clements-13/+14
2013-09-06commentsJohn Clements-8/+31