summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-30Split render-d3d11.cpp into smaller files (#2307)lucy96chen
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-24xcode4 premake support (#2300)jsmall-nvidia
2022-06-24Handling of temporary files (#2299)jsmall-nvidia
2022-06-24Add multithreading doc section (#2298)jsmall-nvidia
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-21Added a second set of shaders to the ray tracing test and added another test ...lucy96chen
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-16Fix macos release workflow. (#2288)Yong He
2022-06-16Language server: document symbols (#2287)Yong He
2022-06-16Update MacOS workflow to sign and notarize binaries (#2286)Yong He
2022-06-15Add signing to Macos release workflow. (#2285)Yong He
2022-06-15Sign macos binaries.Yong He
2022-06-14Swapchain resize now draws both before and after the resize operation (#2281)lucy96chen
2022-06-13Upload artifact in macos build. (#2271)Yong He
2022-06-13Follow up on Language Server Improvement (#2275)Yong He
2022-06-13More liveness improvements (#2272)jsmall-nvidia
2022-06-13Hotfix/default embed stdlib source (#2276)jsmall-nvidia
2022-06-13Language Server improvements. (#2269)Yong He
2022-06-13Liveness fixes and improvements (#2270)jsmall-nvidia
2022-06-13Hot fix: Language server protocol initialization (#2274)jsmall-nvidia
2022-06-13Hotfix: Hover initialization (#2273)jsmall-nvidia
2022-06-12Only disable stdlib source when stdlib embedding is enabled (#2268)jsmall-nvidia
2022-06-08Improved bounds checking for C++/CUDA (#2263)jsmall-nvidia
2022-06-08Add smoke test for language server. (#2266)Yong He
2022-06-08Improvements around Visual Studio versions/matching versions (#2267)jsmall-nvidia
2022-06-08Actual global support (#2262)jsmall-nvidia
2022-06-07Code review fixes for language server. (#2265)Yong He
2022-06-07Major language server features. (#2264)Yong He
2022-06-07Add simple ray tracing test (#2261)lucy96chen
2022-06-02Add simple swapchain resize test (#2249)lucy96chen
2022-06-02COM interfaces with host callable (#2258)jsmall-nvidia
2022-06-01Clean up void returns. (#2260)Yong He
2022-06-01Disable stdlib source via premake (#2259)jsmall-nvidia
2022-06-01New language feature: basic error handling. (#2253)Yong He
2022-06-01Add language server daemon. (#2251)Yong He
2022-06-01Vulkan validation error fixes (#2254)lucy96chen
2022-05-31Add Slang::String compatibility with std::ostream (#2256)Craig Kolb
2022-05-31Work around MacOS compilation issue with embed stlib (#2255)Craig Kolb
2022-05-27Added NativeStringType (#2252)jsmall-nvidia
2022-05-26Remove LivenessLocation (#2248)jsmall-nvidia