| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-08-14 | Moved compile-fail tests to ui tests. | David Wood | -29/+0 | |
| 2015-08-12 | Remove all unstable deprecated functionality | Alex Crichton | -3/+3 | |
| This commit removes all unstable and deprecated functions in the standard library. A release was recently cut (1.3) which makes this a good time for some spring cleaning of the deprecated functions. | ||||
| 2015-01-08 | Update compile fail tests to use isize. | Huon Wilson | -1/+1 | |
| 2015-01-07 | markers -> marker | Nick Cameron | -3/+3 | |
| 2015-01-07 | Change `std::kinds` to `std::markers`; flatten `std::kinds::marker` | Nick Cameron | -3/+3 | |
| [breaking-change] | ||||
| 2014-03-28 | Rename Pod into Copy | Flavio Percoco | -2/+2 | |
| Summary: So far, we've used the term POD "Plain Old Data" to refer to types that can be safely copied. However, this term is not consistent with the other built-in bounds that use verbs instead. This patch renames the Pod kind into Copy. RFC: 0003-opt-in-builtin-traits Test Plan: make check Reviewers: cmr Differential Revision: http://phabricator.octayn.net/D3 | ||||
| 2014-02-27 | Forbid moves out of static items Closes #10577 | Flavio Percoco | -1/+1 | |
| 2014-02-27 | Remove unused type_is_pod function | Flavio Percoco | -0/+29 | |
