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