summaryrefslogtreecommitdiffstats
path: root/source/slang/parser.cpp
Commit message (Expand)AuthorAge
...
* merge with fixWarnings branchYong He2017-11-04
|\
| * fixed all warningsYong He2017-11-04
* | work inprogressYONGH\yongh2017-11-02
* | work in-progress: type checking associated typesYong He2017-10-31
* | work in-progress, add parsing for assoc type decls and member type expressionsYONGH\yongh2017-10-30
|/
* Support explicit `this` expressionsTim Foley2017-10-30
* Initial work on support code generation for generics with constraints (#233)Tim Foley2017-10-27
* Work towards target-specific function overloads (#210)Tim Foley2017-10-12
* Parser: fix precedence of cast expressions (#203)Tim Foley2017-10-09
* First attempt at a Linux build (#193)Tim Foley2017-09-27
* Support IR-based codegen for a few more examples.Tim Foley2017-09-11
* Replace old notion of "intrinsic" operationsTim Foley2017-09-07
* Continue work on IR-based codegenTim Foley2017-09-06
* Move implicit conversion operations to stdlibTim Foley2017-09-05
* Fixup: handle splice of multiple modifiersTim Foley2017-08-25
* Fix some resources-in-structs bugsTim Foley2017-08-25
* Add an explicit `Name` typeTim Foley2017-08-14
* Rename `Name` fields to `name`Tim Foley2017-08-14
* Data-driven parsing of modifiersTim Foley2017-08-12
* Look up declaration keywords using ordinary scoping.Tim Foley2017-08-11
* Make source location lightweightTim Foley2017-08-10
* Major naming overhaul:Tim Foley2017-08-09
* Remove uses of global variablesTim Foley2017-08-07
* Try to improve handling of failures during compilationTim Foley2017-07-19
* Fix up translation of `GetDimensions()`Tim Foley2017-07-19
* Fixes for how parameter block names are set up.Tim Foley2017-07-19
* Add a compile-time loop construct to SlangTim Foley2017-07-18
* Add reflection support for GLSL thread-group-size modifierTim Foley2017-07-14
* Don't assign a `binding` to a `push_constant` bufferTim Foley2017-07-14
* Add ability for intrinsics to require GLSL extensionsTim Foley2017-07-12
* Make parser recovering more robust to avoid infinite loopsTim Foley2017-07-11
* Add back `UnparsedStmt`Tim Foley2017-07-08
* Differentiate HLSL `for` loops in ASTTim Foley2017-07-08
* Revise how hidden implicit casts are recognized.Tim Foley2017-07-08
* Fully parse function bodies, even in "rewriter" modeTim Foley2017-07-08
* Start to support cross-compilation via "lowering" passTim Foley2017-07-06
* Overhaul `RefPtr` and `String`Tim Foley2017-06-29
* Store integer literals at high precision in ASTTim Foley2017-06-28
* Actually respect suffixes on numeric literals.Tim Foley2017-06-28
* Rename literal tokens.Tim Foley2017-06-28
* Allow "dotted" import pathsTim Foley2017-06-27
* Allow for re-export of an `import` declarationTim Foley2017-06-27
* Fix parsing of string literals.Tim Foley2017-06-26
* Replace "auto-import" with `#import`Tim Foley2017-06-26
* Support texture `Gather*()` operationsTim Foley2017-06-21
* Add a useful source location to `typedef` declarationsTim Foley2017-06-20
* Overhaul handling of entry points and translation units.Tim Foley2017-06-20
* Make sure that semantic checks always apply to Slang filesTim Foley2017-06-19
* Allow for automatic importing of Slang codeTim Foley2017-06-19
* Bug fix: handle unchecked operator application in emit logicTim Foley2017-06-16