summaryrefslogtreecommitdiff
path: root/source/core
AgeCommit message (Expand)Author
2025-08-28Revert "Reduce the dependency to thread library (#8216)" (#8319)kaizhangNV
2025-08-22Fix readlink missing include (#8260)TheGoldMonkey
2025-08-20Reduce the dependency to thread library (#8216)Jay Kwak
2025-08-07Fix intrinsic LoadLocalRootTableConstant for optix (#7949)Harsh Aggarwal (NVIDIA)
2025-08-07Improve performance of AST deserialization (#7935)Theresa Foley
2025-08-04Omit "Repro" category from default help text output (#8032)aidanfnv
2025-08-01Omit listing values in slangc -h cmdline output, show how to list them sepera...aidanfnv
2025-08-01Omit "Internal" category from default help text output (#8013)aidanfnv
2025-07-31Handle debug-layer messages in a separate channel (#7988)Jay Kwak
2025-07-31Fix bug in ci test (#8005)Jay Kwak
2025-07-25Fix metallib-asm target parsing by adding missing comma (#7902)Jay Kwak
2025-07-24Organize code better by splitting some big files (#7890)Theresa Foley
2025-07-24Document how to use LLDB in the Slang codebase (#7809)Sam Estep
2025-07-22Add Python type stubs for LLDB (#7826)Sam Estep
2025-07-21Add utility to trace creation of problematic IRInsts to assist LLM in debuggi...Copilot
2025-07-17Perf improvements to IR serialization (#7751)Ellie Hermaszewska
2025-07-16Note that `Slang::String` is owned/null-terminated (#7648)Sam Estep
2025-07-11Fix IEEE 754 NaN comparisons in constant folding (#7721)Jay Kwak
2025-07-11Only append slangc --help value categories if explicitly specified (#7712)aidanfnv
2025-07-08Add <help-category> list and hint on usage in slangc -h (#7638)aidanfnv
2025-07-03Replace SLANG_ALIGN_OF with C++11 alignof (#7523)Julius Ikkala
2025-07-01Add arguments for controlling floating point denormal mode (#7461)aidanfnv
2025-06-26Use LoadLibraryExA instead of LoadLibraryA (#7535)jarcherNV
2025-06-19Add support for on-demand AST deserialization (#7482)Theresa Foley
2025-06-17LanguageServer: Enhance auto completion for override. (#7465)Yong He
2025-06-10Legalise out parameters for vertex shaders on metal (#6943)Ellie Hermaszewska
2025-06-06Disable Link-Time-Optimization by default (#7345)Jay Kwak
2025-06-05 Fix crash when loading modules with syntax errors (#6993) (#7288)Harsh Aggarwal (NVIDIA)
2025-06-04Make interface types non c-style in Slang2026. (#7260)Yong He
2025-05-30Add a memory-mappable binary serialization format (#7222)Theresa Foley
2025-05-29Language version + tuple syntax. (#7230)Yong He
2025-05-26Fix nullptr_t compiling failure (#7240)Spencer Fricke
2025-05-22Initial `dyn` keyword support & `-lang 2026` compiler option (#7172)ArielG-NV
2025-05-21Generalize serialization system used for AST (#7126)Theresa Foley
2025-05-14Make Command Line Reference readthedocs compatible (#7048)aidanfnv
2025-05-12Cleanups related to RIFF support (#7041)Theresa Foley
2025-05-06Update C++ standard to C++20 (#6980)Ellie Hermaszewska
2025-05-05Fix the intermittent failures of tests/autodiff/auto-differential-type (#7006)Jay Kwak
2025-05-02Fix build on GCC 15 (#6971)Julius Ikkala
2025-04-28Add Slang Byte Code generation and interpreter. (#6896)Yong He
2025-04-22A new approach to AST serialization (#6854)Theresa Foley
2025-04-18Fixed crash in slang-ir-autodiff-loop-analysis.cpp (#6831)Ronan
2025-04-17Fix compiler warning with clang 18.1.8 on windows (#6843)Jay Kwak
2025-04-10Fix downstream compiler locale (#6734)Julius Ikkala
2025-03-13Correct buffer length calculation in dumpSourceBytes (#6593)Ellie Hermaszewska
2025-03-07Update build to allow setting external paths (#6528)jarcherNV
2025-02-23Improve performance when compiling small shaders. (#6396)Yong He
2025-02-10Fix compilation on musl libc targets (#6334)Colin Marc
2025-01-28Fix UIntSet calcSubtract to handle mismatched buffer sizes (#6205)Darren Wihandi
2025-01-24Fix static build and install (#6158)Dario Mylonopoulos