summaryrefslogtreecommitdiff
path: root/source/compiler-core
AgeCommit message (Expand)Author
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-03Improvements around Artifact (#2346)jsmall-nvidia
2022-07-18Atomic ref counting for ISlangSharedLibrary (#2332)jsmall-nvidia
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-06-30Language server: extract documentation from ordinary comments (#2308)Yong He
2022-06-27Language server fixes and improvements (#2304)Yong He
2022-06-24Handling of temporary files (#2299)jsmall-nvidia
2022-06-22 More Language Server Improvements. (#2289)Yong He
2022-06-16Language server: document symbols (#2287)Yong He
2022-06-13Follow up on Language Server Improvement (#2275)Yong He
2022-06-13Language Server improvements. (#2269)Yong He
2022-06-13Hot fix: Language server protocol initialization (#2274)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-07Major language server features. (#2264)Yong He
2022-06-02COM interfaces with host callable (#2258)jsmall-nvidia
2022-05-17Configuration for warnings (#2241)Alexey Panteleev
2022-05-16Fixed the false successful compile result when the FXC downstream compiler is...Alexey Panteleev
2022-04-28Fix errors when building with the latest Xcode (#2215)Vincent Isambart
2022-04-27Make artifact an interface (#2195)jsmall-nvidia
2022-04-27Split out Artifact info (#2193)jsmall-nvidia
2022-04-26Improvements around Artifacts (#2192)jsmall-nvidia
2022-04-26Linking in DXC (#2190)jsmall-nvidia
2022-03-28Allow slangc to generate exe from .slang file. (#2170)Yong He
2022-03-24C++ extractor parsing slang.h (#2162)jsmall-nvidia
2022-03-09Initial support for documentation extraction in C++ (#2156)jsmall-nvidia
2022-03-08Slangc improvements: help message, downstream error passthrough (#2152)Alexey Panteleev
2022-01-10Enable running tests in parallel. (#2078)Yong He
2022-01-10Fix hexadecimal escape is string literals (#2072)JKot
2021-12-07Check g++ version compatibility (#2044)jsmall-nvidia
2021-12-07Support array args for JSON-RPC (#2046)jsmall-nvidia
2021-12-03Split out ExecutableLocation (#2041)jsmall-nvidia
2021-11-30Auto flush for streams for stdin/out in slang-test (#2035)jsmall-nvidia
2021-11-30Use test-server on CI (#2034)jsmall-nvidia
2021-11-24JSON-RPC make id explicit (#2030)jsmall-nvidia
2021-11-24PersistentJSONValue (#2028)jsmall-nvidia
2021-11-24Remove test-proxy (#2027)jsmall-nvidia
2021-11-23JSON-RPC test server (#2026)jsmall-nvidia
2021-11-19Improvements to JSON/RTTI (#2022)jsmall-nvidia
2021-11-18RTTI/JSON (#2021)jsmall-nvidia
2021-11-16Support around JSON-RPC (#2014)jsmall-nvidia
2021-11-10Interprocess communication via pipes (#2009)jsmall-nvidia
2021-10-28Hotfix/osx fix (#1994)jsmall-nvidia
2021-10-25Enabling slang-llvm for host-callable (#1975)jsmall-nvidia
2021-10-20Selecting downstream compiler on code gen transition (#1980)jsmall-nvidia