]> Cypherpunks.ru repositories - gostls13.git/history - test/run.go
[dev.unified] all: merge master (993c387) into dev.unified
[gostls13.git] / test / run.go
2022-06-30 Matthew Dempsky[dev.unified] all: merge master (993c387) into dev...
2022-06-29 Matthew Dempsky[dev.unified] test: add regress test for generic select...
2022-06-28 Cuong Manh Lecmd/compile: fix generic inter-inter comparisons from...
2022-06-24 Matthew Dempsky[dev.unified] all: merge master (5a1c5b8) into dev...
2022-06-21 Matthew Dempskytest: add regress test for #53477
2022-06-17 Matthew Dempskytest: add regress test for #53419
2022-06-16 Matthew Dempsky[dev.unified] all: merge master (635b124) into dev...
2022-06-15 Cuong Manh Le[dev.unified] test: extract different inline test betwe...
2022-06-10 Matthew Dempsky[dev.unified] test: add regress tests for #53276 and...
2022-06-09 Cuong Manh Le[dev.unified] test: relax issue7921.go diagnostic message
2022-06-09 Cuong Manh Le[dev.unified] cmd/compile: set base.Pos when process...
2022-06-09 Cuong Manh Le[dev.unified] cmd/compile: fix unified IR don't report...
2022-06-08 Cuong Manh Le[dev.unified] cmd/compile: restore Unified IR linkname...
2022-06-06 Cuong Manh Le[dev.unified] cmd/compile: export/import implicit attri...
2022-05-20 Xiaodong Liumisc, test: fix test error for loong64
2022-05-17 Matthew Dempskycmd/compile: skip exporting generic functions for ...
2022-05-11 Cherry Muicmd/asm: require -p flag
2022-05-03 Robert Findleygo/types,types2: delay the check for conflicting struct...
2022-04-20 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-12 Matthew Dempskytest: add //go:build support to run.go
2022-04-05 Lasse Folger[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-03-31 Robert Griesemertest: update comments in run.go (cleanup)
2022-03-29 Nicolas Hillegeer[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-03-24 Matthew Dempskytest: compile source files as if from "test" module
2022-03-09 Russ Coxcmd/compile: require -p flag
2022-03-07 David Chase[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-03-07 Matthew Dempskytest: add test case for #51521
2022-03-07 Matthew Dempskycmd/compile: represent derived types with ir.DynamicTyp...
2022-03-07 Matthew Dempskycmd/compile: fix reentrancy issue in unified IR functio...
2022-03-01 Matthew Dempskyall: avoid use of cmd/compile -G flag in tests
2022-02-08 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-02-07 Than McIntoshtest: apply GO_TEST_TIMEOUT_SCALE scaling to test timeouts
2022-02-03 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-01-27 Matthew Dempskycmd/compile: support structural typing in unified IR
2022-01-25 Dan Scalescmd/compile: new absdiff.go test, fix problem with...
2022-01-18 Dan Scalescmd/compile: support field access for typeparam with...
2022-01-11 Dan Scalescmd/compile: resolve dictionaries/shape methods in...
2022-01-11 Dan Scalestest: re-enable most go/tests that were disabled becaus...
2021-12-08 Dan Scalestest: add extra typeswitch tests that cause duplicate...
2021-12-07 Dan Scalescmd/compile: deal with unsatisfiable type assertion...
2021-12-03 Dan Scalestest: re-enable a bunch of tests with types2
2021-12-02 Dan Scalescmd/compile: report channel size errors correctly for...
2021-11-15 Keith Randallcmd/compile: error when using internal type declaration...
2021-11-12 Dan Scalescmd/compile: match Go 1.17 compiler error messages...
2021-11-05 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-10-29 Dan Scalescmd/compile: use Structure() to get single underlying...
2021-10-06 Russ Coxall: use bytes.Cut, strings.Cut
2021-09-20 Katie Hockman[dev.fuzz] all: merge master (af72ddf) into dev.fuzz
2021-09-16 wdvxdrcmd/compile: fixing writebarrier.go for -G=3
2021-09-16 nimelehincmd/go: add GOAMD64 environment variable
2021-09-14 wdvxdrcmd/compile: fix test/typeparam/mdempsky/4.go for -G=3
2021-09-14 Cuong Manh Lecmd/compile: prevent typecheck importer reading type...
2021-09-09 Matthew Dempskytest: add compiler regress tests for #46461
2021-09-09 Jay Conrod[dev.fuzz] all: merge master (65f0d24) into dev.fuzz
2021-09-09 Matthew Dempskytest: re-enable AsmCheck tests for types2-based frontends
2021-09-02 Matthew Dempskytest: only test -G=3 by default
2021-09-02 Cuong Manh Letest: always run test in unified IR mode regardless...
2021-08-25 Michael Matloob[dev.cmdgo] all: merge master (c2f96e6) into dev.cmdgo
2021-08-23 Dan Scalescmd/compile: fixing 15.go for -G=3
2021-08-21 Matthew Dempskycmd/compile: enable -G=3 by default
2021-08-19 Matthew Dempskycmd/compile: add support for //go:nointerface for -G=3
2021-08-16 Roland Shoemaker[dev.boringcrypto] all: merge commit 57c115e1 into...
2021-08-16 Meng Zhuocmd/compile: intrinsify Mul64 on riscv64
2021-08-12 Gerrit Code ReviewMerge "all: REVERSE MERGE dev.typeparams (4d3cc84)...
2021-08-12 Matthew Dempskyall: REVERSE MERGE dev.typeparams (4d3cc84) into master
2021-08-12 Matthew Dempsky[dev.typeparams] all: merge master (46fd547) into dev...
2021-08-05 Dan Scales[dev.typeparams] cmd/compile: fixing case where type...
2021-07-28 Dan Scales[dev.typeparams] cmd/compile: mark methods of instantia...
2021-07-26 Robert Griesemer[dev.typeparams] cmd/compile/internal/types2: fix a...
2021-07-26 Matthew Dempsky[dev.typeparams] all: merge master (ecaa681) into dev...
2021-07-26 Matthew Dempsky[dev.typeparams] cmd/compile: fix unified IR support...
2021-07-24 Dan Scales[dev.typeparams] transformDot() should set Selection...
2021-07-23 Dan Scales[dev.typeparams] cmd/compile: add dictionary entries...
2021-07-22 Matthew Dempsky[dev.typeparams] all: merge master (798ec73) into dev...
2021-07-22 Matthew Dempsky[dev.typeparams] test: cleanup 'go env' and -goexperiment
2021-07-22 Dan Scales[dev.typeparams] Fix problem with 14.go
2021-07-22 Dan Scales[dev.typeparams] Get dictionaryCapture.go working.
2021-07-21 Keith Randall[dev.typeparams] cmd/compile: disable failing generic...
2021-07-20 Matthew Dempsky[dev.typeparams] all: merge master (c8f4e61) into dev...
2021-07-16 Dan Scales[dev.typeparams] cmd/compile: fix small -G=3 issues...
2021-07-14 Dan Scales[dev.typeparams] cmd/compile: fix escape printout bugs...
2021-07-09 Dan Scales[dev.typeparams] cmd/compile: report mismatch between...
2021-07-08 Matthew Dempsky[dev.typeparams] all: merge master (296ddf2) into dev...
2021-07-08 Dan Scales[dev.typeparams] cmd/compile: fix bunch of -G=3 bugs...
2021-07-07 Dan Scales[dev.typeparams] cmd/compile: fix bug with types2.Insta...
2021-07-07 Dan Scales[dev.typeparams] cmd/compile: add built-in name/type...
2021-07-07 Dan Scales[dev.typeparams] cmd/compile: handle the (*T).M method...
2021-07-07 Matthew Dempsky[dev.typeparams] test: add regress tests that fail...
2021-07-07 Matthew Dempsky[dev.typeparams] test: add expected failure mechanism
2021-07-06 Jay Conrod[dev.cmdgo] all: merge master (912f075) into dev.cmdgo
2021-07-02 Matthew Dempsky[dev.typeparams] all: merge master (912f075) into dev...
2021-07-01 Matthew Dempsky[dev.typeparams] all: merge master (4711bf3) into dev...
2021-06-28 Dan Scales[dev.typeparams] cmd/compile: port fix for issue46725...
2021-06-28 Katie Hockman[dev.fuzz] all: merge master (c95464f) into dev.fuzz
2021-06-25 Cuong Manh Le[dev.typeparams] all: merge master (37f9a8f) into dev...
2021-06-24 Matthew Dempsky[dev.typeparams] test: skip -G=3 testing under GOEXPERI...
2021-06-21 Cuong Manh Le[dev.typeparams] all: merge master (16e82be) into dev...
2021-06-17 Matthew Dempsky[dev.typeparams] all: add GOEXPERIMENT=unified knob
2021-06-17 Cuong Manh Le[dev.typeparams] cmd/compile: make types2 report better...
2021-06-16 Cuong Manh Le[dev.typeparams] all: merge master (785a8f6) into dev...
next