summary refs log tree commit diff
path: root/src/libcore/int-template.rs
AgeCommit message (Expand)AuthorLines
2012-07-05Ignore a should_fail test on windowsBrian Anderson-0/+1
2012-07-05A new `times` method on numeric typesBen Striegel-1/+34
2012-07-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-14/+14
2012-07-01Convert to new closure syntaxBrian Anderson-2/+2
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-2/+2
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-2/+2
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-1/+1
2012-06-25Remove redundant 'extension' mods from numeric modsBrian Anderson-14/+11
2012-06-25Automatically export methods on core numeric typesBen Striegel-11/+13
2012-06-25core: Convert declarations to not use the trailing 'unsafe' notationBrian Anderson-2/+2
2012-06-14Comments only: Annotate FIXMEs in libcoreTim Chevalier-2/+2
2012-06-14Add a Num typeclassPatrick Walton-0/+1
2012-06-12Rewrite int/uint helper functions to use refsErick Tryzelaar-15/+15
2012-06-09Allow multiple `num` impls to be imported at onceBen Striegel-3/+2
2012-06-08Inline `range` for all integral typesBen Striegel-0/+1
2012-06-07Add neg() to the num ifacePatrick Walton-0/+1
2012-06-07Add a Num typeclassPatrick Walton-1/+32
2012-06-06Revert "Revert "Merge pull request #2516 from mozilla/incoming" due to failures"Tim Chevalier-0/+14
2012-06-04Shave off one more string append in a rare case.Graydon Hoare-5/+6
2012-06-04Implement stack-only variants of int/uint str conversion and output.Graydon Hoare-1/+9
2012-05-26core: Make range follow the for loop protocolBrian Anderson-2/+5
2012-05-16core: Ignore more tests on more platformsBrian Anderson-4/+4
2012-05-16core: Ignore int-template::test_parse_buf on windowsBrian Anderson-0/+2
2012-05-16core: Ignore int-template::test_from_str on windowsBrian Anderson-0/+2
2012-05-15core: Generalize int-string conversions to all int typesBrian Anderson-0/+99
2012-05-07Comment only: add a FIXME on int::absTim Chevalier-0/+1
2012-04-16core: Factor out int/i8/16/32/64 mods into int-templateBrian Anderson-0/+51