| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-05-07 | core: Inherit the raw module | Alex Crichton | -113/+0 | |
| 2014-04-21 | Fix misspellings in comments. | Joseph Crail | -1/+1 | |
| 2014-03-31 | std: Switch field privacy as necessary | Alex Crichton | -16/+16 | |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -1/+1 | |
| Closes #2569 | ||||
| 2014-03-04 | Cleaned up `std::any` | Marvin Löbel | -1/+17 | |
| - Added `TraitObject` representation to `std::raw`. - Added doc to `std::raw`. - Removed `Any::as_void_ptr()` and `Any::as_mut_void_ptr()` methods as they are uneccessary now after the removal of headers on owned boxes. This reduces the number of virtual calls needed. - Made the `..Ext` implementations work directly with the repr of a trait object. - Removed `Any`-related traits from the prelude. - Added bench for `Any` | ||||
| 2014-02-23 | std: Move raw to std::raw | Brian Anderson | -0/+97 | |
| Issue #1457 | ||||
