index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
slang
/
parser.cpp
Commit message (
Expand
)
Author
Age
*
Remove support for the -no-checking flag (#392)
Tim Foley
2018-02-02
*
Remove #import directive (#389)
Tim Foley
2018-01-29
*
Allow arbitrary type string as type argument in spAddEntryPointEx.
Yong He
2018-01-19
*
add support for `extension` and `type_param` keywords
Yong He
2018-01-14
*
Support nested generics
Yong He
2018-01-12
*
bruteforce implementation of witness table resolution for associated (#358)
Yong He
2018-01-09
*
Using a visitor to systematically replace lookup scopes of generic function's...
Yong He
2017-12-27
*
IR: fixes for subscript accessors (#322)
Tim Foley
2017-12-20
*
Support simple generics syntax (#319)
Yong He
2017-12-20
*
Cleanups (#298)
Tim Foley
2017-11-27
*
Add support for global generic parameters (#285)
Yong He
2017-11-17
*
IR: add support for `switch` statements (#278)
Tim Foley
2017-11-14
*
Support generic interface methods (#251)
Yong He
2017-11-07
*
Parameter blocks (#245)
Tim Foley
2017-11-06
*
style fixes
Yong He
2017-11-04
*
cleanup useless code
Yong He
2017-11-04
*
merge with fixWarnings branch
Yong He
2017-11-04
|
\
|
*
fixed all warnings
Yong He
2017-11-04
*
|
work inprogress
YONGH\yongh
2017-11-02
*
|
work in-progress: type checking associated types
Yong He
2017-10-31
*
|
work in-progress, add parsing for assoc type decls and member type expressions
YONGH\yongh
2017-10-30
|
/
*
Support explicit `this` expressions
Tim Foley
2017-10-30
*
Initial work on support code generation for generics with constraints (#233)
Tim Foley
2017-10-27
*
Work towards target-specific function overloads (#210)
Tim Foley
2017-10-12
*
Parser: fix precedence of cast expressions (#203)
Tim Foley
2017-10-09
*
First attempt at a Linux build (#193)
Tim Foley
2017-09-27
*
Support IR-based codegen for a few more examples.
Tim Foley
2017-09-11
*
Replace old notion of "intrinsic" operations
Tim Foley
2017-09-07
*
Continue work on IR-based codegen
Tim Foley
2017-09-06
*
Move implicit conversion operations to stdlib
Tim Foley
2017-09-05
*
Fixup: handle splice of multiple modifiers
Tim Foley
2017-08-25
*
Fix some resources-in-structs bugs
Tim Foley
2017-08-25
*
Add an explicit `Name` type
Tim Foley
2017-08-14
*
Rename `Name` fields to `name`
Tim Foley
2017-08-14
*
Data-driven parsing of modifiers
Tim Foley
2017-08-12
*
Look up declaration keywords using ordinary scoping.
Tim Foley
2017-08-11
*
Make source location lightweight
Tim Foley
2017-08-10
*
Major naming overhaul:
Tim Foley
2017-08-09
*
Remove uses of global variables
Tim Foley
2017-08-07
*
Try to improve handling of failures during compilation
Tim Foley
2017-07-19
*
Fix up translation of `GetDimensions()`
Tim Foley
2017-07-19
*
Fixes for how parameter block names are set up.
Tim Foley
2017-07-19
*
Add a compile-time loop construct to Slang
Tim Foley
2017-07-18
*
Add reflection support for GLSL thread-group-size modifier
Tim Foley
2017-07-14
*
Don't assign a `binding` to a `push_constant` buffer
Tim Foley
2017-07-14
*
Add ability for intrinsics to require GLSL extensions
Tim Foley
2017-07-12
*
Make parser recovering more robust to avoid infinite loops
Tim Foley
2017-07-11
*
Add back `UnparsedStmt`
Tim Foley
2017-07-08
*
Differentiate HLSL `for` loops in AST
Tim Foley
2017-07-08
*
Revise how hidden implicit casts are recognized.
Tim Foley
2017-07-08
[next]