aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/encoding/binary/varint_test.go
AgeCommit message (Collapse)AuthorFilesLines
2021-08-12libgo: update to Go1.17rc2Ian Lance Taylor1-3/+60
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/341629
2020-08-07libgo: update to Go1.15rc2 releaseIan Lance Taylor1-6/+12
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/247517
2014-06-06libgo: Merge to master revision 19184.Ian Lance Taylor1-4/+4
The next revision, 19185, renames several runtime files, and will be handled in a separate change. From-SVN: r211328
2013-02-10compiler, libgo: Permit testing package when test imports it circularly.Ian Lance Taylor1-4/+3
From-SVN: r195931
2012-03-07libgo: Implement and use runtime.Caller, runtime.Func.FileLine.Ian Lance Taylor1-3/+4
From-SVN: r185025
2012-02-01libgo: Update to weekly.2012-01-27.Ian Lance Taylor1-24/+8
From-SVN: r183810
2012-01-13libgo: Update to weekly.2011-12-22.Ian Lance Taylor1-0/+2
From-SVN: r183150
2011-12-03libgo: Update to weekly.2011-11-02.Ian Lance Taylor1-3/+3
From-SVN: r181964
2011-10-26Update Go library to last weekly.Ian Lance Taylor1-0/+182
From-SVN: r180552