]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2020-09-16 David Chasecmd/compile: introduce special ssa Aux type for calls
2020-09-16 Alberto Donizetticmd/compile: be more specific in cannot assign errors
2020-09-16 Michael Anthony... runtime: actually fix locking in BenchmarkMSpanCountAlloc
2020-09-16 Keith Randallcmd/compile: make go:notinheap error message friendlier...
2020-09-16 Keith Randallcmd/cgo: use go:notinheap for anonymous structs
2020-09-16 Keith Randallcmd/compile: allow aliases to go:notinheap types
2020-09-16 Carl Johnsonflag: add Func
2020-09-16 Michael Anthony... runtime: fix leak and locking in BenchmarkMSpanCountAlloc
2020-09-16 Joel Singcmd/link: make it easier to debug an elfrelocsect size...
2020-09-16 diaxu01cmd/internal/obj/arm64: optimize the instruction of...
2020-09-16 Tobias Klauseros, internal/syscall/unix: use pipe2 instead of pipe...
2020-09-16 Martin Möhrmanncmd/compile: unify reflect, string and slice copy runti...
2020-09-16 Ian Lance Taylorcmd/cgo: don't translate bitfields into Go fields
2020-09-15 Henrique Vicenteos/signal: add NotifyContext to cancel context using...
2020-09-15 Bryan C. Millscmd/go/internal/modget: factor out functions for argume...
2020-09-15 Jay Conrodcmd/go: default to -mod=readonly in most commands
2020-09-15 Bryan C. Millscmd/go/internal/modget: warn about unmatched packages...
2020-09-15 Daniel Martícmd/go: relax version's error on unexpected flags
2020-09-15 Jay Conrodcmd/go: fix broken mod_outside test
2020-09-15 Jay Conrodcmd/go: add modload.NeedRoot mode for commands that...
2020-09-15 Jay Conrodcmd/go: implement 'go install pkg@version'
2020-09-15 Xiangdong Jicmd/compile: rewrite some ARM64 rules to use typed aux
2020-09-15 Tobias Klauserinternal/poll, internal/syscall/unix, net: enable write...
2020-09-15 Matthew Dempskytest: fix inline.go to pass linux-amd64-noopt
2020-09-15 Cuong Manh Lecmd/compile: make funccompile non-reentrant
2020-09-14 Matthew Dempskycmd/compile: call fninit earlier
2020-09-14 Matthew Dempskycmd/compile: better dclcontext handling in func{hdr...
2020-09-14 Damien NeilRevert "encoding/json: implement Is on SyntaxError"
2020-09-14 Damien NeilRevert "encoding/json: implement Is on all errors"
2020-09-14 Changkun Outesting: fix panicking tests hang if Cleanup calls...
2020-09-14 Bryan C. Millscmd/api: omit outside dependencies when listing the...
2020-09-14 Martin Möhrmannruntime: add 24 byte allocation size class
2020-09-14 Cherry Zhangmisc/ios: quote paths
2020-09-14 Clément Chigotsyscall: fix fsync for read-only files on aix
2020-09-14 Roberto Clapisnet/http/cgi,net/http/fcgi: add Content-Type detection
2020-09-13 Dominic Della... make.bat: fix compare between GOROOT and srcdir paths...
2020-09-13 Cuong Manh Letest: fix flaky test for issue24491
2020-09-13 Cuong Manh Lecmd/compile: remove nodeNeedsWrapper flag
2020-09-13 Cuong Manh Lecmd/compile: attach OVARLIVE nodes to OCALLxxx
2020-09-13 Carlos Alexandro... encoding/json: implement Is on all errors
2020-09-12 Carlos Alexandro... encoding/json: implement Is on SyntaxError
2020-09-12 Daniel Martícmd/go: avoid flag.FlagSet.VisitAll at init time
2020-09-12 Cuong Manh Lecmd/compile: don't report not enough args error if...
2020-09-12 Cuong Manh Lecmd/compile: use clearer error message for stuct literal
2020-09-11 Constantin... os: implement File.Chmod on Windows
2020-09-11 Jay Conrodcmd/go: move repository resolution from internal/get...
2020-09-11 Jay Conrodcmd/go: move get.Insecure to cfg.Insecure to break...
2020-09-11 Jay Conrodcmd/go: make 'go mod download' update go.sum after...
2020-09-11 Cherry Zhangcmd/link: add a test to test RODATA is indeed read...
2020-09-11 Cherry Zhangcmd/link: put read-only data in __DATA_CONST segment
2020-09-11 Cherry Zhangcmd/internal/objfile: recognize Mach-O __DATA_CONST...
2020-09-11 Jay Conrodcmd/go: refactor modload.Import for better -mod=readonl...
2020-09-11 Jay Conrodcmd/go: refactor -mod flag parsing
2020-09-11 Cherry Zhangcmd/link: record only the first occurance in Reachparen...
2020-09-11 Jay Conrodcmd/go: update tests to work with -mod=readonly on...
2020-09-11 Cherry Zhangruntime: remove darwin/arm specifc code
2020-09-10 eric fangunicode/utf8: refactor benchmarks for FullRune function
2020-09-10 Junchen Licmd/asm: add more SIMD instructions on arm64
2020-09-10 Cherry Zhangcmd/link: add copyright header
2020-09-10 ipriverruntime: update docs for GOMAXPROCS
2020-09-10 Cuong Manh Leall: check GOROOT_BOOTSTRAP executable before bootsrappping
2020-09-10 fanzha02cmd/internal/obj/arm64: enable some SIMD instructions
2020-09-09 Bryan C. Millscmd/go/internal/modload: refactor pathInModuleCache
2020-09-09 Bryan C. Millscmd/go/internal/modload: rename LoadBuildList and BuildList
2020-09-09 Bryan C. Millscmd/go/internal/modget: move MVS code to a separate...
2020-09-09 Bryan C. Millscmd/go/internal/modload: consolidate buildList and...
2020-09-09 Bryan C. Millscmd/go/internal/modload: implement the "all" pattern...
2020-09-09 Tzu-Chiao Yehcmd: update golang.org/x/tools to v0.0.0-20200901153117...
2020-09-09 Bryan C. Millscmd/go/internal/modload: fix spurious import resolution...
2020-09-09 Steven Hartlandnet/http: fix data race due to writeLoop goroutine...
2020-09-09 Bryan C. Millscmd/go/internal/modload: rework import resolution
2020-09-09 Bryan C. Millscmd/go/internal/modload: remove (*loader).forceStdVendor
2020-09-09 Bryan C. Millscmd/go/internal/modload: track which packages are in...
2020-09-09 Ian Lance Taylorruntime: ignore SIGPROF if profiling disable for thread
2020-09-09 Michael Anthony... runtime: fix ReadMemStatsSlow's and CheckScavengedBits...
2020-09-09 Cuong Manh Lecmd/link: remove unnecessary type conversion for nitablinks
2020-09-09 Cherry Zhangcmd/link: pre-resolve package reference
2020-09-09 Jay Conrodcmd/go: make 'go get' preserve sums for content of...
2020-09-09 Cuong Manh Lecmd/compile: add Type.IsUintptr() to detect type is...
2020-09-09 Cuong Manh Lecmd/compile: consistently use Type.IsUnsafePtr()
2020-09-09 Cuong Manh Lecmd/compile: fix mishandling of unsafe-uintptr argument...
2020-09-08 Cherry Zhangcmd/link: enable DWARF combining on macOS ARM64
2020-09-08 Cherry Zhangcmd/link: mark ELF PLT sections executable
2020-09-08 Cherry Zhangcmd/link: rewrite some code without using reflection
2020-09-08 Cherry Zhangcmd/link: strip STAB (symbolic debugging) symbols on...
2020-09-08 chainhelenruntime: make PCDATA_RegMapUnsafe more clear and remove...
2020-09-07 Martin Möhrmannruntime: remove outdated comment in mkduff.go about...
2020-09-07 Cuong Manh Lecmd/compile: handle ODDD in exprformat
2020-09-07 fanzha02cmd/asm: fix the error of checking the post-index offse...
2020-09-07 Cuong Manh Leruntime: rotate map key seed on clearing up maps
2020-09-06 Alberto Donizettigo/ast: note that in BasicLit CHARs and STRINGs are...
2020-09-06 Michael Fraenkelnet/http: mark http/2 connections active
2020-09-06 Ainar Garipovmime: add examples for FormatMediaType and ParseMediaType
2020-09-05 Ainar Garipovdoc/go1.16: reformat the minor changes section as a...
2020-09-05 Paschalis Tsiliassrc/go.mod, net/http: update bundled and latest golang...
2020-09-05 David Chasecmd/compile: ensure that ssa.Func constant cache is...
2020-09-05 Changkun Outesting: make TempDir idempotent for both Cleanup and...
2020-09-03 Benjamin Barenblatruntime: opportunistically rotate map key seed
2020-09-03 Cherry Zhangcmd/link: pass darwin/amd64-specific flags only on...
2020-09-03 Cherry Zhangcmd/link: MACHOPLT is executable
next