]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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...
2022-03-10 Robert Griesemerspec: remove note re: field accesses on type literals
2022-03-10 Robert Griesemerspec: more adjustments/corrections
2022-03-10 Robert Griesemerspec: remove notion of specific types
2022-03-10 Carl Johnsonnet/url: add JoinPath, URL.JoinPath
2022-03-10 Meng Zhuocmd/compile,bytealg: change context register on riscv64
2022-03-09 Robert Griesemergo/types, types2: pointer base types cannot be type...
2022-03-09 Robert Findleygo/types, types2: clarify documentation with respect...
2022-03-09 Russ Coxcmd/compile: require -p flag
2022-03-09 Robert Griesemergo/types, types2: disable field accesses through type...
2022-03-09 Mark Pulfordcmd/go: fix buildvcs when using older git versions
2022-03-09 Rhys Hiltnerruntime/pprof: fix pcDeck's frame indexing
2022-03-09 Matthew Dempskycmd/compile: mark instantiated generic functions as...
2022-03-09 eric fangcmd/internal/obj/arm64: optimize function prologue...
2022-03-09 Meng Zhuocmd/compile/internal: add ABI register information...
2022-03-08 Ian Lance Taylorcmd/go: for gccgo expect one fewer file in TestScript...
2022-03-08 Robert Findleygo/printer: don't print unnecesary commas for func...
2022-03-08 Bryan C. Millsnet/http/pprof: skip TestDeltaProfile on all arm and...
2022-03-08 Michael Prattcmd/dist: log OS version when testing
2022-03-08 Michael Prattcmd/dist: log CPU model when testing
2022-03-08 Rhys Hiltnerruntime/pprof: check if PC is reused for inlining
2022-03-08 Tobias Klauserruntime, syscall: implement syscall.Pipe using syscall...
2022-03-08 Tobias Klauseros, internal/syscall/unix: consolidate Pipe implementations
2022-03-08 Tobias Klausersyscall: add Pipe2 on solaris and use it for forkExecPipe
2022-03-08 Bryan C. Millscmd/compile/internal/syntax: don't try to parse files...
2022-03-08 Bryan C. Millsinternal/fuzz: fix encoding for out-of-range ints and...
2022-03-08 thepuddscmd/compile/internal/types2: more consistently print...
2022-03-08 Joel Singinternal/bytealg: optimise compare on riscv64
2022-03-08 Joel Singinternal/bytealg: optimise memequal on riscv64
2022-03-08 Russ Coxcmd/compile: allow fieldtrack of unexported fields
2022-03-08 Russ Coxcrypto/rand: simplify Prime to use only rejection sampling
2022-03-08 Robert Griesemerspec: document that type inference doesn't apply to...
2022-03-08 eric fangcmd/internal/obj/arm64: optimize stacksplit prologue...
2022-03-08 Dmitri Shuralyovfmt: use tabs for indentation
next