about summary refs log tree commit diff
path: root/src/libsyntax/ext/expand.rs
AgeCommit message (Expand)AuthorLines
2013-03-22librustc: Remove the `const` declaration form everywherePatrick Walton-1/+1
2013-03-22libsyntax: Introduce the new `assert!` macro; make `assert` no longer a keywordPatrick Walton-0/+13
2013-03-20change some uses of fail_unless to assert_eqJohn Clements-3/+2
2013-03-20add assert_eq! macroJohn Clements-0/+10
2013-03-19Allow custom messages on assert statementsAlex Crichton-0/+5
2013-03-13librustc: Don't accept `as Trait` anymore; fix all occurrences of it.Patrick Walton-20/+20
2013-03-11Remove the log keyword (by renaming it to __log)Brian Anderson-8/+8
2013-03-11core: Remove logging constantsBrian Anderson-8/+8
2013-03-08auto merge of #5278 : brson/rust/logplusplus, r=brsonbors-8/+32
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-1/+1
2013-03-07Make debug!, etc. macros not require a format stringBrian Anderson-8/+32
2013-03-06Add manual &self/ and &static/ and /&self declarations thatNiko Matsakis-4/+5
2013-03-05auto merge of #5231 : jbclements/rust/better-macro-error-message, r=graydonbors-5/+13
2013-03-04simplified msg (TMI on old one)John Clements-2/+2
2013-03-04better error message for macros with MOD_SEPsJohn Clements-5/+13
2013-03-04Remove unused imports throughout src/Alex Crichton-1/+0
2013-03-02libsyntax: Remove `fn@`, `fn~`, and `fn&` from libsyntax. rs=defunPatrick Walton-16/+28
2013-03-01Merge remote-tracking branch 'remotes/origin/incoming' into incomingErick Tryzelaar-2/+11
2013-02-28Fix implicit leaks of imports throughout librariesAlex Crichton-2/+11
2013-02-28Merge remote-tracking branch 'remotes/origin/incoming' into incomingErick Tryzelaar-7/+11
2013-02-27Merge remote-tracking branch 'remotes/origin/incoming' into incomingErick Tryzelaar-49/+269
2013-02-26libsyntax: remove vecs_implicitly_copyable from the syntax extensionsErick Tryzelaar-12/+15
2013-02-26typo-fixing and name-changesJohn Clements-3/+1
2013-02-26Macros now leave scopeJohn Clements-49/+264
2013-02-25libsyntax: progress on making syntax::visit vecs_implicitly_copyable-freeErick Tryzelaar-62/+69
2013-02-21Get rid of structural records in libsyntax and the last bit in librustc.Luqman Aden-15/+33
2013-02-19convert SyntaxExtensions's key to a @~strErick Tryzelaar-5/+5
2013-02-19convert syntax::attr to use @~strsErick Tryzelaar-2/+2
2013-02-19Alias HashMap<~str, SyntaxExtension> to SyntaxExtensionsErick Tryzelaar-5/+5
2013-02-19libsyntax and librustc: minor cleanupErick Tryzelaar-5/+3
2013-02-14remove die definition and use in doc testsNick Desaulniers-9/+0
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-3/+3
2013-02-05oldmap: use &K instead of K in find and getPatrick Walton-4/+4
2013-02-05Revert "oldmap: use &K instead of K in find and get"Graydon Hoare-4/+4
2013-02-03oldmap: use &K instead of K in find and getDaniel Micay-4/+4
2013-02-03rename map -> oldmap and mark it as deprecatedDaniel Micay-1/+1
2013-02-01Merge remote-tracking branch 'nickdesaulniers/issue4524' into nocomm1Brian Anderson-0/+9
2013-02-01Remove fail keyword from lexer & parser and clean up remaining calls toNick Desaulniers-0/+9
2013-01-31test cases, cleanupJohn Clements-2/+2
2013-01-29libsyntax: De-export libsyntax. rs=deexportingPatrick Walton-27/+23
2013-01-23libsyntax: Implement `assert` as a macro (called `fail_unless!` on a transiti...Patrick Walton-0/+8
2013-01-23Long linesTim Chevalier-1/+2
2013-01-23renaming to adhere to conventionsJohn Clements-24/+21
2013-01-20Convert many libsyntax records into structsErick Tryzelaar-2/+6
2013-01-20convert the remaining ast record types into structsErick Tryzelaar-1/+1
2013-01-11libsyntax: Fix name generation in condition! macroAndrew Paseltiner-1/+1
2013-01-09A collection of refactorings that I found it hard/tiresome to divide:Niko Matsakis-7/+7
2013-01-09syntax: convert ast::spanned into a structErick Tryzelaar-2/+5
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