| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-01-19 | Use ctypes in native function declarations | Haitao Li | -3/+3 | |
| 2012-01-17 | libcore: Move core tests into libcore | Brian Anderson | -0/+518 | |
| 2012-01-11 | Major clean-up of std::io | Marijn Haverbeke | -9/+8 | |
| Use ifaces instead of objs, stop wrapping everything in two (or three) layers of no-value-added indirection, and remove some of the more pointless/outdated idioms from the code. | ||||
| 2012-01-06 | Merge pull request #1450 from erickt/master | Graydon Hoare | -1/+94 | |
| adding some misc functions and some functions just for [u8] | ||||
| 2012-01-06 | Fix bug in method type parameter passing | Marijn Haverbeke | -0/+10 | |
| It would occasionally pass the wrong type parameter, when calling a generic method from a generic impl on a bounded param type. | ||||
| 2012-01-06 | libcore: add [u8] helper functions to vec. | Erick Tryzelaar | -1/+94 | |
| 2012-01-05 | Switch to new param kind bound syntax | Marijn Haverbeke | -29/+29 | |
| And remove support for the old syntax | ||||
| 2012-01-04 | Properly typecheck and compile invocations of generic methods. | Marijn Haverbeke | -0/+11 | |
| Aligning the type parameters of the ifaces, impls, and methods correctly in typeck is almost brain surgery. Seems to work now for everything I threw at it, but might still break in other corner cases. Issue #1227 | ||||
| 2011-12-19 | libcore: add vec push. | Erick Tryzelaar | -0/+9 | |
| This is a simple wrapper around grow for the common case of pushing a value on the end of a vector. | ||||
| 2011-12-19 | libcore: Add vec any2 and all2 functions. | Erick Tryzelaar | -0/+33 | |
| 2011-12-16 | Merge pull request #1317 from boggle/fix1315 | Graydon Hoare | -3/+3 | |
| fix to #1315 + small additions to std::either and result | ||||
| 2011-12-16 | core: marked fns as pure where possible | Stefan Plantikow | -3/+3 | |
| 2011-12-16 | rename iter2 to iteri to match typical convention | Niko Matsakis | -6/+6 | |
| 2011-12-16 | reorder args to the various vec, option fns so blk comes last | Niko Matsakis | -11/+11 | |
| 2011-12-13 | Copy first batch of material from libstd to libcore. | Graydon Hoare | -0/+835 | |
