]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2020-10-26 Michael Anthony... runtime: load gcControllerState.scanWork atomically...
2020-10-26 Michael Anthony... runtime: define and enforce synchronization on heap_scan
2020-10-26 Russ Coxcmd/go/internal/fsys: rewrite non-idiomatic if statements
2020-10-26 Austin Clementsruntime: fix sub-uintptr-sized Windows callback arguments
2020-10-26 Austin Clementsruntime: tidy Windows callback test
2020-10-26 Austin Clementsruntime: tidy compileCallback
2020-10-26 Austin Clementsruntime: tidy cgocallback
2020-10-26 Austin Clementsruntime,cmd/cgo: simplify C -> Go call path
2020-10-26 Cherry Zhangcmd/link: preserve alignment for stackmap symbols
2020-10-25 Natanael Copanet: prefer /etc/hosts over DNS when no /etc/nsswitch...
2020-10-25 Kevin Parsonspath/filepath: allow EvalSymlinks to work on UNC share...
2020-10-25 imxyblog/syslog: set local to true if network is any of...
2020-10-24 Tobias Klausercmd/dist: document why test fails on incomplete ports
2020-10-24 Tobias Klauserlib/time, time/tzdata: update tz data to 2020d
2020-10-24 Joel Singcmd/dist: add openbsd/mips64 as incomplete port
2020-10-24 Constantin... cmd/compile: enforce strongly typed rules for ARM ...
2020-10-24 Joel Singcmd/internal/obj/riscv: support additional register...
2020-10-24 Alessandro... debug/dwarf: add support for DWARFv5 to (*Data).Ranges
2020-10-24 Tiwei Bieruntime: dump the status of lockedg on error
2020-10-24 Andrew G. Morgansyscall: disable TestAllThreadsSyscall on linux-ppc64
2020-10-24 Keiichi Hirobenet/http: fix typo in TestTransportReadToEndReusesConn
2020-10-24 Filippo Valsordacrypto/x509: deprecate legacy PEM encryption
2020-10-24 Thom Wiggerscrypto/tls: add no-shared to openssl build instructions
2020-10-23 Michael Anthony... runtime: add tests for addrRanges.add
2020-10-23 Michael Anthony... runtime: throw on zero-sized range passed to addrRanges.add
2020-10-23 Michael Anthony... runtime: add tests for addrRanges.findSucc
2020-10-23 Colin Arnottlog: expose std via new Default function
2020-10-23 subham sarkarall: fix quoting for compress/bzip2 and time's godoc
2020-10-23 Michael Prattruntime: drop redundant gcBlackenEnabled reset
2020-10-23 Jay Conrodcmd/go: change error message for missing import with...
2020-10-23 Jay Conrodcmd/go: save sums for zips needed to diagnose ambiguous...
2020-10-23 Jay Conrodcmd/go: don't fetch files missing sums in readonly...
2020-10-23 Jay Conrodcmd/go: in 'go mod init', suggest running 'go mod tidy'
2020-10-23 Jay Conrodcmd/go: refactor modload.InitMod
2020-10-23 Jay Conrodcmd/go: don't import requirements into existing go...
2020-10-23 Andrew G. Morgansyscall: support POSIX semantics for Linux syscalls
2020-10-23 Mark Rushakoffcmd/go: break after terminal loop condition
2020-10-23 Dmitri Shuralyovsync: document that Once must not be copied
2020-10-23 Michael Matloobcmd/go: replace some more stats with fsys.Stat
2020-10-23 David Chasecmd/compile: avoid generating CSEs; do all aggregates...
2020-10-23 Michael Prattruntime: rename pageAlloc receiver
2020-10-23 Michael Prattcmd/compile: intrinsify runtime/internal/atomic.{And...
2020-10-23 Michael Prattruntime: drop unused work.ndone field
2020-10-23 Meng Zhuocmd/link: use xcode strip for macho combine dwarf
2020-10-23 Meng Zhuointernal/bytealg: improve mips64x equal on large size
2020-10-23 Michael Prattcmd/compile: intrinsify runtime/internal/atomic.{And...
2020-10-23 Michael Prattcmd/compile: intrinsify runtime/internal/atomic.{And...
2020-10-23 Michael Prattcmd/compile: intrinsify runtime/internal/atomic.{And...
2020-10-23 Russ Coxio/fs, path, path/filepath, testing/fstest: validate...
2020-10-23 Michael Prattruntime: don't attempt to steal from idle Ps
2020-10-23 Michael Prattcmd/compile: intrinsify runtime/internal/atomic.{And...
2020-10-23 Michael Prattruntime/internal/atomic: add 32-bit And/Or
2020-10-23 Nigel Taostrconv: add eiselLemire32
2020-10-23 Russ Coxcmd/compile: add //go:embed support
2020-10-23 Russ Coxembed: implement FS
2020-10-22 Hanacmd/vendor: sync pprof@v0.0.0-20201007051231-1066cbb265c7
2020-10-22 Nigel Taostrconv: increase the Eisel-Lemire exp10 range
2020-10-22 qmuntaldoc/go1.16: document ASLR support for -buildmode=c...
2020-10-22 Quim Muntalcmd/cgo: avoid exporting all symbols on windows buildmo...
2020-10-22 Nigel Taostrconv: fix Eisel-Lemire for negative zero
2020-10-22 Daniel Martícmd/go: support non-amd64 on script/toolexec.txt
2020-10-22 Cherry Zhangcmd/internal/obj: use correct symbol size for Hashed64...
2020-10-22 Elias Naurall: add GOOS=ios GOARCH=amd64 target for the ios simulator
2020-10-22 Martin Möhrmannruntime: move s390x HWCap CPU feature detection to...
2020-10-22 Cherry Zhangcmd/compile: remove go115flagallocdeadcode
2020-10-22 Cherry Zhangcmd/compile: remove go115shortcircuitPhis
2020-10-22 Cherry Zhangcmd/compile: remove go115makeslicecopy
2020-10-22 Michael Anthony... runtime: define the AddrRange used for testing in terms...
2020-10-22 Daniel Martícmd/go: set TOOLEXEC_IMPORTPATH for -toolexec tools
2020-10-22 Xiangdong Jicmd/go: use the last -linkmode flag to determine extern...
2020-10-22 Lynn Bogercmd,cmd/vendor: pick up updates for golang.org/x/arch...
2020-10-22 Keyuanimports: make ScanDir ignore go files start with dot
2020-10-22 hitzhangjiecmd/go: when module enabled, `go clean` removes built...
2020-10-22 Alberto Donizetticmd/compile: make gc debug flags collector a struct
2020-10-22 Russ Coxgo/build: recognize and report //go:embed lines
2020-10-21 Kevin Burkenet: add Example for Unix dialer with context
2020-10-21 Ian Lance Taylorencoding/xml: fix reserved namespace check to be case...
2020-10-21 Keith Randallruntime/race: update race .syso files
2020-10-21 Emmanuel T... net/http: test that ParseMultipartForm catches overflows
2020-10-21 eric fangcmd/compile: use desired info when allocating registers...
2020-10-21 erifan01cmd/compile: optimize regalloc for phi value
2020-10-21 Kevin Burkeencoding/json: add "json: " prefix to SyntaxError messages
2020-10-21 hkcmd/compile/internal/gc: fix comments
2020-10-21 Roland Shoemakercrypto/x509: bypass signature verification in CreateCer...
2020-10-21 Joel Singcmd/compile,cmd/internal/obj/riscv: move g register...
2020-10-21 Bryan C. Millscmd/go/internal/fsys: use a root other than "." in...
2020-10-21 Obeyda Djeffalcmd/go: ignore GOFLAGS values without name in go env/bug
2020-10-21 Paul E. Murphycmd/compiler,cmd/go,sync: add internal {LoadAcq,StoreRe...
2020-10-21 Richard Musiolmisc/wasm: improve error message if javascript polyfill...
2020-10-21 Richard Musiolmisc/wasm: make sure sp is unsigned
2020-10-21 Tobias Klausercmd/go: enable link syso test on linux/riscv64
2020-10-21 Cuong Manh Ledoc/go1.16: document net TCP listener's backlog size...
2020-10-21 Jay Conrodcmd/go: fix TestScript/test_cache_inputs
2020-10-20 Dan Scalescmd/compile: fix nodedump output for types of nodes
2020-10-20 Constantin... cmd/compile: enforce strongly typed rules for ARM ...
2020-10-20 Martin Möhrmanntesting: print cpu type as label for benchmarks
2020-10-20 Russ Coxgo/build: refactor per-file info & reader
2020-10-20 Ian Lance Taylorruntime: use GOTRACEBACK=system for TestCgoExecSignalMask
2020-10-20 Michael Matloobcmd/go: support overlays for synthesized packages.
2020-10-20 Cherry Zhangcmd/internal/obj: reject too large symbols
next