| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-09-18 | Add `IRWArray` interface, and make StructuredBuffer conform to them. (#5097) | Yong He | |
| * Add `IRWArray` interface, and make StructuredBuffer conform to them. * Update user guide. * Fix. * Fixes. | |||
| 2024-09-05 | Various documentation improvements. (#5017) | Yong He | |
| 2024-09-05 | Support `where` clause and type equality constraint. (#4986) | Yong He | |
| * Support `where` clause. * Fix. * Fix parser. * Enhance test to cover traditional __generic syntax. * Update user-guide. * Support `where` clause on associatedtype. * Fix. * Put in more comments. | |||
| 2024-09-04 | Fix extension override behavior, and disallow extension on interface types. ↵ | Yong He | |
| (#4977) * Add a test to ensure extension does not override existing conformance. * Fix doc. * Update documentation. * Fix doc. * Add diagnostic test. | |||
| 2024-07-15 | Move if_let syntax to convenience-features section (#4628) | kaizhangNV | |
| * Move if_let syntax to convenience-features section * Fix the syntax for setting up an anchor * update the comment on sample code * Add example for if_let syntax * Address the comments | |||
| 2024-06-06 | Typo in 06-interfaces-generics.md (#4284) | Elie Michel | |
| Co-authored-by: Jay Kwak <82421531+jkwak-work@users.noreply.github.com> | |||
| 2024-04-17 | Implement if(let ...) syntax (#3673) (#3958) | kaizhangNV | |
| 2024-04-16 | Fix Slang documentation typos (#3961) | cheneym2 | |
| 2024-04-03 | Delete out-of-date notes from user guide. (#3877) | Yong He | |
| We support partial generic parameter inference today. | |||
| 2024-04-02 | Update user guilde for new features. (#3875) | Yong He | |
| 2024-03-04 | Extend `as` and `is` operator to work on generic types. (#3672) | Yong He | |
| 2024-02-05 | Add documentation on capability system. (#3549) | Yong He | |
| Fixes #3454. | |||
