summaryrefslogtreecommitdiff
path: root/api
Commit message (Expand)AuthorAgeFilesLines
* cmd/api: require proposal # for new API featuresRuss Cox2022-03-146-12/+24
* flag: add TextVar functionJoe Tsai2022-03-101-0/+2
* net/url: add JoinPath, URL.JoinPathCarl Johnson2022-03-101-0/+2
* api: update next.txt for binary.AppendByteOrder interfaceJoe Tsai2022-03-031-0/+5
* runtime/debug: replace (*BuildInfo).Marshal methods with Parse and StringBryan C. Mills2022-02-091-2/+2
* constraints: remove packageIan Lance Taylor2022-02-031-6/+0
* go/types, types2: delete TypeList.StringRobert Griesemer2022-01-281-1/+0
* debug/dwarf: fix problems with handling of bit offsets for bitfieldsThan McIntosh2022-01-281-0/+2
* api: promote next to go1.18go1.18beta1Cherry Mui2021-12-142-47/+238
* syscall: migrate new UDP send/recv API to internal/syscall/unixJosh Bleecher Snyder2021-11-031-108/+0
* cmd/go: stamp VCS revision and uncommitted status into binariesJay Conrod2021-10-141-0/+4
* runtime/debug: add GoVersion to BuildInfoJay Conrod2021-10-141-0/+1
* debug/buildinfo: new package with Read and ReadFileJay Conrod2021-10-141-0/+4
* cmd/go: move module build info formatting into runtime/debugJay Conrod2021-10-141-0/+1
* net/http: add Cookie.Valid methodJohn Kelly2021-10-061-0/+1
* cmd/api: set architecture sizes when type checkingMichael Pratt2021-10-043-6/+141
* [dev.fuzz] all: merge master (65f0d24) into dev.fuzzJay Conrod2021-09-092-97/+112
|\
| * net: reduce allocations for UDP send/recv on WindowsJosh Bleecher Snyder2021-08-161-0/+4
| * net: reduce allocation size in ReadFromUDPJosh Bleecher Snyder2021-08-161-0/+52
| * net: remove allocation from UDPConn.WriteToJosh Bleecher Snyder2021-08-161-0/+52
| * reflect: add Value.CanConvertIan Lance Taylor2021-07-211-0/+1
| * testing: add TB.SetenvRuss Cox2021-07-011-0/+1
| * image: add Uniform.RGBA64At and Rectangle.RGBA64AtNigel Tao2021-06-301-0/+2
* | [dev.fuzz] all: merge master (c95464f) into dev.fuzzKatie Hockman2021-06-282-2/+193
|\ \ | |/
| * image: add RGBA64Image interfaceNigel Tao2021-06-181-1/+33
| * time: fix receiver for Time.IsDST methodRuss Cox2021-06-171-1/+1
| * api: promote next to go1.17Heschi Kreinick2021-06-092-99/+159
* | [dev.fuzz] all: merge master (d137b74) into dev.fuzzKatie Hockman2021-05-172-0/+103
|\ \ | |/
| * text/template/parse: rename DeferFuncCheck to SkipFuncCheckRuss Cox2021-05-061-2/+2
| * math: replace float32/64 extrema with exact expressionsRobert Griesemer2021-05-031-0/+1
| * api: update next.txtDmitri Shuralyov2021-04-301-0/+99
| * math: increase precision of math.SmallestNonzeroFloat64Robert Griesemer2021-04-301-0/+2
| * syscall: restore broken GetQueuedCompletionStatus signature but make it not c...Jason A. Donenfeld2021-02-241-6/+0
| * syscall: do not overflow key memory in GetQueuedCompletionStatusJason A. Donenfeld2021-02-241-0/+6
* | [dev.fuzz] all: merge master (7764ee5) into dev.fuzzKatie Hockman2021-02-192-452/+501
|\ \ | |/
| * api/go1.16: add go/build/constraint APIsAlexander Rakoczy2021-01-271-0/+29
| * syscall: remove RtlGenRandom and move it into internal/syscallJason A. Donenfeld2021-01-151-2/+0
| * go/build: report positions for go:embed directivesJay Conrod2021-01-141-0/+3
| * runtime/metrics: remove unused StopTheWorld Description fieldMichael Anthony Knyszek2021-01-081-1/+0
| * crypto/x509: rollback new CertificateRequest fieldsFilippo Valsorda2021-01-061-9/+0
| * api/go1.16: remove crypto/tls APIs that are moved to Go 1.17Dmitri Shuralyov2020-12-171-3/+0
| * api: promote next to go1.16go1.16beta1Dmitri Shuralyov2020-12-172-452/+484
* | [dev.fuzz] all: merge master into dev.fuzzKatie Hockman2020-12-142-113/+590
|\ \ | |/
| * api: update next.txtRuss Cox2020-10-291-6/+121
| * io/fs: move FileInfo, FileMode, PathError, ErrInvalid, ... from os to io/fsRuss Cox2020-10-202-95/+221
| * api: update next.txtRuss Cox2020-10-201-5/+241
* | [dev.fuzz] testing: add basic go command support for fuzzingKatie Hockman2020-12-042-0/+34
|/
* text/template: add CommentNode to template parse treeAriel Mashraki2020-08-281-0/+14
* unicode: upgrade to Unicode 13.0.0Marcel van Lohuizen2020-08-202-0/+6
* go/printer: remove exported StdFormat flagDmitri Shuralyov2020-07-171-2/+0