0
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected 1 day ago.
Sep 02, 2025 — Sep 02, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Replace the installation and documentation instructions More... about 4 years ago
Replace the GoDoc badge with a pkg.go.dev badge More... about 4 years ago
Opt into the Go module system More... about 4 years ago
Remove the Government-rights statement from LICENSE.md More... about 4 years ago
Made stylistic modifications More... over 7 years ago
Replace LANS with Triad as the copyright holder More... over 7 years ago
Rename LICENSE to LICENSE.md More... over 7 years ago
Replace github.com/losalamos with github.com/lanl More... over 9 years ago
Added badges for GoDoc and the Go Report Card More... over 9 years ago
Listed LANS's LA-CC number in the README.md file More... about 11 years ago
Tested against Go 1.3.1 and updated the documentation More... about 12 years ago
Updated the code to build with the latest weekly release of Go (2f4482b89a6b weekly/weekly.2011-11-09). More... almost 15 years ago
Updated the code to use the new "delete(map, key)" syntax. More... almost 15 years ago
Changed NotFound's datatype from an internal type to os.Error. More... almost 15 years ago
Made minor changes to the documentation. More... almost 15 years ago
Made minor changes to the documentation. More... almost 15 years ago
Made minor changes to the documentation. More... almost 15 years ago
Cleaned up some of the package documentation. More... almost 15 years ago
Wrote an introduction to Goop in Markdown format. More... almost 15 years ago
Added a native benchmark that uses top-level functions instead of closures. More... almost 15 years ago
Made minor modifications to some of the comments. More... almost 15 years ago
Removed the redundant factorial benchmarks. More... almost 15 years ago
Renamed Error to errorType because the caller needs access only to the NotFound symbol, not to its internal representation. More... almost 15 years ago
Added a LICENSE file with the LANS copyright and license text. More... almost 15 years ago
Added some benchmark tests and documented the results. More... almost 15 years ago
Added a simple benchmark test (recursive factorial). More... almost 15 years ago
Removed the dependence on the now-deprecated "container/vector" package. More... almost 15 years ago
Provided more examples in the package documentation. More... almost 15 years ago
Cleaned up the type-dependent dispatch by including a special case for Call()'ing a MetaFunction that strips off one layer of nesting of the result array. More... about 15 years ago
Added initial support for type-dependent dispatch. More... about 15 years ago