| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-08-20 | Deleted fun_treemap | Steven Fackler | -84/+0 | |
| @thestinger and I talked about this in IRC. There are a couple of use cases for a persistent map, but they aren't common enough to justify inclusion in libextra and vary enough that they would require multiple implementations anyways. In any case, fun_treemap in its current state is basically useless. | ||||
| 2013-07-18 | librustc: Forbid `&` pointers (other than `&'static`) inside `@` boxes. | Patrick Walton | -3/+14 | |
| This makes custom borrowing implementations for custom smart pointers sound. | ||||
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -3/+3 | |
| 2013-06-29 | Great renaming: propagate throughout the rest of the codebase | Corey Richardson | -3/+2 | |
| 2013-06-29 | 'Borrow' stack closures rather than copying them (e.g., "|x|f(x)"), in prep ↵ | Ben Blum | -2/+2 | |
| for making them noncopyable. | ||||
| 2013-05-30 | Remove copy bindings from patterns. | Niko Matsakis | -7/+7 | |
| 2013-05-22 | libextra: Rename the actual metadata names of libcore to libstd and libstd ↵ | Patrick Walton | -0/+2 | |
| to libextra | ||||
| 2013-05-22 | libstd: Rename libcore to libstd and libstd to libextra; update makefiles. | Patrick Walton | -0/+72 | |
| This only changes the directory names; it does not change the "real" metadata names. | ||||
