summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-08-29Fix typo SV_DomainLsocation (#4960)Jay Kwak
2024-08-28Make sure `NullDifferential` and its witness are removed after autodiff. (#4958)Yong He
2024-08-28Fix typo SV_DispatchThreadIndex (#4962)Jay Kwak
2024-08-28Fix partial inference of variadic generic functions. (#4956)Yong He
2024-08-28Add structured binding propsoal. (#4953)Yong He
2024-08-28Add `ReportIntersectionOptix` for optix. (#4949)Yong He
2024-08-28Update `IFunc` proposal to reflect its implementation. (#4950)Yong He
2024-08-28Migrate 3 more examples to slang-unit-test (#4927)kaizhangNV
2024-08-28Ignoring construct field warnings on delegatory methods (#4911)venkataram-nv
2024-08-28Metal: Fix metal primitive_id semantic (#4951)Dynamitos
2024-08-28Update README.mdYong He
2024-08-28Metal: Mesh Shaders (#4280)Dynamitos
2024-08-28Allow capabilities to be used with `[shader("...")]` (#4928)ArielG-NV
2024-08-28Make tuple types work in autodiff. (#4923)Yong He
2024-08-28Auto-cancel obsolete MDL benchmark jobs. (#4929)Yong He
2024-08-27Add functor syntax support. (#4926)Yong He
2024-08-27Document notable `__ref` uss in stdlib. Remove user docs use of '__ref'. (#4799)ArielG-NV
2024-08-27Adding a document of how to update external/spirv-* (#4902)Jay Kwak
2024-08-27Script for generating a release note (#4776)Jay Kwak
2024-08-27Adds a warning for using `[PreferRecompute]` on methods that may contain side...Sai Praveen Bangaru
2024-08-27Avoid inlining functions with inline ASM blocks. (#4925)Sai Praveen Bangaru
2024-08-27Add ability to specialize generic references to functions, types and more (#4...Sai Praveen Bangaru
2024-08-27Explicitly detach derivative when forming a non-differentiable struct out of ...Sai Praveen Bangaru
2024-08-27Migrate examples (#4920)kaizhangNV
2024-08-26Fix Varying Variable Location Assignments With Hull Shaders (#4915)ArielG-NV
2024-08-26Correct the `generic-jvp.slang` test (#4900)ArielG-NV
2024-08-26Implement `-fvk-use-dx-layout` (#4912)ArielG-NV
2024-08-26Feature/record unit test (#4910)kaizhangNV
2024-08-23Make variadic generics work with interfaces and forward autodiff. (#4905)Yong He
2024-08-22Add skeleton of a language reference. (#4808)Theresa Foley
2024-08-22Feature/capture unit test (#4898)kaizhangNV
2024-08-22Fix a false failure when using the latest SPIR-V (#4904)Jay Kwak
2024-08-21Update CONTRIBUTION.mdJay Kwak
2024-08-21Dont require llvm for building generators (#4895)Ellie Hermaszewska
2024-08-21Allow creating draft releases from tags containing "draft" (#4896)Ellie Hermaszewska
2024-08-20Revert "Fetch slang-llvm.so from correct release (#4847)" (#4893)Yong He
2024-08-20Proposal: A simpler and more flexible `IDifferentiable` system (#4865)Sai Praveen Bangaru
2024-08-20Support dependent generic constraints. (#4870)Yong He
2024-08-20Fix `tests\autodiff\reverse-while-loop-3.slang` test (#4886)ArielG-NV
2024-08-20Exclude synthesized code from code auto documentation system (#4889)ArielG-NV
2024-08-20Track uninitialized values of `Ptr<Specialize<T>>` inside type `T` without ha...ArielG-NV
2024-08-20Fixes #4879 (#4881)ArielG-NV
2024-08-20Fetch slang-llvm.so from correct release (#4847)Ellie Hermaszewska
2024-08-20Implement Path::createDirectoryRecursive (#4871)kaizhangNV
2024-08-19Remove using SpvStorageClass values casted into AddressSpace values (#4861)Ellie Hermaszewska
2024-08-19Tuple swizzling, concat, comparison and `countof`. (#4856)Yong He
2024-08-18Variadic Generics Part 2: IR lowering and specialization. (#4849)Yong He
2024-08-18Make sure to resolve overloaded expr for call args. (#4864)Yong He
2024-08-16Avoiding the use of the global AST builder in DeclRefType::create (#4866)venkataram-nv
2024-08-16Include inout cast operation as an aliasing instruction (#4859)venkataram-nv