]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2021-10-25 Cuong Manh Lecmd/compile: remove Value.RemoveArg
2021-10-23 Keith Randallcmd/compile: fix fuse pass to do CFG surgery correctly
2021-10-23 Robert Griesemercmd/compile/internal/types2: comp literals to accept...
2021-10-23 Robert Griesemercmd/compile/internal/types2: slice exprs to accept...
2021-10-23 Robert Griesemercmd/compile/internal/types2: range clause to accept...
2021-10-23 Robert Griesemercmd/compile/internal/types2: make built-in to accept...
2021-10-23 Robert Griesemercmd/compile/internal/types2: factor out slice elem...
2021-10-23 Robert Griesemercmd/go: update test script for reformatted error messag...
2021-10-23 Cuong Manh Lecmd/compile: prevent compiling closures more than once
2021-10-23 Cuong Manh Ledoc: document new reflect.UnsafePointer function
2021-10-22 fanzha02cmd/link: add -asan option
2021-10-22 Robert Griesemercmd/compile/internal/types2: more detailed error messag...
2021-10-22 Robert Griesemercmd/compile/internal/types2: reduce output when describ...
2021-10-22 Andy Paninternal/poll: fix a few function names on comments
2021-10-22 Cuong Manh Lecmd/compile: only look for struct type when crawling...
2021-10-22 Cuong Manh Lereflect: make Value.Pointer panic on bad notinheap...
2021-10-21 Robert Findleygo/types, types2: add the Interface.MarkImplicit method
2021-10-21 Paul E. Murphycmd/internal/obj/ppc64: rework argument classifications
2021-10-21 Dan Scalescmd/compile: fix inlining of labeled for loops
2021-10-21 Michael Anthony... runtime: detangle gcPaceScavenger from the pacer
2021-10-21 Michael Anthony... runtime: formalize and fix gcPercent synchronization
2021-10-21 Robert Findleygo/types, types2: always return an underlying type...
2021-10-21 Amelia Downsnet/url: add testable examples for Values funcs
2021-10-21 Amelia Downsnet/url: add testable examples for url pkg funcs
2021-10-21 emahiroruntime: fix typo of pushBackAll
2021-10-21 Archana Rinternal/bytealg: fix Separator length check for Index...
2021-10-21 Lynn Bogercmd/compile/internal/ssa/gen: eliminate unnecessary...
2021-10-21 Archana Rtest/codegen: updated comparison test to verify on...
2021-10-21 Cuong Manh Lego/types: print assignment operation for invalid operat...
2021-10-20 hkherecmd/compile: use `else if` for mutually exclusive ...
2021-10-20 Michael Anthony... runtime: retype mheap.reclaimCredit as atomic.Uintptr
2021-10-20 Michael Anthony... runtime: retype mheap.reclaimIndex as atomic.Uint64
2021-10-20 Michael Anthony... runtime: retype mheap.pagesSweptBasis as atomic.Uint64
2021-10-20 Michael Anthony... runtime: retype mheap.pagesSwept as atomic.Uint64
2021-10-20 Michael Anthony... runtime: retype mheap.pagesInUse as atomic.Uint64
2021-10-20 Michael Anthony... runtime: use atomic.Float64 for assist ratio
2021-10-20 Michael Anthony... runtime/internal/atomic: add atomic types for all functions
2021-10-20 Robert Griesemercmd/compile/internal/types2: use correct types when...
2021-10-20 Robert Findleygo/internal/gcimporter: avoid setting unnecessary lines...
2021-10-20 Cuong Manh Lecmd/compile: fix crawling of embeddable types during...
2021-10-20 Than McIntoshcmd/internal/goobj: minor dead code cleanup
2021-10-20 andigmath/big: remove stray whitespace in addMulVVW on amd64
2021-10-20 Alexander Yastrebovnet/http/internal: return unexpected EOF on incomplete...
2021-10-20 Cuong Manh Lecmd/compile/internal/types2: print assignment operation...
2021-10-20 Robert Griesemercmd/compile/internal/types2: implement generic conversions
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...
next