0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
cmd/cgo: bug fixes
rsc
as Russ Cox
More... about 12 years ago
doc: Fixed type in documentation for FormatFloat. More... about 12 years ago
6l, 8l: fix build for ELF systems More... about 12 years ago
runtime: fix another memory leak
rsc
as Russ Cox
More... about 12 years ago
gc, ld: tag data as no-pointers and allocate in separate section
rsc
as Russ Cox
More... about 12 years ago
lib/time/zoneinfo: delete
rsc
as Russ Cox
More... about 12 years ago
time: switch to using (uncompressed) zoneinfo zip file
rsc
as Russ Cox
More... about 12 years ago
test/chan: document tests More... about 12 years ago
test/interface: document tests Most already had comments (yay); adjusted for consistency. More... about 12 years ago
encoding/json: disable anonymous fields
rsc
as Russ Cox
More... about 12 years ago
runtime: fix tiny memory leak
rsc
as Russ Cox
More... about 12 years ago
os: remove Getenverror More... about 12 years ago
gc: fix error for floating-point constant %
rsc
as Russ Cox
More... about 12 years ago
runtime: API
rsc
as Russ Cox
More... about 12 years ago
test: explanatory comments [c-g]* More... about 12 years ago
go 1: add a description of the os error changes. I'm sure I wrote these before but they've disappeared. More... about 12 years ago
test: [a-c]: add introductory comments to tests Very few of the compiler regression tests include a comment saying waht they do. Many are obvious, some are anything but. I've started with a-c in the top directory. More will follow once we agree on the approach, correctness, and thoroughness here. zerodivide.go sneaked in too. More... about 12 years ago
gc: drop ideal bool
rsc
as Russ Cox
More... about 12 years ago
time: use Go distribution zoneinfo if system copy not found
rsc
as Russ Cox
More... about 12 years ago
net: make LocalAddr on multicast return group address More... about 12 years ago
time: add zoneinfo files, mainly for non-Unix systems
rsc
as Russ Cox
More... about 12 years ago
lib/time: add README, update.bash script
rsc
as Russ Cox
More... about 12 years ago
cmd/api: s/ideal-bool/bool/
rsc
as Russ Cox
More... about 12 years ago
all: shorten some of the longer tests
rsc
as Russ Cox
More... about 12 years ago
test: use testlib (another bunch). More... about 12 years ago
test/run: honor $TMPDIR More... about 12 years ago
templates: minor edits to the documentation More... about 12 years ago
doc: update gccgo_contribute.html More... about 12 years ago
os: document the type of link errors More... about 12 years ago
bytes: document Compare/Equal semantics for nil arguments, and add tests. More... about 12 years ago