summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2012-06-07Add neg() to the num ifacePatrick Walton-0/+6
2012-06-07libcore: Add a num typeclassPatrick Walton-0/+73
2012-06-07Add a Num typeclassPatrick Walton-2/+47
2012-06-07mark addr_or and friends pureNiko Matsakis-2/+2
2012-06-06core: Start on a stack walkerBrian Anderson-1/+55
2012-06-06core: Add os::family. Returns either 'windows' or 'unix'Brian Anderson-1/+9
2012-06-06Merge remote-tracking branch 'mozilla/incoming'Niko Matsakis-0/+40
2012-06-06add some purity annotations in dvec/vec, occasional accessor methodNiko Matsakis-27/+39
2012-06-06miscellaneous pure annotations and other small changes.Niko Matsakis-101/+122
2012-06-06add misc. pure modifiers in coreNiko Matsakis-12/+12
2012-06-06misc. copies in core/syntax to please borrowckNiko Matsakis-2/+2
2012-06-06core: Remove swappable. UnusedBrian Anderson-100/+0
2012-06-06Revert "Revert "Merge pull request #2516 from mozilla/incoming" due to failures"Tim Chevalier-0/+40
2012-06-06Revert "core: Remove swappable. Unused" due to test failuresPatrick Walton-0/+100
2012-06-06Revert "Merge pull request #2516 from mozilla/incoming" due to failuresPatrick Walton-40/+0
2012-06-05stdlib: Introduce ord and eq interfaces. Make std::sort::quick_sort3 use them...Patrick Walton-0/+40
2012-06-05core: Remove swappable. UnusedBrian Anderson-100/+0
2012-06-05rt: Fix iaac_init using wrong type and not seeding correctlyBrian Anderson-0/+11
2012-06-04Make vecs implicitly copyable for all of our projects.Michael Sullivan-0/+2
2012-06-04Machine types are different from int/uint, etc (Issue #2187)Eric Holk-60/+146
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-29/+84
2012-06-04core: Don't allow radix 1 in uint::to_strBrian Anderson-2/+22
2012-06-04core: Make uint::to_str fasterBrian Anderson-26/+29
2012-06-03prohibit type parameters in native fns and other minor fixesNiko Matsakis-16/+24
2012-06-02core: Add str::is_alphanumeric fn and methodBrian Anderson-0/+16
2012-06-02make vec fns/methods take imm slices.Niko Matsakis-160/+219
2012-06-02(float) fix some rounding errors when showing as strKevin Cantu-11/+64
2012-06-02add some purity annotations in coreNiko Matsakis-75/+72
2012-06-01Comment only: fix typoTim Chevalier-1/+1
2012-06-01core: Fix handling of 0-padded floats with precision in #fmtBrian Anderson-3/+4
2012-05-31Implement 2 kinds of char / str escaping. Use in rustc. Close #2306.Graydon Hoare-1/+128
2012-05-30core: Update vec_repr to include the box headerBrian Anderson-1/+6
2012-05-30Add xorshift to core::rand, which gave a 3x speedup for graph generation in t...Eric Holk-0/+30
2012-05-29make all arguments modes immutableNiko Matsakis-2/+10
2012-05-29Updating comments.Eric Holk-1/+1
2012-05-28Add methods iter, iter_err, map, map_err to the result type.Erick Tryzelaar-0/+134
2012-05-28Rename result::{iter,map,map2} to add _vec suffixErick Tryzelaar-4/+4
2012-05-26core: Make range follow the for loop protocolBrian Anderson-9/+15
2012-05-26core: Fix capitalization in docsBrian Anderson-1/+1
2012-05-25core: Add to_str impls for remaining int typesBrian Anderson-5/+20
2012-05-25Get rid of many implicit copies as a preliminary to Issue #2448.Michael Sullivan-2/+2
2012-05-25Remove from_const hack from vec.rs.Michael Sullivan-9/+2
2012-05-24remove dead assignmentsNiko Matsakis-1/+1
2012-05-22core: doc/err feedback tweeks for result::unwrapJeff Olson-3/+1
2012-05-22core: add result::unwrap() .. patch from @nmatsakisJeff Olson-0/+15
2012-05-22Send is no longer a subkind of copy. This allows for sendable, but non-copyab...Eric Holk-1/+1
2012-05-21core: Fix typos in ignore attrsBrian Anderson-2/+2
2012-05-21core: Rework some rand functions to be more consistentBrian Anderson-27/+27
2012-05-21core: Ignore another should_fail test on win32Brian Anderson-0/+1