mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
1.2 KiB
1.2 KiB
0.1.12
Minor Analysis Improvements
- Type inference has been extended to support pattern matching.
- Call resolution for calls to associated functions has been improved, so it now disambiguates the targets based on type information at the call sites (either type information about the arguments or about the expected return types).
- Type inference has been improved for
forloops and range expressions, which improves call resolution and may ultimately lead to more query results. - Implemented support for data flow through trait functions. For the purpose of data flow, calls to trait functions dispatch to all possible implementations.
AssocItemandExternItemare now proper subclasses ofItem.- Added type inference for
forloops and array expressions.
0.1.11
New Features
- Initial public preview release.
0.1.10
No user-facing changes.
0.1.9
No user-facing changes.
0.1.8
No user-facing changes.
0.1.7
No user-facing changes.
0.1.6
No user-facing changes.
0.1.5
No user-facing changes.
0.1.4
No user-facing changes.
0.1.3
No user-facing changes.
0.1.2
No user-facing changes.
0.1.1
No user-facing changes.
0.1.0
No user-facing changes.