summaryrefslogtreecommitdiff
path: root/src/include/debug.hpp
AgeCommit message (Expand)AuthorFilesLines
2019-06-22HIR Deserialise - Disable debug outputJohn Hodge1-4/+9
2018-05-26Include - Add file/line to ASSERT_BUGJohn Hodge1-0/+7
2017-06-09Fix use of hard tabsJohn Hodge1-6/+6
2017-03-04Many many changes to allow compiling in visual studio (Community 2015)John Hodge (bugs)1-1/+5
2017-02-25Add visual studio project files, little tweaks to codebase to allow compiling...John Hodge (bugs)1-3/+6
2016-12-24No more tears!ubsan1-1/+1
2016-10-19Debug - if(false) NullSink usage (gets compiled, but never runs)John Hodge1-3/+3
2016-10-18Debug - Reduce impact of disabled debug.John Hodge1-12/+14
2016-06-12Resolve - Fix variable scopingJohn Hodge1-0/+11
2016-06-10HIR Typecheck - Hack up closure inferrence from Fn* traitsJohn Hodge1-31/+5
2016-06-08HIR - Lower associated type bounds, use those in typeckJohn Hodge1-1/+1
2016-06-08HIR Typecheck - Starting work on Fn* traitsJohn Hodge1-2/+1
2016-06-08Resolve - Fix generic binding indexesJohn Hodge1-2/+24
2016-05-18All - Fix up a bunch of -Wextra warningsJohn Hodge1-1/+8
2016-02-27Parse - Macros in type positionJohn Hodge1-0/+1
2016-02-27Parse - Support hugely nested parensJohn Hodge1-1/+1
2015-04-06Work on resolving UFCS paths, infinite loop bug in resolveJohn Hodge1-1/+1
2015-03-17Rework handling of blocks, add sub-modulesJohn Hodge1-1/+6
2015-03-13Const items in expressions, attributes in impl blocksJohn Hodge1-0/+6
2015-03-08Macro definitions now being usedJohn Hodge1-14/+6
2015-03-08Macro parsing, saving, and evaluatingJohn Hodge1-0/+24
2015-03-06Bugfixes exposed by fixing formatted outputJohn Hodge1-0/+26