Commit Graph

  • 82275082ff Add #force_inline parsing directly to expression statements gingerBill 2021-02-25 10:01:12 +00:00
  • fc48e9638a Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2021-02-25 09:55:56 +00:00
  • 4a69bfada1 Remove #force_inline for and only have #unroll for gingerBill 2021-02-25 09:55:48 +00:00
  • 4d13a43590 Enforce -llvm-api on Mac M1 gingerBill 2021-02-25 00:39:44 +00:00
  • b2fdb53e26 fix timings.cpp for M1 gingerBill 2021-02-25 00:39:26 +00:00
  • 58422711d1 Remove sret attribute in llvm_abi.cpp gingerBill 2021-02-25 00:22:47 +00:00
  • ba817d153c Get compiling on Mac Mini M1 gingerBill 2021-02-24 23:21:34 +00:00
  • 2d88c6c6a5 Begin work on aarch64 ABI for -llvm-api gingerBill 2021-02-24 16:49:19 +00:00
  • a6fdb5eb5e Add -DUSE_NEW_LLVM_ABI_SYSTEM by default to Windows build for -llvm-api gingerBill 2021-02-24 16:00:05 +00:00
  • 425bb0579e Default to -microarch:generic gingerBill 2021-02-24 15:59:31 +00:00
  • a9af8b093d Fix -build-mode:shared on Darwin Tetralux 2021-02-24 02:17:08 +00:00
  • 8f9111e552 Build tag to make all declarations within a file private to the package //+private gingerBill 2021-02-23 20:40:48 +00:00
  • 731e6ca3a6 Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2021-02-23 20:40:09 +00:00
  • 79eb46bce3 Replace inline uses in the rest of core with #force_inline gingerBill 2021-02-23 20:39:59 +00:00
  • d39d238754 Merge pull request #851 from WalterPlinge/master gingerBill 2021-02-23 20:17:47 +00:00
  • 0e9dee62bf Update extended.odin WalterPlinge 2021-02-23 20:10:43 +00:00
  • 533dde4648 Add deprecation message for inline and no_inline to use #force_inline and #force_no_inline instead gingerBill 2021-02-23 16:22:28 +00:00
  • 6988b12012 Replace inline with #force_inline in sys/es/api.odin gingerBill 2021-02-23 16:15:37 +00:00
  • aa93305015 Replace usage of inline proc with #force_inline proc in the core library gingerBill 2021-02-23 16:14:47 +00:00
  • 41b854f192 Remove #opaque types gingerBill 2021-02-23 15:45:06 +00:00
  • 28f279329d Remove bit_field keyword and parsing logic gingerBill 2021-02-23 15:29:54 +00:00
  • fe33a64b2e Remove #opaque usage in core library gingerBill 2021-02-23 15:21:05 +00:00
  • f95185a16e Fix new flags gingerBill 2021-02-23 15:05:03 +00:00
  • 01313eec7f Add flags -ignore-warnings and -warnings-as-errors gingerBill 2021-02-23 14:59:28 +00:00
  • a1693c0184 Deprecate inline for in favour of #unroll for gingerBill 2021-02-23 14:45:15 +00:00
  • 657c0ac4f5 Update odin/parser gingerBill 2021-02-23 14:38:46 +00:00
  • 908a403d78 Add #force_inline, #force_no_inline and #unroll for the transition to deprecate and then remove the keywords inline and no_inline inline for will be replaced with #unroll for gingerBill 2021-02-23 14:37:05 +00:00
  • 28ed310f31 Remove "pure" and "pure_none" calling conventions gingerBill 2021-02-23 13:10:23 +00:00
  • a652c24ac3 Remove opaque keyboard gingerBill 2021-02-23 13:02:18 +00:00
  • 595885d3db Remove bit_field in type info, runtime, and general core library gingerBill 2021-02-19 11:36:23 +00:00
  • efdee0dafb Remove bit_field type from Odin (keyword and dead runtime code still exists) gingerBill 2021-02-19 11:31:14 +00:00
  • f332cf498d Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2021-02-19 00:05:02 +00:00
  • 6ae619c0a6 Add to package math/bits bitfield_extract and bitfield_insert gingerBill 2021-02-19 00:04:48 +00:00
  • 7ea86f9c91 Merge pull request #844 from DanielGavin/master gingerBill 2021-02-12 22:44:22 +00:00
  • 0f11c47579 set the correct allocators and ignore the previous and parent directory in readdir. DanielGavin 2021-02-12 23:22:53 +01:00
  • 5cced38a6e Add kernel32 memory api gingerBill 2021-02-11 15:31:51 +00:00
  • d5dfa14f18 Clear up fmt.wprint* length logic gingerBill 2021-02-11 10:44:38 +00:00
  • fa02dc9736 Fix #840 gingerBill 2021-02-11 10:15:58 +00:00
  • 92431c83ec Change default_temp_allocator_proc behaviour to use the default_allocator when the backing data has not been set. gingerBill 2021-02-09 14:00:59 +00:00
  • f5418837f0 Minor style clean up gingerBill 2021-02-04 15:02:07 +00:00
  • 825c5a963f Improve fmt's %#v behaviour for nested records gingerBill 2021-02-04 14:52:23 +00:00
  • f50ea36c70 Fix miscorrect type usage gingerBill 2021-02-04 14:24:42 +00:00
  • de9b6e3f6e Correct sys/win32 to match sys/windows gingerBill 2021-02-04 13:50:48 +00:00
  • 415379e1cf Fix delete_map gingerBill 2021-02-02 16:30:34 +00:00
  • d168c7936e Fix slices of slices in procedures for -llvm-api gingerBill 2021-01-27 15:56:32 +00:00
  • aed63a6e8b Update package reflect gingerBill 2021-01-27 15:27:59 +00:00
  • 98521618e6 Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2021-01-27 15:27:45 +00:00
  • e64eb74eef Fix #831 gingerBill 2021-01-27 15:27:38 +00:00
  • 31528f5ea2 Merge pull request #836 from laleksic/master gingerBill 2021-01-26 12:29:33 +00:00
  • ac184957db Fix CI Luka Aleksić 2021-01-21 20:55:58 +01:00
  • 92e23ec397 * Add some procedures to path_unix to mirror the path_windows API * Add files stat_linux and dir_linux to mirror the stat/dir_windows API * Add helper functions to os_linux that are used by the above Luka Aleksić 2021-01-21 20:20:38 +01:00
  • c71c86f563 Merge pull request #821 from corruptmemory/corruptmemory/fix-for-c_vararg gingerBill 2021-01-21 16:09:50 +00:00
  • 773be83cad Merge pull request #835 from laleksic/master gingerBill 2021-01-21 16:09:20 +00:00
  • e789e1eac1 Merge pull request #834 from DanielGavin/master gingerBill 2021-01-21 16:08:30 +00:00
  • 00ebc877a1 Tracking allocator now tracks bad free calls Luka Aleksić 2021-01-21 00:19:56 +01:00
  • 3224869c29 handle expr is null in parse_binary_expr DanielGavin 2021-01-20 16:10:16 +01:00
  • 38c6182280 Merge branch 'master' of https://github.com/DanielGavin/Odin DanielGavin 2021-01-20 16:05:15 +01:00
  • 24db60eb4b Fix for c_vararg issue Jim Powers 2021-01-01 16:41:07 -05:00
  • 53d8ec4d15 Add extra error checks gingerBill 2021-01-18 11:34:09 +00:00
  • 2990b3efd5 Fix #825 gingerBill 2021-01-17 11:59:51 +00:00
  • c653e400db Add extra error checking in parser.cpp gingerBill 2021-01-15 16:15:03 +00:00
  • e884f8c165 Fix typo gingerBill 2021-01-15 15:46:15 +00:00
  • 3bcccf88d5 vet all core packages gingerBill 2021-01-09 23:43:34 +00:00
  • 9e8c46b8de Add time.Tick for performance related timings gingerBill 2021-01-09 01:08:16 +00:00
  • fba4bfb2d5 Minor cleanup of slice/slice.odin code gingerBill 2021-01-09 00:40:30 +00:00
  • 79432be784 Add the mini ginger* hashes to package hash gingerBill 2021-01-09 00:33:34 +00:00
  • 56980e51da Update package io gingerBill 2021-01-09 00:30:10 +00:00
  • 37253f2621 Add encoding/csv Writer gingerBill 2021-01-09 00:21:47 +00:00
  • da380d6fc4 Add encoding/csv Reader gingerBill 2021-01-08 23:24:35 +00:00
  • bf183b2c2c Update c/frontend/preprocessor gingerBill 2021-01-06 11:22:15 +00:00
  • a07d199a48 Add slice.map_keys, slice.map_values, slice.map_entries, slice.map_entry_infos gingerBill 2021-01-06 11:21:22 +00:00
  • fa0e4c1294 Add -no-entry-point to help gingerBill 2021-01-04 08:56:42 +00:00
  • 60fe3c9ec6 Remove unused import from doc.odin gingerBill 2021-01-02 16:50:24 +00:00
  • a6ce417a35 Clean up doc.odin gingerBill 2021-01-02 16:44:32 +00:00
  • 6523aefdcc Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2021-01-02 16:36:51 +00:00
  • 31c4a9d770 Add packages "core:c/frontend/tokenizer" and "core:c/frontend/preprocessor" gingerBill 2021-01-02 16:36:43 +00:00
  • 9fa6427a18 Merge pull request #816 from kennethmaples/file-time-fix gingerBill 2020-12-29 11:38:17 +00:00
  • 6d5bd8bead Fix layout of Stat for linux and make usage consistent across unix variants kennethmaples 2020-12-29 17:45:19 +08:00
  • 98ad912509 Fix typo gingerBill 2020-12-27 16:16:04 +00:00
  • bd6ead32f8 Merge pull request #1 from odin-lang/master DanielGavin 2020-12-18 14:19:03 +01:00
  • 3558848da8 Fix ir_print.cpp for typeid constants gingerBill 2020-12-17 17:36:59 +00:00
  • 720f2c7c61 Allow check_expr_with_type_hint to allow assignment of types to typeid without requiring typeid_of gingerBill 2020-12-17 14:23:45 +00:00
  • e6dfc22b8a Add bytes.buffer_write_to and bytes.buffer_read_from gingerBill 2020-12-17 00:47:05 +00:00
  • 1470cab842 Make bytes.odin consistent with strings.odin in functionality gingerBill 2020-12-17 00:36:25 +00:00
  • a31b992d2b Rename bytes/strings.odin to bytes/bytes.odin gingerBill 2020-12-17 00:25:05 +00:00
  • 5faa560f82 Make container.Map have similar semantics to the built-in map type gingerBill 2020-12-15 23:23:07 +00:00
  • 6c2b93d519 Improve text/scanner whitespace parameter to use a bit_set instead; Improve error message for for x in y where y is not iterable but allows in as an operator gingerBill 2020-12-15 22:28:40 +00:00
  • 2957da538d Add strings.Intern gingerBill 2020-12-15 22:07:53 +00:00
  • 089eccb245 Fix minor constant value declaration bug gingerBill 2020-12-14 22:47:21 +00:00
  • cbd4aa5392 Remove unused constant gingerBill 2020-12-14 17:40:57 +00:00
  • 1d333fedaa Support %i as an alternative to %d gingerBill 2020-12-14 17:00:29 +00:00
  • 82d63306c4 Fix enumerated array index printing bug #808 gingerBill 2020-12-14 16:55:19 +00:00
  • 416051f17b Fix #811 gingerBill 2020-12-14 16:39:31 +00:00
  • f6e2d74d10 Keep -vet happy gingerBill 2020-12-14 14:36:45 +00:00
  • aa2562fe7c Replace procedure call gingerBill 2020-12-14 14:33:32 +00:00
  • c17d17a9b4 Remove unused procedure gingerBill 2020-12-14 14:32:34 +00:00
  • 404c9e40ee Update io/util.odin gingerBill 2020-12-14 14:31:18 +00:00
  • 34788bfced Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2020-12-13 17:09:47 +00:00
  • cffbd2d276 Add odin/parser/parse_files.odin gingerBill 2020-12-13 17:09:41 +00:00
  • 9250e4d3df Merge pull request #810 from oskarnp/fix-math-factorial gingerBill 2020-12-13 11:17:59 +00:00