about summary refs log tree commit diff
path: root/src/libcore/uint-template.rs
AgeCommit message (Expand)AuthorLines
2013-02-03Moved all numeric modules in core into own directoryMarvin Löbel-384/+0
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-6/+6
2013-01-30rustc: make integral type inference transactional, close #3211, close #4401, ...Graydon Hoare-25/+0
2013-01-23core: fix windows breakage from 982cf90, r=burningtree.Graydon Hoare-0/+2
2013-01-23Add a T_SIGNED type to uint template and eliminate step_down variantTim Chevalier-36/+23
2013-01-23libcore: Correct behaviour of range_step for uint, tests for range* functions.Huon Wilson-15/+82
2013-01-23libcore: Add range_step and range_rev functions.Huon Wilson-5/+26
2013-01-14Inlining methods/functions in core.gifnksm-0/+38
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+1
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-1/+0
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+1
2012-12-27librustc: Fix the test runner, the condition system, and core test. rs=bustagePatrick Walton-0/+1
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-0/+5
2012-12-20core: Add a Zero and One trait to numErick Tryzelaar-0/+8
2012-12-17core: Add &self to core::iter methodsErick Tryzelaar-2/+2
2012-12-17Register snapshotsBrian Anderson-4/+0
2012-12-17Revert "Register snapshots"Brian Anderson-0/+4
2012-12-17Register snapshotsBrian Anderson-4/+0
2012-12-15rewrite uint::to_str_bytes to avoid raw pointersTim Taubert-28/+20
2012-12-13librustc: Make `use` statements crate-relative by default. r=brsonPatrick Walton-0/+5
2012-12-05Convert Num to explicit selfBrian Anderson-8/+8
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-28Register snapshotsBrian Anderson-24/+0
2012-11-19rustc: Implement explicit self for Eq and Ord. r=graydonPatrick Walton-0/+24
2012-11-18Made from_str pureJesse Jones-3/+6
2012-11-15Un-ignore test_from_str and test_parse_bufTim Chevalier-2/+0
2012-10-28Removing iter::TimesIxMahmut Bulut-13/+0
2012-10-20Remove old fixed-length vector syntaxBen Striegel-13/+1
2012-10-11Make to_str pure and fix const parameters for str-mutating functionsTim Chevalier-1/+1
2012-10-01rename vec::raw::form_slice to buf_as_sliceErick Tryzelaar-2/+1
2012-09-28Finish de-exporting uint modules. Part of #3583.Graydon Hoare-14/+0
2012-09-26libcore: Partially de-export int-template and uint-templatePatrick Walton-35/+36
2012-09-25Demode Num trait and implsTim Chevalier-5/+5
2012-09-25use + mode for (almost) everything when not using legacy modesNiko Matsakis-1/+1
2012-09-23Register snapshots. Remove redundant Eq impls, Makefile hacksBrian Anderson-16/+0
2012-09-20rustc: De-mode all overloaded operatorsPatrick Walton-0/+16
2012-09-15int/uint parse_buf => parse_bytes (#3444)Erick Tryzelaar-13/+13
2012-09-13s/vec::as_buf/vec::as_imm_buf/, fix comment, remove set.rsNiko Matsakis-2/+2
2012-09-12Rename str::unsafe to str::rawBrian Anderson-1/+1
2012-09-12Rename vec::unsafe to vec::rawBrian Anderson-1/+1
2012-09-10Convert 'import' to 'use'. Remove 'import' keyword.Brian Anderson-2/+2
2012-09-07rustc: Add an "ne" method to the Eq trait, and implement it everywherePatrick Walton-3/+2
2012-09-04libcore: "import" -> "use"Patrick Walton-3/+3
2012-09-03libcore: Add a from_str traitPatrick Walton-0/+5
2012-08-31Make utility funs in core::int, core::uint, etc. not by-referenceTim Chevalier-15/+15
2012-08-29rustc: Make `<=`, `>=`, and `>` use traits as wellPatrick Walton-3/+4
2012-08-29core: Demode int/uint modsBrian Anderson-4/+8
2012-08-27libcore: Replace a bunch of "== None" with ".is_none()".Patrick Walton-5/+5
2012-08-27libcore: Fix build harderPatrick Walton-12/+8