]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2021-04-09 Austin Clementscmd/internal/objabi: make GOEXPERIMENT=none mean "no...
2021-04-09 Bryan C. Millscmd/go/internal/modload: change mvsReqs to store roots...
2021-04-09 Jay Conrodcmd/go: support module deprecation
2021-04-09 Jay Conrodcmd/go: upgrade and vendor golang.org/x/mod
2021-04-09 Austin Clementscmd/compile/abi-internal: declare R14 completely fixed
2021-04-09 Austin Clementscmd/compile/abi-internal: declare X15 scratch in functi...
2021-04-09 Austin Clementsruntime: use sigpanic0 on all OSes
2021-04-09 David Chasetest/abi: disable test with old-style build tag known...
2021-04-09 David ChaseRevert "cmd/compile: ensure spills of int/float reg...
2021-04-09 Bryan C. Millscmd/go: in TestScript, set GOTRACEBACK and use SIGQUIT...
2021-04-09 David Chasecmd/compile: ensure spills of int/float reg args land...
2021-04-09 David Chasetest/abi: disable test on windows for now
2021-04-09 Bryan C. Millscmd/go/internal/modload: actually set the depth field...
2021-04-09 Jason A. Donenfeldcmd/link: link libgcc archive after mingw archives
2021-04-09 Dan Scalescmd/compile: reduce overhead of RParams in types.Type
2021-04-09 Manlio Perilloos: replace os.MkdirTemp with T.TempDir
2021-04-09 ian woolfcrypto/x509: replace os.MkdirTemp with T.TempDir
2021-04-09 Cherry Zhangtest: do not run softfloat test with regabiargs
2021-04-09 Cherry Zhangcmd/objdump: update test with register ABI
2021-04-08 Jay Conrodcmd/go: fix mod_list_update_nolatest on windows
2021-04-08 Manlio Perilloos/exec: replace os.MkdirTemp with T.TempDir
2021-04-08 Cherry Zhangcmd/compile: adjust interface conversion function selec...
2021-04-08 Cherry Zhangcmd/compile: don't use fast32/64 map functions for...
2021-04-08 David Chasecmd/compile: add recursive-invalidate Value method...
2021-04-08 Ian Lance Taylorruntime/cgo: clarify Handle documentation
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...
next