summaryrefslogtreecommitdiff
path: root/libgo/testsuite
Commit message (Expand)AuthorAgeFilesLines
* libgo: update to Go1.17rc2Ian Lance Taylor2021-08-121-4/+9
* libgo: update to Go1.16beta1 releaseIan Lance Taylor2020-12-301-4/+4
* compiler, libgo: change mangling schemeIan Lance Taylor2020-11-201-3/+4
* libgo: handle go1.10+ correctly in match.shNikhil Benesch2020-10-071-4/+4
* libgo: add 32-bit RISC-V (RV32) supportMaciej W. Rozycki2020-09-301-2/+2
* gotest: use a space rather than a middle dot in target listsMaciej W. Rozycki2020-08-271-2/+2
* libgo: correctly handle AIX FAT library creationClément Chigot2020-08-121-1/+1
* libgo: add AIX FAT libraries supportClément Chigot2020-07-231-0/+1
* gotest: increase the test timeouteric fang2020-04-231-1/+1
* libgo: handle --with-toolexeclibdir=.Ian Lance Taylor2020-01-241-0/+1
* gotest: explicitly skip type descriptorsIan Lance Taylor2020-01-221-0/+5
* libgo: update to Go1.14beta1Ian Lance Taylor2020-01-211-3/+5
* gotest: don't use localIan Lance Taylor2020-01-101-2/+1
* libgo: compile examples in _test packagesIan Lance Taylor2020-01-091-53/+89
* testmain.exp: link against GOLIBSIan Lance Taylor2019-11-151-1/+5
* libgo: fix DejaGNU testsuite compiler when using build sysrootIan Lance Taylor2019-11-114-6/+31
* libgo: don't use \? in grep patternIan Lance Taylor2019-09-131-1/+1
* gotest: force test package to be imported firstIan Lance Taylor2019-09-111-2/+11
* libgo: update to Go 1.13beta1 releaseIan Lance Taylor2019-09-061-2/+2
* libgo/testsuite: ignore symbols with a leading dot in symtogoIan Lance Taylor2019-06-261-0/+7
* runtime: drop unused C type reflection codeIan Lance Taylor2019-05-311-1/+0
* runtime: implement cheaper context switch on Linux/AMD64Ian Lance Taylor2019-05-311-0/+4
* commit 66ac9466852d11e968f8fd2ad6ffc7386cee49e1Ian Lance Taylor2019-03-011-5/+9
* re PR go/89172 (FAIL: runtime/pprof)Ian Lance Taylor2019-02-271-0/+1
* re PR go/89168 (FAIL: cmd/go/internal/load)Ian Lance Taylor2019-02-151-40/+70
* libgo: update to Go1.12beta2Ian Lance Taylor2019-01-181-2/+2
* re PR bootstrap/82856 (--enable-maintainter-mode broken by incompatiblity of ...Ian Lance Taylor2018-10-311-41/+93
* libgo: simplify gotest script to avoid sed substitution to \nIan Lance Taylor2018-10-261-6/+1
* libgo: avoid use of 'local' directive in shell scriptIan Lance Taylor2018-10-261-3/+1
* libgo: don't use wc in gotestIan Lance Taylor2018-10-261-3/+2
* compiler: improve name mangling for packpathsIan Lance Taylor2018-10-251-5/+35
* libgo: update to Go 1.11Ian Lance Taylor2018-09-241-2/+2
* libgo: add support for the Nios II architectureIan Lance Taylor2018-05-021-2/+2
* gotest: only use [TD] on big-endian PPC64 non-AIX systemsIan Lance Taylor2018-04-201-3/+7
* re PR go/84484 (libgo configure tests fail to find -latomic)Andreas Schwab2018-02-221-2/+2
* runtime: get missing function name from symbol tableIan Lance Taylor2018-02-081-4/+4
* gotest: accept symbols with leading dotIan Lance Taylor2018-01-311-3/+3
* compiler: deref receiver types in mangled namesIan Lance Taylor2018-01-251-1/+1
* go/types: implement SizesFor for gccgoIan Lance Taylor2018-01-141-8/+0
* libgo: add platform support for SuperHIan Lance Taylor2018-01-101-2/+2
* libgo: update to Go1.10beta1Ian Lance Taylor2018-01-091-1/+1
* libgo: update to go1.9Ian Lance Taylor2017-09-141-4/+4
* libgo: remove old MIPS architecture namesIan Lance Taylor2017-06-211-2/+2
* Big merge of changes to gofrontend repo that were postponed due to theIan Lance Taylor2017-05-101-2/+2
* libgo: update to Go 1.8 release candidate 1Ian Lance Taylor2017-01-141-16/+2
* re PR go/78978 (runtime/pprof FAILs on Solaris 2/x86)Ian Lance Taylor2017-01-061-1/+1
* libgo: fixes for Solaris buildIan Lance Taylor2016-12-131-0/+2
* runtime/internal/sys: new package, API copied from Go 1.7Ian Lance Taylor2016-09-111-0/+11
* libgo: don't unset in shell scriptIan Lance Taylor2016-08-131-3/+4
* testsuite: fix gotest for absolute srcdirIan Lance Taylor2016-08-081-24/+42