]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2022-05-13 Michael Anthony... runtime/metrics: add the last GC cycle that had the...
2022-05-13 Michael Anthony... runtime/metrics: add the number of Go-to-C calls
2022-05-13 David Chaseruntime: tweak js and plan9 to avoid/disable write...
2022-05-13 Cherry Muicmd/compile: use jump table on ARM64
2022-05-13 Rhys Hiltnerruntime/pprof: fix allFrames cache
2022-05-13 David Chaseruntime: add go:yeswritebarrierrec to panic functions
2022-05-13 David Chasebuildcfg: disable regabiwrappers along with regabiargs
2022-05-13 Xiaodong Liucmd/asm/internal: configure assembler for loong64
2022-05-13 Xiaodong Liucmd/compile: register Init function for loong64
2022-05-13 David Chasecmd/compile: sort named types before unnamed in reflect
2022-05-13 Roland Shoemakercmd/go: don't assume decimal in test_fuzz_mutate_crash
2022-05-13 Michael Anthony... runtime/metrics: add gomaxprocs metric
2022-05-13 Michael Anthony... runtime/internal/atomic: align 64-bit types to 8 bytes...
2022-05-13 Michael Anthony... runtime: make CPU limiter assist time much less error...
2022-05-13 Roland Shoemakercmd/go: make TestScript/test_fuzz_minimize_dirty_cov...
2022-05-13 Paul E. Murphycrypto/aes: simplify key load+store on PPC64
2022-05-13 Paul E. Murphycrypto/aes: enable aes-cbc asm for ppc64
2022-05-12 Keith Randallruntime: measure stack usage; start stacks larger if...
2022-05-12 Robert Griesemerspec: fix prose about promoted methods of embedded...
2022-05-12 Ian Lance Taylortest: add test case that caused a gofrontend crash
2022-05-12 Xiaodong Liucmd/compile/internal/loong64: implement Init function...
2022-05-12 Roland Shoemakercrypto/x509: attempt to prime windows root pool before...
2022-05-12 Michael Matloobcmd/go: make modifications to copies of go/build files...
2022-05-12 Michael Matloobcmd/go: copy files from go/build into new modindex...
2022-05-12 Cherry Muicmd/compile: fix boolean comparison on RISCV64
2022-05-12 Robert Griesemerspec: use original terminology in metasyntax (cleanup)
2022-05-12 Robert Griesemerspec: use Unicode terminology consistently
2022-05-12 Cherry Muicmd/link: remove name expansion logic
2022-05-12 Yasuhiro Matsumotoall.bat,clean.bat,race.bat,run.bat: call some.bat with...
2022-05-12 Yasuhiro Matsumotomake.bat: call env.bat with .\env.bat
2022-05-12 Tobias Klausernet/netip: skip some TestAddrStringAllocs tests on...
2022-05-12 Robert Griesemerspec: state that variable names must be unique in short...
2022-05-12 Robert Griesemerspec: clarify "continue" statement
2022-05-12 Robert Griesemerspec: correct assignment rules with respect to type...
2022-05-12 Robert Griesemerspec: adjust scope of function/method type parameters
2022-05-12 Xiaodong Liucmd/compile/internal/ssagen: enable intrinsic operation...
2022-05-12 Xiaodong Liucmd/compile/internal/ssa: config functions used in...
2022-05-12 Xiaodong Liucmd/compile/internal/ssa: add support on loong64 for...
2022-05-11 Xiaodong Liucmd/compile/internal/ssa: inline memmove with known...
2022-05-11 Alexander YastrebovRevert "net/http: close accepted connection"
2022-05-11 Xiaodong Liucmd/compile/internal/ssa{,/gen}: define rules and opera...
2022-05-11 Tobias Klausernet/netip: reduce allocations in Addr.String for v4...
2022-05-11 Xiaodong Liucmd/compile/internal/ssa: increase the bit width of...
2022-05-11 Cherry Muicmd/asm: require -p flag
2022-05-11 Cherry Muicmd/internal/obj: add a flag to not write referenced...
2022-05-11 Xiaodong Liucmd/internal/obj{,/loong64}: instructions and registers...
2022-05-11 David Chasecmd/compile: convert merge to use appl. bal. trees...
2022-05-11 Bryan C. Millscmd/go: add timestamps to script test output
2022-05-11 Ian Lance Taylorcompress/flate: remove compressor.hash field
2022-05-11 Keith RandallRevert "testing: document -race goroutine limits"
2022-05-11 Charlie Viethgo/build: replace ioutil.ReadDir with os.ReadDir
2022-05-11 Axel Buschruntime: enable vDSO support for s390x architecture
2022-05-11 Cuong Manh Lecmd/compile: fix bad order of evaluation for multi...
2022-05-11 Keith Randalldoc: mention jump tables and tsan upgrades in 1.19...
2022-05-11 Cuong Manh Leruntime: use unsafe.Slice in getStackMap
2022-05-11 Cuong Manh Lecmd/compile,runtime: open code unsafe.Slice
2022-05-11 Matthew Dempskyruntime: change maxSearchAddr into a helper function
2022-05-10 Jonathan Amsterdamgo/doc: remove unused top-level declarations from playa...
2022-05-10 Bryan C. Millsos/exec: eliminate some arbitrary short timeouts
2022-05-10 Ian Lance Taylorcmd/vendor: update to current x/tools revision
2022-05-10 Ian Lance Taylorsyscall: update broken links
2022-05-10 nimelehinruntime: store pointer-size words in memclr
2022-05-10 Cherry Muiruntime: not mark save_g NOFRAME on ARM
2022-05-10 Lynn Bogercrypto/aes: add BE support to gcm
2022-05-10 Paul E. Murphyinternal/cpu: report CPU if known on PPC64
2022-05-10 Paul E. Murphycmd/compile: lower Add64/Sub64 into ssa on PPC64
2022-05-10 Wayne Zuotest: add test case for #51840
2022-05-10 Daniel Martígo/printer: align expression list elements containing...
2022-05-10 David Chasecmd/compile: be sure to export types mentioned in f...
2022-05-10 Cherry Muicmd/link: more cleanups for visibility hidden symbol...
2022-05-10 Bryan C. Millscmd/go/internal/modfetch: simplify handling of weird...
2022-05-10 Matthew Dempskycmd/compile: update README.md
2022-05-10 Ian Lance Taylorarchive/zip: error if using io/fs on zip with duplicate...
2022-05-10 Russ Coxos/exec: return clear error for missing cmd.Path
2022-05-10 Cherry Muicmd/compile: fix boolean comparison on PPC64
2022-05-10 Michael Anthony... runtime: add lock partial order edge for trace and...
2022-05-10 Jonathan Amsterdamgo/doc: move code from playExample to a separate function
2022-05-10 Jonathan Amsterdamgo/doc: move example tests into files
2022-05-10 Michael Anthony... runtime: profile finalizer G more carefully in goroutin...
2022-05-10 Jonathan Amsterdamgo/doc: remove brackets from receiver in example identifier
2022-05-10 Jonathan Amsterdamgo/doc: group play example imports
2022-05-09 Alexander Yastrebovnet/http: close accepted connection
2022-05-09 Ian Lance Taylorgo/doc/comment: don't crash if there are no words to...
2022-05-09 Ian Lance Taylorcmd/go: don't fail in ToSymbolFunc when using -n
2022-05-09 Robert Findleygo/types, types2: use a type lookup by identity in...
2022-05-09 Cuong Manh Lecmd/compile/internal/typecheck: remove some un-used...
2022-05-09 Bryan C. Millsnet: avoid racing on port reuse in TestListenConfigControl
2022-05-09 Dmitri Shuralyovos, syscall: don't consider stderr output as part of...
2022-05-09 nimelehinruntime: use ERMS in memclr_amd64
2022-05-09 Cuong Manh Lecmd/compile: update comment/message that mention betypeinit
2022-05-09 Cherry Muicmd/compile: more fix on boolean ops on ARM64
2022-05-09 Keith Randallruntime: make racereadrange ABIinternal
2022-05-09 Cherry Muicmd/compile: fix If lowering on ARM64
2022-05-09 Meng Zhuointernal/abi, internal/buildcfg: enable regabi on riscv...
2022-05-09 millerpath/filepath: simplify EvalSymlinks for plan9
2022-05-09 Than McIntoshinternal/cpu: revise test to make it work properly...
2022-05-09 Archana Rinternal/bytealg: optimize index function for ppc64le...
2022-05-08 Paul E. Murphycmd/compile: schedule carry chain arithmetic disjointly
2022-05-08 Wayne Zuocmd/compile: teach prove about and operation
2022-05-08 Robert Griesemercmd/compile: don't crash in size computation for invali...
next