Commit History

Author SHA1 Message Date
  gingerBill 14eeee40b2 Update demo.odin 7 years ago
  gingerBill 038dea9202 v0.8.1 7 years ago
  gingerBill 0ae3484171 Fix zero value initialization in IR 7 years ago
  gingerBill 54976c3249 v0.8.0 7 years ago
  gingerBill 8f913c656c Fix error reporting for assignment to a built-in procedure (#183) 7 years ago
  gingerBill 001b48a5c6 Change local variable alignment to 16 bytes for the time being 7 years ago
  gingerBill 54929a1b92 Minor `context` fix 7 years ago
  gingerBill 92780e2683 `distinct` keyword for type declarations 7 years ago
  gingerBill 2891988d3b Add extra check to ir_emit_zero_init 7 years ago
  gingerBill c1728914c6 Fix typos `#type_alias` 7 years ago
  gingerBill ed2f49e8d2 Remove dead code; Fix issue regarding order of evaluation of function parameters (in C++) depending on the compiler (clang vs gcc vs msvc) 7 years ago
  gingerBill 8a76a370a9 Merge pull request #182 from ThisDrunkDane/master 7 years ago
  Mikkel Hjortshoej 1160fd4331 functions, structs and constants related to getting file notifications 7 years ago
  gingerBill 0134c38759 Fix issue #181 7 years ago
  gingerBill d079095517 Fix bug #179 7 years ago
  gingerBill 028d628e9f Add extra zero init for IR 7 years ago
  gingerBill 5e4b62acfe Fix literal 7 years ago
  gingerBill 9366fa8e95 Simplify printing for float and complex types 7 years ago
  gingerBill 369db3a8e3 Add `__print_type` to runtime 7 years ago
  gingerBill 8c360b2a3c Reduce type info data size in IR 7 years ago
  gingerBill b66e7bed45 Improve min-dep for Type Info 7 years ago
  gingerBill e919482aa8 Add ir_emit_store_union_variant to reduce alloca use 7 years ago
  gingerBill dce45e7d58 Add ODIN_DEBUG 7 years ago
  gingerBill 1a0877e965 Fix minimum dependency generation for foreign entities 7 years ago
  gingerBill 0361a18551 Remove old math constants 7 years ago
  gingerBill 83d90f1463 Extra check for `type_info` cycle checking 7 years ago
  gingerBill f661ae9d09 Fix issue with proc group cycles #176 7 years ago
  gingerBill bee4cb57f2 Fix printf bug #177 7 years ago
  gingerBill 53b670b889 Merge branch 'master' of https://github.com/odin-lang/Odin 7 years ago
  gingerBill e2600a3e44 Fix #178 7 years ago