aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-04-14move more tests to self-hosted landAndrew Kelley
2016-04-14fix crash with generic function and implicit castAndrew Kelley
2016-04-13fix evaluating generic functions in wrong contextAndrew Kelley
2016-04-13eval: support array literalsAndrew Kelley
2016-04-12more eval tests and fix eval call analyze codeAndrew Kelley
2016-04-12add error for dividing by zero in static function evaluationAndrew Kelley
2016-04-12passing all testsAndrew Kelley
2016-04-12eval: ability to eval more thingsAndrew Kelley
2016-04-12eval: support more node typesAndrew Kelley
2016-04-12compile-time function evaluation of pure functionsAndrew Kelley
2016-04-12add error for unable to infer expression type in if statementsAndrew Kelley
2016-04-11unsigned ints implicitly cast to signed ints when they fitAndrew Kelley
2016-04-10add error for accessing empty arrayAndrew Kelley
2016-04-10fix crash when casting undefined to sliceAndrew Kelley
2016-04-09add error for assigning null to non-nullable pointerAndrew Kelley
2016-04-09goto: jumping out of scope runs defersAndrew Kelley
2016-04-09add @breakpoint()Andrew Kelley
2016-04-09re-introduce gotoAndrew Kelley
2016-04-09fix debug symbols regression after llvm 3.8.0Andrew Kelley
2016-04-09implement @err_name builtin functionAndrew Kelley
2016-04-08fix parsing of hex literal 0xbJosh Wolfe
2016-04-08support hex escapes in string literalsAndrew Kelley
2016-04-08fix crash when passing empty string to functionAndrew Kelley
2016-04-08fix gcc compile errorJosh Wolfe
2016-04-08update cat example, refactor stdAndrew Kelley
2016-04-07fix gcc compile errorsJosh Wolfe
2016-04-07fix segfault in generic functionsAndrew Kelley
2016-04-07fix evaluating generic function instance in wrong contextAndrew Kelley
2016-04-07generic functions use correct type for generic argsAndrew Kelley
2016-04-07support multiple generic function instancesAndrew Kelley
2016-04-06add error for gt and lt comparison of invalid typesAndrew Kelley
2016-04-06ability to compare function pointers at compile timeAndrew Kelley
2016-04-06fix generics not using ast cloneAndrew Kelley
2016-04-06support simple generic functionsAndrew Kelley
2016-04-03add multiline string literalAndrew Kelley
2016-03-08update to llvm 3.8.0Andrew Kelley
2016-03-01fix detection of @import and @c_import inside fn bodyAndrew Kelley
2016-03-01c_void is provided outside of C importsAndrew Kelley
2016-03-01better hash table performanceAndrew Kelley
2016-03-01fix comparison of unsigned integers errorAndrew Kelley
2016-03-01rewrite how importing worksAndrew Kelley
2016-02-19fix build error with signed/unsignedAndrew Kelley
2016-02-17link: on windows link test runner and builtin o filesAndrew Kelley
2016-02-17os: implement windows os layerAndrew Kelley
2016-02-16back to normal print specifiersAndrew Kelley
2016-02-16use PRIuMAX instead of PRIu64 for mingwAndrew Kelley
2016-02-16fix 64 bit integer printing for mingwAndrew Kelley
2016-02-16rename 'environ' to 'env_type'Andrew Kelley
2016-02-16os: fix ability to compile for windowsAndrew Kelley
2016-02-16add windows os codeAndrew Kelley