summary refs log tree commit diff
path: root/src/libcore/int-template
AgeCommit message (Collapse)AuthorLines
2012-07-04convert doc-attributes to doc-comments using ↵Gareth Daniel Smith-2/+2
./src/etc/sugarise-doc-comments.py (and manually tweaking) - for issue #2498
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-1/+1
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-1/+1
2012-06-12Rewrite int/uint helper functions to use refsErick Tryzelaar-1/+1
This lets us pass them to generic functions.
2012-05-15core: Generalize int-string conversions to all int typesBrian Anderson-98/+0
Issue #2239
2012-04-16core: Factor out int/i8/16/32/64 mods into int-templateBrian Anderson-0/+156