summaryrefslogtreecommitdiff
path: root/source/slang/slang-parser.cpp
AgeCommit message (Expand)Author
2023-07-06Fix erroneous error claiming variable is being used before its declaration (#...Ellie Hermaszewska
2023-07-05Bottleneck DeclRef creation through ASTBuilder. (#2689)Yong He
2023-07-05Initial sizeof/alignof implementation. (#2954)jsmall-nvidia
2023-06-29Warn on semicolon after `if`. (#2948)Yong He
2023-06-26Multiple cast issue fix (#2940)jsmall-nvidia
2023-06-22Allow multiple attributes to not require separating comma (#2939)jsmall-nvidia
2023-06-20Fix for generic with scope issue (#2925)jsmall-nvidia
2023-05-12Add finalized keywords for autodiff. (#2882)Yong He
2023-05-11MVP for higher order functions (#2849)Ellie Hermaszewska
2023-05-02Various dxc/fxc compatibility fixes. (#2863)Yong He
2023-04-26Fix most of the disabled warnings on gcc/clang (#2839)Ellie Hermaszewska
2023-04-25StringBuilder to lowerCamel (#2840)jsmall-nvidia
2023-04-25Dictionary using lowerCamel (#2835)jsmall-nvidia
2023-04-13Warn on float-to-double coercion for arguments. (#2802)Yong He
2023-03-26Add PyTorch C++ binding generation. (#2734)Yong He
2023-03-17Add support for emitting cuda kernel and host functions. (#2712)Yong He
2023-01-30Add transposition logic for constructor opcodes. (#2618)Yong He
2022-11-29Allow `no_diff` modifier on parameters (#2538)Yong He
2022-11-21Improve parser recovery around invalid function definitions. (#2525)Yong He
2022-11-18Data flow validation pass for diagnosing derivative loss. (#2523)Yong He
2022-11-16Mesh shader support (#2464)Ellie Hermaszewska
2022-11-14Minimum binary arithmetic reverse autodiff working. (#2514)Edward Liu
2022-11-04Higher order differentiation. (#2487)Yong He
2022-11-01Make `DifferentialPair` able to nest. (#2477)Yong He
2022-10-27Rename `__jvp`-->`__fwd_diff`. (#2471)Yong He
2022-10-26Auto synthesis of Differential type (#2466)Yong He
2022-10-06Add syntax for multi-level break. (#2431)Yong He
2022-09-15Language feature: pointer sized int types. (#2401)Yong He
2022-09-05Multi parameter `__subscript` (#2392)Yong He
2022-08-24Compiler time evaluation of all int and bool operators. (#2376)Yong He
2022-08-12Fix logic of `is` operator. (#2359)Yong He
2022-08-10Add `none` literal that is convertible to `Optional`. (#2356)Yong He
2022-08-10`is` and `as` operator and `Optional<T>`. (#2355)Yong He
2022-08-10Language server pointer type support + add `DLLImport` test (#2350)Yong He
2022-08-03Basic pointer usages. (#2342)Yong He
2022-07-12Support `class` types. (#2321)Yong He
2022-06-27Language server fixes and improvements (#2304)Yong He
2022-06-25Added basic auto-diff capabilities for local load/store and simple arithmetic...Sai Praveen Bangaru
2022-06-23Added basic syntax to mark and request function derivatives, as well as the f...Sai Praveen Bangaru
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-08Actual global support (#2262)jsmall-nvidia
2022-06-07Major language server features. (#2264)Yong He
2022-06-01New language feature: basic error handling. (#2253)Yong He
2022-05-05Support for HLSL `export` (#2223)jsmall-nvidia
2022-04-28Fix errors when building with the latest Xcode (#2215)Vincent Isambart
2022-04-28Disable `class` keyword to define a new type (#2212)jsmall-nvidia
2022-04-12Support `[DllImport]` (#2181)Yong He