| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-06-23 | Remove rust_call_tydesc_glue | Philipp Brüschweiler | -23/+0 | |
| Towards #4812. Also includes some minor cleanups. | ||||
| 2013-06-23 | Remove intrinsic module | Philipp Brüschweiler | -9/+3 | |
| To achieve this, the following changes were made: * Move TyDesc, TyVisitor and Opaque to std::unstable::intrinsics * Convert TyDesc, TyVisitor and Opaque to lang items instead of specially handling the intrinsics module * Removed TypeDesc, FreeGlue and get_type_desc() from sys Fixes #3475. | ||||
| 2013-06-18 | replace #[inline(always)] with #[inline]. r=burningtree. | Graydon Hoare | -11/+11 | |
| 2013-06-09 | remove unused import warnings | Huon Wilson | -1/+0 | |
| 2013-06-04 | sys: get rid of shape functions | Daniel Micay | -14/+0 | |
| borrowed pointers already implement Eq and Ord with deep comparisons | ||||
| 2013-05-30 | Require documentation by default for libstd | Alex Crichton | -0/+2 | |
| Adds documentation for various things that I understand. Adds #[allow(missing_doc)] for lots of things that I don't understand. | ||||
| 2013-05-22 | libstd: Rename libcore to libstd and libstd to libextra; update makefiles. | Patrick Walton | -0/+352 | |
| This only changes the directory names; it does not change the "real" metadata names. | ||||
| 2011-12-14 | Remove some duplicated unused parts of std now that they're present in core. | Graydon Hoare | -96/+0 | |
| 2011-12-06 | Establish 'core' library separate from 'std'. | Graydon Hoare | -0/+96 | |
