| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-09-28 | Finish de-exporting uint modules. Part of #3583. | Graydon Hoare | -17/+17 | |
| 2012-09-19 | Remove final bits of residual hokey-hash functions. Close #1616. | Graydon Hoare | -5/+0 | |
| 2012-08-31 | Make utility funs in core::int, core::uint, etc. not by-reference | Tim Chevalier | -2/+2 | |
| Closes #3302 | ||||
| 2012-08-02 | Cleanups in the int and uint templates. | Graydon Hoare | -1/+14 | |
| 2012-08-02 | Remove modes from map API and replace with regions. | Niko Matsakis | -7/+7 | |
| API is (for now) mostly by value, there are options to use it by reference if you like. Hash and equality functions must be pure and by reference (forward looking to the day when something like send_map becomes the standard map). | ||||
| 2012-08-01 | Convert ret to return | Brian Anderson | -10/+10 | |
| 2012-07-29 | Make uint::iterate pure | Tim Chevalier | -1/+1 | |
| 2012-07-04 | convert doc-attributes to doc-comments using ↵ | Gareth Daniel Smith | -56/+56 | |
| ./src/etc/sugarise-doc-comments.py (and manually tweaking) - for issue #2498 | ||||
| 2012-06-21 | Library vecs are fast now. | Eric Holk | -0/+1 | |
| 2012-06-12 | Rewrite int/uint helper functions to use refs | Erick Tryzelaar | -1/+1 | |
| This lets us pass them to generic functions. | ||||
| 2012-05-15 | core: Generalize uint-string conversions to all uint types | Brian Anderson | -159/+0 | |
| Issue #2239 | ||||
| 2012-04-16 | core: Factor out uint/u8/16/32/64 mods into uint-template | Brian Anderson | -0/+316 | |
