aboutsummaryrefslogtreecommitdiff
path: root/core/sys/wgl.odin
Commit message (Expand)AuthorAgeFilesLines
* Parse directories to be packagesgingerBill2018-05-211-115/+0
* Update core library with `cstring`gingerBill2018-02-281-2/+2
* `distinct` keyword for type declarationsgingerBill2018-02-051-2/+2
* Make core library use procedure groupings rather than normal overloadinggingerBill2017-12-041-1/+1
* New slice memory layout (ptr+len); `byte`gingerBill2017-11-261-2/+2
* Fix fmt printing `uintptr` typegingerBill2017-11-041-1/+1
* Custom thread local modelsgingerBill2017-11-031-1/+0
* Infix proc calling convention `proc "std" (...)`gingerBill2017-10-291-4/+4
* Attributes; @(link_name="foo")gingerBill2017-10-291-16/+47
* Change `foreign_library` to `foreign import`gingerBill2017-10-151-1/+1
* Syntax: Replace `foreign_system_library "kernel.lib"` to `foreign_library "sy...gingerBill2017-10-151-1/+1
* `match` to `switch`; Optional semicolons after "import" statementsGinger Bill2017-10-011-2/+4
* Use comma for struct field separators (disallow nesting)Ginger Bill2017-09-211-29/+29
* Fix issue #94Ginger Bill2017-09-111-1/+1
* Remove `when` suffixes; Implement file scope `when` statement, evaluated in s...Ginger Bill2017-09-101-1/+1
* Library collectionsGinger Bill2017-09-071-1/+1
* Replace `import_load` with `using import .`Ginger Bill2017-08-271-1/+1
* v0.6.2; Use Ada_Case for typesv0.6.2Ginger Bill2017-08-031-18/+18
* Use semicolons as field delimiters in recordsGinger Bill2017-07-101-32/+30
* Disable polymorphic overloading in the global scopeGinger Bill2017-07-021-1/+1
* :: style procedure declarations; remove old parsing codeGinger Bill2017-06-281-16/+16
* Remove `type` prefix declarationsGinger Bill2017-06-281-46/+42
* Disable `var` and `const` declarationsGinger Bill2017-06-281-11/+10
* Declaration grouping uses () rather than {}; Fix some problem with compilatio...Ginger Bill2017-06-171-8/+8
* Declaration grouping uses braces rather than parenthesesGinger Bill2017-06-131-8/+8
* `foreign` blocks for proceduresGinger Bill2017-06-121-16/+18
* Update default field value syntax; Use more declaration groupingsGinger Bill2017-06-121-57/+63
* foreign_library allow for Pascal-style groupingGinger Bill2017-06-121-1/+1
* `import` and `import_load` as keywords; Fix procedure literal call trickGinger Bill2017-06-121-1/+1
* Prefix `type` and `let` to replace `immutable`Ginger Bill2017-06-121-9/+9
* Prefix `proc` syntaxGinger Bill2017-06-121-16/+16
* Remove := with var and :: with constGinger Bill2017-06-121-36/+36
* Make `rune` a basic type and not an alias; Remove `byte`Ginger Bill2017-06-061-22/+22
* Convert windows.odin to the new naming conventionGinger Bill2017-05-281-22/+22
* Change naming convention from Ada_Like to RustLikeGinger Bill2017-05-281-14/+14
* Fix alignment and size bug of enums; Remove #ordered and make the default #or...Ginger Bill2017-05-021-3/+3
* Fix slicing bug on dynamic arraysGinger Bill2017-04-111-2/+11
* Update and regression test old demosGinger Bill2017-04-021-0/+1
* windows.odin TYPE_NAME to Type_Name; More SSA work and SSA printing for debug...Ginger Bill2017-03-121-25/+25
* Fix overloading bug due to `#import .`; Add sys/wgl.odinGinger Bill2017-02-191-0/+72