summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Expand)AuthorAge
* Fix regression in check-overload. (#2407)Yong He2022-09-20
* Use `printf` in tests. (#2406)Yong He2022-09-20
* Support raw string literals. (#2405)Yong He2022-09-20
* Support partial inference of generic arguments (#2404)Theresa Foley2022-09-20
* Add support for GL_EXT_debug_printf extension to slang (#2399)Qubaef2022-09-15
* Run simple compute kernel in gfx-smoke test. (#2400)Yong He2022-09-15
* Language feature: pointer sized int types. (#2401)Yong He2022-09-15
* Allow interface requirements to reference to the interface type itself. (#2398)Yong He2022-09-13
* Deduplicate AST type nodes and cache lookup operations. (#2397)Yong He2022-09-13
* Specialize and SSA in a loop + better diagnostics on dynamic dispatch failur...Yong He2022-09-06
* Fix resource inout param specialization. (#2394)Yong He2022-09-05
* Fix matrix packing/unpacking logic. (#2393)Yong He2022-09-05
* Multi parameter `__subscript` (#2392)Yong He2022-09-05
* Upgrade slang-llvm (#2390)jsmall-nvidia2022-09-01
* Make ISlangFileSystem derive from ICastable (#2386)jsmall-nvidia2022-09-01
* Remove artifact from SourceFile (#2384)jsmall-nvidia2022-09-01
* Small fix to enable generic typealias. (#2391)Yong He2022-09-01
* Public interface for arithmetic types in stdlib. (#2389)Yong He2022-09-01
* Deduplicate consts and IRSpecialize in IR, propagate type info for `IntVal`. ...Yong He2022-09-01
* Make FileSystem files and OS files distinct (#2383)jsmall-nvidia2022-09-01
* Passing source to Downstream compilation as artifacts (#2382)jsmall-nvidia2022-09-01
* DownstreamCompileOptions using POD types (#2381)jsmall-nvidia2022-08-26
* Allow `static const` interface requirements. (#2378)Yong He2022-08-24
* Improvements around file tracking and Artifacts (#2379)jsmall-nvidia2022-08-24
* Disable module name translation when it ends with ".slang" (#2377)Yong He2022-08-24
* Compiler time evaluation of all int and bool operators. (#2376)Yong He2022-08-24
* Use enums with backing types in Slang API (#2375)jsmall-nvidia2022-08-24
* Assorted Artifact improvements (#2374)jsmall-nvidia2022-08-24
* Improve binary compatibility for DownstreamCompiler types (#2371)jsmall-nvidia2022-08-22
* Make Optional<PointerType> lower to PointerType instead of a struct. (#2373)Yong He2022-08-22
* Support compile-time constant int val in the form of polynomials. (#2372)Yong He2022-08-22
* Replace DownstreamCompileResult with Artifact (#2369)jsmall-nvidia2022-08-22
* Call `gfx` in slang program. (#2370)Yong He2022-08-20
* Trigger function signature on typing "," (#2366)Yong He2022-08-18
* Warning on lossy implicit casts. (#2367)Yong He2022-08-17
* Compute canonical path for modules loaded from source. (#2365)Yong He2022-08-16
* Add gfx interface definition in Slang. (#2364)Yong He2022-08-16
* IDownstreamCompiler interface (#2361)jsmall-nvidia2022-08-16
* Add some simple macro defines including __HLSL_VERSION (#2363)jsmall-nvidia2022-08-16
* Move metadata/diagnostics to associated types (#2358)jsmall-nvidia2022-08-16
* Remove CompileResult to use IArtifact (#2357)jsmall-nvidia2022-08-16
* Fix logic of `is` operator. (#2359)Yong He2022-08-12
* Artifact closer to being able to replace CompileResult (#2354)jsmall-nvidia2022-08-11
* Add `none` literal that is convertible to `Optional`. (#2356)Yong He2022-08-10
* `is` and `as` operator and `Optional<T>`. (#2355)Yong He2022-08-10
* Yet more refactoring around Artifact (#2352)jsmall-nvidia2022-08-10
* Artifact and ICastable (#2351)jsmall-nvidia2022-08-10
* Language server pointer type support + add `DLLImport` test (#2350)Yong He2022-08-10
* Artifact split interface and implementation (#2349)jsmall-nvidia2022-08-09
* Support for Items on IArtifact (#2347)jsmall-nvidia2022-08-09