aboutsummaryrefslogtreecommitdiffhomepage
path: root/testdata
AgeCommit message (Expand)Author
2024-11-08wasm: support `//go:wasmexport` functions after a call to `time.Sleep`Ayke van Laethem
2024-11-01compiler: allow deferred panicAyke van Laethem
2024-10-23runtime: add support for os/signalAyke van Laethem
2024-10-22compiler: conform to latest iteration of wasm types proposal (#4501)Randy Reddig
2024-10-19wasm: add test for js.FuncOfAyke van Laethem
2024-10-18main: make sure typecheck errors are correctly reportedAyke van Laethem
2024-10-18loader: don't panic when main package is not named 'main'Ayke van Laethem
2024-10-18wasm: add //go:wasmexport support to js/wasmAyke van Laethem
2024-10-18runtime: implement newcoro, coroswitch to support package iterElias Naur
2024-10-04wasm: add `//go:wasmexport` support (#4451)Ayke
2024-09-17Cgo add cbytes implementation (rebased version of #3318) (#4470)leongross
2024-09-05compiler: fix passing weirdly-padded structs to new goroutinesAyke van Laethem
2024-08-17ci: use Go 1.23Ayke van Laethem
2024-08-17compiler: add support for Go 1.23 range-over-funcAyke van Laethem
2024-08-11builder: interpret linker error messagesAyke van Laethem
2024-08-10cgo: add support for printfAyke van Laethem
2024-07-31runtime: Simplify slice growing/appending code (#4287)L. Pereira
2024-07-31reflect: return correct name for unsafe.Pointer typeAyke van Laethem
2024-07-21build: add package ID to compiler and optimization error messagesAyke van Laethem
2024-07-20diagnostics: sort package diagnostics by positionAyke van Laethem
2024-07-20main: add test for error coming from the optimizerAyke van Laethem
2024-07-20main: add error tests for the compilerAyke van Laethem
2024-07-20main: add interp testsAyke van Laethem
2024-07-20main: refactor error messages to use FileCheck-like patternsAyke van Laethem
2024-07-13loader: handle `go list` errors inside TinyGoAyke van Laethem
2024-07-13libclang: do not make error locations relativeAyke van Laethem
2024-07-13all: add testing for compiler error messagesAyke van Laethem
2024-05-29cgo: do a basic test that math functions workAyke van Laethem
2024-05-28compiler,reflect: fix NumMethods for Interface typefrenkel26
2024-05-13Checking for methodset existanceMarco Manino
2024-02-19interp: do not register runtime timers during interpAyke van Laethem
2024-02-11compileopts: set 'purego' build tag by defaultAyke van Laethem
2024-01-19loader: make sure Go version is plumbed throughAyke van Laethem
2024-01-18compiler: update golang.org/x/tools/go/ssa packageAyke van Laethem
2024-01-12cgo: fix calling CGo callback inside generic functionAyke van Laethem
2023-12-09builder/picolib: add needed file for compiling math functions with error supp...deadprogram
2023-11-08compiler: fix crash on type assert on interfaces with no methodsDamian Gryski
2023-09-24cgo: add C._Bool typeAyke van Laethem
2023-08-04compiler: implement clear builtin for mapsAyke van Laethem
2023-08-04compiler: implement clear builtin for slicesAyke van Laethem
2023-08-04compiler: add min and max builtin supportAyke van Laethem
2023-08-04testing: add Testing functionAyke van Laethem
2023-06-09compiler,transform: fix for pointer-to-pointer type switches from @aykevlDamian Gryski
2023-04-26main: print source location when a panic happens in -monitorAyke van Laethem
2023-04-11testdata: add test for else/defer bugDamian Gryski
2023-03-24feat: fix typosshivay
2023-03-21compiler: correctly generate code for local named typesAyke van Laethem
2023-03-18compiler: support all kinds of recursive typesAyke van Laethem
2023-03-15compiler,reflect: fix pkgpath for struct fieldsDamian Gryski
2023-03-05testdata: add brandondube/pctl to corpusDamian Gryski