]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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)
2014-07-09 Robin Eklinddocs: Make consistent use of optional li closing tags.
2014-07-09 David Crawshawandroidtest.bash: missing !
2014-07-09 David Crawshawos: no /tmp on android
2014-07-09 Peter Collingbournecmd/go: use $CC to build _cgo_defun.c
2014-07-09 Dmitriy Vyukovruntime: grow heap by 64K instead of 128K
2014-07-09 David Crawshawandroidtest.bash, misc/android: build scripts for android
2014-07-09 Aram Hăvărneanudebug/plan9obj: fix test build
2014-07-09 Aram Hăvărneanusyscall: use the nsec system call instead of /dev/binti...
2014-07-09 Aram Hăvărneanuruntime: use the nsec system call instead of /dev/binti...
2014-07-09 Aram Hăvărneanudebug/plan9obj, cmd/addr2line: on Plan 9 use a.out...
2014-07-09 Aram Hăvărneanucmd/objdump: set goarch properly on non-386 Plan 9...
2014-07-09 Aram Hăvărneanusyscall: remove more NxM assumptions on Plan 9
2014-07-09 Aram Hăvărneanuos: fix failing test on Plan 9
2014-07-09 Cristian Staretusyscall: NetlinkRIB, avoid allocation in loop
2014-07-09 Dmitri Shuralyovcmd/go: fix build -o panic when import path pattern...
2014-07-08 David Crawshawrun.bash: disable tests that don't (yet) like running...
2014-07-08 Ian Lance Taylortest: add test for gccgo comment lexing failure
next