]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2014-07-23 Russ Coxtesting: add Coverage function
2014-07-23 Alex Brainmansyscall: allow for mksyscall_windows.go to be used...
2014-07-22 Dave Cheneyruntime: rename throwgo to gothrow
2014-07-22 Dmitriy Vyukovcmd/ld: mark hostobj sections as containing no pointers
2014-07-22 Keith Randallruntime: make go vet happy
2014-07-22 Keith Randallcmd/gc: in the runtime package, don't promote any decls...
2014-07-22 Keith Randallruntime: keep build version around in binaries
2014-07-22 David Symondssyscall: fix typo in namei doc comment.
2014-07-22 David Symondscrypto/subtle: make ConstantTimeCompare return zero...
2014-07-21 Dmitriy Vyukovruntime: pass correct size to malloc
2014-07-21 Dmitriy Vyukovruntime: simplify code
2014-07-21 Russ Coxliblink: remove some gotos + other fixes
2014-07-21 Russ Coxruntime: round gohash stack frame to multiple of 8...
2014-07-21 Brad Fitzpatricknet/http: create internal pkg, unify two chunked.go...
2014-07-21 Brad Fitzpatrickcmd/api: ignore internal packages
2014-07-21 Josh Bleecher... runtime: add Benchmark[Clear|Copy]Fat[8|12]
2014-07-21 Alex Brainmanmake.bat: do not exit builder on successful completion...
2014-07-20 Ian Lance Taylortest: avoid "declared but not used" errors in shift1.go
2014-07-20 Ian Lance Taylortest: add test for confusion with dot imports
2014-07-20 Dmitriy Vyukovcmd/gc: do not mark PC as pointer on stack
2014-07-20 Dmitriy Vyukovcmd/gc: allocate select descriptor on stack
2014-07-20 Dmitriy Vyukovsync/atomic: fix data races in tests
2014-07-20 Anthony Martinbuild: be verbose when running tests on Plan 9
2014-07-19 Keith Randallruntime: fix stacks_sys accounting
2014-07-19 David du Colombiercmd/addr2line, cmd/objdump: fix on amd64 Plan 9
2014-07-19 Ian Lance Taylortest: add some tests for mismatches between call result...
2014-07-19 Shenghou Macodereview: abort 'hg commit' before entering commit...
2014-07-19 Shenghou Macodereview: revive the tests.
2014-07-19 Shenghou Matest: add test for issue8347
2014-07-18 Josh Bleecher... runtime: use uint32 arrays in BenchmarkClearFat*
2014-07-18 Josh Bleecher... runtime: add Benchmark[Clear|Copy]Fat[16|24]
2014-07-18 Nicolas Owensos: broaden the range of errors understood by IsNotExis...
2014-07-18 Josh Bleecher... go/ast: fix typo in comment
2014-07-18 Egon Elbrebufio: fix UnreadSlice followed by UnreadRune
2014-07-18 Russ CoxA+C: add Xia Bin (individual CLA)
2014-07-18 Keith Randallruntime: fix gctrace=1
2014-07-18 Dmitriy Vyukovgo/printer: simplify test
2014-07-18 Dmitriy Vyukovencoding/gob: remove unnecessary receivers
2014-07-18 Shenghou Maundo CL 109640045 / f97fb06525e5
2014-07-18 snyhcmd/cgo: disable inappropriate warnings when the gcc...
2014-07-18 Dave Cheneyruntime: add throwgo
2014-07-17 Keith Randallundo CL 101570044 / 2c57aaea79c4
2014-07-17 Josh Bleecher... sync: fix typo in benchmark name
2014-07-17 Dmitriy Vyukovruntime: make NumGoroutines faster
2014-07-17 Dmitriy Vyukovruntime: improve select benchmarks
2014-07-17 Rui Ueyamastrings: remove byteBitmap
2014-07-17 Robert Griesemergofmt: -s flag simplifies "for _ = range x"
2014-07-17 Michael Fraenkelos: Implement symlink support for Windows
2014-07-17 Shenghou MaA+C: snyh (individual CLA)
2014-07-17 Keith Randallruntime: align gomemeq return value correctly
2014-07-17 Cristian Staretuarchive/tar: fix writing of pax headers
2014-07-16 Robert Griesemersrc, misc: applied gofmt -s -w
2014-07-16 Russ Coxcmd/gc: implement 'for range x {'
2014-07-16 Russ Coxtime: change nsec back to int32
2014-07-16 Russ Coxliblink: fix precedence bug in pcdata comparison
2014-07-16 Keith Randallruntime: convert map implementation to Go.
2014-07-16 Volker Doblerstrconv: fix handling of BOMs in CanBackquote
2014-07-16 Matthew Cottinghamflag: fix typo
2014-07-16 Rob Pikecmd/ld: use count, not upper bound, in type of array
2014-07-16 Yasuhiro Matsumotocmd/go/doc: Fix example domain
2014-07-16 Dmitriy Vyukovruntime: start goroutine ids at 1
2014-07-16 Adam Langleycompress/bzip2: fix panics on malformed input.
2014-07-15 Rob Pikecmd/ld: change DWARF encoding for array lengths
2014-07-15 Matthew Dempskycmd/ld: consistently document flags that expect values
2014-07-15 Matthew Dempskyobjdump: remove out-of-date comment
2014-07-15 Dmitriy Vyukovruntime: make a test more robust
2014-07-15 Dmitriy Vyukovruntime: zero dangling pointer
2014-07-15 Jakob Borgnet: Don't read beyond end of slice when parsing resolv...
2014-07-15 Dave Cheneycmd/go: skip vcs tests on nacl and android
2014-07-15 Volker Doblerstrconv: fix CanBackquote for invalid UTF-8
2014-07-15 Robert Griesemergo/ast: fix walk to handle "for range x"
2014-07-15 Rob Pikecmd/ld: generate correct upper bound value for array...
2014-07-15 Chris McGeego get: Support for IBM DevOps Services (hub.jazz.net...
2014-07-15 Andrew GerrandA+C: add Chris McGee (individual CLA)
2014-07-15 Russ Coxruntime: refactor routines for stopping, running gorout...
2014-07-14 Robert Griesemergo/*: permit "for range x"
2014-07-14 Rob Pikedoc/go1.4.txt: permit for range x
2014-07-14 Robert Griesemerspec: permit "for range x" (no index variables)
2014-07-14 Peter Collingbournecmd/go: introduce support for $GCCGO env var
2014-07-12 Alex Brainmanmake.bat: return exit code to dashboard builder
2014-07-12 Russ Coxcmd/ld: add go-specific dwarf type information
2014-07-11 David du Colombierliblink: fix warnings on Plan 9
2014-07-11 Rob Pikeld: change DWARF output for structs
2014-07-11 Dustin Longimage/png: interlacing support for png.
2014-07-10 Benny Siegertcmd/go: do not fail if libgcc does not exist
2014-07-10 Pietro Gagliardidebug/elf: add (*File).DynamicSymbols, ErrNoSymbols...
2014-07-10 Shenghou Manacltest.bash: set GOROOT before invoking cmd/go
2014-07-10 Shenghou Manacltest.bash: nacl/arm support.
2014-07-10 Shenghou Mamisc/nacl: add go_nacl_arm_exec, update README
2014-07-10 Shenghou Macmd/dist: always use GOARM=7 for nacl/arm
2014-07-10 Shenghou Macrypto/rc4: disable assembly implementation for nacl...
2014-07-10 Shenghou Masyscall: nacl/arm support.
2014-07-10 Shenghou Masync/atomic: nacl/arm support.
2014-07-10 Shenghou Maruntime: nacl/arm support.
2014-07-10 Shenghou Macmd/5c, cmd/5g, cmd/5l, liblink: nacl/arm support
2014-07-10 Nigel TaoA+C: add Dustin Long (Markover Inc. DBA Poptip corporat...
2014-07-10 Alex Brainmanruntime: align stack before calling windows in usleep2
2014-07-10 Shenghou Maruntime: ignore exceptions from foreign threads.
2014-07-10 Josh Bleecher... net/rpc: use html/template to render html
2014-07-10 Andrew GerrandA+C: Manuel Mendez (individual CLA)
next