Commit History

Author SHA1 Message Date
  gingerBill fd6e2ed5de Revert demo.odin 5 years ago
  gingerBill 7bd1039a49 Selector Call Expressions: `x->y(123) == x.y(x, 123)` 5 years ago
  gingerBill 76a230372f Merge branch 'master' of https://github.com/odin-lang/Odin 5 years ago
  gingerBill 86b613fb15 Remove the need for `type_of`, `size_of`, `align_of`, `offset_of` to be keywords 5 years ago
  gingerBill aacf524a47 Merge pull request #653 from lkppo/master 5 years ago
  Stéphane Aulery 8ad3a1f41f Fix the shebang portability of the build.sh script 5 years ago
  gingerBill d09ac8943a Minor fixes to improve hash map/set performance 5 years ago
  gingerBill 8e63c94393 Add `string.h` 5 years ago
  gingerBill 0b16ed7c85 Use `memcmp` for `str_eq` 5 years ago
  gingerBill 89d824216a Add extra information to `-show-more-timings` 5 years ago
  gingerBill 3f23a0b3b0 Fix edge cases of relative pointers 5 years ago
  gingerBill 7819fec0a1 Merge pull request #645 from Tetralux/llvm-noabc-obey-directive 5 years ago
  Tetralux 96ed948590 LLVM C backend: Obey directives on blocks, procedures, and expressions 5 years ago
  gingerBill 3bd01d3a02 Merge pull request #644 from Tetralux/llvm-bounds-checks 5 years ago
  Tetralux c4b492fb64 Add bounds checks to LLVM C backend 5 years ago
  gingerBill e1bdaa981a Relative pointer and relative slices 5 years ago
  gingerBill 95e8668b77 Relative pointers in old backend 5 years ago
  gingerBill 90adf214d7 Merge branch 'master' of https://github.com/odin-lang/Odin 5 years ago
  gingerBill ff92eb9112 Relative pointers 5 years ago
  gingerBill 5f08c77d8b Merge pull request #641 from Tetralux/fix-container-arraypushelems 5 years ago
  Tetralux dc236d6830 Fix container.Array.array_push_back_elems 5 years ago
  gingerBill 8b066b2456 Fix `runtime.memset` issue 5 years ago
  gingerBill 218c1599b1 Add explicit context to thread_unix.odin 5 years ago
  gingerBill 9b2eecb3df Merge branch 'master' of https://github.com/odin-lang/Odin 5 years ago
  gingerBill e0a242e9a1 Enforce explicit context definition for procedure calls 5 years ago
  Mikkel Hjortshoej 48946fe46f Alright, things work. Reverting broken stuff 5 years ago
  Mikkel Hjortshoej 0b0e661b62 Another test sorry 5 years ago
  Mikkel Hjortshoej 10c3acf37f Remove test for webhook 5 years ago
  Mikkel Hjortshoej e377f5a329 Briefly break master to test webhook 5 years ago
  gingerBill cd4403be0c Fix Assertion failure in ir_print_exact_value #620 5 years ago