]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2021-10-19 Keith Randallcmd/compile: allow importing and exporting of ODYNAMICTYPE
2021-10-19 Keith Randallcmd/compile: substitute "". prefix with package in...
2021-10-19 Robert Griesemergo/types, types2: always accept type parameters when...
2021-10-19 Cuong Manh Lereflect: fix methodValueCall code pointer mismatch...
2021-10-19 Cuong Manh Lereflect: restore Value.Pointer implementation
2021-10-19 Michael Matloobcmd/go: add GOWORK to go env command
2021-10-19 Michael Matloobcmd/go: support replaces in the go.work file
2021-10-19 Matt T. Prouderrors: mention Is methods should not call Unwrap
2021-10-19 Archana Rinternal/bytealg: port bytes.Index and bytes.Count...
2021-10-19 Carlo Alberto... sync: avoid a dynamic check in WaitGroup on 64-bit...
2021-10-19 Katie Hockmantesting: don't allow f.Log/Logf or f.Skipped inside...
2021-10-19 Benjamin Petersonruntime: remove reference to crypto/tls GODEBUG usage
2021-10-19 Robert Griesemercmd/compile/internal/types2: delay expansion of underly...
2021-10-19 Robert Griesemercmd/compile/internal/types2: ensure named types are...
2021-10-19 Robert Griesemercmd/compile/internal/types2: add support for inferring...
2021-10-19 Robert Griesemercmd/compile, types2: better error message for invalid...
2021-10-19 Cuong Manh Lereflect: fix methodValueCall code pointer mismatched
2021-10-19 wdvxdrcmd/compile: use MOVBE instruction for GOAMD64>=v3
2021-10-19 Katie Hockmantesting: write output to buffer when fuzzing
2021-10-19 Bryan C. Millscmd/go: skip flaky fuzz tests
2021-10-19 Joel Singcmd/internal/obj/riscv: fix trampoline calls from large...
2021-10-19 Daniel MartíRevert "cmd/compile: use MOVBE instruction for GOAMD64...
2021-10-19 180909encoding/base64: add examples for Encode/Decode
2021-10-19 Meng Zhuoruntime: ensure at least 1 tick between events
2021-10-19 Joel Singcmd/internal/obj/riscv: fix and enable test in short...
2021-10-18 Robert Findleygo/types: delay expansion of underlying in typeDecl
2021-10-18 Robert Findleygo/types: ensure named types are expanded after type...
2021-10-18 Robert Findleygo/types: add support for inferring type instances
2021-10-18 jiahua wangnet/url: fix stale RFC 3986 links
2021-10-18 Damien Neilbufio: use underlying ReadFrom even when data is buffered
2021-10-18 Lynn Bogercmd/compile/internal/ssagen: set BitLen32 as intrinsic...
2021-10-18 Richard Musiolsyscall/js: remove Wrapper interface
2021-10-18 Gustedhtml/template: remove unused `mode` field on `Tree...
2021-10-18 Keith Randallcmd/compile: allow importing and exporting of ODYANMICD...
2021-10-18 Cuong Manh Lereflect: add Value.UnsafePointer
2021-10-18 Cuong Manh Lereflect: add test that method values have the same...
2021-10-18 Cuong Manh Lereflect: correct documentation of Value.UnsafeAddr
2021-10-18 Katie Hockmancmd/go: fix broken fuzz test
2021-10-18 wdvxdrcmd/compile: use MOVBE instruction for GOAMD64>=v3
2021-10-18 Keith Randallcmd/asm: report an error when trying to do spectre...
2021-10-18 wdvxdrcmd/compile: allow inlining labeled for-statement and...
2021-10-17 Robert Griesemercmd/compile, types2: avoid confusing follow-on error...
2021-10-17 Robert Griesemergo/types, types2: add test case for missing return
2021-10-16 Dan Scalestest: add a test for parameterized embedded field
2021-10-16 Richard Musiolmisc/wasm: expect environment to provide polyfills
2021-10-15 Dan Scalescmd/compile: cleanup code in getInstInfo to use switch...
2021-10-15 Dan Scalescmd/compile: convert to using a map in getInstInfo...
2021-10-15 Michael Prattruntime: consistently access pollDesc r/w Gs with atomics
2021-10-15 Jay Conroddoc/go1.18: add release notes for build and VCS info
2021-10-15 Jay Conrodcmd/go: allow nested VCS repositories when preparing...
2021-10-15 Keith Randallcmd/compile: make for loops with range statements not...
2021-10-15 Katie Hockmaninternal/fuzz: fix bugs with minimization
2021-10-15 Keith Randallreflect: make Elem panic on bad notinheap pointers
2021-10-15 Robert Griesemercmd/compile/internal/types2: add debugging support...
2021-10-15 Dan Scalescmd/compile: support new fully-inst types referenced...
2021-10-15 Bryan C. Millscmd/go: use portable flags in TestScript/version_build_...
2021-10-15 Keith Randallreflect: fix SetIter test
2021-10-15 Keith Randalldoc: document new reflect.SetIter{Key,Value} functions
2021-10-15 Keith Randallreflect: rename Mapiter.SetKey to Value.SetIterKey
2021-10-15 Jay Conrodcmd/go: don't stamp build or vcs info for GOROOT binaries
2021-10-15 Cuong Manh Lecmd/compile: fix irgen reports wrong error message...
2021-10-14 Jay Conroddebug/buildinfo: fix test for build settings
2021-10-14 Brad Fitzpatricknet/http: also use Server.ReadHeaderTimeout for TLS...
2021-10-14 Robert Griesemergo/types, types2: add a test case to ConvertibleTo
2021-10-14 Robert Griesemercmd/compile/internal/types2: remove Config.AllowTypeLis...
2021-10-14 Robert Findleycmd/go: produce a better error for generic test functions
2021-10-14 Jay Conrodcmd/go: stamp tags and flags in build info
2021-10-14 Jay Conrodcmd/go: stamp VCS revision and uncommitted status into...
2021-10-14 Jay Conrodcmd/go: migrate 'go version' to use buildinfo.ReadFile
2021-10-14 Jay Conrodruntime/debug: add GoVersion to BuildInfo
2021-10-14 Jay Conroddebug/buildinfo: new package with Read and ReadFile
2021-10-14 Jay Conrodcmd/go: move module build info formatting into runtime...
2021-10-14 Damien Neilsync: remove TestWaitGroupMisuse2 and TestWaitGroupMisuse3
2021-10-14 Robert Griesemergo/types: avoid infinite expansion for invalid recursiv...
2021-10-14 Robert Griesemercmd/compile/internal/types2: avoid infinite expansion...
2021-10-14 Tobias Klausersyscall: use fcntl with F_DUP2FD_CLOEXEC in forkAndExec...
2021-10-14 Tobias Klausersyscall: add support for SysProcAttr.Pdeathsig on FreeBSD
2021-10-14 Tobias Klausersyscall: separate ProcSysAttr and forkAndExecInChild...
2021-10-14 Ian Lance Taylorcmd/link/internal/ld: don't use linkname before 1.12
2021-10-14 Robert Griesemercmd/compile/internal/syntax: remove AllowTypeSets mode
2021-10-13 Dan Scalescmd/compile: fix inst_test.go for riscv5
2021-10-13 Matthew Dempskyunsafe: optimize Slice bounds checking
2021-10-13 Matthew Dempskyunsafe: allow unsafe.Slice up to end of address space
2021-10-13 James Harrisnet/http/httputil: allow MIME parameters when detecting...
2021-10-13 Tamir Dubersteinnet: remove timeout in TestDialTimeoutMaxDuration
2021-10-13 Koichi Shiraishiinternal/poll,net: support poll.Sendfile for darwin
2021-10-13 kjgormanbytes: fix Cut godoc typo
2021-10-13 Amelia Downsnet: add examples for remaining IP functions
2021-10-13 Forest Johnsonos: explain ProccessState.Exited() SIGKILL interaction
2021-10-13 Mark Hansencmd/pprof: update vendored github.com/google/pprof
2021-10-13 zhouguangyuancmd/link: disable weak reference in itab if build with...
2021-10-13 helbingembed: add example
2021-10-13 nicksherronall: fix spelling mistakes
2021-10-13 Dan Scalescmd/compile: allow spaces in types.(*Type).LinkString()
2021-10-12 Robert Findleycmd/api: use placeholder names for type parameters
2021-10-12 Jake Ciolekcmd/compile: use ANDL for small immediates
2021-10-12 Tamir Dubersteinos: Simplify size using io.Discard.
2021-10-12 Katie Hockmaninternal/fuzz: fix -fuzzminimizetime with 'x' bug
2021-10-12 Bryan C. Millscmd/dist: run a checkNotStale on the builders before...
2021-10-12 Dan Scales[dev.typeparams] cmd/compile: add test for number of...
next