]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2019-10-25 Jason A. Donenfeldinternal/syscall/windows/registry: allow for non-null...
2019-10-25 Rob Pikefmt: fix handling of %% verb in Scanf
2019-10-25 Rémy Oudomphengmath/big: use nat pool to reduce allocations in mul...
2019-10-24 Bryan C. Millscmd/go/internal/modfetch/codehost: remove invariantly...
2019-10-24 Jay Conrodcmd/go: add -modfile flag that sets go.mod file to...
2019-10-24 Jay Conrodcmd/go/internal/modload: remove cwd global
2019-10-24 Bryan C. Millscmd/go: correct GoMod field in 'go list' for replacemen...
2019-10-24 Jay Conroddoc: add skeleton module documentation with headings
2019-10-24 Bryan C. Millscmd/go: re-enable 'go list -m' with -mod=vendor for...
2019-10-24 Bryan C. Millscmd/go: populate available module information for packa...
2019-10-24 Cuong Manh Lesyscall: correct comment in testGetdirentries
2019-10-24 Dan Scalescmd/compile, cmd/link, runtime: make defers low-cost...
2019-10-24 Bryan C. Millscmd/go/internal/list: ensure that cfg.BuildMod is initi...
2019-10-24 Cuong Manh Lesyscall: remove un-used const ptrSize
2019-10-24 Cuong Manh Lesyscall: make convertFromDirents11 checkptr safe
2019-10-24 Brad Fitzpatricksyscall: make TestGetdirentries checkptr safe
2019-10-24 Robert Griesemermath/big: make Rat.Denom side-effect free
2019-10-24 Robert Griesemermath/big: normalize unitialized denominators ASAP
2019-10-23 Cherry Zhangruntime: save/fetch g register during VDSO on ARM and...
2019-10-23 Rohan Vermadoc/play: match the hello world snippet in x/website
2019-10-23 Dmitri Shuralyovmisc: delete benchcmp forwarding script
2019-10-23 Jason A. Donenfeldinternal/syscall/windows/registry: blacklist certain...
2019-10-23 Fazlul Shahriarsyscall: fix Clearenv on Plan 9
2019-10-23 Jay Conrodcmd/go: ignore '@' when cleaning local and absolute...
2019-10-23 Ghazni Nattarshahcrypto/x509: gofmt verify.go
2019-10-23 Brad Fitzpatrickdoc: clarify that contributing isn't just for code
2019-10-23 Jason A. Donenfeldsyscall: reenable sysctl on iOS
2019-10-23 Tobias Klauserruntime: report correct error if kevent failed in netpo...
2019-10-23 Ian Lance Taylorruntime: add race detector support for new timers
2019-10-23 Ian Lance Taylorruntime: implement timeSleepUntil for new timers
2019-10-23 Ian Lance Taylorruntime: update timejump function for new timers
2019-10-23 Jason A. Donenfeldinternal/syscall/windows/registry: fix strict assumptio...
2019-10-22 Matthew Dempskycmd/compile: enable -d=checkptr when -race or -msan...
2019-10-22 Matthew Dempskyruntime: fix -d=checkptr failure for testing/quick
2019-10-22 Ian Lance Taylorruntime: implement time.Sleep for new timers
2019-10-22 Ian Lance Taylorruntime: add new runtimer function
2019-10-22 Ian Lance Taylorruntime: add new adjusttimers function
2019-10-22 Jay Conrodcmd/go: make 'go mod verify' report an error outside...
2019-10-22 Ian Lance Taylorruntime: implement new movetimers function
2019-10-22 Ian Lance Taylorruntime: add new cleantimers function
2019-10-22 Matthew Dempskyruntime: somewhat better checkptr error messages
2019-10-22 Ian Lance Taylorruntime: add new dodeltimer and dodeltimer0 functions
2019-10-22 Ben Shicmd/compile: remove amd64p32 related SSA rules
2019-10-22 Ian Lance Taylorruntime: add new resettimer function
2019-10-22 Jay Conrodcmd/go/internal/modfile: prepare to move to x/mod
2019-10-22 Jay Conrodcmd/go: support -modcacherw in 'go mod' subcommands
2019-10-22 Brad Fitzpatricknet/http: don't cache http2.erringRoundTripper connections
2019-10-22 smasher164cmd/compile: don't use FMA on plan9
2019-10-22 Ian Lance Taylorruntime: add new modtimer function
2019-10-22 Jean de Klerktesting: stream log output in verbose mode
2019-10-22 Ian Lance Taylorruntime: add new deltimer function
2019-10-22 Ian Lance Taylorruntime: add new addtimer function
2019-10-22 LE Manh Cuongcmd/compile: add marker for skipping dowidth when traci...
2019-10-22 Matthew Dempskyreflect: fix unsafe conversions reported by -d=checkptr
2019-10-22 Matthew Dempskysync/atomic: suppress checkptr errors for hammerStoreLo...
2019-10-22 Bryan C. Millsnet: convert TestTCPServer to use subtests
2019-10-22 Robert Griesemergo/types: don't update package-external types when...
2019-10-22 David du Colombiercmd/go: fix TestScript/list_ambiguous_path on Plan 9
2019-10-22 Bryan C. Millsnet: ignore or skip known-flaky localhost Dial operatio...
2019-10-22 Brave Cownet/http: update sanitizeCookieValue description
2019-10-22 Baokun Leecmd/go/internal/modcmd: error out if one module with...
2019-10-22 Ian Lance Taylorruntime: factor signal stack code out of sigtrampgo
2019-10-22 Ian Lance Taylorruntime: correctly negate errno value for *BSD ARM
2019-10-22 Jason A. Donenfeldsyscall: respect permission bits on file opening on...
2019-10-22 Ian Lance Tayloros/exec: skip possible netpoll pipe in known FDs in...
2019-10-22 Ian Lance Taylorruntime: force testing calls of netpoll to run on syste...
2019-10-22 ajz01go/parser: remove superfluous case from switch statement
2019-10-22 Cuong Manh Lecmd/compile: disable checkptr for //go:nosplit functions
2019-10-22 Cuong Manh Leruntime: fix unsafe.Pointer alignment on Linux
2019-10-21 Ian Lance Taylorruntime, syscall, time: prepare for adding timers to P's
2019-10-21 Robert Griesemergo/parser: better error (recovery) for Allman/BSD-style...
2019-10-21 Ian Lance Taylorruntime: handle timers on P's in procresize/(*pp).destroy
2019-10-21 Matthew Dempskyreflect, internal/reflectlite: set capacity when slicin...
2019-10-21 Matthew Dempskycmd/compile: recognize (*[Big]T)(ptr)[:n:m] pattern...
2019-10-21 Keith Randallbytes/hash: initialize all 64 bits of hash seed
2019-10-21 Ian Lance Taylorruntime: add wasm support for timers on P's
2019-10-21 Michael Mundaycmd/compile/internal/ssa: regenerate rewrite rules
2019-10-21 Matthew Dempskycmd/compile: recognize reflect.{Slice,String}Header...
2019-10-21 Dmitri Shuralyovnet/http: remove parseURL variable
2019-10-21 Dmitri Shuralyovdatabase/sql: remove forced log import from test
2019-10-21 Bryan C. Millscrypto/tls: retry net.Dial flakes on Dragonfly
2019-10-21 Cuong Manh Lecmd/compile: remove overflow pointer padding for nacl
2019-10-21 harsimran1net/http/pprof: explicitly mention DefaultServeMux...
2019-10-21 Emmanuel T... net/http: make TimeoutHandler log spurious WriteHeader...
2019-10-21 sandyskiesio: make CopyBuffer docs state when buf is not used
2019-10-21 smasher164cmd/compile: add fma intrinsic for arm
2019-10-21 Ian Lance Taylorruntime: initial scheduler changes for timers on P's
2019-10-21 Emmanuel T... net/http: make Transport.RoundTrip close body on any...
2019-10-21 Ian Lance Taylorruntime, syscall, time: add and use resettimer
2019-10-21 smasher164cmd/compile: add fma intrinsic for amd64
2019-10-21 Ian Lance Taylorruntime: add netpollBreak
2019-10-21 smasher164cmd/compile: introduce generic ssa intrinsic for fused...
2019-10-21 Akhil Indurtimath: add guaranteed-precision FMA implementation
2019-10-21 Bryan C. Millscmd/go: add a flag to avoid creating unwritable directo...
2019-10-21 Ian Lance Taylorruntime: change read and write to return negative errno...
2019-10-21 Tobias Klauservendor: re-vendor golang.org/x/net to fix Dragonfly...
2019-10-21 Ian Lance Taylorruntime: use correct pipe call for mips/mips64 GNU...
2019-10-21 Joshua M. Clulowruntime: temporarily skip gdb python-related tests...
2019-10-20 Ian Lance Taylorruntime: define nonblockingPipe
2019-10-20 Umang Parmargo/build: recognize '.sx' as equivalent of '.S'
next