about summary refs log tree commit diff
path: root/src/libcore/uint-template/u8.rs
AgeCommit message (Collapse)AuthorLines
2013-02-03Moved all numeric modules in core into own directoryMarvin Löbel-25/+0
Reason: Better grouping of related modules, future-proving for a more extensive math library.
2013-01-23Add a T_SIGNED type to uint template and eliminate step_down variantTim Chevalier-0/+2
Handle negative steps properly in range_step, fix order of arguments in tests, and such.
2012-12-17Register snapshotsBrian Anderson-4/+0
2012-12-17Revert "Register snapshots"Brian Anderson-0/+4
This reverts commit d6d12d90ff5363f59f1a1bf67f999a5d7944abb1.
2012-12-17Register snapshotsBrian Anderson-4/+0
2012-12-13librustc: Make `use` statements crate-relative by default. r=brsonPatrick Walton-0/+4
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-11-30core: Make core.rc more readable. CleanupBrian Anderson-0/+2
2012-11-28core: Remove old template filesBrian Anderson-5/+9
2012-09-28Finish de-exporting uint modules. Part of #3583.Graydon Hoare-3/+3
2012-08-02Cleanups in the int and uint templates.Graydon Hoare-0/+1
2012-08-01Convert ret to returnBrian Anderson-1/+1
2012-04-16core: Factor out uint/u8/16/32/64 mods into uint-templateBrian Anderson-0/+6