summaryrefslogtreecommitdiff
path: root/source/slang
AgeCommit message (Expand)Author
2022-08-22Support compile-time constant int val in the form of polynomials. (#2372)Yong He
2022-08-22Replace DownstreamCompileResult with Artifact (#2369)jsmall-nvidia
2022-08-20Call `gfx` in slang program. (#2370)Yong He
2022-08-18Trigger function signature on typing "," (#2366)Yong He
2022-08-17Warning on lossy implicit casts. (#2367)Yong He
2022-08-16Compute canonical path for modules loaded from source. (#2365)Yong He
2022-08-16Add gfx interface definition in Slang. (#2364)Yong He
2022-08-16IDownstreamCompiler interface (#2361)jsmall-nvidia
2022-08-16Add some simple macro defines including __HLSL_VERSION (#2363)jsmall-nvidia
2022-08-16Move metadata/diagnostics to associated types (#2358)jsmall-nvidia
2022-08-16Remove CompileResult to use IArtifact (#2357)jsmall-nvidia
2022-08-12Fix logic of `is` operator. (#2359)Yong He
2022-08-11Artifact closer to being able to replace CompileResult (#2354)jsmall-nvidia
2022-08-10Add `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-10Artifact and ICastable (#2351)jsmall-nvidia
2022-08-10Language server pointer type support + add `DLLImport` test (#2350)Yong He
2022-08-09Artifact split interface and implementation (#2349)jsmall-nvidia
2022-08-09Support for Items on IArtifact (#2347)jsmall-nvidia
2022-08-05Added a new differential type system and various improvements (#2343)Sai Praveen Bangaru
2022-08-04Implicit pointer dereference when using member operator. (#2348)Yong He
2022-08-03Improvements around Artifact (#2346)jsmall-nvidia
2022-08-03Basic pointer usages. (#2342)Yong He
2022-07-25Allow `class` to implement COM interface, [DLLExport] (#2338)Yong He
2022-07-21Allow dynamic dispatch to handle nested interface-typed fields. (#2336)Yong He
2022-07-18Added forward-mode autodiff support for more instructions (#2331)Sai Praveen Bangaru
2022-07-14Language Server: Auto format bug fixes. (#2326)Yong He
2022-07-13Added support for differentiating out and inout parameters. (#2323)Sai Praveen Bangaru
2022-07-13Small improvements around 'size versioning' and TargetDesc (#2325)jsmall-nvidia
2022-07-12Support `class` types. (#2321)Yong He
2022-07-11Added support for differentiating calls to basic functions, as well as arithm...Sai Praveen Bangaru
2022-07-01Language server: auto completion of `import` file and directories. (#2312)Yong He
2022-07-01Fix for issue with redirecting stdout/err to a file (#2311)jsmall-nvidia
2022-06-30Added `[__custom_jvp(func)]` attribute, and modified the derivative pass to o...Sai Praveen Bangaru
2022-06-30Language server: extract documentation from ordinary comments (#2308)Yong He
2022-06-29Native call marshalling for ComPtr parameters and return values. (#2305)Yong He
2022-06-27Language server fixes and improvements (#2304)Yong He
2022-06-25Specialize generic/existential calls within generic functions. (#2294)Yong He
2022-06-25Added basic auto-diff capabilities for local load/store and simple arithmetic...Sai Praveen Bangaru
2022-06-24Fix language server crash when processing predefind macros. (#2302)Yong He
2022-06-23Added basic syntax to mark and request function derivatives, as well as the f...Sai Praveen Bangaru
2022-06-23Preserve specialization cache in IR for specialization pass. (#2293)Yong He
2022-06-23Define proper diagnostic item for two common "unimplemented" cases. (#2296)Yong He
2022-06-22 More Language Server Improvements. (#2289)Yong He
2022-06-21Lower throwing COM interface method. (#2282)Yong He
2022-06-21Add CPU executable compile test (#2278)Yong He
2022-06-16Added a decorator to mark functions for forward-mode differentiation (#2283)Sai Praveen Bangaru
2022-06-16Language server: document symbols (#2287)Yong He
2022-06-13Follow up on Language Server Improvement (#2275)Yong He
2022-06-13More liveness improvements (#2272)jsmall-nvidia