about summary refs log tree commit diff
path: root/src/libcore/num/int-template
AgeCommit message (Expand)AuthorLines
2013-04-27Fix copy-paste mistakesBrendan Zabarauskas-4/+4
2013-04-27Remove unnecessary fallbacksBrendan Zabarauskas-41/+0
2013-04-26Add BitCount traitBrendan Zabarauskas-6/+133
2013-04-26Add Bitwise, Bounded, Primitive, and PrimitiveInt traitsBrendan Zabarauskas-0/+61
2013-04-14Generate NumCast impls and tests using macrosBrendan Zabarauskas-355/+0
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-206/+206
2013-03-22librustc: Remove the `const` declaration form everywherePatrick Walton-5/+5
2013-03-22libcore: Remove `pure` from libcore. rs=depurePatrick Walton-71/+71
2013-03-22librustc: Remove all uses of `static` from functions. rs=destaticPatrick Walton-5/+5
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-206/+206
2013-02-27librustc: Forbid `pub` or `priv` before trait implementationsPatrick Walton-5/+5
2013-02-15librustc: Stop parsing `impl Type : Trait` and fix several declarations that ...Patrick Walton-5/+5
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-2/+2
2013-02-11Add NumCast trait for generic numeric type castsBrendan Zabarauskas-0/+355
2013-02-03Moved all numeric modules in core into own directoryMarvin Löbel-0/+121