index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
shift1.go
Age
Commit message (
Expand
)
Author
2021-12-03
test: re-enable a bunch of tests with types2
Dan Scales
2020-11-30
test: recognize gofrontend error messages
Ian Lance Taylor
2019-09-06
cmd/compile: rewrite untyped constant conversion logic
Matthew Dempsky
2017-12-01
cmd/compile: permit indices of certain non-constant shifts
Robert Griesemer
2017-04-24
cmd/compile: more error position tests for the typechecker
Alberto Donizetti
2016-05-02
all: make copyright headers consistent with one space after period
Emmanuel Odeke
2014-07-20
test: avoid "declared but not used" errors in shift1.go
Ian Lance Taylor
2013-06-26
test/shift1.go: recognize gccgo errors
Ian Lance Taylor
2013-03-21
test: more systematic shift tests
Robert Griesemer
2013-03-16
cmd/gc: missing type inference for untyped complex() calls.
Rémy Oudompheng
2013-03-04
cmd/gc: simplify and fix defaultlit.
Rémy Oudompheng
2012-02-24
test/[n-z]*.go: add documentation
Rob Pike
2012-02-16
test: use testlib (final 61)
Russ Cox
2011-09-21
test: match gccgo error messages
Ian Lance Taylor
2011-08-16
errchk: allow multiple patterns
Russ Cox
2011-05-25
test: test cases for issue 1708.
Robert Griesemer