]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2023-08-24 Bryan C. Millscmd/internal/testdir: parse past gofmt'd //go:build...
2023-08-24 Tobias Klauserruntime: remove unused F_{GET,SET}FL cgo constants...
2023-08-24 Bryan C. Millssyscall: skip TestUnshareMountNameSpaceChroot on platfo...
2023-08-24 Bryan C. Millstest/fixedbugs: require cgo for issue10607.go
2023-08-24 Matthew Dempskycmd/compile/internal/syntax: add Unparen and UnpackList...
2023-08-24 cui flitercmd/compile/internal: fix receiver names are different
2023-08-23 Cuong Manh Lecmd/compile: use s.temp for creating defer struct
2023-08-23 Bryan C. Millscmd/go: error out of linking package main if cgo is...
2023-08-23 Joe Tsaiencoding/json: encode \b and \f as '\b' and '\f' in...
2023-08-23 Bryan C. Millsos: use testenv.Command and os.Executable in tests
2023-08-23 Matthew Dempskycmd/compile/internal/noder: elide statically known...
2023-08-23 Tobias Klausernet: use internal/bytealg.CountString
2023-08-23 Tobias Klausernet: remove unused func appendHex
2023-08-23 Alexander Yastrebovnet/http: revert fix request canceler leak on connectio...
2023-08-23 Michael Anthony... runtime: create wrappers for gcDrain to identify time...
2023-08-23 Joel Singcmd/internal/obj/riscv,cmd/link: add support for intern...
2023-08-23 Joel Singcmd/go/testdata/mod: add golang toolchain test data...
2023-08-23 Joel Singcmd/link: add support for openbsd/ppc64
2023-08-23 Keith Randallcmd/compile: use jump tables for large type switches
2023-08-23 Keith Randallcmd/compile: allow non-pointer writes in the middle...
2023-08-22 cui fliterall: remove redundant string conversions when formattin...
2023-08-22 Alexander Yastrebovnet/http: fix request canceler leak on connection close
2023-08-22 Bryan C. Millscmd/go: retry ETXTBSY errors when running test binaries
2023-08-22 Ian Lance Taylorruntime/cgo: get getstackbound for set_stacklo
2023-08-22 Matthew Dempskycmd/compile/internal/typecheck: use types.IsMethodAppli...
2023-08-22 Matthew Dempskycmd/compile/internal/typecheck: merge SubstArgTypes...
2023-08-22 Matthew Dempskycmd/compile: simplify various signature type handling...
2023-08-22 Matthew Dempskycmd/compile/internal/types: simplify iterating all...
2023-08-22 Matthew Dempskycmd/compile/internal/types: simpler signature type...
2023-08-22 Matthew Dempskycmd/compile/internal/types: replace BOGUS_FUNARG_OFFSET...
2023-08-22 Jakub Ciolekcmd/compile: use MOVQ + MOVL for 11 byte moves
2023-08-22 Jakub Ciolekcmd/compile: use shorter MOVs for clears of 9, 10,...
2023-08-22 mstmdevcmd/asm: add more flags to the documentation
2023-08-22 Matthew Dempskycmd/compile/internal/types: separate printing of struct...
2023-08-22 Matthew Dempskycmd/compile/internal/types: remove Funarg
2023-08-22 Matthew Dempskycmd/compile/internal/types: refactor struct size calcul...
2023-08-22 Austin Clementscmd/internal/objabi,cmd/compile: move NoInstrumentPkgs...
2023-08-22 Austin Clementscmd/compile: add all runtime package dependencies to...
2023-08-22 Austin Clementscmd/internal/objabi: test runtime package list
2023-08-22 Austin Clementscmd/compile,cmd/dist,cmd/go: compute -+ flag from packa...
2023-08-22 Austin Clementscmd/internal/objabi: generalize "is runtime package...
2023-08-22 Austin Clementscmd/asm,cmd/dist,cmd/go: remove asm -compiling-runtime...
2023-08-22 Austin Clementscmd/compile: redo IsRuntimePkg/IsReflectPkg predicate
2023-08-22 Michael Anthony... runtime: avoid MADV_HUGEPAGE for heap memory
2023-08-22 Bryan C. Millsnet/http: use testenv.Command instead of exec.Command...
2023-08-22 Tobias Klausernet/netip: remove unused netIPv{4,6}len consts
2023-08-22 Keith Randallcmd/compile: use better line numbers for write barriers
2023-08-22 Meng Zhuocmd/compile: add single-precision FMA code generation...
2023-08-22 Meng Zhuocmd/compile: improve FP FMA performance on riscv64
2023-08-22 Joel Singsyscall: add support for openbsd/ppc64
2023-08-22 Joel Singruntime: add support for openbsd/ppc64
2023-08-22 Joel Singruntime: rework asmcgocall on ppc64x
2023-08-22 Joel Singcmd/internal/obj/arm64: add test coverage for VMOVS...
2023-08-22 Matthew Dempskycmd/compile/internal/types: overhaul and simplify API
2023-08-21 Matthew Dempskycmd/compile/internal/walk: reuse runtime.scase
2023-08-21 Matthew Dempskycmd/compile/internal/ssagen: share runtime._defer types
2023-08-21 Matthew Dempskycmd/compile/internal/reflectdata: share hmap and hiter...
2023-08-21 Matthew Dempskyspec: clarify that []byte("") must be non-nil
2023-08-21 Jes Cokos/exec: don't convert byte slice to string when using...
2023-08-21 Mateusz Poliwczaknet: use avoidDNS for search suffixes
2023-08-21 Matthew Dempskycmd/compile/internal/compare: simplify unit test framework
2023-08-21 Matthew Dempskycmd/compile/internal/abi: stop using types.Func
2023-08-21 Matthew Dempskycmd/compile: do some TODOs about Fatalf
2023-08-21 Austin Clementsruntime: drop stack-allocated pcvalueCaches
2023-08-21 Austin Clementsruntime: move pcvalue cache to M
2023-08-21 Keith Randallcmd/compile: remove more extension ops when not needed
2023-08-21 Keith Randallcmd/compile: ensure we keep top 32 bits zeroed for...
2023-08-21 Bryan C. Millscontext: fix synchronization in ExampleAfterFunc_cond
2023-08-21 Bryan C. Millscmd/go: find GOROOT using os.Executable when installed...
2023-08-21 Austin Clementscmd/compile: move racewalk comment to walk/race.go
2023-08-21 Austin Clementsruntime: remove runtime.Add testing function
2023-08-21 Alexander Yastrebovnet/http: clear reference to the request context after...
2023-08-21 Alexander Yastrebovnet/http: use cancelKey to cancel request
2023-08-21 Josh Kraftos: add tests for UserCacheDir and UserConfigDir
2023-08-21 Andy Panruntime: document maxStack and m.createstack in more...
2023-08-21 qmuntalos: avoid allocating a string for ReadDir skipped entri...
2023-08-20 Austin Clementsruntime: add self-check mode to cache in pcvalue
2023-08-20 Matthew Dempskycmd/compile/internal/typecheck: add selector helpers
2023-08-20 Matthew Dempskycmd/compile/internal/typecheck: simplify NewMethodExpr
2023-08-20 Matthew Dempskycmd/compile/internal/typecheck: add NewMethodExpr helper
2023-08-20 Matthew Dempskycmd/compile/internal/typecheck: refactor and simplify...
2023-08-20 Brad Fitzpatrickslices: simplify Clone a bit
2023-08-19 Mateusz Poliwczaknet: return "cannot unmarshal" error while parsing...
2023-08-19 Dmitri Shuralyovcmd/compile/internal/gc: remove unused reflectdata...
2023-08-19 Joe Tsaiexpvar: emit valid JSON strings
2023-08-19 Ian Lance Taylorencoding/csv: correct Column docs
2023-08-19 Andy Panencoding/gob: prevent panic from index out of range...
2023-08-19 Matthew Dempskycmd/compile/internal/typecheck: remove NeedRuntimeType
2023-08-19 Joe Tsaiencoding: optimize growth behavior in Encoding.AppendDecode
2023-08-19 Matthew DempskyRevert "cmd/compile/internal/gc: steps towards work...
2023-08-18 Joe Tsaitime: make Duration.String inlineable
2023-08-18 j178errors: optimize Is and As by reusing reflection of...
2023-08-18 Matthew Dempskycmd/compile: construct more IR nodes as typed
2023-08-18 Matthew Dempskycmd/compile/internal/gc: steps towards work-queue
2023-08-18 Matthew Dempskycmd/compile/internal/ir: remove AsNode
2023-08-18 Matthew Dempskycmd/compile/internal/typecheck: remove DeclContext
2023-08-18 Matthew Dempskycmd/compile/internal/ir: remove Ntype
2023-08-18 Matthew Dempskycmd/compile/internal/ir: remove OFUNCINST and InstExpr
2023-08-18 Matthew Dempskycmd/compile/internal/typecheck: prune some useless...
2023-08-18 Matthew Dempskycmd/compile: remove some uses of ir.CurFunc
next