| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-05-22 | libstd: Rename libcore to libstd and libstd to libextra; update makefiles. | Patrick Walton | -368/+0 | |
| This only changes the directory names; it does not change the "real" metadata names. | ||||
| 2013-05-19 | Register snapshots | Brian Anderson | -32/+0 | |
| 2013-05-19 | Use assert_eq! rather than assert! where possible | Corey Richardson | -1/+1 | |
| 2013-05-15 | allow constructing Rc/RcMut from Const types too | Daniel Micay | -42/+66 | |
| 2013-05-15 | rc: fix tests | Daniel Micay | -15/+7 | |
| 2013-05-15 | add a DeepClone trait | Daniel Micay | -4/+80 | |
| for deep copies through shared ownership boundaries | ||||
| 2013-05-12 | libsyntax: Remove `extern mod foo { ... }` from the language. | Patrick Walton | -2/+9 | |
| 2013-05-10 | Stop using the '<->' operator | Alex Crichton | -15/+5 | |
| 2013-05-09 | Add intrinsic declaration where I missed them | James Miller | -0/+2 | |
| 2013-05-09 | Make staged versions of the functions that use uninit | James Miller | -0/+33 | |
| 2013-05-09 | Replace init() with uninit() where appropriate | James Miller | -2/+2 | |
| 2013-05-08 | fix incorrect region code based on the old 'self | Daniel Micay | -6/+6 | |
| also removes unnecessary casts from the RcMut implementation | ||||
| 2013-05-07 | rc: remove the managed pointer workaround | Daniel Micay | -6/+7 | |
| 2013-05-06 | add task-local reference counted smart pointers | Daniel Micay | -0/+275 | |
| To provide a reference counted pointer type with deterministic destruction once managed boxes are switched over to a garbage collector. Unlike managed boxes, these can be moved instead of just copied/cloned which is helpful for avoiding reference counts. | ||||
