提交历史

作者 SHA1 备注 提交日期
  Laytan Laats bd19081543 fix nil exceptions with incomplete code parse 1 年之前
  gingerBill 14adcb9db8 Use `or_break` and `or_continue` where appropriate in the core library 1 年之前
  gingerBill 41a22bd83d `or_break` and `or_continue` to `core:odin` packages 1 年之前
  Fabian Sperber 886d0de040 Remove auto_cast from field_flags 2 年之前
  Fabian Sperber bbf9678756 Fix parsing #force_inline call expression with or_return 2 年之前
  DanielGavin 64a63b3879 Add #reverse to `odin/parser`. 2 年之前
  gingerBill cd74cdfdaf Remove `switch in` in favour of `switch _ in` 2 年之前
  gingerBill 488a38a96d Merge pull request #2649 from hchac/allow-newline-field-list-separator 2 年之前
  Walther Chen 4b9afd787c core:odin/parser allow args after varargs in parse_call_expr 2 年之前
  hchac 4c0e9f1f89 Match CPP parser behavior in allowing newlines before a closing brace. 2 年之前
  gingerBill 7abaf77292 Add `struct #no_copy` 2 年之前
  Fabian Sperber 33798b8b80 Need to forward the name of the directive, not the hash token 2 年之前
  gingerBill ef372bd861 Replace `#optional_second` with `#optional_allocator_error` 3 年之前
  gingerBill a83ca2120e Remove unused import 3 年之前
  gingerBill 81799f7f78 Fix #1950 3 年之前
  gingerBill 5e3cf45df3 Add `#soa` pointer type to aid with refactoring to `#soa` data types 3 年之前
  gingerBill 5168cf03a9 Remove dead `#maybe` code 3 年之前
  gingerBill 0ec4d97bfd Correct parser logic for `is_token_field_prefix` 3 年之前
  gingerBill 97acc57649 Simplify field prefix handling 3 年之前
  gingerBill 83c8c48ed7 Simplify ast parsing for prefixes 3 年之前
  Pablo Narvaja 6ffe814ca7 assign package docs to file docs 3 年之前
  gingerBill b6b3377786 Remove unneeded semicolons 3 年之前
  gingerBill 13cb894b30 Update `core:odin` for `union #shared_nil` 3 年之前
  gingerBill fcab5508be Merge branch 'master' into odin-ast-changes 3 年之前
  gingerBill edc13c29df Merge pull request #1331 from DanielGavin/parser-fault-recovery 3 年之前
  gingerBill 9cf937fef0 Merge pull request #1430 from DanielGavin/parser-fix 3 年之前
  gingerBill ad6ea3d6aa Replace `any` with `union` for subtyping in `core:odin/ast` 3 年之前
  gingerBill 0c16f27814 Update parser for `#sparse` 3 年之前
  Daniel Gavin ff5e036773 Trim whitespaces 3 年之前
  Daniel Gavin 4dc29d141f Fix `core:odin/parser` not setting the inline flag correctly. 3 年之前