aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-02-02codegen: ?? prefix operator causes trap in debug modeAndrew Kelley
2016-02-02unreachable causes a trap in debug modeAndrew Kelley
2016-02-02add abort function and "cold" fn attributeAndrew Kelley
2016-02-01codegen: avoid table lookup for field accessAndrew Kelley
2016-02-01codegen: avoid table lookup in assembly expressionAndrew Kelley
2016-02-01codegen: avoid a table lookupAndrew Kelley
2016-02-01remove the constructor of hash mapAndrew Kelley
2016-02-01inline is a keyword instead of a directiveAndrew Kelley
2016-02-01c_import top level decl supports pubAndrew Kelley
2016-02-01optimization: avoid codegening unused functionsAndrew Kelley
2016-02-01add ?? prefix operatorAndrew Kelley
2016-02-01parseh understands macros which alias global fn ptr varsAndrew Kelley
2016-02-01parseh: do not create macro alias for extern varsAndrew Kelley
2016-01-31fix invalid const expr eval for negative floatsAndrew Kelley
2016-01-31codegen: fix negation for floatsAndrew Kelley
2016-01-31support casting between floatsAndrew Kelley
2016-01-31support casting between int and float typesAndrew Kelley
2016-01-31fix C interaction with maybe function pointersAndrew Kelley
2016-01-31typedecl top level decls respect pubAndrew Kelley
2016-01-31add --library-path cli optionAndrew Kelley
2016-01-31parseh: correct debug for forward declsAndrew Kelley
2016-01-31parser: fix parsing of type declsAndrew Kelley
2016-01-31parseh handles typedef void betterAndrew Kelley
2016-01-31parseh understands forward struct definitionsAndrew Kelley
2016-01-31parseh: use the decayed type not original typeAndrew Kelley
2016-01-31fix some parseh crashesAndrew Kelley
2016-01-31delete bogus --help textAndrew Kelley
2016-01-31codegen extern global variables correctlyAndrew Kelley
2016-01-31parseh understands types better and handles some situations betterAndrew Kelley
2016-01-29parseh properly ignores anonymous structsAndrew Kelley
2016-01-29parseh understands variable declarationsAndrew Kelley
2016-01-29parseh fix crashAndrew Kelley
2016-01-29parseh defines can reference other definesAndrew Kelley
2016-01-29parseh understands number literal definesAndrew Kelley
2016-01-29parseh understands simple character literal macroAndrew Kelley
2016-01-28attempt to get preprocessor entities from libclangAndrew Kelley
2016-01-28fix incorrect loading of files over 8192 bytesAndrew Kelley
2016-01-28parseh understands bodyless struct used in fnAndrew Kelley
2016-01-28parseh handles self referential structs and fn pointersAndrew Kelley
2016-01-28ability to specify function typeAndrew Kelley
2016-01-28parser: allow missing fn name and missing param namesAndrew Kelley
2016-01-28fix function calling of pointersAndrew Kelley
2016-01-28ability to call member functions directlyAndrew Kelley
2016-01-28ability to refer to member function directlyAndrew Kelley
2016-01-28parsh understands constant sized arraysAndrew Kelley
2016-01-28parseh understands elaborated structs and enumsAndrew Kelley
2016-01-28parseh understands simple structsAndrew Kelley
2016-01-28null pointer optimization for ?&TAndrew Kelley
2016-01-28add parseh testsAndrew Kelley
2016-01-28parseh recognizes C enumsAndrew Kelley