| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-04-16 | core: Factor out uint/u8/16/32/64 mods into uint-template | Brian Anderson | -290/+0 | |
| 2012-03-15 | core: Make some functions pure | Brian Anderson | -2/+2 | |
| 2012-03-14 | adjust auto_serialize to generate fns named serialize_T() | Niko Matsakis | -8/+0 | |
| We used to generate a module T with a serialize() and deserialize() fn, but this was suboptimal for a number of reasons: - it required moving serialization into core so that uint etc worked - it was harder to override the serialization behavior locally (this is now trivial) | ||||
| 2012-03-13 | first (functional) version of the auto_serialize syntax ext | Niko Matsakis | -0/+8 | |
| 2012-03-10 | Use loop instead of while(true) in libraries and compiler itself | Tim Chevalier | -3/+2 | |
| And remove spurious fails/unreachable() calls. | ||||
| 2012-03-10 | core: Formatting | Brian Anderson | -1/+1 | |
| 2012-03-09 | core: Convert to rustdoc | Brian Anderson | -140/+63 | |
| 2012-03-09 | Add an infinite loop construct | Tim Chevalier | -2/+2 | |
| Add a loop {} construct for infinite loops, and use it in test cases. See #1906 for details. | ||||
| 2012-03-07 | add mutability annotations to libcore | Niko Matsakis | -11/+11 | |
| 2012-03-05 | rewrite vec to be more unsafe, more inlined | Niko Matsakis | -0/+1 | |
| 2012-02-23 | (core::str) remove len_bytes alias | Kevin Cantu | -1/+1 | |
| 2012-02-22 | Make the various from_str functions return options | Marijn Haverbeke | -56/+27 | |
| So that they can be used with user input without causing task failures. Closes #1335 | ||||
| 2012-02-12 | core: Add compl functions for the rest of the integer types | Brian Anderson | -1/+1 | |
| 2012-02-12 | (core::str) rename byte_len -> len_bytes and rename char_len -> len | Kevin Cantu | -1/+1 | |
| 2012-02-11 | core: Add min/max functions for all int types | Brian Anderson | -6/+6 | |
| 2012-02-11 | core: Make uint::min/max pure | Brian Anderson | -2/+2 | |
| 2012-02-11 | core: Fill out missing functions for basic types | Brian Anderson | -1/+1 | |
| 2012-02-11 | core: Add modules for remaining scalar types | Brian Anderson | -0/+2 | |
| 2012-02-10 | put serializer into the build and encode full item paths | Niko Matsakis | -0/+23 | |
| 2012-01-24 | Replace uses of str::unsafe_from_byte | Kevin Cantu | -2/+2 | |
| 2012-01-23 | s/block()/fn()/g | Niko Matsakis | -2/+2 | |
| 2012-01-17 | libcore: Move core tests into libcore | Brian Anderson | -0/+110 | |
| 2012-01-06 | libcore: add a trivial uint hash function. | Erick Tryzelaar | -0/+7 | |
| 2011-12-22 | Register snapshots and switch logging over to use of log_full or #error / ↵ | Graydon Hoare | -1/+1 | |
| #debug. | ||||
| 2011-12-13 | Copy first batch of material from libstd to libcore. | Graydon Hoare | -0/+254 | |
