]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2019-11-10 David Chasecmd/compile: enable nil check logging for other archite...
2019-11-10 David Chasecmd/compile: add framework for logging optimizer (non...
2019-11-10 jsigncmd/go: make env -w and -u validate GOOS and GOARCH...
2019-11-10 Agniva De Sarkertime: change variable name to next
2019-11-10 Michael Anthony... runtime: make the test addresses for pageAlloc smaller...
2019-11-09 Fazlul Shahriarcmd/go/internal/lockedfile, os: fix O_CREATE flag on...
2019-11-09 Filippo Valsordacrypto/tls: add ExampleConfig_VerifyPeerCertificate
2019-11-09 Rhys Hiltnersync: yield to the waiter when unlocking a starving...
2019-11-09 Tobias Klausersyscall: skip TestSyscallNoError on mips{,le}
2019-11-09 David Chasecmd/compile: intrinsify functions added to runtime...
2019-11-09 Ian Lance Tayloros/signal: use a larger channel buffer for all signals...
2019-11-08 David Chaseruntime: copy some functions from math/bits to runtime...
2019-11-08 witchardcmd/go/internal/modfetch: add GOINSECURE
2019-11-08 Bryan C. Millscmd/go/internal/lockedfile: skip flaky TestTransform...
2019-11-08 Matthew Dempskycmd/compile: don't apply -lang=go1.X restrictions to...
2019-11-08 Keith Randallruntime: fix line number for faulting instructions
2019-11-08 Ariel Mashrakicmd/go/internal/modload: fail if no package was found...
2019-11-08 Gerrit Code... Merge "cmd: merge branch 'dev.link' into master"
2019-11-08 Brad Fitzpatricknet/http: relax TestLinuxSendfile, trace all system...
2019-11-08 Ian Lance Taylorruntime: add pipe/pipe2 on Solaris
2019-11-08 Baokun Leecmd/go: refuse -w with an invalid GOPATH
2019-11-08 Emmanuel T... net/http: support gzip, x-gzip Transfer-Encodings
2019-11-08 Than McIntoshRevert "encoding/asn1: fix unmarshalling SEQUENCE OF...
2019-11-08 Visweswara Rnet: improve IPMask docs
2019-11-08 Ian Lance Taylorruntime: if InjectDebugCall sees "not at safe point...
2019-11-08 Martin Gartonencoding/binary: add float support to fast path
2019-11-08 sergeynet/url: reduce allocs on resolvePath func
2019-11-08 kaxapiencoding/asn1: fix unmarshalling SEQUENCE OF SET
2019-11-08 Chris Stocktonnet: halve the allocs in ParseCIDR by sharing slice...
2019-11-08 David Ndungunet/http: refactor test TestParseFormUnknownContentType
2019-11-08 Ian Lance Taylorruntime: sleep a bit when waiting for running debug...
2019-11-08 Michael Anthony... runtime: add per-p page allocation cache
2019-11-08 Michael Anthony... runtime: add page cache and tests
2019-11-08 Udalov Maxencoding/binary: make Read return an error when data...
2019-11-08 Bryan C. Millscmd/go/internal/lockedfile: add a unit-test for Transform
2019-11-08 Bryan C. Millscmd/go/internal/modload: use lockedfile.Read for the...
2019-11-08 Michael Anthony... runtime: add per-p mspan cache
2019-11-08 Michael Anthony... runtime: rearrange mheap_.alloc* into allocSpan
2019-11-08 Michael Anthony... runtime: fix (*gcSweepBuf).block guarantees
2019-11-08 Michael Anthony... runtime: make more page sweeper operations atomic
2019-11-08 Cherry Zhangcmd/internal/obj/arm64: make function epilogue async...
2019-11-08 Cherry Zhangruntime: add async preemption support on PPC64
2019-11-08 Michael Anthony... runtime: remove unnecessary large parameter to mheap_...
2019-11-08 Michael Anthony... runtime: define maximum supported physical page and...
2019-11-08 Bryan C. Millscmd/go: delete flaky TestQEMUUserMode
2019-11-08 Michael Anthony... runtime: ensure heap memstats are updated atomically
2019-11-08 Michael Anthony... runtime: remove useless heap_objects accounting
2019-11-08 Michael Anthony... runtime: make allocNeedsZero lock-free
2019-11-08 Bryan C. Millsruntime: skip TestPingPongHog on builders
2019-11-08 Hana (Hyang... runtime/pprof: delete unused locForPC
2019-11-08 Hana (Hyang... runtime/pprof: correct inlined function location encodi...
2019-11-08 Ian Lance TaylorRevert "math/cmplx: handle special cases"
2019-11-08 Hana (Hyang... runtime/pprof: correctly encode inlined functions in...
2019-11-08 Michael Anthony... runtime: remove old page allocator
2019-11-07 Michael Anthony... runtime: switch to new page allocator
2019-11-07 Cherry Zhangruntime: disable async preemption on darwin/arm(64...
2019-11-07 Keith Randalldoc: document new math.Fma function
2019-11-07 Matthew Dempskycmd/compile: restore more missing -m=2 escape analysis...
2019-11-07 Cherry Zhangruntime: add async preemption support on MIPS and MIPS64
2019-11-07 Michael Anthony... runtime: compute whether a span needs zeroing in the...
2019-11-07 Cherry Zhangruntime: add async preemption support on S390X
2019-11-07 Cherry Zhangcmd/internal/obj/s390x: mark unsafe points
2019-11-07 Michael Anthony... runtime: integrate new page allocator into runtime
2019-11-07 Michael Anthony... runtime: make the scavenger self-paced
2019-11-07 Brian Kesslermath/cmplx: handle special cases
2019-11-07 Cherry Zhangcmd/internal/obj/ppc64: handle MOVDU for SP delta
2019-11-07 Cherry Zhangcmd/compile, cmd/internal/obj/ppc64: mark unsafe points
2019-11-07 Cherry Zhangcmd/compile, cmd/internal/obj/ppc64: use LR for indirec...
2019-11-07 Cherry Zhangcmd/compile: mark unsafe points for MIPS and MIPS64
2019-11-07 Cherry Zhangcmd/internal/obj/mips: mark unsafe points
2019-11-07 Cherry Zhangruntime: add async preemption support on ARM64
2019-11-07 Cherry Zhangcmd/internal/obj/arm64: mark unsafe points
2019-11-07 Michael Anthony... runtime: add option to scavenge with lock held throughout
2019-11-07 Michael Anthony... runtime: count scavenged bits for new allocation for...
2019-11-07 Michael Anthony... runtime: add scavenging code for new page allocator
2019-11-07 Michael Anthony... runtime: add new page allocator core
2019-11-07 Ian Lance Taylorruntime: set GODEBUG=asyncpreemptoff=1 in TestCrashDump...
2019-11-07 Bryan C. Millscmd/go: add math/bits to runtime packages in TestNewRel...
2019-11-07 Michael Anthony... runtime: make sysReserve return page-aligned memory...
2019-11-07 Michael Anthony... runtime: add packed bitmap summaries
2019-11-07 Michael Anthony... runtime: add pallocbits and tests
2019-11-07 Brian Kesslercmd/compile: add signed indivisibility by power of...
2019-11-07 Michael Anthony... runtime: add new page allocator constants and description
2019-11-07 Jay Conrodcmd/go/internal/modfetch: switch to golang.org/x/mod/zip
2019-11-07 Michael Anthony... runtime: map reserved memory as NORESERVE on solaris
2019-11-07 Jay Conrodcmd/go/internal/modfetch/zip_sum_test: long test for...
2019-11-07 Bryan C. MillsRevert "sync: yield to the waiter when unlocking a...
2019-11-07 Russ Coxmath: test portable FMA even on system with hardware FMA
2019-11-07 Russ Coxmath, cmd/compile: rename Fma to FMA
2019-11-07 Cuong Manh Lesyscall: revert security_windows.go change of CL 201877
2019-11-07 Rob Pikecmd/doc: don't bother checking validity of symbols...
2019-11-07 Brian Kesslermath/big: allow all values for GCD
2019-11-07 Carlo Alberto... sync: yield to the waiter when unlocking a starving...
2019-11-07 Ian Lance Taylornet: skip TestDialCancel if Dial fails with "connection...
2019-11-07 Michael Anthony... runtime: define darwin/arm64's address space as 33...
2019-11-07 Benjamin Petersonos: fix reference to nonexistent errors.Wrapper
2019-11-07 Michael Anthony... runtime: remove MAP_FIXED in sysReserve for raceenabled...
2019-11-06 Ian Lance Taylorruntime: mark testSetPanicOnFault as go:nocheckptr
2019-11-06 Vitaly Zdanevichdoc: Effective Go: formatting of code example
2019-11-06 Kevin Burkecmd/go: fix spelling error
next