aboutsummaryrefslogtreecommitdiff
path: root/doc/vim
AgeCommit message (Expand)Author
2016-09-28remove compiler directivesAndrew Kelley
2016-09-26add this keyword refers to thing in immediate scopeAndrew Kelley
2016-08-04new multiline string syntaxAndrew Kelley
2016-07-27remove multiline commentsAndrew Kelley
2016-07-27explicit wrapping integer operationsAndrew Kelley
2016-05-05add integer wrappingAndrew Kelley
2016-04-26vim syntax: single-line strings must be contained in a single lineJosh Wolfe
2016-04-24add skeleton for union supportAndrew Kelley
2016-04-23fix vim syntax highlighting for multiline stringsJosh Wolfe
2016-04-03add multiline string literalAndrew Kelley
2016-03-01rewrite how importing worksAndrew Kelley
2016-02-02unreachable causes a trap in debug modeAndrew Kelley
2016-01-26different extern syntax and simplify parsing top level declsAndrew Kelley
2016-01-25add the C integer typesAndrew Kelley
2016-01-24introduce the error keyword and typeAndrew Kelley
2016-01-23various small cleanupsAndrew Kelley
2016-01-22add undefined reserved wordAndrew Kelley
2016-01-20doc: remove string keyword from vim syntax highlightingAndrew Kelley
2016-01-15merge constant expression evaluator with analyzerAndrew Kelley
2016-01-14instead of 'as' to cast, call type as functionAndrew Kelley
2016-01-13all types are now expressionsAndrew Kelley
2016-01-11doc: rename match to switch in vim syntaxAndrew Kelley
2016-01-08rename `restrict` to `noalias`Andrew Kelley
2016-01-08add restrict qualifier on pointer argumentsAndrew Kelley
2016-01-07add ?? maybe unwrapping binary operatorAndrew Kelley
2016-01-02basic maybe type workingAndrew Kelley
2015-12-14doc: update vim syntaxAndrew Kelley
2015-12-12prepare codebase for struct and string supportAndrew Kelley
2015-12-10add inline assembly supportAndrew Kelley
2015-12-09doc: update vim syntaxAndrew Kelley
2015-12-03add labels and gotoAndrew Kelley
2015-12-01support if conditionalsAndrew Kelley
2015-11-30refactor code to prepare for multiple filesAndrew Kelley
2015-11-29parse and codegen for math expressionsAndrew Kelley
2015-11-27more vim doc filesAndrew Kelley
2015-11-27add root export declaration which is overridable by command line optionsAndrew Kelley
2015-11-27add tests for compile errorsAndrew Kelley
2015-11-27add pub and export visibility modifiers and optimizationAndrew Kelley
2015-11-24simple vim syntax highlightingAndrew Kelley