]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2020-03-01 Shuotime: optimize Time.ISOWeek
2020-03-01 Ian Lance Taylorruntime/pprof/internal/profile: make error message...
2020-03-01 Emmanuel T... runtime: don't invoke t.Fatal* in goroutine in TestLibr...
2020-03-01 Ian Lance Taylornet/textproto: pass missing argument to fmt.Sprintf
2020-02-29 Ruixin(Peter... cmd/compile: lower float to uint conversions on s390x
2020-02-29 Josh Bleecher... cmd/compile: add more amd64 constant simplifications
2020-02-29 Josh Bleecher... cmd/compile: constant fold SSA bool to int conversions
2020-02-29 Josh Bleecher... cmd/compile: use correct types in phiopt
2020-02-29 martinruntime: do not exit(2) if a Go built DLL receives...
2020-02-28 Meng Zhuointernal/cpu: add MIPS64x feature detection
2020-02-28 Bryan C. Millscmd/go: avoid matching wildcards rooted outside of...
2020-02-28 Felix Corneliusdoc: update Effective Go with 1.14 language changes
2020-02-28 Bryan C. Millscmd/go: rationalize errors in internal/load and interna...
2020-02-28 Bryan C. Millscmd/go/internal/search: consolidate package-pattern...
2020-02-28 Bryan C. Millscmd/go/internal/search: record errors in the Match...
2020-02-28 Michael Matloobcmd/go/internal/modload: make AmbiguousImportError...
2020-02-28 Ian Lance Taylornet: report port number correctly in Plan 9 error
2020-02-28 Josh Bleecher... cmd/compile: add dedicated ARM64BitField aux type
2020-02-28 Joel Singcmd/compile: improve SignExt32to64 on riscv64
2020-02-28 Dmitri Shuralyovcmd/gofmt, go/format: sync internal.go
2020-02-28 Josh Bleecher... cmd/compile: add ellipsis rule diagnostics to rulegen
2020-02-28 Daniel Martícmd/go: version command should error when given bad...
2020-02-28 Josh Bleecher... cmd/compile: optimize unsigned comparisons to 0/1 on...
2020-02-27 Ian Lance Taylorflag: update comment to refer to Output, not out
2020-02-27 Tim Coopernet/textproto: close channel to signal pipeline event...
2020-02-27 Michael Matloobcmd/go/testdata/script: fix path separator in test...
2020-02-27 Michael Matloobcmd/go: roll forward "convert TestShadowingLogic to...
2020-02-27 Michael Matloobcmd/go: convert testCDAndGOPATHAreDifferent to the...
2020-02-27 Michael Matloobcmd/go: convert TestLegacyModGet to the script framework
2020-02-27 Michael Matloobcmd/go: convert TestLinkXImportPathEscape to the script...
2020-02-27 Michael Matloobcmd/go: convert some tests in vendor_test to the script...
2020-02-27 Michael Matloobcmd/go: convert TestGoBuildGOPATHOrder to the script...
2020-02-27 Michael Matloobcmd/go: convert more tests to the script framework
2020-02-27 Michael Matloobcmd/go: convert TestGoTestRaceInstallsCgo to script...
2020-02-27 Michael Matloobcmd/go: convert TestGoBuildARM to the script framework
2020-02-27 Michael Matloobcmd/go: convert TestGoTestBuildsAnXtestContainingOnly...
2020-02-27 Michael Matloobcmd/go: convert TestPackageNotStaleWithTrailingSlash...
2020-02-27 Josh Bleecher... cmd/compile: ignore div/mod in prove on non-x86 archite...
2020-02-27 Josh Bleecher... cmd/compile: document Move's type
2020-02-27 Bryan C. Millscmd/go/internal/modload: make PackageNotInModuleError...
2020-02-27 Josh Bleecher... cmd/compile: make inlining intrinsics cost one
2020-02-27 Ian Lance Taylorcmd/compile: check rune type bounds as int32, not uint32
2020-02-27 Ziheng Liuall: fix incorrect channel and API usage in some unit...
2020-02-27 Josh Bleecher... cmd/compile: handle more cases in isNonNegative
2020-02-27 Mark Rushakoffnet: fix typo in unexported variable name
2020-02-27 Ian Lance Taylorruntime: don't panic on racy use of timers
2020-02-27 Cherry Zhangcmd/dist: enable cgo and PIE tests on android/arm64
2020-02-27 Cherry Zhangcmd/link: reenable internal linking PIE on linux/amd64...
2020-02-26 Constantin... io/ioutil: reject path separators in TempDir, TempFile...
2020-02-26 Nikson Kanti... build: in clean.bash, look for 'go' in GOROOT/bin inste...
2020-02-26 Josh Bleecher... cmd/compile: use immediates for MOVO of readonly sym
2020-02-26 Josh Bleecher... cmd/compile: mark Lsyms as readonly earlier
2020-02-26 Josh Bleecher... cmd/compile: make clobber variadic
2020-02-26 Tobias Klausercmd/link/internal/ld: bump NetBSD ABI version to 7.0
2020-02-26 Josh Bleecher... cmd/compile: constant fold SHLxconst of a constant...
2020-02-26 Josh Bleecher... cmd/compile: merge const into storeidx on amd64
2020-02-26 HowJMaybytes: deflake TestGrow by using testing.AllocsPerRun
2020-02-26 Joel Singcmd/compile: simplify Slicemask on riscv64
2020-02-26 Joel Singcmd/compile: improve Eq32/Neq32 on riscv64
2020-02-26 codesoapencoding/json: consolidate the isSpace function
2020-02-26 Katie Hockmancrypto/tls: use new ecdsa.VerifyASN1 API
2020-02-26 Joel Singtest: re-enable open-coded defer test on riscv64
2020-02-26 GrigoriyMikhalkincmd/go: escape $WORK in ccompile when -n is set
2020-02-26 Katie Hockmancrypto/x509: use new ecdsa.VerifyASN1 API
2020-02-26 Jay Conrodcmd/go/internal/modfetch: retry rename for unzipped...
2020-02-26 TennyZhuangcmd/compile: output cost while inlining function with...
2020-02-26 Joshua Crowgeycmd/vendor: create modules.txt even for unused deps
2020-02-26 Michael Mundaycmd/compile: remove Greater* and Geq* generic integer ops
2020-02-26 Michael Mundaycmd/compile: canonicalize comparison argument order
2020-02-26 Elias Naurcmd/link: default to internal linking for android/arm64
2020-02-26 yah01fmt: do not remove trailing zeros for %g and %G with...
2020-02-26 Emmanuel T... crypto/x509: load roots from colon separated SSL_CERT_D...
2020-02-26 Ian Lance Taylorall: avoid string(i) where i has type int
2020-02-26 Cherry Zhangruntime: guard VZEROUPPER on CPU feature
2020-02-25 Keith Randallruntime: reorder race detector calls in slicecopy
2020-02-25 Michael Matloobcmd/go: emit an error for extraneous files in GOROOT...
2020-02-25 Brad Fitzpatrickmime: fix ExtensionsByType bug when there are duplicates
2020-02-25 Brad Fitzpatrickmisc/wasm: avoid implicit boolean to number conversion
2020-02-25 Bryan C. Millscmd/go/internal/{test,vet}: use a standard flag.FlagSet...
2020-02-25 Alexander Rakoczydoc/go1.14: add link to module migration guide
2020-02-25 Kevin Burkedoc/articles/race_detector: mention memory leak potential
2020-02-25 Cherry Zhangcmd/link: stop requiring the math package on ARM
2020-02-25 Xiangdong Jicmd/asm: add asimd instruction 'rev16' on arm64
2020-02-25 Joel Singmath/big: initial vector arithmetic in riscv64 assembly
2020-02-25 Joel Singmath: implement Sqrt in assembly for riscv64
2020-02-25 Carlos Amedeedoc: add Go 1.14 to release history
2020-02-25 Josh Bleecher... cmd/compile: use ellipses in RISCV64 rules
2020-02-25 Bryan C. MillsRevert "cmd/compile: don't allow NaNs in floating-point...
2020-02-25 Meng Zhuoruntime: fix file permission
2020-02-25 Bryan C. MillsRevert "Revert "cmd/go/internal/modload: record the...
2020-02-25 Corne van der... cmd/link: Revert -buildmode=pie to internal linking
2020-02-25 nu50218cmd/go: fix typo in comment
2020-02-25 Changkun Ousync: add new Map method LoadAndDelete
2020-02-25 Richard Wilkesruntime: allow float syscall return values on windows...
2020-02-25 Keith RandallRevert "reflect: when Converting between float32s,...
2020-02-25 Jean de Klerktime: add basic YYYY/MM/DD example to time docs
2020-02-25 Keith Randallreflect: when Converting between float32s, don't lose...
2020-02-25 Keith Randallcmd/compile: don't allow NaNs in floating-point constan...
2020-02-25 Cherry Zhangcmd/link: improve gap detection in TestPIESize
2020-02-25 Liam 'Auzzie... os/exec: use environment variables for user token when...
next