summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_analyzer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #82477 from dalexeev/gds-covariance-and-contravarianceYuri Sizov2023-09-281-4/+31
|\
| * GDScript: Add return type covariance and parameter type contravarianceDanil Alexeev2023-09-281-4/+31
* | Merge pull request #82030 from dalexeev/gds-make-for-loop-array-literal-typedYuri Sizov2023-09-281-7/+13
|\ \
| * | GDScript: Make array literal typed if `for` loop variable type is specifiedDanil Alexeev2023-09-211-7/+13
* | | Merge pull request #80085 from vnen/gdscript-pattern-guardsYuri Sizov2023-09-281-0/+4
|\ \ \ | |_|/ |/| |
| * | GDScript: Implement pattern guards for match statementGeorge Marques2023-09-271-0/+4
* | | Merge pull request #75988 from dalexeev/gds-unsafe-call-argumentYuri Sizov2023-09-271-35/+55
|\ \ \ | |/ / |/| |
| * | GDScript: Improve call analysisDanil Alexeev2023-09-211-35/+55
| |/
* | [Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-261-1/+1
* | Merge pull request #82139 from dalexeev/gds-add-inferred-declaration-warningRémi Verschelde2023-09-261-3/+10
|\ \
| * | GDScript: Add `INFERRED_DECLARATION` warningDanil Alexeev2023-09-221-3/+10
| |/
* | Check if any global script class is shadowed by a variableChia-Hsiang Cheng2023-09-261-1/+5
* | GDScript: Prevent constructing and inheriting engine singletonsDanil Alexeev2023-09-221-0/+10
|/
* Merge pull request #81332 from dalexeev/gds-fix-update-array-literal-in-weak-...Rémi Verschelde2023-09-201-2/+2
|\
| * GDScript: Don't make array literal typed in weak type contextDanil Alexeev2023-09-051-2/+2
* | GDScript: Fix subscript resolution for constant non-metatypesDanil Alexeev2023-09-191-1/+1
* | GDScript: Add check for `super()` methods not being implementedocean (they/them)2023-09-171-1/+7
* | Merge pull request #81577 from anvilfolk/thecycleeeeeeeeeeeeesaaaaaaaaaaaaahRémi Verschelde2023-09-161-2/+2
|\ \
| * | GDScript: Fix compilation of expressions compiling other classesocean (they/them)2023-09-121-2/+2
* | | Remove REDUNDANT_FOR_VARIABLE_TYPEryanabx2023-09-121-8/+0
|/ /
* | Add "untyped_declaration" warningryanabx2023-09-111-13/+37
* | GDScript: Fix `get_*_list()` methods return incorrect infoDanil Alexeev2023-09-041-4/+6
|/
* Merge pull request #80964 from dalexeev/gds-allow-use-local-consts-as-typesYuri Sizov2023-08-251-116/+155
|\
| * GDScript: Allow use local constants as typesDanil Alexeev2023-08-251-116/+155
* | GDScript: Fix lambda resolution with cyclic referencesDanil Alexeev2023-08-251-30/+63
|/
* GDScript: Add static typing for `for` loop variableDanil Alexeev2023-08-171-1/+33
* Merge pull request #78552 from dalexeev/gds-check-get-node-in-static-funcRémi Verschelde2023-08-171-6/+15
|\
| * GDScript: Check `get_node()` shorthand in static functionsDanil Alexeev2023-08-091-6/+15
* | GDScript: Fix "Identifier not found" error when accessing inner class from in...Danil Alexeev2023-08-111-0/+3
|/
* GDScript: Fix bug with identifier shadowed below in current scopeDanil Alexeev2023-07-261-0/+19
* Merge pull request #75620 from jpcerrone/fix_shadow_warnings_not_going_away_a...Yuri Sizov2023-07-251-24/+23
|\
| * Fix for not being able to ignore shadowing warnings on class scopejpcerrone2023-07-241-24/+23
* | Script editor: Show depended script errorsrune-scape2023-07-241-0/+4
|/
* GDScript: fix regression when checking for virtual function implementation.ocean (they/them)2023-06-211-10/+0
* Make container element type comparison safeYuri Sizov2023-06-201-1/+1
* Merge pull request #73540 from mashumafi/fix-typed-array-addRémi Verschelde2023-06-201-3/+22
|\
| * Fix: Typed arrays aren't working with +mashumafi2023-02-221-3/+22
* | Merge pull request #77129 from dalexeev/gds-fix-static-var-bugs-part-1Rémi Verschelde2023-06-191-2/+8
|\ \
| * | GDScript: Fix some bugs with static variables and functionsDanil Alexeev2023-06-161-2/+8
* | | Merge pull request #74741 from vnen/variant-not-for-everyoneRémi Verschelde2023-06-181-0/+11
|\ \ \
| * | | GDScript: Allow boolean operators between any typesGeorge Marques2023-03-101-0/+11
* | | | Merge pull request #73657 from mashumafi/callable-ctorRémi Verschelde2023-06-181-1/+11
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix: Get constructor as Callablemashumafi2023-02-201-1/+11
* | | | Merge pull request #77324 from anvilfolk/oh-no-its-virtualRémi Verschelde2023-06-151-30/+36
|\ \ \ \
| * | | | GDScript: add errors when calling unimplemented virtual functionsocean (they/them)2023-06-151-30/+36
* | | | | Style: Harmonize header includes in modulesRémi Verschelde2023-06-151-2/+3
|/ / / /
* | | | Merge pull request #77351 from anvilfolk/super-discardRémi Verschelde2023-06-151-2/+3
|\ \ \ \
| * | | | GDScript: do not warn of return value discarded for super() inside _init()ocean (they/them)2023-05-221-2/+3
* | | | | Merge pull request #75419 from vonagam/fix-super-classes-in-array-literalsRémi Verschelde2023-06-141-0/+4
|\ \ \ \ \
| * | | | | GDScript: Allow elements of a parent class in a typed array literalDmitrii Maganov2023-03-281-0/+4