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
/
api
/
except.txt
Age
Commit message (
Expand
)
Author
2023-02-17
cmd/api: add API checks for freebsd/arm64
Dmitri Goutnik
2023-02-06
all: upgrade Unicode from 13.0.0 to 15.0.0
weebney
2022-09-16
syscall: remove FreeBSD 11 and below 64bit inode compatibility shims
Yuval Pavel Zholkover
2022-08-27
debug/elf: fix reloc number of R_PPC64_SECTOFF_LO_DS
Paul E. Murphy
2022-03-31
html/template: make FuncMap a type alias of text/template.FuncMap
Emmanuel T Odeke
2021-05-17
[dev.fuzz] all: merge master (d137b74) into dev.fuzz
Katie Hockman
2021-05-03
math: replace float32/64 extrema with exact expressions
Robert Griesemer
2021-04-30
math: increase precision of math.SmallestNonzeroFloat64
Robert Griesemer
2021-02-24
syscall: restore broken GetQueuedCompletionStatus signature but make it not c...
Jason A. Donenfeld
2021-02-24
syscall: do not overflow key memory in GetQueuedCompletionStatus
Jason A. Donenfeld
2020-12-14
[dev.fuzz] all: merge master into dev.fuzz
Katie Hockman
2020-12-04
[dev.fuzz] testing: add basic go command support for fuzzing
Katie Hockman
2020-10-20
io/fs: move FileInfo, FileMode, PathError, ErrInvalid, ... from os to io/fs
Russ Cox
2020-08-20
unicode: upgrade to Unicode 13.0.0
Marcel van Lohuizen
2020-04-08
all: remove scattered remnants of darwin/386
Austin Clements
2019-11-05
unicode: upgrade to Unicode 12
Marcel van Lohuizen
2019-04-25
all: update to Unicode 11
Marcel van Lohuizen
2019-02-20
text/scanner: don't liberally consume (invalid) floats or underbars
Robert Griesemer
2018-12-30
syscall: revert to pre-FreeBSD 10 / POSIX-2008 timespec field names in Stat_t...
Yuval Pavel Zholkover
2018-10-05
syscall: FreeBSD 12 ino64 support
Yuval Pavel Zholkover
2018-10-05
cmd/api: explicit tagKey with GOOS and GOARCH
Meng Zhuo
2018-09-13
os: add ModeCharDevice to ModeType
Tobias Klauser
2018-08-28
syscall: implement Unix Socket for Windows
Yasuhiro Matsumoto
2018-07-12
syscall: convert Windows AddrinfoW.Addr from uintptr to syscall.Pointer
Brad Fitzpatrick
2018-06-22
text/template/parse: undo breaking API changes
Daniel Theophanes
2018-06-11
syscall: update TOKEN_ALL_ACCESS according to WinNT.h
Thanabodee Charoenpiriyakij
2018-04-18
syscall: introduce Pointer type and use it instead of uintptr
Alex Brainman
2018-04-09
api: remove unnecessary lines from except.txt
Daniel MartÃ
2018-04-04
text/template: add variable assignments
Daniel MartÃ
2018-03-30
api: add exception for os.ModeType value
Joe Tsai
2018-02-13
syscall: support Getwd on all BSDs
Tobias Klauser
2017-10-24
unicode: update to Unicode 10.0.0
Marcel van Lohuizen
2017-10-06
math/big: provide support for conversion bases up to 62
griesemer
2017-02-21
math/big: define Word as uint instead of uintptr
Robert Griesemer
2016-12-12
runtime, syscall: update openbsd for changes to syskill
Joel Sing
2016-11-02
testing: introduce testing/internal/testdeps for holding testmain dependencies
Russ Cox
2016-11-02
api: sort except.txt
Russ Cox
2016-10-30
syscall: remove X__cmsg_data from Cmsghdr
Ian Gudger
2016-10-26
encoding/json: marshal the RawMessage value type the same as its pointer type
Brad Fitzpatrick
2016-06-28
unicode: upgrade to version 9.0.0
Marcel van Lohuizen
2015-06-26
unicode: upgrade to 8.0.0
Marcel van Lohuizen
2014-08-18
unicode: strconv: regexp: Upgrade to Unicode 7.0.0.
Marcel van Lohuizen
2014-07-30
undo CL 102610045 / 7244ce3ae9db
Mikio Hara
2014-06-24
syscall: regenerate z-files for darwin
Mikio Hara
2014-05-16
api: update openbsd exceptions
Mikio Hara
2014-03-06
api: add NetBSD/ARM EABI exceptions.
Shenghou Ma
2014-03-04
api: add FreeBSD 10 exceptions
Mikio Hara
2014-02-18
api: whitelist change to unicode.Version
Brad Fitzpatrick
2014-01-22
api: add Fchflags exception to more platforms
Brad Fitzpatrick
2014-01-11
api: update except.txt and next.txt to reflect openbsd system ABI break
Joel Sing
[next]