[go: up one dir, main page]

  1. 45b5a00 gong: Support assert failure help text by Richard Wang · 17 hours ago
  2. 19d195b gong: Increase test coverage for integer evaluation by Richard Wang · 19 hours ago
  3. efa82b7 gong: Implement block functions, use for error testing by Richard Wang · 19 hours ago
  4. 2933f09 gong: Implement identifier exec, implement initial .gn file-based tests by Richard Wang · 22 hours ago
  5. 4a0ba43 gong: Implement assert() and `gn help <func>` by Richard Wang · 2 days ago
  6. e4def53 [go] update toolchain go 1.24.7 -> 1.24.8 by Fumitoshi Ukai · 3 days ago
  7. 71d7a01 gong: Disallow non-empty list/scope clobber by Richard Wang · 4 days ago
  8. 3e17bde gong: Initial `a = b` implementation by Richard Wang · 4 days ago
  9. 5f57541 gong: Initial support for functions by Richard Wang · 4 days ago
  10. 0147a68 gong: Initial port of `gn help` behavior by Richard Wang · 8 days ago
  11. 1a55249 gong: Subset of RebasePath fs util by Richard Wang · 8 days ago
  12. b7a14d9 gong: Initial support for builtins by Richard Wang · 8 days ago
  13. 69a325a gong: Initial Python path detection by Richard Wang · 8 days ago
  14. bc6fcd1 [go] update toolchain go 1.24.6 -> 1.24.7 by Fumitoshi Ukai · 5 weeks ago
  15. 98c3258 Use errors.As instead of type assertions for error by Takuto Ikuta · 7 weeks ago
  16. d2fea3c Update direct deps and tidy go.mod files by Philipp Wollermann · 7 weeks ago
  17. ad12290 [go] Run go mod tidy, update toolchain to go 1.24.5 -> 1.24.6 by Richard Wang · 9 weeks ago
  18. 53c59bd gong: use github.com/google/subcommands by Richard Wang · 9 weeks ago
  19. de46322 Prepare for github.com/google/subcommands switch by Richard Wang · 9 weeks ago
  20. 40b4e0d [go] Update to go 1.24.4 -> 1.24.5 by Richard Wang · 2 months ago
  21. c976400 gong: Move Setup into build package by Richard Wang · 2 months ago
  22. c0c0aaf gong: Implement initial operator evaluation by Richard Wang · 3 months ago
  23. 9d374c8 gong: Rename parse.ParseNode to just parse.Node by Richard Wang · 3 months ago
  24. f6cc1f2 gong: Replace resolve.VerifyValueTypeIs with resolve.AsValue[T] by Richard Wang · 3 months ago
  25. 70a9169 gong: Initial ListNode evaluator by Richard Wang · 3 months ago
  26. f679cff gong: Initial AccessorNode evaluator by Richard Wang · 3 months ago
  27. e521d75 gong: Initial ConditionNode evaluator by Richard Wang · 3 months ago
  28. 156f995 gong: AST test should check for error kinds added in crrev.com/c/6733720 by Richard Wang · 3 months ago
  29. 8b79de1 Make error able to distinguish between error kinds. by Matt Stark · 3 months ago
  30. 4ebe1e1 Add gitignore for gong binary by Matt Stark · 3 months ago
  31. aaab825 gong: Initial LiteralNode evaluator by Richard Wang · 3 months ago
  32. 8594040 gong: Evaluate BlockCommentNode as nil by Richard Wang · 3 months ago
  33. 6594ebd Add go.mod and go.sum files for all projects by Philipp Wollermann · 3 months ago
  34. 57d6b70 gong: Implement value equality checks by Richard Wang · 3 months ago
  35. 46c39a9 gong: Initial scope implementation and use to read .gn and args.gn by Richard Wang · 3 months ago
  36. a68aa8b gong: Implement InputFileManager by Richard Wang · 3 months ago
  37. a4f6919 gong: Abstract input sources from filesystem by Richard Wang · 3 months ago
  38. d801053 refactor: Fix staticcheck issues in build module by Takuto Ikuta · 3 months ago
  39. 5bf1d22 gong: Do not return concrete errors by Richard Wang · 3 months ago
  40. 26b6bda gong: Initial value types by Richard Wang · 3 months ago
  41. 4967d1a build: apply modernize by Takuto Ikuta · 3 months ago
  42. 524d606 Fix outstanding copyloopvar things. by Gregory NISBET · 3 months ago
  43. bca6fca [normalize-infra] Migrate the infra tree from "infra" to "go.chromium.org/infra" by Gregory NISBET · 3 months ago
  44. 1ce42bc gong: Split constructs for GN invocations out of resolve package by Richard Wang · 3 months ago
  45. df6e2b1 gong: Implement condition parser by Richard Wang · 3 months ago
  46. 9d29673 gong: Implement other binary op infix parsers by Richard Wang · 3 months ago
  47. 1b45fb2 gong: Implement =, +=, -= infix parser by Richard Wang · 3 months ago
  48. 15af9df gong: Implement . and [ infix parsers by Richard Wang · 3 months ago
  49. 958e395 gong: Implement ( and { prefix parsers by Richard Wang · 3 months ago
  50. da7e027 gong: Use AST dump for parse tests by Richard Wang · 3 months ago
  51. 223a42d gong: Implement `gn format --dump-tree={json|text}` by Richard Wang · 3 months ago
  52. 76e32c5 gong: Implement ! and [ prefix parsers by Richard Wang · 3 months ago
  53. 03ed92c gong: Parse function calls and identifiers, add basic parse tests by Richard Wang · 3 months ago
  54. 3550b6e gong: More work on token parser by Richard Wang · 3 months ago
  55. 3e7498d gong: Skeleton for parsing tokens into AST and resolving by Richard Wang · 3 months ago
  56. 3cc2d1c gong: Implement rest of tokenizer by Richard Wang · 3 months ago
  57. 6c20c93 gong: Initial syntax error struct by Richard Wang · 3 months ago
  58. cb8a547 gong: Initial token representation and skeleton tokenizer by Richard Wang · 3 months ago
  59. ef51009 gong: Initial file structs and path normalization logic by Richard Wang · 3 months ago
  60. a1eeadd gong: Initial commit by Richard Wang · 3 months ago