summaryrefslogtreecommitdiff
path: root/source/slang/parser.cpp
AgeCommit message (Expand)Author
2019-03-06* Add support for enum and type lookup via :: (scope operator) (#882)jsmall-nvidia
2019-03-05Hotfix/crash invalid vk binding (#875)jsmall-nvidia
2019-02-27* Remove typo in TryRecover (#863)jsmall-nvidia
2019-02-15Split front- and back-ends (#846)Tim Foley
2019-02-14* Add cross compile test (#849)jsmall-nvidia
2019-02-11[[vk::shader_record]] (#836)jsmall-nvidia
2019-02-05Merge branch 'master' into gencloserYong He
2019-02-05Allow entry points to have explicit generic parameters (#826)Tim Foley
2019-02-05Allow generics to close with >>Yong He
2019-02-04Feature/casting tidyup (#822)jsmall-nvidia
2019-02-02Feature/as refactor review (#821)jsmall-nvidia
2019-01-31Feature/as refactor (#817)jsmall-nvidia
2019-01-30Fix parsing of modifiers on generic declarations (#816)Tim Foley
2019-01-24Support "modern" declaration syntax as an option (#792)Tim Foley
2019-01-22Clean up variable declaration class hierarchy (#787)Tim Foley
2019-01-16Initial support for dynamic dispatch using "tagged union" types (#772)Tim Foley
2018-12-20Feature/lex memory reduction (#762)jsmall-nvidia
2018-11-30Add support for Vulkan raytraicng "shader record" (#735)Tim Foley
2018-10-25Feature/premake linux (#689)jsmall-nvidia
2018-10-04 Support cross-compilation of ray tracing shaders to Vulkan (#663)Tim Foley
2018-09-20Improve support for non-32-bit types. (#643)Tim Foley
2018-08-22Support for [[vk::push_constant]] (#629)jsmall-nvidia
2018-07-31Feature/attributed binding (#621)jsmall-nvidia
2018-06-12Initial support for enum declarations (#599)Tim Foley
2018-05-29Fix global atomic functions (#582)Tim Foley
2018-05-02Add support for explicit register space bindings (#542)Tim Foley
2018-04-11Introduce an IR-level type system (#481)Tim Foley
2018-04-04Pass AST interpolation modifiers through to codegen. (#475)Tim Foley
2018-03-19Entry point attribute (#447)Tim Foley
2018-03-16Overhaul implementation of [attributes] (#443)Tim Foley
2018-02-26Merge from 0.9.x (#429)Tim Foley
2018-02-02Remove support for the -no-checking flag (#392)Tim Foley
2018-01-29Remove #import directive (#389)Tim Foley
2018-01-19Allow arbitrary type string as type argument in spAddEntryPointEx.Yong He
2018-01-14add support for `extension` and `type_param` keywordsYong He
2018-01-12Support nested genericsYong He
2018-01-09bruteforce implementation of witness table resolution for associated (#358)Yong He
2017-12-27Using a visitor to systematically replace lookup scopes of generic function's...Yong He
2017-12-20IR: fixes for subscript accessors (#322)Tim Foley
2017-12-20Support simple generics syntax (#319)Yong He
2017-11-27Cleanups (#298)Tim Foley
2017-11-17Add support for global generic parameters (#285)Yong He
2017-11-14IR: add support for `switch` statements (#278)Tim Foley
2017-11-07Support generic interface methods (#251)Yong He
2017-11-06Parameter blocks (#245)Tim Foley
2017-11-04style fixesYong He
2017-11-04cleanup useless codeYong He
2017-11-04merge with fixWarnings branchYong He
2017-11-04fixed all warningsYong He
2017-11-02work inprogressYONGH\yongh