Commit History

作者 SHA1 備註 提交日期
  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 年之前
  Daniel Gavin d57ec4a11d Fix return stmt when it's one lined(check for close brace). 3 年之前
  Jeroen van Rijn 6f370fdbf2 Merge pull request #1394 from Tetralux/parse-allman-for 3 年之前
  Tetralux a60667e900 core:odin/parser: Fix parsing of Allman style braces in for loops 3 年之前
  Tetralux 9b2fe56d14 Parse #no_nil on unions 3 年之前
  Daniel Gavin f1a126e162 Do not save the comment when peeking. 3 年之前
  Daniel Gavin 517c8ff1dd Include Matrix_Type to the `is_literal_type` switch statement. 3 年之前
  Daniel Gavin a4ba91a554 Check for non inserted semicolon in *expect_closing_brace_of_field_list* 3 年之前
  Daniel Gavin cf390bf8b9 Recover from closing brace not found in field list 3 年之前
  gingerBill 90d587df13 Support `matrix` type in `core:odin` 3 年之前
  Daniel Gavin 50ee65ea9e Make default_parser use the optional_semicolons and add odin parser test. 4 年之前
  Daniel Gavin a2a7647c90 Fix '>>' operand being tokenized correctly and switch statement with bare semicolon. 4 年之前
  gingerBill 344abf2cb2 Make core and vendor adhere to `-vet`, `-strict-style`, and `-disallow-do` 4 年之前
  gingerBill 720884e0f1 Strip even more semicolons if followed by a `}` or `)` on the same line 4 年之前
  gingerBill 251da264ed Remove unneeded semicolons from the core library 4 年之前
  gingerBill 0c5fa2cdd5 Fix build.bat 4 年之前
  gingerBill 19bf12aa09 Update odin/ast for multi pointers 4 年之前
  gingerBill 93b5befe45 Improve error handling for missing semicolon separators in a `for` loop 4 年之前
  gingerBill 32bdad322a Improve parsing for `or_return` in `core:odin/parser` 4 年之前
  gingerBill 4e1c9b71f4 Update `core:odin/*` for `or_else` and `or_return` 4 年之前
  gingerBill af6df7d7c9 Improve error cases in core:odin/parser 4 年之前
  gingerBill 57a17a708b Improve core:odin/parser 4 年之前