]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2022-03-18 Bryan C. Millscmd/go/internal/test: ensure that build.ToolDir is...
2022-03-18 Bryan C. Millsgo/build: avoid setting Default.GOROOT when runtime...
2022-03-18 Bryan C. Millsinternal/testenv: add GOROOT and use it to fix tests...
2022-03-18 Bryan C. Millscmd/link: avoid stamping runtime.defaultGOROOT when...
2022-03-18 Bryan C. Millsinternal/buildcfg: initialize GOROOT to runtime.GOROOT
2022-03-18 Bryan C. Millscmd/go: avoid stamping VCS metadata in test binaries
2022-03-18 Bryan C. Millstime: fix zoneinfo.zip locating logic when built with...
2022-03-18 Ian Lance Taylorsort: generate generic variants with E rather than...
2022-03-18 Keith Randallcmd/compile: pointers to notinheap types need their...
2022-03-18 Heschi Kreinickcmd: update vendored pprof
2022-03-18 Cherry Muiall: delete ARM64 non-register ABI fallback path
2022-03-18 Russ Coxcmd/go: run 'go help documentation' through gofmt in...
2022-03-18 Russ Coxinternal/diff: add, replacing cmd/internal/diff
2022-03-18 Cherry Muiinternal/abi, internal/buildcfg: always enable register...
2022-03-18 Bryan C. Millsinternal/buildcfg: extract logic specific to cmd/go
2022-03-18 Cherry Muireflect, runtime: drop RegabiArgs conditions
2022-03-18 Cherry Muiall: delete regabireflect goexperiment
2022-03-18 Tobias Klausersyscall: use bytealg.IndexByte in clen
2022-03-18 Changkun OuA+C: update Changkun Ou's email
2022-03-18 Nuno Crucesruntime: allow TestCtrlHandler to run in ConPTY
2022-03-18 Tobias Klausersyscall: unskip TestDirentRepeat on freebsd
2022-03-18 Tobias Klauserruntime/cgo: remove memset in _cgo_sys_thread_start...
2022-03-18 Tobias Klausersyscall: optimize UTF16{,Ptr}FromString
2022-03-18 cuiweixiecrypto/x509: return err ans1.Marshal gives an error
2022-03-18 Matt LayherA+C: add PlanetScale, Inc.
2022-03-18 Ian Lance Taylorruntime: call testenv.MustHaveCGO in a couple of tests
2022-03-18 fangguizhennet/rpc: reduce the execution of reflect and decode
2022-03-17 Heschi Kreinickall: update vendored x dependencies for Go 1.19 develop...
2022-03-17 Bryan C. Millscmd/doc: use the 'go' command from buildCtx.GOROOT...
2022-03-17 Bryan C. Millscmd/doc: use 'go env' to identify GOROOT if it isn...
2022-03-17 Bryan C. Millsruntime/debug: do not require a GOROOT/src prefix in...
2022-03-17 Brad Fitzpatrickcrypto/x509: fix Certificate.Verify crash
2022-03-17 fanzha02cmd/compile: set conversions to unsafe.Pointer as an...
2022-03-17 Fannie ZhangRevert "cmd/compile: set conversions to unsafe.Pointer...
2022-03-17 Robert Griesemertext/scanner: guard against installed IsIdentRune that...
2022-03-17 Russ Coxos: raise open file rlimit at startup
2022-03-17 Josh Bleecher... syscall: allow EINVAL in TestSCMCredentials
2022-03-17 Cherry Muisyscall: call ABI0 exitsyscall on Plan 9/AMD64
2022-03-17 Matthew Dempskycmd/compile: remove typecheckdef and Name.Walkdef
2022-03-17 Robert Findleyall: update vendored golang.org/x/tools
2022-03-16 Keith Randallcmd/compile: allow noop conversions when comparing...
2022-03-16 Russ Coxcmd/api: remove debug print
2022-03-16 Cherry Muicmd/link: mark unexported methods for plugins
2022-03-16 Matthew Dempskycmd/compile: remove unused code from typecheckdef
2022-03-16 Matthew Dempskycmd/compile: remove OIOTA
2022-03-16 Matthew Dempskycmd/compile: Fatalf in Type.SetBroke(true) and Node...
2022-03-16 Matthew Dempskycmd/compile: detect invalid NIH conversions within...
2022-03-16 Bryan C. Millsgo/internal/srcimporter: use the 'go' command from...
2022-03-16 Russ Coxfmt, strconv: document use of Unicode replacement chara...
2022-03-16 Kir Kolyshkinsyscall: ensure that Getwd returns absolute path
2022-03-16 Russ Coxinternal/txtar: bring back to main repo, for tests...
2022-03-16 Cherry Muisyscall: call ABIInternal entersyscall on register...
2022-03-16 Bryan C. Millsruntime/pprof: do not require a GOROOT/src prefix in...
2022-03-16 fanzha02cmd/compile: set conversions to unsafe.Pointer as an...
2022-03-16 Meng Zhuocmd/link: default generic ABI compression for ELF
2022-03-16 Matthew Dempskygo/types: return Universe for (*Package)(nil).Scope()
2022-03-16 Matthew Dempskygo/types, cmd/compile: remove unused Interface.obj...
2022-03-15 Russ Coxreflect: avoid panic in reflect.Kind.String for negativ...
2022-03-15 Cherry Muicmd/asm: support -d=pctab flag
2022-03-15 Bryan MillsRevert "os: raise open file rlimit at startup"
2022-03-15 Ian Lance Taylorcompress/gzip: add example of compressing reader
2022-03-15 Ian Lance Taylorcmd/go: document that 'go run' strips debug info
2022-03-15 Russ Coxall: untab /* */ doc comments
2022-03-15 Keith Randallinternal/cpu: don't run SSE3 disable test if GOAMD64>1
2022-03-15 Russ Coxos: raise open file rlimit at startup
2022-03-15 Archana Rcmd/compile: fix PrefetchStreamed builtin implementatio...
2022-03-15 Ian Lance Taylorsyscall: add race annotations to Windows ReadFile and...
2022-03-15 fanzha02cmd/internal/obj/arm64: add TRN1 and TRN2 instructions...
2022-03-15 eric fangcmd/internal/obj/arm64: refactor the handling of shifte...
2022-03-15 Rob Piketext/template/parse: allow space after continue or...
2022-03-15 Keith Randallcmd/compile: disable rewrite loop detector for deadcode...
2022-03-14 Russ Coxcmd/api: require proposal # for new API features
2022-03-14 Keith Randallinternal/cpu: disallow disabling options that are requi...
2022-03-14 Robert Griesemergo/types, types2: use correct underlying type in union...
2022-03-14 Cuong Manh Lecmd/compile: fix wrong dict param when getting dict...
2022-03-14 Bryan C. Millscmd/go: use testGOROOT in TestListTemplateContextFunction
2022-03-14 Bryan C. Millsgo/build: set PWD for go subcommands
2022-03-14 Bryan C. Millsdebug/buildinfo: use testenv.GoToolPath in tests instea...
2022-03-14 Cuong Manh Lecmd/compile: remove unified IR stmtTypeDeclHack
2022-03-14 Uzondu Enudemenet/url: add OmitHost bool to url.URL
2022-03-13 Tobias Klauserruntime/pprof: use syscall.RUSAGE_SELF
2022-03-12 Ian Lance Taylorsyscall: add race annotations to Pread and Pwrite
2022-03-11 eh-steveencoding/hex: implement Decode with a lookup table
2022-03-11 Paul E. Murphycmd/asm: add support for bdnz/bdz extended mnemonics...
2022-03-11 Tobias Klauserruntime/pprof, syscall: report MaxRSS on all unix platforms
2022-03-11 Robert Griesemerspec: various minor clarifications
2022-03-11 Robert Griesemerspec: clean up intro and replace bolded text with prose
2022-03-11 Bryan C. Millscmd/compile/internal/amd64: fix "missing objdump" skip...
2022-03-11 Bryan C. Millscmd/go: use the correct gofmt binary in TestScript...
2022-03-11 Cuong Manh Lecmd/compile: fix re-export closure
2022-03-10 Steven Johnstoneinternal/fuzz: minimization should not reduce coverage
2022-03-10 Roland Shoemakerinternal/fuzz: don't use dirty coverage maps during...
2022-03-10 Robert Griesemergo/types, types2: remove incorrect assertion (don't...
2022-03-10 Keith Randallcmd/compile: fix expression switches using type parameters
2022-03-10 Keith Randallcmd/compile: fix transform of OEQ/ONE when one arg...
2022-03-10 Joe Tsaiflag: add TextVar function
2022-03-10 Joe Tsaibytes: rely on runtime.growslice for growing
2022-03-10 Michael Prattruntime: fix SegvInCgo skip check
2022-03-10 Daniel Martígo/token: allocate fewer times at init time
2022-03-10 Meng Zhuoruntime,cmd/compile: change reg duff{zero,copy} for...
next