]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2022-08-23 Cuong Manh Leruntime: convert ticksType.val to atomic type
2022-08-23 Keith Randallcmd/compile: handle partially overlapping assignments
2022-08-23 Matthew DempskyRevert "cmd/compile: restore test/nested.go test cases"
2022-08-23 Paul E. Murphyruntime: fix ppc64 startup on newer linux kernels
2022-08-23 Daniel Martíall: use go/parser.SkipObjectResolution in more places
2022-08-23 Axel Wagnerencoding/xml: add (*Encoder).Close
2022-08-23 Bryan C. Millscmd/go/internal/modload: remove ImportMap and PackageDir
2022-08-23 Jakub Ciolekcmd/compile: mark booleans as registerizable
2022-08-23 Matthew Dempskycmd/compile: fix unified IR's pointer-shaping
2022-08-23 Matthew Dempskycmd/compile: fix "expression has untyped type" ICE...
2022-08-23 Matthew Dempskycmd/compile: fix reflect naming of local generic types
2022-08-23 Matthew Dempskycmd/compile: restore test/nested.go test cases
2022-08-23 Joe Tsaitime: fix Parse for time zones
2022-08-23 Joe Tsaitime: fix Parse for empty seconds
2022-08-23 Joe Tsaitime: fix Parse to ignore extra sub-nanosecond digits
2022-08-23 Austin Clementsruntime: move traceStackTable.lock to the system stack
2022-08-23 eric fangcmd/internal/obj/arm64: remove the transition from...
2022-08-23 eric fangcmd/compile/internal/ssa: optimize memory moving on...
2022-08-22 Joe Tsaiencoding/json: rely on utf8.AppendRune
2022-08-22 Joe Tsaiinternal/poll: rely on utf8.AppendRune
2022-08-22 Mateusz Poliwczaknet: turn off dns compression for go resolver queries
2022-08-22 Cuong Manh Lecmd/compile: fix missing typecheck when rewriting abi...
2022-08-22 Cherry Muicmd/compile: split Muluhilo op on ARM64
2022-08-22 Abirdcflynet/http/cookiejar: remove duplicate words from comments
2022-08-22 Bryan C. Millsnet/http: skip Get flakes in TestClientTimeout tests...
2022-08-22 Keith Randallcmd/compile: issue VarDef only for pointer-ful types
2022-08-22 Keith Randallcmd/compile: remove OVARDEF and OVARLIVE
2022-08-22 Keith Randallcmd/compile: rip out support for OVARKILL from compiler...
2022-08-22 Michael Prattruntime: don't race cmd.Wait and cmd.StdoutPipe read
2022-08-22 Chris Gillisimage/gif: avoid decoding past the first frame in decode()
2022-08-22 Than McIntoshinternal/xcoff: better handling of malformed symbol...
2022-08-22 Daniel Martígo/token: make mutex locking in unpack cheaper
2022-08-22 Joe Tsaiinternal/saferio: avoid returning io.EOF from ReadData...
2022-08-22 Michael Prattmisc/cgo/test: disable setgid tests with musl
2022-08-22 qmuntaldebug/buildinfo: add regression tests for different...
2022-08-22 Keith Randalltext/template: compare reflect.Value instances differently
2022-08-20 Egon Elbrecmd/pprof: fix addr calculation for Windows
2022-08-20 Egon Elbreruntime/pprof: add memory mapping info for Windows
2022-08-19 Ian Lance Taylormisc/cgo/testcarchive: permit SIGQUIT for TestSignalFor...
2022-08-19 Ian Lance Taylordebug/pe: fetch section size directly in (*Section...
2022-08-19 Ian Lance Taylorgo/internal/gcimporter: use saferio to read indexed...
2022-08-19 Ian Lance Taylordebug/plan9obj: use saferio to read section data
2022-08-19 Michal Bohuslávekbytes, strings: s/after/before/ in CutSuffix
2022-08-19 Tobias Klauserruntime/pprof: check Getrusage return value in addMaxRSS
2022-08-19 Tobias Klauserruntime/pprof: report MaxRSS on windows
2022-08-19 Robert Griesemergo/types: match types2 errors for incorrect method...
2022-08-19 Robert Griesemergo/types: match types2 errors for missing index expressions
2022-08-19 Robert Griesemergo/types: match types2 error for invalid map key
2022-08-19 Robert Griesemergo/parser: match const/var decl parsing of syntax package
2022-08-19 Cuong Manh LeRevert "misc/cgo/testcarchive: permit SIGQUIT for TestS...
2022-08-19 Andy Panruntime: fix a typo in comment of netpollblock()
2022-08-19 Robert Griesemergo/parser: fix spelling in error message
2022-08-19 Robert Griesemergo/types: remove machinery to select parsing mode ...
2022-08-19 Robert Griesemergo/parser: remove (internal) ability to disable generic...
2022-08-19 Robert Griesemergo/parser: remove import path string syntax checking
2022-08-19 Robert Griesemercmd/compile/internal/types2: match go/types for "....
2022-08-19 Robert Griesemercmd/compile/internal/types2: use go/types/testdata...
2022-08-19 Robert Griesemergo/types: remove TODO in testdata/examples/types.go
2022-08-19 Robert Griesemergo/parser: disallow parenthesizing embedded types in...
2022-08-19 Tobias Klauserruntime/internal/atomic: remove double-check in kernelc...
2022-08-19 hopehookio: add OffsetWriter, NewOffsetWriter
2022-08-19 Julie Qiu.github/ISSUE_TEMPLATE: add issue template for Go vulne...
2022-08-19 qmuntalunicode/utf16: add AppendRune
2022-08-19 Robert Griesemergo/printer: rename printPos to setPos
2022-08-19 Cuong Manh Lestrings: reduce allocation for byteReplacer
2022-08-19 Tobias Klausersyscall: remove cloexecSocket fallback path
2022-08-19 Andy Panstrings: speed up ToUpper()/ToLower() by batch writing...
2022-08-19 Kir Kolyshkinsyscall: add new CLONE_ flags for Linux
2022-08-19 ruinancmd/compile: add intrinsic for MulUintptr on arm64
2022-08-19 Ludi Rehakruntime: fix formula for computing number of padding...
2022-08-19 Ian Lance Taylorencoding/gob: use saferio to read large buffer
2022-08-19 Cuong Manh Leruntime: remove pageAlloc.scav padding for atomic field...
2022-08-19 Ian Lance Taylortest: add test that caused gccgo crash
2022-08-19 Ian Lance Taylortest: add test that caused gccgo to crash
2022-08-19 Ian Lance Taylormisc/cgo/testcarchive: permit SIGQUIT for TestSignalFor...
2022-08-19 Andy Pannet: allow single dot in resolv.conf search statement
2022-08-19 Cuong Manh Lesync: use atomic.Uint64 for WaitGroup state
2022-08-19 Yuval Pavel... runtime: fast clock_gettime on FreeBSD, split getHPETTi...
2022-08-19 Cuong Manh Leruntime: add and use runtime/internal/sys.NotInHeap
2022-08-18 Matthew Dempskyinternal/buildcfg: enable unified IR by default
2022-08-18 Robert Griesemercmd/compile/internal/types2: use go/types/testdata...
2022-08-18 Robert Griesemergo/types, types2: consolidate testdata/spec test files
2022-08-18 Robert Griesemergo/types, types2: consolidate testdata/examples test...
2022-08-18 Robert Griesemercmd/compile/internal/syntax: handle missing index like...
2022-08-18 Russ Coxcrypto/internal/boring: update to newer boringcrypto...
2022-08-18 Robert Griesemergo/types: match types2 error msg formatting for convers...
2022-08-18 Paul E. Murphyinternal/buildcfg: support GOPPC64=power10
2022-08-18 Cuong Manh Leruntime: remove p padding field for atomic fields alignment
2022-08-18 Keith Randallcmd/compile: remove OFORUNTIL
2022-08-18 Keith Randallcmd/compile: rip out support for OpVarKill from ssa...
2022-08-18 Keith Randallcmd/compile: stop using VARKILL
2022-08-18 Keith Randallcmd/compile: don't use OFORUNTIL when implementing...
2022-08-18 Matthew Dempskycmd/compile: enable more inlining for unified IR
2022-08-18 Matthew Dempskycmd/compile: fix devirtualization bug with unified IR
2022-08-18 Matthew Dempskycmd/compile/internal/noder: set ir.Name.DictIndex for...
2022-08-18 Matthew Dempskycmd/compile/internal/noder: pointer shaping for unified IR
2022-08-18 vpachkovruntime: remove dead code and unnecessary checks for...
2022-08-18 Cuong Manh Leruntime: convert timer0When/timerModifiedEarliest to...
2022-08-18 Lynn Bogercmd/dist: enable testsanitizer test on ppc64le
2022-08-18 Daniel Martígo/printer: avoid allocating for every position printed
next