Sign in
go
/
go
/
daddeb26865e55432be7d82641e835911828feca
daddeb2
cmd/internal/obj: make Rconv a global function
by Rob Pike
· 10 years ago
95bf77b
runtime: skip tests that need fork on darwin/arm
by David Crawshaw
· 10 years ago
e7a7352
syscall: Reimplement linux syscalls in terms of their *at replacements.
by Dave Cheney
· 10 years ago
a3c5977
syscall: exclude Go tool test on darwin/arm
by David Crawshaw
· 10 years ago
b015cf7
cmd/nm: exclude Go tool test on darwin/arm
by David Crawshaw
· 10 years ago
d0bcdd3
cmd/addr2line: exclude Go tool test on darwin/arm
by David Crawshaw
· 10 years ago
be70904
net/http/cgi: skip exec test on darwin/arm
by David Crawshaw
· 10 years ago
940f22e
cmd/internal/obj: implement Dconv for TYPE_INDIR
by Rob Pike
· 10 years ago
fb75f85
runtime: fix memory allocator on Plan 9
by David du Colombier
· 10 years ago
3a3c9d6d
runtime/debug: fix nacl build
by Dave Cheney
· 10 years ago
f9cc72c
runtime: disable scavenger on 64k page size kernels
by Dave Cheney
· 10 years ago
045f9df
mime/quotedprintable: create the package
by Alexandre Cesaro
· 10 years ago
26438d4
liblink: delete unused code
by Russ Cox
· 10 years ago
a5eda13
runtime: disable TestGdbPython on ppc64
by Russ Cox
· 10 years ago
77ccb16
cmd/internal/gc: transitive inlining
by Russ Cox
· 10 years ago
5d18282
cmd/internal/gc: factor bottom-up visiting out of escape analysis
by Russ Cox
· 10 years ago
f716c5c
cmd/internal/gc: restore detail in plain syntax errors
by Russ Cox
· 10 years ago
79c1295
math/big: export Float.MinPrec
by Robert Griesemer
· 10 years ago
e479106
os/exec: disable tests on darwin/arm
by David Crawshaw
· 10 years ago
1e0e2ff
runtime: skip test on darwin/arm
by David Crawshaw
· 10 years ago
433c1ad
archive/zip: fix size value in ZIP64 end central directory record
by Joe Shaw
· 10 years ago
8b1bd75
go/build: disable deps test on darwin/arm
by David Crawshaw
· 10 years ago
f47e581
runtime: do not do futile netpolls
by Dmitry Vyukov
· 10 years ago
3c8a89d
runtime: simplify CPU profiling code
by Matthew Dempsky
· 10 years ago
a32dd83
image/jpeg: support 4:1:1 and 4:1:0 chroma subsampling.
by Nigel Tao
· 10 years ago
9f4c25e
cmd/gc: reduce lexer allocs when parsing numeric constants
by Josh Bleecher Snyder
· 10 years ago
1d4bfb3
cmd/gc: don't call memequal twice in generated type.eq routines
by Josh Bleecher Snyder
· 10 years ago
9c4aade
math/big: fix build for 32bit platforms
by Robert Griesemer
· 10 years ago
7d73513
image: add YCbCrSubsampleRatio411 and YCbCrSubsampleRatio410.
by Nigel Tao
· 10 years ago
b351e1d
encoding/xml: add more marshalTests tests.
by Nigel Tao
· 10 years ago
59e5466
os: Use GetComputerNameEx to get Hostname on win32
by Carlos Castillo
· 10 years ago
ca0be6f
math/big: clean up Float.SetPrec, use shorter internal representation
by Robert Griesemer
· 10 years ago
c20a018
math/big: apply a round of go vet
by Robert Griesemer
· 10 years ago
bba8b89
math/big: improve some doc strings
by Robert Griesemer
· 10 years ago
7e93610
runtime/cgo: fix darwin/arm build
by David Crawshaw
· 10 years ago
b54d313
runtime/cgo: set the initial working directory
by David Crawshaw
· 10 years ago
c1216c3
runtime: skip failing gdb test on linux/arm
by Dave Cheney
· 10 years ago
35a59f5
runtime: fix build, divide by constant 0 is a compile-time error
by Keith Randall
· 10 years ago
972f364
doc/install-source.html: fix cd command, already in go dir.
by Lloyd Dewolf
· 10 years ago
7e1b61c
runtime: mark pages we return to kernel as NOHUGEPAGE
by Keith Randall
· 10 years ago
6d1ebeb
runtime: handle holes in the heap
by Keith Randall
· 10 years ago
29421cb
cmd/internal/obj: make Dconv a portable top-level function
by Rob Pike
· 10 years ago
77d7771
cmd/internal/gc: omit non-explicit capacity in errors with map/chan make
by Chris Manghane
· 10 years ago
85d0957
runtime: fallback to 128M address space on 32bit
by David Crawshaw
· 10 years ago
c7e1453
cmd/internal/gc: do not show computed value in type error
by Chris Manghane
· 10 years ago
b59dd94
cmd/internal/gc: method selector should not auto-deref named pointer type
by Chris Manghane
· 10 years ago
28c66484
cmd/internal/obj: fix index panic on invalid instruction
by Russ Cox
· 10 years ago
6eaa095
cmd/internal/gc: expand DBG macro in lex.go
by Russ Cox
· 10 years ago
88cbe09
math/big: permit passing of an *Int to Float.Int to avoid allocation
by Robert Griesemer
· 10 years ago
4100f7d
cmd/go: make asm the first assembler
by Rob Pike
· 10 years ago
3e9e9b4
math/big: implemented Float.Rat
by Robert Griesemer
· 10 years ago
df5cfe7
cmd/asm: add end to end test for 386
by Rob Pike
· 10 years ago
4241b75
cmd/asm: add a couple of operand parses discovered by end-to-end test
by Rob Pike
· 10 years ago
07b73ce
runtime: simplify gcResetGState
by Austin Clements
· 10 years ago
b3d791c
runtime: consolidate gcworkdone/gcscanvalid clearing loops
by Austin Clements
· 10 years ago
37b8597
runtime: remove unnecessary gcworkdone resetting loop
by Austin Clements
· 10 years ago
7abdc90
runtime: remove gogetcallerpc and gogetcallersp functions
by Matthew Dempsky
· 10 years ago
2fdb728
runtime: simplify NetBSD semaphores
by Matthew Dempsky
· 10 years ago
c123a80
syscall: generate AT_* constants and regenerate ztypes_linux_*.go
by Dave Cheney
· 10 years ago
1c82e23
gdb: fix map prettyprinter
by Jan Kratochvil
· 10 years ago
9f926e8
runtime: simplify OpenBSD semaphores
by Matthew Dempsky
· 10 years ago
1fda57b
syscall: split implementation of Dup2 per linux GOOS
by Dave Cheney
· 10 years ago
b0d8cb6
doc/go1.5: mention the change in certificate wildcard handling.
by Adam Langley
· 10 years ago
18fd940
math/big: permit passing of (possibly nil) *Float to MantExp to avoid allocation
by Robert Griesemer
· 10 years ago
9b3ccc0
syscall: split implementation of Pipe/Pipe2 per GOOS
by Dave Cheney
· 10 years ago
7ce0261
cmd/dist: respect runtime.NumCPU when bootstrapping arm hosts
by Dave Cheney
· 10 years ago
e31e35a
runtime: reset gcscanvalid and gcworkdone when GODEBUG=gctrace=2
by Rick Hudson
· 10 years ago
42289a4
syscall: rebuild zsyscall_linux_*.go
by Dave Cheney
· 10 years ago
c4b8f91
math/big: fix test for 32bit platforms (fix build)
by Robert Griesemer
· 10 years ago
5ce9fde
go/ast, go/parser: correct End() position for *ast.EmptyStmt
by Robert Griesemer
· 10 years ago
c651fdc
math/big: change Float.SetMantExp to always multiply mant by 2**exp
by Robert Griesemer
· 10 years ago
aff84b1
cmd/asm: fix build for new aliases
by Rob Pike
· 10 years ago
90590a0
cmd/asm: add alias for MOVOA=MOVO on amd64
by Rob Pike
· 10 years ago
abf8bbb
crypto/x509: make behaviour of absolute DNS names match Chromium.
by Adam Langley
· 10 years ago
e7fae68
crypto/x509: allow wildcards only as the first label.
by Adam Langley
· 10 years ago
8f8d066
crypto/tls: allow larger initial records.
by Adam Langley
· 10 years ago
c2317db
crypto/x509: don't reject certs with critical policy extensions.
by Adam Langley
· 10 years ago
d9859ad
math/big: fix several issues with string->Float conversion
by Robert Griesemer
· 10 years ago
291bf1f
cmd/go: limit default darwin/arm parallelism
by David Crawshaw
· 10 years ago
edcad86
sync: add active spinning to Mutex
by Dmitry Vyukov
· 10 years ago
3dd029a
net: enable TestTCPReadWriteAllocs in short mode
by Mikio Hara
· 10 years ago
7c7126c
crypto/rsa: drop the primality check in crypto/rsa.Validate.
by Adam Langley
· 10 years ago
ec92af6
math: Dim, Max, Min - allow more bit patterns for NaN
by Charlie Dorian
· 10 years ago
b986f3e
all: merge dev.cc (a91c2e0) into master
by Russ Cox
· 10 years ago
bceb18e
runtime: eliminate unnecessary assumption in heapBitsForObject
by Austin Clements
· 10 years ago
a91c2e0
[dev.cc] cmd/internal/obj: set ctxt.Windows != 0 on windows
by Russ Cox
· 10 years ago
dev.cc
382b44e
[dev.cc] cmd/5g etc: code cleanup: delay var decls and eliminate dead code
by Russ Cox
· 10 years ago
ce13759
math/big: fix formatting for 'b' format
by Robert Griesemer
· 10 years ago
f0bbb5c
runtime/pprof: make TestBlockProfile more robust
by Shenghou Ma
· 10 years ago
b48d2a5
math: faster Cbrt
by Charles Dorian
· 10 years ago
3af0d79
[dev.cc] cmd/6a, cmd/6g etc: replace C implementations with Go implementations
by Russ Cox
· 10 years ago
d10ede5
[dev.cc] cmd/dist, cmd/go: stop building C implementations of compilers, assemblers
by Russ Cox
· 10 years ago
9c8c0e7
[dev.cc] cmd/internal/gc: reconvert to pick up bug fixes
by Russ Cox
· 10 years ago
5b94a47
[dev.cc] test: disable syntax error tests
by Russ Cox
· 10 years ago
9d6ed4a
[dev.cc] cmd/asm: add end to end test for amd64
by Rob Pike
· 10 years ago
264c099
[dev.cc] cmd/go: do not install tools while executing them
by Russ Cox
· 10 years ago
e8d9c8d
[dev.cc] all: merge master (6a10f72) into dev.cc
by Russ Cox
· 10 years ago
6a10f72
math/big: don't return io.EOF on successful call of ParseFloat
by Robert Griesemer
· 10 years ago
99482f2
runtime: Add prefetch to allocation code
by Rick Hudson
· 10 years ago
96333a7
go/token: document that column positions and file offsets are in bytes
by Robert Griesemer
· 10 years ago
Next »