Commit Graph

  • 411d1450b0 Add timestamp support using the new core:time Mikkel Hjortshoej 2018-12-08 16:02:33 +01:00
  • 984fa1c672 remove ident from logger struct Mikkel Hjortshoej 2018-10-31 19:20:55 +01:00
  • 12c810f85d Add a file-, console- and multi-logger Mikkel Hjortshoej 2018-10-23 20:39:56 +02:00
  • 3bf01c8498 package time (windows only at the moment) gingerBill 2018-12-08 14:32:00 +00:00
  • d05837ab6d Labels for block and if statements (break only) gingerBill 2018-12-08 14:12:52 +00:00
  • 4369a1714e Fix automatic subtype casting bug gingerBill 2018-12-08 13:31:25 +00:00
  • 13f084a219 Fix foreign export #294 gingerBill 2018-12-08 11:45:08 +00:00
  • 4205f0f0b1 Remove dummy testing code gingerBill 2018-12-08 11:26:13 +00:00
  • bd62bceca6 Fix BigInt normalization issue #293 gingerBill 2018-12-08 11:25:35 +00:00
  • ff6ec860b3 Fix typo gingerBill 2018-12-08 11:06:32 +00:00
  • 2bf60d3337 Merge pull request #291 from dimenus/master gingerBill 2018-12-08 11:05:59 +00:00
  • f288614eaf style fixes & PR changes dimenus 2018-12-06 11:44:59 -06:00
  • 9761d54c24 added win32 vk codes dimenus 2018-12-05 14:37:47 -06:00
  • 3794914478 fixed typo in 'GetMonitorInfoA' & added additional window styles dimenus 2018-12-05 11:13:43 -06:00
  • 3e11b4fe1e Reorganize decl attribute code gingerBill 2018-12-04 21:02:12 +00:00
  • 50c3f4d74e Add package encoding/cel gingerBill 2018-12-03 20:26:10 +00:00
  • 304c7594cd Ignore ir_emit_byte_swap for constant values gingerBill 2018-12-02 20:59:08 +00:00
  • d02b050850 Fix typos for OS X debug builds gingerBill 2018-12-02 19:39:21 +00:00
  • 17b0e3a1a1 Fix bit sets with custom endian underlying type gingerBill 2018-12-02 19:27:42 +00:00
  • 28583bfff8 Change procedure group syntax from proc[] to proc{}; deprecate proc[] (raises warning currently) gingerBill 2018-12-02 18:01:03 +00:00
  • b2df48dadb Fix typo for little endian integers gingerBill 2018-12-02 16:14:57 +00:00
  • 04a853c6fe Fix double declarations of bswaps in LLVM IR gingerBill 2018-12-02 16:02:00 +00:00
  • 84f0c975b5 Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2018-12-02 15:54:04 +00:00
  • 00161023cd Endian specific integers: e.g. i32 i32le i32be gingerBill 2018-12-02 15:53:52 +00:00
  • 7f063eb5e7 Add new demonstration for Packages, Bit Sets, and cstring gingerBill 2018-12-02 13:18:55 +00:00
  • 784c48c9e3 Redefine how union tag size is calculated to match alignment of the union 0.9.1 gingerBill 2018-11-29 23:00:16 +00:00
  • 008d8f25c8 Fix assertion on union assignment in compound literal gingerBill 2018-11-29 22:50:08 +00:00
  • 7ffcf34dca Modify how custom alignment is printed for LLVM IR gingerBill 2018-11-29 22:47:08 +00:00
  • f3a4904f21 Hack: union compound literal fix gingerBill 2018-11-29 22:23:30 +00:00
  • 3aec78b1d4 Lock on possible race condition in parser gingerBill 2018-11-29 20:27:48 +00:00
  • a3e6e8d304 Allow single field struct #raw_union gingerBill 2018-11-29 19:46:45 +00:00
  • a747c03f29 Fix #complete switch on pointers to unions #286 gingerBill 2018-11-29 18:36:45 +00:00
  • 2301ae157c Fix recursive loop bug for is_type_polymorphic gingerBill 2018-11-28 16:47:20 +00:00
  • d3c7d6d485 Fix #284 gingerBill 2018-11-26 10:55:15 +00:00
  • 9b063ad9a3 Fix poly proc determination by cloning the signature node gingerBill 2018-11-25 17:57:49 +00:00
  • c2f9bf489e Fix debug information for entities without an associated identifier gingerBill 2018-11-25 17:31:53 +00:00
  • e496b95881 Subset and superset operators for bit_set: < <= > >= gingerBill 2018-11-25 16:19:17 +00:00
  • 444f4f446a -vet flag to do basic vetting of code gingerBill 2018-11-25 14:14:58 +00:00
  • 41ad896f3f Update README.md gingerBill 2018-11-25 11:21:11 +00:00
  • 0a4b88f9a6 Fix Issue with referencing a polymorphic struct in another package referencing itself #283 gingerBill 2018-11-25 10:35:49 +00:00
  • 4c2f03b1f2 Fix compile time bounds check test gingerBill 2018-11-23 10:38:17 +00:00
  • 52dcaeb1e9 Fix transmute with cstring and integers gingerBill 2018-11-22 20:59:24 +00:00
  • f96fbc94c8 v0.9.0 Release v0.9.0 gingerBill 2018-11-22 10:25:01 +00:00
  • bb62bed981 Remove assert that should have never been there gingerBill 2018-11-22 09:53:08 +00:00
  • bc6b8c5332 Remove dead code gingerBill 2018-11-22 09:52:25 +00:00
  • 6ab6447791 Fix is_type_polymorphic infinite recursion bug gingerBill 2018-11-22 09:41:08 +00:00
  • f61c4715c1 Allow opaque to be polymorphic gingerBill 2018-11-17 10:08:06 +00:00
  • 3061bc8478 Fix error with polymorphic structs #279 gingerBill 2018-11-17 10:05:35 +00:00
  • d035d48c8e Fix issue #280 gingerBill 2018-11-17 09:45:52 +00:00
  • b55b1ffe14 opaque keyword and type gingerBill 2018-11-11 17:08:30 +00:00
  • 620d5d34f7 Fix issue with complication of -debug that is caused sometimes due to lambda procedures. gingerBill 2018-11-11 11:44:55 +00:00
  • f9654b6c36 Fix package usage with when on import #278 gingerBill 2018-11-07 16:11:14 +00:00
  • 6659ceb551 Allow comparisons of cstring; Add resize gingerBill 2018-10-31 10:04:30 +00:00
  • 5aa591d884 Fix debug info issue gingerBill 2018-10-29 22:16:43 +00:00
  • efe91b1f91 Disable debug info for bit fields gingerBill 2018-10-29 18:10:44 +00:00
  • 7c99884afb Fix CompositeType for zero length arrays gingerBill 2018-10-29 12:52:41 +00:00
  • dfd7a194ed Fix big int shifts of 0 gingerBill 2018-10-28 09:32:59 +00:00
  • 2ddb27869b Built-in procedure #defined gingerBill 2018-10-27 18:44:28 +01:00
  • 5c608b01ba Place optimization level flag in condition again; -memcpyopt -die only in non-debug builds gingerBill 2018-10-24 10:19:01 +01:00
  • 2bd85e764e Merge pull request #260 from lachsinc/master gingerBill 2018-10-24 09:40:05 +01:00
  • 822e4894f2 Minor logic change for reserved package names gingerBill 2018-10-20 21:19:40 +01:00
  • ce2e23849e Fix context initialization gingerBill 2018-10-20 16:34:56 +01:00
  • 099995e7dd Add basics for context-based Logger gingerBill 2018-10-20 13:02:30 +01:00
  • 72f4186b21 Fix atomic.odin gingerBill 2018-10-20 12:55:48 +01:00
  • 3742d9e7e9 Move atomic intrinsics to the new built-in package intrinsics gingerBill 2018-10-20 10:44:02 +01:00
  • 4ac1218bf8 sync atomics "wrapper" procedures gingerBill 2018-10-17 21:43:05 +01:00
  • b171cc41e6 __atomic_* "intrinsics" using LLVM instructions gingerBill 2018-10-17 21:16:01 +01:00
  • efc3a9e69d Merge pull request #274 from hazeycode/fix/245 gingerBill 2018-10-17 15:29:56 +01:00
  • 307c58d908 Fix compilation error #272 gingerBill 2018-10-17 15:27:36 +01:00
  • ae02e9c34a Use name of source file as output_name Chris Heyes 2018-10-16 23:56:19 +01:00
  • 139fa55c27 Merge pull request #1 from hazeycode/fix/272 Chris Heyes 2018-10-16 19:30:02 +01:00
  • 562bb6e4c4 Fix syntax error in core/os/os_linux.odin Chris Heyes 2018-10-15 21:24:42 +01:00
  • ef2931d4a5 Remove AstTypeType gingerBill 2018-10-13 14:07:00 +01:00
  • 2d4aa2be6d Remove type as being a keyword gingerBill 2018-10-13 14:04:34 +01:00
  • 42b42db675 Add unimplemented and unreachable procedures; make os.exit a diverging procedure gingerBill 2018-10-13 13:19:52 +01:00
  • 73e9dbbf8c switch on typeid with type cases gingerBill 2018-10-13 11:07:56 +01:00
  • 0971a59493 Update runtime printing code gingerBill 2018-10-11 18:19:29 +01:00
  • 627c91124a Merge pull request #271 from Breush/267-bugfix-linux-heap-alloc-zero gingerBill 2018-10-09 21:49:14 +01:00
  • 4eba717281 Fixed heap alloc not allowing empty structs on Linux - Fixes #267 Alexis Breust 2018-10-09 08:34:48 +02:00
  • 9623e5e032 Merge pull request #270 from Breush/263-bugfix-leading-zeros-count gingerBill 2018-10-08 09:39:43 +01:00
  • 805cc48f03 Replaced __builtin_clz by long long version - Fixes #268 Alexis Breust 2018-10-08 08:23:50 +02:00
  • d894fb3708 Cleanup comments. lachsinc 2018-10-06 09:09:12 +10:00
  • b6ca913cff Cleanup hack as all types appear to be handled!.. lachsinc 2018-10-05 17:12:45 +10:00
  • 39db428603 Add complex debug info. lachsinc 2018-10-05 17:10:58 +10:00
  • 992502f03b Add debug info for proc ptrs. lachsinc 2018-10-05 16:49:48 +10:00
  • edc3a9392a Cleanup. lachsinc 2018-10-05 15:03:13 +10:00
  • f881ebd007 Cleanup unused AllProcs. lachsinc 2018-10-05 14:51:08 +10:00
  • 11ea03d2e8 Tuple debug info (untested). Generated locals now flow through debug info. lachsinc 2018-10-05 14:33:39 +10:00
  • 99b4d59f44 Add arg # for proc param locals. lachsinc 2018-10-05 12:57:06 +10:00
  • dfeefc5179 Fix dgb.declare using different location to it's associated instructions. lachsinc 2018-10-05 12:46:53 +10:00
  • ab46406f4d Fix debug info for unnamed aggregate types. lachsinc 2018-10-05 12:27:36 +10:00
  • 48ad147818 Cleanup; Move enums/globals di inside CompileUnit. Minor comment cleanup. lachsinc 2018-10-04 14:09:17 +10:00
  • 79d49f1955 Lexical block debug info. lachsinc 2018-10-04 13:43:52 +10:00
  • 1ccc8700e4 bit_set / bit_field debug info. lachsinc 2018-10-02 03:39:35 +10:00
  • f38d70a235 Cleanup. lachsinc 2018-10-01 01:21:15 +10:00
  • b37b7a0f72 Cleanup. lachsinc 2018-10-01 01:10:22 +10:00
  • f8d7f42208 Minor cleanup. lachsinc 2018-10-01 00:17:42 +10:00
  • db0756a119 Stepping working. Cleanup. lachsinc 2018-10-01 00:02:41 +10:00
  • 1a4e25f141 Prefix runtime procedures gingerBill 2018-09-29 21:09:19 +01:00
  • 79ade6ac7b Add various debug location stuff. lachsinc 2018-09-30 04:47:21 +10:00