Commit Graph

  • 88e1b93786 Fix som JSON parsing bugs. Kevin Watters 2019-04-06 09:19:09 -04:00
  • 62f5eb5bca Fix som JSON parsing bugs. Kevin Watters 2019-04-06 09:19:09 -04:00
  • 6ab471ff87 Merge branch 'master' of github.com:odin-lang/Odin Kevin Watters 2019-04-06 08:41:56 -04:00
  • 155b138aa4 call_external_process cleanup Jeroen van Rijn 2019-04-05 13:18:50 +02:00
  • a730b04bf1 Add helpers to launch process and open website. Jeroen van Rijn 2019-04-05 13:02:49 +02:00
  • 957e1e1f07 Merge branch 'master' of github.com:odin-lang/Odin Kevin Watters 2019-04-01 09:34:25 -04:00
  • 133f88406f The Proposal Process gingerBill 2019-03-31 23:50:56 +01:00
  • ecd2eacd75 Remove dead keywords; Fix min and max for enum types gingerBill 2019-03-31 22:35:05 +01:00
  • 2614830c69 Minor code organization change gingerBill 2019-03-31 18:29:57 +01:00
  • 381fbd3daf Merge branch 'master' of github.com:odin-lang/Odin Kevin Watters 2019-03-31 12:03:22 -04:00
  • dd9113786c Remove -keep-temp-files from the build.bat gingerBill 2019-03-31 13:06:01 +01:00
  • 1354f53d02 Remove derived from context; Fix parsing issue for typeid specializations in record parameters; Fix runtime printing of types gingerBill 2019-03-31 11:58:54 +01:00
  • 564e85ee29 Modify ir_generate_array name logic slightly gingerBill 2019-03-31 11:22:27 +01:00
  • ef04d13337 Use context for assert-based things. gingerBill 2019-03-30 15:10:40 +00:00
  • 68d4bde82f Overrideable stdin, stdout, stderr at the context level gingerBill 2019-03-30 14:51:42 +00:00
  • a019059975 Fix -vet for demo.odin gingerBill 2019-03-30 10:52:53 +00:00
  • 7580ec494b Disallow ambiguous singularly variadic polymorphic parameters #361 gingerBill 2019-03-30 10:43:53 +00:00
  • a9b20c29b1 Fix slicing issue; Change path of math/bits in package json #363 gingerBill 2019-03-30 10:17:31 +00:00
  • 76a2807b56 Remove unused import from demo.odin. Kevin Watters 2019-03-26 11:20:49 -04:00
  • 14ff561f6c Merge branch 'master' of github.com:odin-lang/Odin Kevin Watters 2019-03-26 11:17:58 -04:00
  • 1fd677b42e Remove *_remove from demo and use built-in versions gingerBill 2019-03-25 21:29:21 +00:00
  • 6b18b90222 Fix possible buffer overflows in package strconv gingerBill 2019-03-25 21:26:23 +00:00
  • 9e6d488063 Modify slice_expr_error_* logic to change depending on which parameters are passed gingerBill 2019-03-25 21:20:12 +00:00
  • 4a15689776 Remove bounds checks for slice expressions with both indices empty gingerBill 2019-03-25 21:00:45 +00:00
  • c785c3569f Fix runtime.*_expr_error error gingerBill 2019-03-25 20:42:47 +00:00
  • e6f9b4fb11 Fix some -vet warnings; change import to core:math/bits Kevin Watters 2019-03-25 09:23:46 -04:00
  • b978959fae Improve package strconv gingerBill 2019-03-24 20:58:01 +00:00
  • 8b09ab6fe7 Move core:bits to core:math/bits gingerBill 2019-03-24 20:39:01 +00:00
  • 2347dca9d9 Improve package math/rand gingerBill 2019-03-24 20:36:39 +00:00
  • 2ada90e094 Improve a tokenizer error message; Add extra tokens for in and notin for fun! gingerBill 2019-03-24 19:12:41 +00:00
  • a137a06b00 Allow implicit selectors to unions with only one enum variant gingerBill 2019-03-24 12:14:45 +00:00
  • b1684fe455 @(private) for foreign blocks; Improve foreign signature similarity rules gingerBill 2019-03-24 11:58:26 +00:00
  • 886054f0f8 Add error message for when trying to assign a type to a variable. gingerBill 2019-03-22 13:55:29 +00:00
  • 0e1cfa5a0a Disallow casting to and from cstring/pointers TODO: get a better error message gingerBill 2019-03-19 20:34:06 +00:00
  • 400558abcd Fix fmt.println a rawptr causes access violation #356 gingerBill 2019-03-19 20:27:29 +00:00
  • d75634ff5e Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2019-03-19 20:22:32 +00:00
  • 0c04b9398a Fix bug with assigning certain integers to a bit_field #353 gingerBill 2019-03-19 20:22:25 +00:00
  • e3d1d1d85c Merge branch 'master' into master Brendan Punsky 2019-03-18 17:22:57 -04:00
  • b6ea7b7418 Fix temp allocation on linux Brendan Punsky 2019-03-18 17:19:21 -04:00
  • 7426f3b092 Fix null termination detection, win32 namespacing Brendan Punsky 2019-03-18 17:11:17 -04:00
  • 299c299dff Add linux support Brendan Punsky 2019-03-18 17:07:36 -04:00
  • 290c111206 Merge pull request #355 from mattt-b/master Jeroen van Rijn 2019-03-18 15:27:07 +01:00
  • 314d5a778e Replace calls to deprecated string functions on linux matt 2019-03-18 07:13:52 -07:00
  • dc706d8a6b Vet CEL Jeroen van Rijn 2019-03-17 23:27:13 +01:00
  • a6fb2dd587 Fix Erroneous redeclaration error with using import #354 gingerBill 2019-03-17 20:43:54 +00:00
  • 4e93b70f8a Fix bit_field scoping bug gingerBill 2019-03-17 14:48:32 +00:00
  • 1eaa47ebae Fix using import behaviour - #352 gingerBill 2019-03-17 13:03:39 +00:00
  • 3a31444656 Minor changes to fmt of auto deferencing gingerBill 2019-03-16 11:00:37 +00:00
  • f7efaf2ba2 fmt.printf support for pointer to container (one level deep) gingerBill 2019-03-16 00:10:57 +00:00
  • 14c6f2f258 Add extra pointer printing options to fmt.printf gingerBill 2019-03-15 23:49:47 +00:00
  • 231f3cc15a %h support in fmt.printf for hexadecimal floats gingerBill 2019-03-15 23:22:05 +00:00
  • 332e598357 %e and %g support in fmt.printf gingerBill 2019-03-15 23:13:06 +00:00
  • 716373836c Disallow attributes on alias declarations gingerBill 2019-03-15 19:01:36 +00:00
  • fdb60b2d51 Improve package strings gingerBill 2019-03-15 18:30:39 +00:00
  • 885c5dc8b7 Fix issue with deferred_* attributes gingerBill 2019-03-15 16:39:49 +00:00
  • 394baa9ddd Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2019-03-15 15:41:15 +00:00
  • 3d86fc2f2f Minor adjustments gingerBill 2019-03-15 15:41:06 +00:00
  • 61b07335d8 Fix build error on !Windows. Jeroen van Rijn 2019-03-15 07:37:20 +01:00
  • 712744ef36 Fix ir_copy_value_to_ptr usage in ir_emit_call #350 gingerBill 2019-03-14 23:41:48 +00:00
  • dbcd49acfc Add -pdb-name for custom names of PDBs gingerBill 2019-03-14 23:26:32 +00:00
  • 291bf0c143 Fix #raw_union bug caused by typo #349 gingerBill 2019-03-14 23:25:55 +00:00
  • e398c074db Fix typo Brendan Punsky 2019-03-13 18:37:01 -04:00
  • eadb66c9ef Merge branch 'master' into master Brendan Punsky 2019-03-13 16:45:46 -04:00
  • 9d7e1c17cc Update kernel32.odin Brendan Punsky 2019-03-13 16:44:11 -04:00
  • 775b544326 Update path_windows.odin Brendan Punsky 2019-03-13 16:40:26 -04:00
  • da26e14959 Update path.odin Brendan Punsky 2019-03-13 16:38:02 -04:00
  • bdab5e00da Minor code clean up gingerBill 2019-03-11 19:52:40 +00:00
  • e781056df1 Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2019-03-11 09:32:24 +00:00
  • b08d944c33 Fix typo in demo.odin gingerBill 2019-03-11 09:32:15 +00:00
  • 4f24f1172e Stylistic improvements to new comdlg helpers. Jeroen van Rijn 2019-03-09 13:48:48 +01:00
  • 4446a1431a Merge pull request #348 from Kelimion/master Jeroen van Rijn 2019-03-09 12:51:14 +01:00
  • 090937f8af Add convenience functions for open + save dialogs. Jeroen van Rijn 2019-03-09 12:45:17 +01:00
  • d852b0c948 Add win32.get_cwd to return the current working directory Jeroen van Rijn 2019-03-09 11:08:50 +01:00
  • 007a7989b8 Add implicit selector expression examples to demo.odin gingerBill 2019-03-06 20:06:37 +00:00
  • 5c04800831 Add type inference to index expressions for maps gingerBill 2019-03-06 20:01:46 +00:00
  • c634d4a96d Using implicit selector expressions in the core library gingerBill 2019-03-06 19:13:50 +00:00
  • c67ea97845 Add implicit selector expressions for in/notin gingerBill 2019-03-06 19:08:37 +00:00
  • 15d3f4c190 Allow implicit selector expressions in switch statements gingerBill 2019-03-06 16:23:50 +00:00
  • 1b3ec66fa2 Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2019-03-06 16:19:55 +00:00
  • ad3b6ab718 Implicit Selector Expressions: .A gingerBill 2019-03-06 16:19:47 +00:00
  • 8c618225bf Merge pull request #347 from Kelimion/master Jeroen van Rijn 2019-03-04 13:46:51 +01:00
  • 1f5ab0b5f1 Fix typo in cel tokeniser. Jeroen van Rijn 2019-03-04 13:41:47 +01:00
  • 1652d5033b Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2019-03-03 12:09:06 +00:00
  • 9b4b20e8b1 package dynlib gingerBill 2019-03-03 12:08:26 +00:00
  • 8fb8b5ed7e Merge pull request #346 from Kelimion/fix-issue-345 Jeroen van Rijn 2019-03-03 13:00:00 +01:00
  • 7bd86bb3ec well, that was a stupid copy/paste bug Jeroen van Rijn 2019-03-02 13:24:11 +01:00
  • b6d6eb6ae2 Fix #345: Panic when using enum as map key Jeroen van Rijn 2019-03-02 13:21:01 +01:00
  • a126d2ba16 Merge remote-tracking branch 'upstream/master' into fix-issue-345 Jeroen van Rijn 2019-03-02 12:31:45 +01:00
  • 6faab8e47a Fix #345: panic when using enum as map key Jeroen van Rijn 2019-02-26 13:51:56 +01:00
  • 76a6757ee9 Add os.file_size_from_path gingerBill 2019-02-25 18:03:44 +00:00
  • 0c8746ada6 Add support for custom keywords in core:odin/* packages gingerBill 2019-02-25 12:41:43 +00:00
  • a0c81c79ad Fix bugs: Array Literals with constant elements; IR printing of raw procedure types gingerBill 2019-02-24 10:30:58 +00:00
  • cdfaa643cc Reimplement -collection; remove static from Odin tokenizer/parser in core library gingerBill 2019-02-23 23:30:03 +00:00
  • 989cc893ef FIX TYPO! gingerBill 2019-02-23 23:25:46 +00:00
  • 2878cd8241 New build flag: -define:foo=123 gingerBill 2019-02-23 23:21:27 +00:00
  • a9ab90bd24 Make static an attribute rather than a keyword prefix gingerBill 2019-02-23 22:17:27 +00:00
  • e551d2b25e Replace foreign export {} with @export gingerBill 2019-02-23 21:39:47 +00:00
  • 38ae2e9efa Allow basic arithmetic operations for vectors gingerBill 2019-02-23 18:05:41 +00:00
  • 684945ea57 Fix calling conventions for simd vector types gingerBill 2019-02-23 17:45:30 +00:00
  • 4c51384ad6 intrinsics.vector type (Experimental) gingerBill 2019-02-23 16:44:16 +00:00