summaryrefslogtreecommitdiffstats
path: root/source/core
Commit message (Expand)AuthorAge
* Fix UnixPipeStream::read() not handling EOF (#8626)ncelikNV2025-10-08
* canonical type equality constraint (#8445)Ronan2025-09-30
* Use LOAD_LIBRARY_SEARCH_DEFAULT_DIRS for LoadLibraryExW (#8491)Gangzheng Tong2025-09-19
* include limits.h in slang-platform.cpp (#8473)John Zupin2025-09-19
* Use wide char version of Windows API (#8390)Gangzheng Tong2025-09-08
* Add check for backtrace availability (#8329)Dario Mylonopoulos2025-09-06
* Try both LoadLibrary functions on Windows (#8368)jarcherNV2025-09-05
* Revert "Reduce the dependency to thread library (#8216)" (#8319)kaizhangNV2025-08-28
* Fix readlink missing include (#8260)TheGoldMonkey2025-08-22
* Reduce the dependency to thread library (#8216)Jay Kwak2025-08-20
* Fix intrinsic LoadLocalRootTableConstant for optix (#7949)Harsh Aggarwal (NVIDIA)2025-08-07
* Improve performance of AST deserialization (#7935)Theresa Foley2025-08-07
* Omit "Repro" category from default help text output (#8032)aidanfnv2025-08-04
* Omit listing values in slangc -h cmdline output, show how to list them sepera...aidanfnv2025-08-01
* Omit "Internal" category from default help text output (#8013)aidanfnv2025-08-01
* Handle debug-layer messages in a separate channel (#7988)Jay Kwak2025-07-31
* Fix bug in ci test (#8005)Jay Kwak2025-07-31
* Fix metallib-asm target parsing by adding missing comma (#7902)Jay Kwak2025-07-25
* Organize code better by splitting some big files (#7890)Theresa Foley2025-07-24
* Document how to use LLDB in the Slang codebase (#7809)Sam Estep2025-07-24
* Add Python type stubs for LLDB (#7826)Sam Estep2025-07-22
* Add utility to trace creation of problematic IRInsts to assist LLM in debuggi...Copilot2025-07-21
* Perf improvements to IR serialization (#7751)Ellie Hermaszewska2025-07-17
* Note that `Slang::String` is owned/null-terminated (#7648)Sam Estep2025-07-16
* Fix IEEE 754 NaN comparisons in constant folding (#7721)Jay Kwak2025-07-11
* Only append slangc --help value categories if explicitly specified (#7712)aidanfnv2025-07-11
* Add <help-category> list and hint on usage in slangc -h (#7638)aidanfnv2025-07-08
* Replace SLANG_ALIGN_OF with C++11 alignof (#7523)Julius Ikkala2025-07-03
* Add arguments for controlling floating point denormal mode (#7461)aidanfnv2025-07-01
* Use LoadLibraryExA instead of LoadLibraryA (#7535)jarcherNV2025-06-26
* Add support for on-demand AST deserialization (#7482)Theresa Foley2025-06-19
* LanguageServer: Enhance auto completion for override. (#7465)Yong He2025-06-17
* Legalise out parameters for vertex shaders on metal (#6943)Ellie Hermaszewska2025-06-10
* Disable Link-Time-Optimization by default (#7345)Jay Kwak2025-06-06
* Fix crash when loading modules with syntax errors (#6993) (#7288)Harsh Aggarwal (NVIDIA)2025-06-05
* Make interface types non c-style in Slang2026. (#7260)Yong He2025-06-04
* Add a memory-mappable binary serialization format (#7222)Theresa Foley2025-05-30
* Language version + tuple syntax. (#7230)Yong He2025-05-29
* Fix nullptr_t compiling failure (#7240)Spencer Fricke2025-05-26
* Initial `dyn` keyword support & `-lang 2026` compiler option (#7172)ArielG-NV2025-05-22
* Generalize serialization system used for AST (#7126)Theresa Foley2025-05-21
* Make Command Line Reference readthedocs compatible (#7048)aidanfnv2025-05-14
* Cleanups related to RIFF support (#7041)Theresa Foley2025-05-12
* Update C++ standard to C++20 (#6980)Ellie Hermaszewska2025-05-06
* Fix the intermittent failures of tests/autodiff/auto-differential-type (#7006)Jay Kwak2025-05-05
* Fix build on GCC 15 (#6971)Julius Ikkala2025-05-02
* Add Slang Byte Code generation and interpreter. (#6896)Yong He2025-04-28
* A new approach to AST serialization (#6854)Theresa Foley2025-04-22
* Fixed crash in slang-ir-autodiff-loop-analysis.cpp (#6831)Ronan2025-04-18
* Fix compiler warning with clang 18.1.8 on windows (#6843)Jay Kwak2025-04-17