index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
slang
/
slang-parser.cpp
Age
Commit message (
Expand
)
Author
2023-05-02
Various dxc/fxc compatibility fixes. (#2863)
Yong He
2023-04-26
Fix most of the disabled warnings on gcc/clang (#2839)
Ellie Hermaszewska
2023-04-25
StringBuilder to lowerCamel (#2840)
jsmall-nvidia
2023-04-25
Dictionary using lowerCamel (#2835)
jsmall-nvidia
2023-04-13
Warn on float-to-double coercion for arguments. (#2802)
Yong He
2023-03-26
Add PyTorch C++ binding generation. (#2734)
Yong He
2023-03-17
Add support for emitting cuda kernel and host functions. (#2712)
Yong He
2023-01-30
Add transposition logic for constructor opcodes. (#2618)
Yong He
2022-11-29
Allow `no_diff` modifier on parameters (#2538)
Yong He
2022-11-21
Improve parser recovery around invalid function definitions. (#2525)
Yong He
2022-11-18
Data flow validation pass for diagnosing derivative loss. (#2523)
Yong He
2022-11-16
Mesh shader support (#2464)
Ellie Hermaszewska
2022-11-14
Minimum binary arithmetic reverse autodiff working. (#2514)
Edward Liu
2022-11-04
Higher order differentiation. (#2487)
Yong He
2022-11-01
Make `DifferentialPair` able to nest. (#2477)
Yong He
2022-10-27
Rename `__jvp`-->`__fwd_diff`. (#2471)
Yong He
2022-10-26
Auto synthesis of Differential type (#2466)
Yong He
2022-10-06
Add syntax for multi-level break. (#2431)
Yong He
2022-09-15
Language feature: pointer sized int types. (#2401)
Yong He
2022-09-05
Multi parameter `__subscript` (#2392)
Yong He
2022-08-24
Compiler time evaluation of all int and bool operators. (#2376)
Yong He
2022-08-12
Fix logic of `is` operator. (#2359)
Yong He
2022-08-10
Add `none` literal that is convertible to `Optional`. (#2356)
Yong He
2022-08-10
`is` and `as` operator and `Optional<T>`. (#2355)
Yong He
2022-08-10
Language server pointer type support + add `DLLImport` test (#2350)
Yong He
2022-08-03
Basic pointer usages. (#2342)
Yong He
2022-07-12
Support `class` types. (#2321)
Yong He
2022-06-27
Language server fixes and improvements (#2304)
Yong He
2022-06-25
Added basic auto-diff capabilities for local load/store and simple arithmetic...
Sai Praveen Bangaru
2022-06-23
Added basic syntax to mark and request function derivatives, as well as the f...
Sai Praveen Bangaru
2022-06-22
More Language Server Improvements. (#2289)
Yong He
2022-06-16
Language server: document symbols (#2287)
Yong He
2022-06-13
Follow up on Language Server Improvement (#2275)
Yong He
2022-06-13
Language Server improvements. (#2269)
Yong He
2022-06-08
Actual global support (#2262)
jsmall-nvidia
2022-06-07
Major language server features. (#2264)
Yong He
2022-06-01
New language feature: basic error handling. (#2253)
Yong He
2022-05-05
Support for HLSL `export` (#2223)
jsmall-nvidia
2022-04-28
Fix errors when building with the latest Xcode (#2215)
Vincent Isambart
2022-04-28
Disable `class` keyword to define a new type (#2212)
jsmall-nvidia
2022-04-12
Support `[DllImport]` (#2181)
Yong He
2022-04-05
Fix issue with multiple namespace openings (#2176)
jsmall-nvidia
2022-01-25
Add support for HLSL unorm/snorm (#2095)
Theresa Foley
2021-09-14
Bring heterogeneous-hello-world back up to date. (#1935)
David Siher
2021-07-09
Make Scope non ref counted (#1904)
jsmall-nvidia
2021-04-19
Infinite generic parsing bug fix (#1799)
jsmall-nvidia
2021-03-01
Doc improvements (#1729)
jsmall-nvidia
2021-02-23
Some ad hoc parser fixes (#1723)
Tim Foley
2021-02-17
More #line improvements (#1713)
jsmall-nvidia
2021-02-12
Initial support for DXR payload access qualifiers (#1705)
Tim Foley
[next]