1. 42030a7 Removed dead code for RPAREN. (#560) by Joshua Haberman · 9 days ago master
  2. 7000200 Fix overflow checking for xxxRepeat (#558) by Marco Manino · 4 weeks ago
  3. 046347d starlark: profiler: stop using runtime.nanotime via linkname hack (#552) by Alan Donovan · 2 months ago
  4. 3792562 starlark: require go1.23 for new iterators (#551) by Alan Donovan · 3 months ago
  5. f457c4c spec: remove Contents in favor to GitHub's TOC (#549) by Oleksandr Redko · 3 months ago
  6. 6fed636 docs: fix typos (#547) by Oleksandr Redko · 3 months ago
  7. cec2ad9 syntax,repl: improve docs for deprecated functions (#548) by Oleksandr Redko · 3 months ago
  8. 35fe9f2 starlark: tweak how UnpackArgs enforces optional args (#545) by Nick Santos · 3 months ago
  9. 9b43f0a starlark: add debug API for Locals and FreeVars (#539) by Alan Donovan · 4 months ago
  10. 169c986 Revert "starlark: add debug API for Locals and FreeVars" by Alan Donovan · 4 months ago
  11. b533e7f starlark: add debug API for Locals and FreeVars by Alan Donovan · 4 months ago debug-api
  12. 3f0a370 starlark: eta-abstract the new iterators (#537) by Alan Donovan · 4 months ago
  13. e6e8e7c syntax: report start-of-token pos for parsePrimary errors (#533) by Alan Donovan · 4 months ago
  14. ee8ed14 build(deps): bump google.golang.org/protobuf from 1.25.0 to 1.33.0 (#530) by dependabot[bot] · 5 months ago
  15. efac672 starlark: new API for go1.23 push iterators (#527) by Alan Donovan · 5 months ago
  16. 981680b starlark: update go.mod to drop go1.18 support (#529) by Alan Donovan · 5 months ago
  17. f864706 Remove debug clock from Time.String() (#524) by Marco Manino · 6 months ago
  18. 90ade8b Remove 'too many arguments' error when interpolating over mappings (#520) by kcza · 9 months ago
  19. 556fd59 time: per-thread time.now() function (#517) by Mikhail Mazurskiy · 9 months ago
  20. 2232540 Limit CPU and memory usage for int-to-float conversion (#515) by Marco Manino · 10 months ago
  21. 47c85ba Better issubset performance (#514) by Marco Manino · 10 months ago
  22. 10651d5 Make resolve follow FileOptions.TopLevelControl (#510) by Marco Manino · 10 months ago
  23. a958746 Refactor TestLoadBacktrace to use errors.Unwrap (#509) by Oleksandr Redko · 11 months ago
  24. bb4c9a3 Change to go 1.18; extend ci test versions (#508) by Oleksandr Redko · 11 months ago
  25. 79febce Remove usage of deprecated io/ioutil package (#507) by Oleksandr Redko · 11 months ago
  26. 745481c Adding additional set builtins (#506) by Sam Wheating · 11 months ago
  27. 95963e0 Expose paren Position on DefStmt (#504) by Raphaël Vigée · 11 months ago
  28. c9e9adf fix a few function names on comments (#427) by cui fliter · 11 months ago
  29. 68633c9 Additional methods for Set type (#497) by Sam Wheating · 11 months ago
  30. 12f4cb8 syntax: parameterize API over FileOptions, avoid globals (#477) by Alan Donovan · 12 months ago
  31. 460f143 Fix typos in comments (#496) by Oleksandr Redko · 12 months ago
  32. 2aa7575 trivial: Fix golint errors (#495) by Alexandre Rostovtsev · 12 months ago
  33. 9b46791 Replace `ctx.new_file` with `ctx.actions.declare_file` (#494) by Mai Hussien · 1 year ago
  34. cf31414 Fixing example in documentation (#432) by Marco Manino · 1 year ago
  35. 7dadff3 lib/proto: add support for instantiating proto map fields (#491) by tazjin · 1 year ago
  36. 0d72639 starlarktest/assert.star: allow +/-1 ULP in float eq comparisons (#490) by Alan Donovan · 1 year ago
  37. 08598ae Fix build flags for s390x, ppc64, and ppc64le (#489) by Álex Sáez · 1 year ago
  38. 1c3ac63 Fixing name of mod builtin (#487) by Marco Manino · 1 year, 1 month ago
  39. 8a33432 Fix typo in import comment because this causes compilation problem when making package for OS distribution. (#486) by nozzy123nozzy · 1 year, 1 month ago
  40. 2226322 Bump memory boundary to 4Gb in test (#484) by Danial Klimkin · 1 year, 1 month ago
  41. 9532f56 lib/json: fix go1.17 build by avoiding reflect.Value.UnsafePointer (#474) by Alan Donovan · 1 year, 2 months ago
  42. 99efbb1 README: document support of 4 minor go1.x releases (#475) by Alan Donovan · 1 year, 2 months ago
  43. d31a485 syntax: reserve async, await keywords (#476) by Alan Donovan · 1 year, 2 months ago
  44. a134d8f Allow json.decode to return a default value if decoding fails (#466) by Alexandre Rostovtsev · 1 year, 2 months ago
  45. 75289a4 lib/json: don't fatal on Attr errors when encoding (#467) by Andrei Matei · 1 year, 2 months ago
  46. 4b1e35f Optimizing hashtable.grow() for faster hashtables (#459) by Sam Wheating · 1 year, 5 months ago
  47. dded032 Adding new ThreeWayComparable interface (#457) by Sam Wheating · 1 year, 5 months ago
  48. 50efbbf Disambiguate a resolve message (#458) by Filip Filmar · 1 year, 5 months ago
  49. c52844e starlark: set internal iteration use hashtable linked lists (#404) by Edward McFarlane · 1 year, 5 months ago
  50. 3f75dec Added a ParamDefault() method to Function that returns parameter default values. (#452) by Vincent · 1 year, 6 months ago
  51. 066229b starlark: optimize TestProfile (#456) by Alan Donovan · 1 year, 6 months ago
  52. ddd531c Convert `assert.go` back to `assert.star` and bump Go version to 1.16. (#453) by Yuxin Wang · 1 year, 7 months ago
  53. fae38c8 Update Struct.String() function to not quote starlark.String custom constructor (#449) by Guillaume Bouvignies · 1 year, 7 months ago
  54. dcdc0f0 Walk syntax.DictEntry instead of ignoring it. (#447) by Yuxin Wang · 1 year, 7 months ago
  55. d7da887 docs: fix typo parse_time (#445) by Yu · 1 year, 7 months ago
  56. 09991d3 starlark: do not use reflect.Value.MethodByName (#444) by Alessandro Arzilli · 1 year, 7 months ago
  57. 3fd0dac int_test: Move `--entry` flag definition from TestMain to package initialization time. (#442) by Wojciech Ptak · 1 year, 8 months ago
  58. 0eacda4 lib/time: consider any Time other than zero instant to be truthy (#441) by Sam Wheating · 1 year, 8 months ago
  59. 42872f4 lib/proto: Allow replacing repeated fields, instead of appending. (#440) by Wojciech Ptak · 1 year, 8 months ago
  60. 3d7c6cd Fixing bad allocation pattern in `float` builtin (#438) by Marco Manino · 1 year, 8 months ago
  61. acb66ad lib/json: fix trivially broken tests (#434) by Alan Donovan · 1 year, 9 months ago
  62. eaacdf2 starlark: use defer for cleanup so that panics pass through safely (#422) by Alan Donovan · 1 year, 9 months ago
  63. 22309ac Detecting json loops (#431) by Marco Manino · 1 year, 10 months ago
  64. 6ce4ce3 Imlemented ResetStepsAndCancelReason() (#433) by kaka · 1 year, 10 months ago
  65. 6bf6f09 update spec.md to correct some mistakes (#428) by Benjamin Wang · 1 year, 10 months ago
  66. 5fccb4d Tidy go.mod file (#424) by Alan Donovan · 1 year, 10 months ago
  67. 14b0506 Amend welcome banner and final println (#413) by Adam Stringer · 1 year, 10 months ago
  68. f738f55 Add dict|dict and dict|=dict (#397) by Alan Donovan · 2 years ago
  69. cfacd89 starlark: fall back to slow Ints if mmap fails (#398) by Alan Donovan · 2 years ago
  70. e1b9ebd Fix build instructions for Go 1.18+ (#412) by Ankit Pati · 2 years ago
  71. e9e71af Fix 'math' tests to tolerate float imprecision (#409) by Berk D. Demir · 2 years ago
  72. 064bc72 fix some typos (#415) by cui fliter · 2 years ago
  73. 4cadf0a Add a OnMaxSteps optional handler to Thread (#410) (#411) by Ryan Catherman · 2 years, 1 month ago
  74. d1966c6 Fix some typos. (#406) by aiuto · 2 years, 4 months ago
  75. 5411bad starlark: remove allocs on Dict ranges for dictsEqual and write (#402) by Edward McFarlane · 2 years, 5 months ago
  76. c8e9b32 starlark: fix tests for loong64. (#399) by abner.chen · 2 years, 5 months ago
  77. 243c749 Add strings.remove{pre,suf}fix methods (#395) by Alan Donovan · 2 years, 5 months ago
  78. c55a923 Suggest keyword argument based on spelling in UnpackArgs (#393) by Pierre Fenoll · 2 years, 6 months ago
  79. bb14e15 Expose CompareLimit variable, controlling recursion when comparing cyclic data. (#392) by Pierre Fenoll · 2 years, 6 months ago
  80. 70c0e40 Fix the link to the Java implementation (#390) by Tetsuo Kiso · 2 years, 8 months ago
  81. 79238b7 Fix broken link to Bazel's build language (#389) by Tetsuo Kiso · 2 years, 8 months ago
  82. b0039bd Remove remaining code about AllowLambda (#388) by Nozomu Ohki · 2 years, 10 months ago
  83. 87f3331 Remove Travis CI configuration and replace README badge (#386) by Jay Conrod · 3 years ago
  84. 94adf23 avoid cross-package references in tests (#385) by Alan Donovan · 3 years ago
  85. d12bc23 Add GitHub action for testing (#384) by Jay Conrod · 3 years ago
  86. f8c134c starlark: disable int32 optimization on openbsd (#383) by Alan Donovan · 3 years ago
  87. 1cdb82c Add François-René Rideau (formerly tunes@google.com) to credits section (#368) by Alexandre Rostovtsev · 3 years, 2 months ago
  88. cca21e7 Fix bug in math.ceil by returning integral instead of float (fixes #372) (#373) by Algebra8 · 3 years, 3 months ago
  89. e9428d6 float: a cleaner fix to issue #375 (#377) by Alan Donovan · 3 years, 3 months ago
  90. 8464232 fix overflow bug in finiteFloatToInt (#376) by Alan Donovan · 3 years, 3 months ago
  91. 0c63ff3 Fix type expressed in last example of specs' Floating-point numbers (fixes 370) (#371) by Algebra8 · 3 years, 3 months ago
  92. 1607a96 refactor(json): move go.starlark.net/starlarkjson -> go.starlark.net/lib/json (#367) by Brendan O'Brien · 3 years, 4 months ago
  93. 7a1108e rename math.abs to math.fabs (fixes #362) and introduce `Universe["abs"]` (#363) by Pierre Fenoll · 3 years, 4 months ago
  94. f54874d Add support of timestamps in nanoseconds (#365) by Nicolas Filotto · 3 years, 4 months ago
  95. 74c10e2 add math module (#357) by Brendan O'Brien · 3 years, 5 months ago
  96. 6a590ae time: add time module (#327) by Brendan O'Brien · 3 years, 5 months ago
  97. e043a3d starlark: fix uint32->int truncation on 386 (#353) by alandonovan · 3 years, 5 months ago
  98. 0147c08 starlarkstruct: add missing words in description (#352) by Alexey Palazhchenko · 3 years, 5 months ago
  99. 6fe8173 starlark: Add "??" syntax for none-coalescing parameters to UnpackArgs. (#350) by Nick Santos · 3 years, 5 months ago
  100. ebe61bd starlark: add 'bytes' data type, for binary strings (#330) by alandonovan · 3 years, 6 months ago