]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2021-04-08 Than McIntoshcmd/compile: fix buglet in walk convert phase relating...
2021-04-08 Austin Clementscmd/go: strip GOEXPERIMENT from hash salt
2021-04-08 Jason A. Donenfeldruntime: see whether gp==nil before checking preemption...
2021-04-08 Dan Scalescmd/compile: break out transformations of tcCompLit...
2021-04-08 Bryan C. Millscmd/go/internal/modload: add a dormant depth type
2021-04-08 Cherry Zhangruntime: use register ABI in panicIndex/Slice functions
2021-04-08 Than McIntoshcmd/compile: fix buglet in walk convert phase relating...
2021-04-08 David Chasetest/abi: clean up test to fix builders
2021-04-08 Jay Conrodcmd/go: in 'go list -m', ignore "not found" errors...
2021-04-08 Bryan C. Millscmd/go: assume Go 1.16 semantics uniformly for unversio...
2021-04-08 Michael Anthony... runtime: set up read-only dummy TLS space for needm...
2021-04-08 David Chasecmd/compile: sanitize before/after expansion OpSelectN...
2021-04-08 Austin Clementscmd/go: fix TestNewReleaseRebuildsStalePackagesInGOPATH
2021-04-08 David Chasereflect: fix typo in result-in-registers case
2021-04-08 panchenglong01sync: update misleading comment in map.go about entry...
2021-04-08 ianwoolfruntime: replace os.MkdirTemp with T.TempDir
2021-04-08 Matthew DempskyRevert "cmd/compile/internal/noder: limit the number...
2021-04-08 Austin Clementscmd/internal/objabi: clarify initialization of Experiments
2021-04-08 Austin Clementsruntime,cmd/link: include GOEXPERIMENTs in runtime...
2021-04-08 Austin Clementscmd/internal/objabi: make GOEXPERIMENT be a diff from...
2021-04-08 Austin Clementscmd/compile,cmd/internal/objabi: abstract out object...
2021-04-08 Austin Clementsinternal/goexperiment: consolidate experiment-enabled...
2021-04-08 Austin Clementsinternal/goexperiment,cmd: consolidate GOEXPERIMENTs...
2021-04-08 Austin Clementscmd/asm,runtime: reduce spellings of GOEXPERIMENTs
2021-04-08 Austin Clementsruntime: drop haveexperiment, sys.GOEXPERIMENT
2021-04-07 ianwoolfsyscall: replace os.MkdirTemp with T.TempDir
2021-04-07 Paul E. Murphycmd/internal/obj: remove ppc64 msr support from MOV...
2021-04-07 Makdonruntime/map: update comment for gc/reflect
2021-04-07 Robert Griesemercmd/compile/internal/types2: combine two loops (cleanup...
2021-04-07 Tobias Klausercmd/pack: use testing.T.TempDir in tests
2021-04-07 Cherry Zhangcmd/compile: correct argument area size for typedmemmov...
2021-04-07 徐志伟embed, testing/fstest: small optimization for ReadDir
2021-04-07 ianwoolfnet/http: replace os.MkdirTemp with T.TempDir
2021-04-07 Robert Griesemercmd/compile/internal/syntax: add "~" operator
2021-04-07 Robert Griesemercmd/compile/internal/types2: process errors in src...
2021-04-07 Robert Griesemercmd/compile/internal/syntax, types2: move cmpPos to...
2021-04-07 Robert Griesemercmd/compile/internal/types2: remove Config.AcceptMethod...
2021-04-07 Robert Griesemercmd/compile/internal/types2: remove Config.InferFromCon...
2021-04-07 Robert Griesemercmd/compile/internal/types2: combine all type inference...
2021-04-07 David Chasecmd/compile: pre-spill pointers in aggregate-typed...
2021-04-07 eric fangcmd/compile: fix bug of conditional instructions on...
2021-04-06 Changkun Ouruntime/cgo: add Handle for managing (c)go pointers
2021-04-06 Michael Anthony... reflect: refactor funcLayout tests
2021-04-06 Cherry Zhangruntime: use register ABI for race detector functions
2021-04-06 ianwoolfpath/filepath: replace os.MkdirTemp with T.TempDir
2021-04-06 Bryan C. Millscmd/go/internal/modload: track conflicts in versionLimiter
2021-04-06 David Chasecmd/compile: check for unused OpArg* and mark invalid...
2021-04-06 Cherry Zhangcmd/compile: load results into registers on open defer...
2021-04-06 Austin Clementsruntime: deflake TestGCTestIsReachable
2021-04-06 Ahmet Aktürktime: properly quote strings containing quotes and...
2021-04-06 Bryan C. Millscmd/go/internal/modload: factor out a method to update...
2021-04-06 Robert Griesemercmd/compile/internal/types2: simplify Checker.Call
2021-04-06 Robert Griesemercmd/compile/internal/types2: simplify Checker.funcInst
2021-04-06 Robert Griesemercmd/compile/internal/types2: review of pos.go and move...
2021-04-06 Robert Griesemertest/syntax: remove interface.go
2021-04-06 Cherry Zhangruntime/pprof: deflake TestMorestack
2021-04-06 Cherry Zhangcmd/compile: when GOSSAFUNC is set, dump the current...
2021-04-06 Paul E. Murphycmd/internal/obj: reorg ppc64 MOV* optab entries and...
2021-04-06 Dan Scalescmd/compile: fix gcSizes.Sizeof for a zero-sized struct
2021-04-06 cuicmd/compile/internal/typecheck: call tcConv directly
2021-04-06 Charlie Moogos: implement fs.StatFS for os.DirFS
2021-04-06 Michael Anthony... runtime: make reflectcall ABI0 on amd64
2021-04-06 Michael Anthony... runtime: use funcID to identify abort in isAbortPC
2021-04-05 Than McIntoshcmd/compile: fix for zerorange on plan9-amd64
2021-04-05 Cherry Zhangreflect: call ABI0 callReflect/callMethod
2021-04-05 Cherry Zhangcmd/compile: enable panic+recover adjustment for some...
2021-04-05 Filippo Valsordacrypto/ed25519: add comprehensive edge-case test vectors
2021-04-05 James Fennellflag: use strings.Builder instead of concatenating...
2021-04-05 David Chasecmd/compile: add "surprised by IData of Arg" case for...
2021-04-05 Jay Conrodcmd/go: print deprecation notice for 'go get cmd'
2021-04-05 wolf1996cmd/cgo: pass end position info for C function arguments.
2021-04-05 Ian Lance Taylornet: make ErrClosed and ParseError implement net.Error
2021-04-05 Paul E. Murphycmd/internal/obj: remove duplicate ppc64 spr MOV* optab...
2021-04-05 Martin Suchatime: use offset and isDST when caching zone from exten...
2021-04-05 Cherry Zhangcmd/compile, runtime: use ABI-aware function converting...
2021-04-05 KimMachineGunall: update references to symbols moved from io/ioutil...
2021-04-05 cuicmd/compile/internal/ssagen: conditon not need
2021-04-05 Cherry Zhangcmd/compile: untangle Wrapper and ABIWrapper flags
2021-04-05 Cherry Zhangcmd/compile: disable tail call for method wrappers...
2021-04-05 Cherry Zhangcmd/compile: reference ABIInternal memequal_varlen
2021-04-05 Cherry Zhangcmd/compile: add a debug flag to enable/disable open...
2021-04-05 Cherry Zhangcmd/link: mangle function name with ABI on Mach-O
2021-04-05 Austin Clementscmd/internal/objabi: remove StackPreempt
2021-04-05 Austin Clementscmd/internal/obj/s390x: simplify huge frame prologue
2021-04-05 Austin Clementscmd/internal/obj/riscv: simplify huge frame prologue
2021-04-05 Austin Clementscmd/internal/obj/ppc64: simplify huge frame prologue
2021-04-05 Austin Clementscmd/internal/obj/mips: simplify huge frame prologue
2021-04-05 Austin Clementscmd/internal/obj/arm64: simplify huge frame prologue
2021-04-05 Austin Clementscmd/internal/obj/arm: simplify huge frame prologue
2021-04-05 Austin Clementscmd/internal/obj/x86: simplify huge frame prologue
2021-04-05 Ruslan Andreevruntime: extend internal atomics to comply with sync...
2021-04-05 Dan Scalescmd/compile: get rid of Fields in types.Interface,...
2021-04-05 Jay Conrodcmd/go: refactor modload.CheckRetractions
2021-04-05 Jay Conrodcmd/go: refactor modload.ListModules to accept bit...
2021-04-04 Tobias Klauseros: don't use T.Cleanup in TestRemoveAllLongPath
2021-04-04 Clément Chigotruntime/pprof: skip tests for AIX
2021-04-04 ianwoolfos, path/filepath: use T.Cleanup to restore the origina...
2021-04-03 Tom Thorogoodos: reuse readdir buffers on unix with a sync.Pool
2021-04-03 Tom Thorogoodarchive/zip: fix character device handling in fileModeT...
2021-04-03 Drew Richardsonio/fs: implement subFS.Sub
next