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