Commit Graph

  • db2eff6847 Fix typo in json/parser.odin gingerBill 2019-01-14 20:44:27 +00:00
  • e047d9eb5e Update package json parser to store the end position on the values gingerBill 2019-01-14 15:51:52 +00:00
  • 3113e8c892 Minimize buffer size for write_u64 and write_i64 gingerBill 2019-01-13 21:40:18 +00:00
  • 19e37c852e Change deferred_* scoping behaviour for if gingerBill 2019-01-13 20:51:26 +00:00
  • 8fc24fd6f2 Replace deferred with deferred_none, deferred_in, deferred_out gingerBill 2019-01-13 19:34:08 +00:00
  • 493f11521d Check for _ for import names too gingerBill 2019-01-13 17:44:38 +00:00
  • 3363e2c199 Change import name determination rules Use custom name if given, then directory name, then the package name gingerBill 2019-01-13 11:54:25 +00:00
  • cf94d1735d Add extra explicit entity usage gingerBill 2019-01-13 11:24:03 +00:00
  • d9245a6af3 Update Makefile to reflect build.sh gingerBill 2019-01-13 11:19:01 +00:00
  • d453b9a5b1 Fix checking _ constant declarations with a procedure gingerBill 2019-01-10 11:22:52 +00:00
  • 5af20aa467 Make encoding/json use []byte rather than string gingerBill 2019-01-07 23:08:38 +00:00
  • cd2c4c02e1 Merge pull request #320 from thebirk/add-diff-to-time gingerBill 2019-01-07 15:52:33 +00:00
  • 6c21e99832 json.marshal gingerBill 2019-01-06 23:32:50 +00:00
  • 08598b9425 Support NaN and Infinity for JSON5 gingerBill 2019-01-06 22:25:02 +00:00
  • 6295f6747f strings.write_quoted_string gingerBill 2019-01-06 22:16:14 +00:00
  • 64f84ef9a3 fmt.printf("%q", str); (quotes strings) gingerBill 2019-01-06 22:11:45 +00:00
  • d1b9f3ac74 package json; JSON5 support gingerBill 2019-01-06 21:48:13 +00:00
  • d732a51587 Add json.is_valid file gingerBill 2019-01-06 20:44:52 +00:00
  • 9487f8c92e Add json.is_valid gingerBill 2019-01-06 20:44:39 +00:00
  • c5def60224 Begin work on package json gingerBill 2019-01-06 20:37:12 +00:00
  • ca2220214e Added diff() to core:time. thebirk 2019-01-06 19:40:57 +01:00
  • 6e6a053823 Add strings.destroy_builder gingerBill 2019-01-06 17:59:42 +00:00
  • 686e0ef3d1 Merge pull request #319 from mattt-b/master gingerBill 2019-01-06 15:22:21 +00:00
  • 594238a86c Reorganize fmt and strings; Replace fmt.String_Buffer with strings.Builder gingerBill 2019-01-06 14:41:42 +00:00
  • c60766f8e6 Vet time_linux matt 2019-01-06 05:25:27 -07:00
  • 5acea1bceb Source_Code_Location.hash; %#v printing for Source_Code_Location; allow typeid for map keys gingerBill 2019-01-05 15:56:47 +00:00
  • aac643f476 Remove debug printing text gingerBill 2019-01-05 11:30:13 +00:00
  • 37edbfeb74 Add missing types for min dep gingerBill 2019-01-05 11:18:43 +00:00
  • 51da3e469b Add win32 cursor stuff gingerBill 2019-01-05 11:16:14 +00:00
  • 9156af2bab Add missing types to minimum dependency checking gingerBill 2019-01-05 11:15:23 +00:00
  • 3a18ae3978 Remove alignment experiment gingerBill 2019-01-04 17:39:20 +00:00
  • f294c1adee ir_print: Ignore load's align (experimental idea as it might not be needed) gingerBill 2019-01-04 10:39:39 +00:00
  • bb93a8b131 Fix TODO ParameterValue_Location gingerBill 2019-01-04 10:19:39 +00:00
  • 5bfe5ad82e Remove unused directive gingerBill 2019-01-03 12:21:11 +00:00
  • dd28fe6e82 Update CEL gingerBill 2019-01-03 00:12:24 +00:00
  • cda0f4d8f3 Fix using struct cycle check gingerBill 2019-01-02 23:55:21 +00:00
  • 0546b5c218 Add sys/win32/comdlg32.odin gingerBill 2019-01-02 20:51:48 +00:00
  • 61a3e50d1b Reorganize sys/win32 gingerBill 2019-01-02 19:17:27 +00:00
  • 75aeb02c39 Merge pull request #315 from thebirk/fix-bud-for-lazy-bill gingerBill 2019-01-02 15:20:35 +00:00
  • a32f024d94 Fixed bug for Bill because he is a lazy boi. thebirk 2019-01-02 16:18:55 +01:00
  • 37d993c417 Merge pull request #314 from thebirk/int_from_arg_fix gingerBill 2019-01-02 15:01:45 +00:00
  • bcbb59dc11 Fixed int_from_arg not consuming argument. thebirk 2019-01-02 15:56:35 +01:00
  • c1ec45dc0a Update sys/win32; Add Menu stuff gingerBill 2019-01-01 20:18:48 +00:00
  • 0778d18bc7 Fix using with bit_field gingerBill 2019-01-01 15:11:54 +00:00
  • d7e9b8d374 Update README.md gingerBill 2019-01-01 14:06:15 +00:00
  • f647187e53 Fix defer on branching with new scoping rules gingerBill 2019-01-01 11:59:09 +00:00
  • 9dabbc2c95 Add entity use when using is applied to a variable declaration gingerBill 2018-12-31 16:43:58 +00:00
  • 4167168c63 Fix vetting gingerBill 2018-12-31 16:37:27 +00:00
  • aa156e4bfc Vet demo.odin gingerBill 2018-12-31 15:51:53 +00:00
  • 1c9656aedb Vet core library gingerBill 2018-12-31 15:50:49 +00:00
  • 8b2f902f3d Fix parsing issue with stray } and case at the file scope gingerBill 2018-12-31 15:20:47 +00:00
  • bbece7e910 Remove some unneeded zero emits gingerBill 2018-12-31 13:00:55 +00:00
  • e5f188241c Move error handling for bounds checking into separate procedures (eliminate caching issues) gingerBill 2018-12-31 11:41:56 +00:00
  • 6d3203c11b Remove useless assertion in find_import_path gingerBill 2018-12-30 15:40:45 +00:00
  • 5ba3d90893 Fix os_windows.odin bugs gingerBill 2018-12-30 14:43:39 +00:00
  • 894f267bbf Merge pull request #311 from mattt-b/master gingerBill 2018-12-30 09:50:00 +00:00
  • e084799b31 Fix bugs and inconsistencies with linux versions of os package matt 2018-12-30 02:06:41 -07:00
  • 3ba3421f5f Fix static procedure name mangling gingerBill 2018-12-29 19:57:25 +00:00
  • 2bbad5903f Add static to fix_advance_to_next_stmt gingerBill 2018-12-28 13:32:59 +00:00
  • a240a3d146 static variable declarations (Experimental) gingerBill 2018-12-28 13:31:06 +00:00
  • 775f1e2c95 Fix default parameter assignment checking gingerBill 2018-12-28 11:20:31 +00:00
  • 7c982b6e10 min & max for types gingerBill 2018-12-27 12:12:14 +00:00
  • cc14180e9d Update README.md gingerBill 2018-12-27 10:51:15 +00:00
  • b2d40680c8 Fix join and concatenate to use the supplied allocator gingerBill 2018-12-26 19:38:05 +00:00
  • 8662df2b7f Update package strings gingerBill 2018-12-26 19:33:56 +00:00
  • 6abbc9f1b5 Merge pull request #310 from mattt-b/master gingerBill 2018-12-26 17:37:20 +00:00
  • 66a9fde12c Remove #[...] attribute syntax. (Not really worth the change) gingerBill 2018-12-26 16:23:25 +00:00
  • eb5af2876a Support #[...] as an alternative attribute syntax (Experimentation between @() and #[]) gingerBill 2018-12-26 12:19:12 +00:00
  • 1f2fdddc6d Support #! comments gingerBill 2018-12-26 12:00:16 +00:00
  • 0bcf53b513 Fix os.open on linux/osx matt 2018-12-26 04:31:12 -07:00
  • 956dd26aa0 Fix race condition; Change for in addressing mode gingerBill 2018-12-24 16:11:24 +00:00
  • b504d6e12a notin operator gingerBill 2018-12-21 11:34:15 +00:00
  • b4e83a430a Add card procedure to measure cardinality of a bit_set gingerBill 2018-12-21 10:31:10 +00:00
  • e3d7e6f76a Fix typo in modf_f32 gingerBill 2018-12-20 18:11:27 +00:00
  • 5c3dc30dc0 More correct floor and ceil procedures. gingerBill 2018-12-20 10:54:56 +00:00
  • c508e46ed9 Merge pull request #308 from hasenj/master gingerBill 2018-12-18 13:05:44 +00:00
  • 9d85f236b8 fix missing declaration in osx Hasen Judy 2018-12-18 21:47:23 +09:00
  • 3a05a2e562 Fix not for bit sets gingerBill 2018-12-17 13:12:48 +00:00
  • 68384a452f Fix scoping determination for IR gingerBill 2018-12-17 11:36:15 +00:00
  • 34b6486361 Fix constant out of bounds bug gingerBill 2018-12-15 22:30:52 +00:00
  • 1ce90b2166 Remove weird bit_set shorthand; Add extra type hinting gingerBill 2018-12-15 21:46:27 +00:00
  • 9d6666f333 Disallow casting between cstring and []u8 gingerBill 2018-12-14 21:58:12 +00:00
  • d29335ecec Add deferred procedure associations to demo.odin gingerBill 2018-12-14 21:17:32 +00:00
  • 95873e66ab deferred procedure attribute gingerBill 2018-12-14 21:05:02 +00:00
  • b7eebe5d00 Fix polymorphic record types with constant value parameters gingerBill 2018-12-14 18:36:06 +00:00
  • 57d4333ed3 Fix polymorphic procedure generation with debug information gingerBill 2018-12-14 15:45:14 +00:00
  • 26f11f12ab Fix polymorphic type parameter argument count checking #298 gingerBill 2018-12-14 15:05:26 +00:00
  • 0b6fc19fb0 Allow polymorphic cast on fields with _ #302 gingerBill 2018-12-14 14:57:04 +00:00
  • f2dae7023f Fix polymorphic cast with pointers #303 gingerBill 2018-12-14 14:53:31 +00:00
  • f36775ffd8 Add endian specific integers to ir_debug_encoding_for_basic #307 gingerBill 2018-12-14 14:46:26 +00:00
  • 8702a8a477 Merge pull request #299 from CaptainKraft/master gingerBill 2018-12-14 14:44:34 +00:00
  • 47e31c3de8 Remove return value from append gingerBill 2018-12-14 14:40:27 +00:00
  • b1d0d82254 Fix #raw_union bug #306 gingerBill 2018-12-14 14:38:38 +00:00
  • 542e524a87 Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2018-12-14 14:35:48 +00:00
  • b54c35639b Fix issue with mixture of named and unnamed parameters for a struct literal gingerBill 2018-12-14 14:35:23 +00:00
  • cfcb0514bf Add the missing INVALID_HANDLE so that the demo will build and run on Linux. CaptainKraft 2018-12-09 20:52:03 -06:00
  • 1a6b7f9945 set time_linux IS_SUPPORTED to true Mikkel Hjortshoej 2018-12-08 21:12:01 +01:00
  • 03957cee64 Merge branch 'log_pr' Mikkel Hjortshoej 2018-12-08 21:08:27 +01:00
  • 1584260886 Add Linux support for core:time Jeroen van Rijn 2018-12-08 20:34:16 +01:00
  • a565d842da Copy instead of loop Mikkel Hjortshoej 2018-12-08 16:12:20 +01:00