aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Expand)Author
2016-01-28null pointer optimization for ?&TAndrew Kelley
2016-01-27upgrade to the libclang C++ APIAndrew Kelley
2016-01-26docs: update deps to llvm and clang 3.7.1Andrew Kelley
2016-01-26update READMEAndrew Kelley
2016-01-25implement compile time string concatenationAndrew Kelley
2016-01-25implement %% prefix operatorAndrew Kelley
2016-01-25update READMEAndrew Kelley
2016-01-18refactor std to use for loopAndrew Kelley
2016-01-15more readme formattingAndrew Kelley
2016-01-15fix readme formattingAndrew Kelley
2016-01-15solve the mystery of undefined reference errorAndrew Kelley
2016-01-14instead of 'as' to cast, call type as functionAndrew Kelley
2016-01-11fix not adding builtin functions codeAndrew Kelley
2016-01-08fix codegen for implicit maybe wrapAndrew Kelley
2016-01-04cleanup readmeAndrew Kelley
2015-12-26parse if maybe expressionAndrew Kelley
2015-12-15add implicit casting supportAndrew Kelley
2015-12-15readme: provide bash to get c dirAndrew Kelley
2015-12-15readme: add note about discovering libc pathAndrew Kelley
2015-12-15when linking with libc use the C runtime libraryAndrew Kelley
2015-12-11readme: update current statusAndrew Kelley
2015-12-11move roadmap to github issuesAndrew Kelley
2015-12-10add inline assembly supportAndrew Kelley
2015-12-09add language reference documentationAndrew Kelley
2015-12-09readme: update int typesAndrew Kelley
2015-12-09parseh: cleanup typesAndrew Kelley
2015-12-09fix typoJosh Wolfe
2015-12-09ability to call external variadic functionsAndrew Kelley
2015-12-08add array access syntaxAndrew Kelley
2015-12-07codegen: do all the allocas at beginning of functionAndrew Kelley
2015-12-07add debugging info for array typeAndrew Kelley
2015-12-07getting started on array typesJosh Wolfe
2015-12-06let is now a statement, not an expressionJosh Wolfe
2015-12-06update READMEAndrew Kelley
2015-12-06update READMEAndrew Kelley
2015-12-05add unused label errorAndrew Kelley
2015-12-04error for extern function with void parameterAndrew Kelley
2015-12-04parseh: fix wrong fn parameters in some casesAndrew Kelley
2015-12-03exporting .h file supports voidAndrew Kelley
2015-12-03more C header interoperabilityAndrew Kelley
2015-12-03add bool literalsJosh Wolfe
2015-12-03add labels and gotoAndrew Kelley
2015-12-02parsing variable declarationJosh Wolfe
2015-12-01support if conditionalsAndrew Kelley
2015-12-01implicit void statements and all tests pass with type checkingJosh Wolfe
2015-12-01support multiple filesAndrew Kelley
2015-11-30refactor code to prepare for multiple filesAndrew Kelley
2015-11-30add bad version string test caseAndrew Kelley
2015-11-30add directive to specify root export versionAndrew Kelley
2015-11-30minor parser refactoringAndrew Kelley