summaryrefslogtreecommitdiff
path: root/src/sexpr
AgeCommit message (Expand)AuthorFilesLines
2015-01-03Switch MATCH to separate begin/end macrosBen Longbons3-25/+54
2014-11-19Magically allow "break" within WITH_VARBen Longbons1-3/+3
2014-10-29Item ASTBen Longbons3-41/+12
2014-10-26Fix header rankingBen Longbons3-3/+5
2014-10-26New ast module for for npc parsingBen Longbons2-5/+8
2014-10-15Remove the need for empty source files to check headersBen Longbons4-99/+1
2014-10-13Convert container lookups to use Option<Borrowed<T>>Ben Longbons1-0/+3
2014-10-13Add OPTION_IS_SOME branching macroBen Longbons1-5/+2
2014-08-27Debug debuggingBen Longbons2-2/+38
2014-08-25Bust the last evil unionBen Longbons2-2/+36
2014-08-25Why must these things be so hard to test?Ben Longbons1-2/+5
2014-08-05Work around a compiler bug in error checksBen Longbons1-1/+5
2014-08-05In magic, use Variant for all the old anonymous nested unionsBen Longbons2-8/+19
2014-08-05Move magic to its own namespaceBen Longbons1-0/+1
2014-06-30Finally get around to decoupling the warning systemBen Longbons4-7/+1
2014-06-27This is more reliableBen Longbons7-62/+41
2014-06-27Shut up alreadyBen Longbons1-0/+3
2014-06-27Port the Variant junkBen Longbons12-0/+885
2014-06-26Stick everything in a namespaceBen Longbons8-1/+27
2014-06-26Low hanging fruitBen Longbons2-0/+6
2014-04-24Header cleanupBen Longbons5-3/+9
2014-04-22Use strict ID typesBen Longbons3-2/+28
2014-04-19Make clang and libc++ happyBen Longbons3-0/+6
2014-04-14Ditch gcc 4.6 supportBen Longbons4-91/+91
2014-04-13Remove last traces of generated source filesBen Longbons1-148/+0
2014-04-09Add all the missing copyright headersBen Longbons3-0/+58
2014-03-24Implement new magic frontend using sexprBen Longbons8-0/+817