]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2020-02-24 Tobias Klauserdoc/go1.14: document that freebsd/arm64 requires FreeBS...
2020-02-24 Bryan C. Millsmisc/cgo/testshared: explicitly set GOBIN (instead...
2020-02-24 Keith Randallcmd/compile: avoid memmove -> SSA move rewrite when...
2020-02-24 Bryan C. Millscmd/go/internal/modload: record the replacement for...
2020-02-24 Alessandro... cmd/compile: assign correct declaration line to DIE...
2020-02-24 Keith Randallruntime: special case interface hashing for pointers
2020-02-24 Dmitri Shuralyovdoc/go1.14: remove draft notice
2020-02-24 Bryan C. Millscmd/go/internal/modfetch: delete unused isVendoredPacka...
2020-02-24 Robert Griesemergo/types: report correct argument types for make()...
2020-02-24 Ian Lance Taylorruntime: remove mcache field from m
2020-02-24 Milan Patelreflect: update Select to panic early on excessive...
2020-02-24 Dmitri Shuralyovtest: clean up run.go
2020-02-24 Tobias Klauserruntime: remove unused _F_SETFL const on linux
2020-02-24 Katie Hockmancrypto/cipher: require non-zero nonce size for AES-GCM
2020-02-24 Jordan Liggittencoding/json: limit max nesting depth
2020-02-24 Tamir Dubersteincmd/link: code cleanup in macho_combine_dwarf.go
2020-02-24 Daniel Martítext/template: make reflect.Value indirections more...
2020-02-24 Tobias Klausersyscall: use dup3 in forkAndExecInChild1 if available
2020-02-24 Tobias Klausermisc/cgo: correct GOOS in skip message
2020-02-24 Robert Griesemergo/types: report correct number of arguments for make...
2020-02-24 Alberto Donizettihash/maphash: add package-level example
2020-02-24 Changkun Outime: add Ticker.Reset
2020-02-24 Masahiro Furudatetesting: change benchmark example function
2020-02-23 Ian Lance Taylortime: don't get confused about day 31 when parsing 002
2020-02-23 Andrew BonventreRevert "time: add Ticker.Reset"
2020-02-23 Tobias Klausermisc/cgo: enable testso and testsovar on mips64x
2020-02-23 Changkun Outime: add Ticker.Reset
2020-02-23 Sam Chendoc: remove extra br tags
2020-02-22 Cuong Manh Lecmd/compile: consistently use OXXX for works relate...
2020-02-22 Jon Johnsonencoding/json: fix broken link to json.org
2020-02-22 Hajime Hoshisyscall: release a js.Func object in fsCall
2020-02-22 Josh Bleecher... cmd/compile: allow values with aux Sym to fault on...
2020-02-22 vovapihash/maphash: don't discard data on random seed init
2020-02-22 Ian Lance Taylorruntime: mark testCallersEqual as a test helper
2020-02-22 Ian Lance Taylortest: add test that gccgo fails to compile
2020-02-22 Ian Lance Taylortime: remove unnecessary trailing slash from "/etc/"
2020-02-22 Ian Lance Taylorruntime: really wait for goroutines in testSemaHandoff
2020-02-22 Cuong Manh Lecmd/compile: allow print/println(f()) where f() is...
2020-02-21 Johan Janssoncrypto/tls: update ExampleDial with a valid root
2020-02-21 Filippo Valsordacrypto/tls: clarify TLS 1.0/1.1 CertificateRequestInfo...
2020-02-21 Cherry Zhangcmd/dist: test cgo internal linking PIE
2020-02-21 Robert Griesemercmd/compile/internal/syntax: better error when an assig...
2020-02-21 Cherry Zhangcmd/link: also apply R_ADDR relocation statically when...
2020-02-21 Dmitri Shuralyovtest: close file in goFiles
2020-02-21 Cherry Zhangcmd/link: handle absolute address relocation in C objec...
2020-02-21 Josh Bleecher... cmd/compile: preserve shift boundedness information...
2020-02-21 Michael Prattcmd/link: generate relative relocs for PIE
2020-02-21 Bryan C. Millscmd/go: print a "found" line for each package found...
2020-02-21 Josh Bleecher... cmd/compile: use shift boundedness when lowering shifts...
2020-02-21 Dmitri ShuralyovCONTRIBUTORS: second round of updates for Go 1.14
2020-02-21 Bryan C. Millscmd/go: add a regression test for package import cycles...
2020-02-21 Katie Hockmancrypto/ecdsa: add SignASN1, VerifyASN1
2020-02-21 Hana (Hyang... net/http/pprof: set content type for /debug/pprof
2020-02-21 Daniel Theophanesdatabase/sql: add SetConnMaxIdleTime
2020-02-21 Davor Kapsaio: check n in testReadAtLeast
2020-02-21 vovapigo/constant: remove redundant octal & separator literal...
2020-02-21 Joe Kyocontainer/list: remove temporary variable `n`
2020-02-21 Daniel Martícmd/compile: add a script to measure ssa/gen's coverage
2020-02-21 Alexander Rakoczycrypto/x509: correct error message for trailing issuer...
2020-02-21 Daniel Martídoc/go1.14: document the change to json.Number decoding
2020-02-21 Timmy Douglasnet/mail: skip empty entries in parseAddressList
2020-02-21 Bryan C. Millstesting: testing: add (*T).Deadline method for test...
2020-02-21 Josh Bleecher... cmd/compile: clarify division bounds check optimization
2020-02-21 Josh Bleecher... cmd/compile: coalesce some 386 shift lowering rules
2020-02-21 Josh Bleecher... cmd/compile: preserve shift boundness during wasm rewri...
2020-02-21 Josh Bleecher... cmd/compile: add rule location to some rulegen logging
2020-02-21 Josh Bleecher... cmd/compile: remove chunking of rewrite rules
2020-02-21 Josh Bleecher... cmd/compile: extract function for splitting up x:(Foo...
2020-02-21 Josh Bleecher... cmd/compile: reduce bounds checks in generated rewrite...
2020-02-20 Josh Bleecher... cmd/compile: use ellipses in AMD64 rules
2020-02-20 Josh Bleecher... cmd/compile: add ellipsis syntax for op-only rewrite...
2020-02-20 Josh Bleecher... cmd/compile: dump contents when rulegen generates inval...
2020-02-20 Josh Bleecher... cmd/compile: document non-commutative rule detection
2020-02-20 Michael Matloobcmd/go: convert TestExecutableGOROOT to the script...
2020-02-20 Michael Matloobcmd/go: in tests, add sync before closing file in copyF...
2020-02-20 Hana (Hyang... cmd/trace: update to use WebComponents V0 polyfill
2020-02-20 Josh Bleecher... cmd/compile: normalize whitespace around square brackets
2020-02-20 Josh Bleecher... cmd/compile: merge more shifts into stores
2020-02-20 Josh Bleecher... cmd/compile: use loops to handle commutative ops in...
2020-02-20 Robert Griesemergo/internal/gcimporter: rename file to better reflect...
2020-02-20 Bryan C. Millsdoc/go1.15: create go1.15.html
2020-02-20 Josh Bleecher... cmd/compile: generate commutative rules when a conditio...
2020-02-20 Josh Bleecher... cmd/compile: mark amd64 HMUL ops as not commutative
2020-02-20 Josh Bleecher... cmd/compile: add a flag to print the source line for...
2020-02-20 Josh Bleecher... cmd/compile: delete duplicate rules
2020-02-20 Josh Bleecher... cmd/compile: don't generate commutative rules for ...
2020-02-20 Josh Bleecher... cmd/compile: factor out opIsCommutative from commute1
2020-02-20 Michael MatloobRevert "cmd/go: convert TestShadowingLogic to the scrip...
2020-02-19 Michael Matloobcmd/go: convert TestShadowingLogic to the script framework
2020-02-19 Robert Griesemergo/importer: remove support for defunct binary export...
2020-02-19 Michael Matloobcmd/go: convert TestRelativeGOBINFail to script framework
2020-02-19 Michael Matloobcmd/go: convert TestBuildDryRunWithCgo to the script...
2020-02-19 Michael Matloobcmd/go: convert TestIssue11709 to the script framework
2020-02-19 Michael Matloobcmd/go: add a few more calls to t.Parallel
2020-02-19 Bryan C. Millscmd/internal/moddeps: check for consistent versioning...
2020-02-19 Michael Matloobcmd/go: convert TestDotDotDotOutsideGOPATH to script...
2020-02-19 Michael Matloobcmd/go: convert TestBuildIDContainsArchModeEnv to the...
2020-02-19 Michael Matloobcmd/go: convert remaining non-parallel tooSlow tests...
2020-02-19 Michael Matloobcmd/go/testdata/script: fix typo in get_domain_root.txt
2020-02-19 Bryan C. Millsall: update module dependencies
next