summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WIPwip/baedert/nullableTimm Bäder2016-11-096-11/+99
* checkpointTimm Bäder2016-11-084-50/+173
* tests: Add another nullability testTimm Bäder2016-11-082-1/+16
* astprinter: Fix assignment printingTimm Bäder2016-11-081-5/+6
* astprinter: Remove unused functionTimm Bäder2016-11-081-6/+0
* astprinter: Print nullability state of binary expressionTimm Bäder2016-11-081-0/+1
* Add more nullability testsTimm Bäder2016-11-085-0/+38
* compiler: Print ast after checkingTimm Bäder2016-11-081-4/+6
* basicblock: Add names for entry() and exit() blocksTimm Bäder2016-11-081-2/+4
* astprinter: Improve assignment outputTimm Bäder2016-11-081-6/+2
* flowanalyzer: Add helper to query visible version of variableTimm Bäder2016-11-081-0/+8
* expression: Add get_null_state vfuncTimm Bäder2016-11-073-0/+19
* astprinter: Don't print null initializersTimm Bäder2016-11-051-4/+7
* astprinter: Print binary expressionsTimm Bäder2016-11-051-1/+20
* glib-2.0: unichar.to_string doesn't return nullTimm Bäder2016-11-051-1/+1
* binaryexpression: Fix is_non_null for COALESCE expressionsTimm Bäder2016-11-051-0/+4
* nullabilitychecker: Warn on invalid assignmentsTimm Bäder2016-11-051-40/+42
* symbolresolver: Don't assume all locals are nullableTimm Bäder2016-11-051-12/+0
* add AstPrinterTimm Bäder2016-11-053-0/+354
* add some nullability testsTimm Bäder2016-11-053-0/+22
* Add nullability checkerTimm Bäder2016-11-054-2/+130
* basicblock: Save per-block null/non-null symbolsTimm Bäder2016-11-052-0/+45
* basicblock: Add per-block nameTimm Bäder2016-11-052-18/+41
* memberaccess: Don't check for nullabilityTimm Bäder2016-11-051-6/+0
* method: Print encountered type if return types mismatchTimm Bäder2016-11-051-1/+1
* generitype: Stop lying about nullability in to_qualified_stringTimm Bäder2016-11-011-1/+4
* Method: Keep track of return statements with nullable valuesTimm Bäder2016-11-012-0/+13
* subroutine: Set parent_node of body blockTimm Bäder2016-11-011-0/+1
* webkit2gtk-4.0: Update to 2.15.1Rico Tzschichholz2016-10-301-293/+339
* gdk-3.0: Update to 3.22.2+0ad5d51dRico Tzschichholz2016-10-301-0/+10
* vapi: Update GIR-based bindingsRico Tzschichholz2016-10-271-2/+0
* build: Conditionally adjust VALAFLAGS in case of proper bootsrapped buildsRico Tzschichholz2016-10-251-0/+9
* codegen: Only emit notify signals if the value actually changedEvan Nemerson2016-10-253-7/+100
* gdk-3.0: Update to 3.22.1+a1115c05Rico Tzschichholz2016-10-241-19/+26
* Add explicit copy method for arraysLuca Bruno2016-10-206-1/+67
* vapi: Add missing type parameters for delegatesMatthias Berndt2016-10-2013-17/+29
* gdk-pixbuf-2.0: Use metadata instead of custom defintions for PixbufRico Tzschichholz2016-10-193-23/+30
* glib-2.0: Some nullable arguments in GLib.Test.*Rico Tzschichholz2016-10-191-3/+3
* glib-2.0: Add "g_utf8_make_valid" bindingRico Tzschichholz2016-10-181-0/+3
* gio-unix-2.0: Add "g_unix_mounts_for" bindingRico Tzschichholz2016-10-184-0/+14
* gio-unix-2.0: Fix "g_unix_mount_at" bindingRico Tzschichholz2016-10-182-4/+6
* vapi: Update GIR-based bindingsRico Tzschichholz2016-10-181-0/+1
* girparser: Avoid fatal handling of nameless unionsRico Tzschichholz2016-10-181-1/+27
* ccode: Add missing newline after gnuc deprecations attributePhilip Withnall2016-10-181-0/+1
* codegen: Support deprecating properties and their accessorsRico Tzschichholz2016-10-185-4/+87
* valaparser: Allow casts of pointer expressions without enclosing parensRico Tzschichholz2016-10-173-0/+37
* Regenerate GIR-based bindingsRico Tzschichholz2016-10-1521-94/+94
* girparser: Use type_id information from gir if not already overriddenRico Tzschichholz2016-10-151-26/+33
* Regenerate for GIR-based bindings including array-related metadata fixesRico Tzschichholz2016-10-154-29/+33
* girparser: More complete parsing of field informationRico Tzschichholz2016-10-151-4/+15