summaryrefslogtreecommitdiffstats
path: root/source/slang/check.cpp
Commit message (Expand)AuthorAge
...
* Initial support for enum declarations (#599)Tim Foley2018-06-12
* Fix global atomic functions (#582)Tim Foley2018-05-29
* A bunch of work to resolve #569 (#576)Tim Foley2018-05-24
* Cleanups around behavior when the compiler fails (#553)Tim Foley2018-05-11
* Speedup type checking using cached overload resolution results.Yong He2018-05-02
* Diagnose attempts to write to fields in methods (#530)Tim Foley2018-05-01
* Better diagnostics when compilation is aborted (#517)Tim Foley2018-04-20
* Diagnose use of an implicit cast as an argument for an `out` parameter (#516)Tim Foley2018-04-20
* Introduce an IR-level type system (#481)Tim Foley2018-04-11
* Fix several issues discovered by Falcor (#467)Tim Foley2018-03-30
* Avoid crash when bad argument given to [instance(...)] attribute (#464)Tim Foley2018-03-29
* Add support for default parameter values in IR codegen (#459)Tim Foley2018-03-29
* Unify all generic parameters, even if some mismatch (#454)Tim Foley2018-03-26
* Add support for DirectX Raytracing (DXR) (#451)Tim Foley2018-03-22
* Entry point attribute (#447)Tim Foley2018-03-19
* Overhaul implementation of [attributes] (#443)Tim Foley2018-03-16
* Add a case to `TryUnifyVals` to cover `SubtypeWitness` vals (#435)Yong He2018-03-06
* Falcor fixes (#402)Tim Foley2018-02-08
* Remove support for the -no-checking flag (#392)Tim Foley2018-02-02
* Fix some crashing bugs around local variable declarations. (#385)Tim Foley2018-01-26
* Trying to get generic extensions to workTim Foley2018-01-21
* Improvements and bug fixes for global type parametersYong He2018-01-21
* bug fixesYong He2018-01-20
* Allow arbitrary type string as type argument in spAddEntryPointEx.Yong He2018-01-19
* All compiler fixes to get ir branch work with falcor feature demo.Yong He2018-01-17
* bug fixes to get falcor example shader code to compile.Yong He2018-01-16
* Allow extension on interface (#369)Yong He2018-01-16
* temporary workaround to fix test case failures.Yong He2018-01-14
* allow extension of a concrete type to implement additional interfaceYong He2018-01-14
* Fix creation of `ThisTypeSubstitution`.Yong He2018-01-13
* Support nested genericsYong He2018-01-12
* Refactor substitution representation in DeclRefBase (#363)Yong He2018-01-12
* bruteforce implementation of witness table resolution for associated (#358)Yong He2018-01-09
* Bug fixes for Slang integration (#356)Yong He2018-01-04
* Fix type lookup of global type argumentsYong He2018-01-03
* add call to `EnsureDecl` in `SpecializeGenericForOverload`.Yong He2018-01-03
* no-codegen compile flag and global generics reflection (#347)Yong He2018-01-02
* Support nested generic types (e.g. L<T<S>>)Yong He2017-12-27
* Merge branch 'master' into implicit-generic-appTim Foley2017-12-22
|\
| * Support for transitive subtype witnesses (#331)Tim Foley2017-12-22
* | Support generic type constraints when implicitly invoking genericTim Foley2017-12-22
|/
* IR: fixes for subscript accessors (#322)Tim Foley2017-12-20
* Cleanups to `ParameterBlock<T>` behavior. (#304)Tim Foley2017-12-08
* Generate IR per-module for loaded modules (#299)Tim Foley2017-11-28
* Add support for global generic parameters (#285)Yong He2017-11-17
* Cleanup of "suport generic interface method".Yong He2017-11-08
* Support generic interface methods (#251)Yong He2017-11-07
* Attach correct types to subscript accessorsTim Foley2017-11-07
* small cleanupsYong He2017-11-05
* style fixesYong He2017-11-04