]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2019-11-06 Bryan C. Millscmd/go: use lockedfile instead of renameio for go.mod...
2019-11-06 Bryan C. Millscmd/doc: understand vendor directories in module mode
2019-11-06 Joel Singcmd/link,cmd/internal/objabi: factor out direct call...
2019-11-06 Robert Griesemercmd/compile/internal/syntax: silence test function...
2019-11-06 Meng Zhuocmd/asm: add encode tests for MIPS64x
2019-11-06 Ian Lance Taylorruntime: don't hold scheduler lock when calling timeSle...
2019-11-06 Bryan C. Millscmd/go: make commands other than 'tidy' prune go.mod...
2019-11-06 Elias Naurcmd/link/internal/ld: omit bitcode-incompatible flags...
2019-11-06 Austin Clementsruntime: remove write barrier in WaitForSigusr1
2019-11-06 Bryan C. Millscmd/doc: avoid calling token.IsExported on non-tokens
2019-11-06 Clément Chigotcmd/link: fix the size of typerel.* with c-archive...
2019-11-06 Dmitry Vyukovtest: add tests for runtime.itab.init
2019-11-06 Dmitry Vyukovruntime: remove stale runtime check in tests
2019-11-06 Dmitry Vyukovruntime: clarify that itab.hash of dynamic entries...
2019-11-06 Marcel van... src/vendor: update to latest version of net
2019-11-06 Bryan C. Millscmd/go: avoid upgrading to +incompatible versions if...
2019-11-05 Bryan C. Millscmd: update x/mod to CL 205497
2019-11-05 Bryan C. Millscmd/go/internal/modfetch: prune +incompatible versions...
2019-11-05 Filippo Valsordadoc: mention the anti-spam bypass in security.html
2019-11-05 Ian Lance Taylorruntime/cgo: add -Wno-nullability-completeness on Darwin
2019-11-05 Katie Hockmancrypto/dsa: prevent bad public keys from causing panic
2019-11-05 Bryan C. Millscmd/go/internal/modget: synchronize writes to modOnly...
2019-11-05 Cherry Zhangruntime: don't fetch G from signal stack when using cgo
2019-11-05 Cherry Zhangruntime: setg after sigFetchG
2019-11-05 Ian Lance Taylorruntime: keep adjusted timers in timerMoving status...
2019-11-05 Bryan C. Millscmd/go: make 'go mod why' require a main module
2019-11-05 Bryan C. Millscmd/compile: do not skip TestFormats on short builders
2019-11-05 Pantelis Sampaziotistesting/iotest: add missing tests
2019-11-05 Dan Scalescmd/compile: fix liveness for open-coded defer args...
2019-11-05 Bryan C. Millscmd/go: derive TestExecutableGOROOT environment from...
2019-11-05 Bryan C. Millscmd/go/internal/modfetch: remove non-hermetic test
2019-11-05 Bryan C. Millscmd/go.mod: upgrade x/mod to pull in CL 204821
2019-11-05 Elias Naurmisc/ios: bump -mios-version-min
2019-11-05 Marcel van... unicode: upgrade to Unicode 12
2019-11-05 Ian Lance Taylorruntime: disable preemption during test calls to futexsleep
2019-11-05 Ian Lance Taylorcmd/compile: update TestFormats for CL 196959
2019-11-05 Lars Lehtonennet/smtp: fix dropped test error
2019-11-05 Cherry Zhangcmd/internal/obj/mips: add a flag field to Optab
2019-11-05 Cherry Zhangruntime: test a frameless function for async preemption
2019-11-05 Lars Lehtonenio/ioutil: Fix dropped test error
2019-11-05 Cherry Zhangcmd/compile: mark architecture-specific unsafe points
2019-11-05 Cherry Zhangcmd/compile: not use REGTMP in ZeroRange on ARM64
2019-11-05 Cherry Zhangruntime: add async preemption support on ARM
2019-11-05 Keith Randallcmd/vet: add test for loading complex values with a...
next