]> Cypherpunks.ru repositories - gostls13.git/history - src/runtime/runtime.c
[dev.power64] all: merge default (dd5014ed9b01) into dev.power64
[gostls13.git] / src / runtime / runtime.c
2014-10-29 Russ Cox[dev.power64] all: merge default (dd5014ed9b01) into...
2014-10-29 Russ Coxruntime: add GODEBUG invalidptr setting
2014-10-28 Austin Clements[dev.power64] runtime: fix atomicor8 for power64x
2014-10-22 Austin Clements[dev.power64] all: merge default into dev.power64
2014-10-22 Austin Clementsbuild: merge the great pkg/ rename into dev.power64
2014-09-24 Russ Coxcmd/cc, cmd/ld, runtime: disallow conservative data...
2014-09-18 David du Colombierruntime: fix handling of GOTRACEBACK
2014-09-12 Russ Coxruntime: remove a few untyped allocations
2014-09-09 Russ Coxruntime: merge mallocgc, gomallocgc
2014-09-08 Russ Coxbuild: move package sources from src/pkg to src
2009-06-07 Russ Coxmove src/runtime -> src/lib/runtime;
2009-06-05 Russ Cox386-related fixes and guards
2009-05-28 Ken Thompsondetect recursive initialization
2009-05-20 Russ Coxchange representation of interface values.
2009-05-08 Russ Coxmove things out of sys into os and runtime
2009-04-10 Ken Thompsonchange representation of strings
2009-04-01 Russ Coxtest for and fix bug involving reflect v.Interface...
2009-03-31 Russ Coxmore 386 runtime:
2009-03-30 Russ Coxmore 386 runtime - can run tiny c programs.
2009-01-27 Russ Coxgc #0. mark and sweep collector.
2009-01-26 Russ Coxinterface speedups and fixes.
2009-01-26 Russ Coximplement new restrictions on what
2009-01-23 Russ Coxmove math routines from package sys to package math,
2009-01-16 Russ Coxcasify, cleanup sys
2008-12-19 Russ Coxchan and map of [] and struct
2008-12-10 Ken Thompsonstring hash function faults w empty string
2008-12-10 Russ Coxchans and maps of interfaces
2008-12-05 Russ Coxadd support for ref counts to memory allocator.
2008-11-24 Russ Coxdelete stack mark strings
2008-11-21 Rob Pikedon't print (incorrect anyway) line numbers in panic.
2008-11-21 Russ Coxsymbol table changes
2008-11-17 Russ CoxFirst pieces of malloc.
2008-11-14 Russ Coxadd cov, prof to default build; clean up compiler warnings
2008-11-13 Ken Thompsonmike's map code
2008-11-12 Rob Pikeconverting uint bits back into floats
2008-11-10 Russ Cox* accept all NaNs, not just the one sys.NaN() returns.
2008-11-10 Russ Coxhandle Inf, NaN in float print
2008-11-06 Rob Pikeadd sys.float32bits, sys.float64bits
2008-11-06 Ken Thompsonselect default
2008-09-22 Russ Coxtest cleanup
2008-09-22 Ken Thompsonnow method/interface code
2008-09-14 Ken Thompsonmethods on any type
2008-09-12 Ken Thompson1 got rid if static 'fn wo return' test
2008-09-12 Rob Pike- catch trace traps
2008-08-11 Rob Pike- fix signedness bug in sys.Inf()
2008-08-05 Russ Coxkill trailing white space.
2008-08-05 Russ Cox* comment, clean up scheduler
2008-08-05 Rob Pikeallow pointers as keys in maps, treating them the same...
2008-08-04 Russ Coxfirst cut at multithreading. works on Linux.
2008-07-28 Rob Pikeprint tracebacks for all goroutines, not just the crash...
2008-07-14 Ken Thompsonsynch chan
2008-07-13 Ken Thompsonchan
2008-07-12 Rob Pikepreserve AX across stack jump so C routines return...
2008-07-12 Ken Thompsonsegmented stacks AND goroutines
2008-07-09 Ken Thompsondefined external registers g and m
2008-07-09 Rob Pikefix ldexp, frexp, and make math package compile and...
2008-07-09 Ken Thompsonunique import/export names
2008-06-30 Rob Pikeupdate golden
2008-06-30 Rob Pikeclean up rearrangement of runtime functions in the...
2008-06-30 Rob Pikemakes stack traces work for segmented stacks
2008-06-30 Rob PikeBreak runtime.c into separate pieces for maps, strings...
2008-06-30 Ken Thompsonsegmented stacks
2008-06-26 Ken Thompsonadd pointer to val type of maps
2008-06-25 Rob Pikecenter dots into argument code
2008-06-25 Rob Pikeput center dot into main_main
2008-06-25 Ken Thompsonmiddle dot as alpha package separator
2008-06-24 Ken Thompsonstring nil same as string ""
2008-06-24 Ken Thompsonmap[int] bug
2008-06-23 Ken Thompsonmaps
2008-06-21 Rob Pikeadd signal handling and traceback support therein.
2008-06-20 Rob Pikedelete incorrect offset print
2008-06-19 Rob Pikeimproved formatting of traceback
2008-06-19 Rob Pikeprint rudimentary stack traceback after panic
2008-06-17 Ken Thompsonmaps
2008-06-17 Rob Pikeprint pc on faults
2008-06-16 Ken Thompsonnow checks for lvalue/rvalue context of
2008-06-11 Ken Thompsondebugging to get fmt to run
2008-06-06 Ken Thompsongoos garch