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-check-impl.h
Age
Commit message (
Expand
)
Author
2022-11-04
Higher order differentiation. (#2487)
Yong He
2022-11-02
Rework differential conformance dictionary checking. (#2483)
Yong He
2022-11-01
Make `DifferentialPair` able to nest. (#2477)
Yong He
2022-10-29
Shader cache bugfixes and test additions (#2467)
lucy96chen
2022-10-27
Rename `__jvp`-->`__fwd_diff`. (#2471)
Yong He
2022-10-27
Auto synthesis of IDifferntial interface methods. (#2469)
Yong He
2022-10-26
Adding a differentiable standard library (#2465)
Sai Praveen Bangaru
2022-10-26
Auto synthesis of Differential type (#2466)
Yong He
2022-10-24
Rework differentiation of member access through `[DerivativeMember(DiffType.f...
Yong He
2022-10-20
Modified the new type system to support generic differentiable types … (#2413)
Sai Praveen Bangaru
2022-10-08
Fix for issue with user attribute lookup (#2437)
jsmall-nvidia
2022-10-06
Add syntax for multi-level break. (#2431)
Yong He
2022-09-20
Support partial inference of generic arguments (#2404)
Theresa Foley
2022-09-13
Deduplicate AST type nodes and cache lookup operations. (#2397)
Yong He
2022-08-24
Allow `static const` interface requirements. (#2378)
Yong He
2022-08-17
Warning on lossy implicit casts. (#2367)
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-05
Added a new differential type system and various improvements (#2343)
Sai Praveen Bangaru
2022-08-04
Implicit pointer dereference when using member operator. (#2348)
Yong He
2022-08-03
Basic pointer usages. (#2342)
Yong He
2022-07-12
Support `class` types. (#2321)
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-13
Language Server improvements. (#2269)
Yong He
2022-06-07
Major language server features. (#2264)
Yong He
2022-06-01
New language feature: basic error handling. (#2253)
Yong He
2022-05-25
Allow [mutating] methods on existential values (#2245)
Theresa Foley
2022-04-19
Make translation units in the same CompileReq visible to `import`. (#2184)
Yong He
2022-04-12
Support `[DllImport]` (#2181)
Yong He
2022-01-25
Add support for HLSL unorm/snorm (#2095)
Theresa Foley
2021-09-02
Two small fixes. (#1928)
Theresa Foley
2021-04-05
Fix a bug in the "operator cache" (#1784)
Tim Foley
2021-03-10
A bunch of overlapping semantic-checking fixes (#1743)
Tim Foley
2021-03-01
Doc improvements (#1729)
jsmall-nvidia
2021-02-05
Initial implementation of interface conjunctions (#1691)
Tim Foley
2020-08-28
Avoid nondeterministic ordering of output (#1522)
Tim Foley
2020-08-21
Another fix for overriding property decls (#1509)
Tim Foley
2020-08-17
Attempt to fix lookup for members that "override" (#1501)
Tim Foley
2020-08-13
Support property declarations in interfaces (#1494)
Tim Foley
2020-08-12
GPU Foreach Parsing and Checking (#1482)
Dietrich Geisler
2020-07-23
Fix the way extension declarations are cached for lookup (#1450)
Tim Foley
2020-06-18
Work on struct inheritance and interfaces
Tim Foley
2020-06-12
Diagnose circularly-defined constants (#1384)
Tim Foley
2020-06-08
Small fixes/improvements based on review. (#1379)
jsmall-nvidia
2020-06-05
ASTNodes use MemoryArena (#1376)
jsmall-nvidia
2020-06-04
First steps toward inheritance for struct types (#1366)
Tim Foley
2020-06-02
Working matrix swizzle (#1354)
Dietrich Geisler
2020-05-29
Feature/ast syntax standard (#1360)
jsmall-nvidia
[prev]
[next]