| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -1/+1 | |
| Now that support has been removed, all lingering use cases are renamed. | ||||
| 2015-02-10 | Deprecating i/u suffixes in libcoretest | Alfie John | -7/+7 | |
| 2015-01-30 | Change from core::ops::RangeFull to std::ops | Nick Cameron | -2/+2 | |
| 2014-12-30 | Fallout from mut slices | Nick Cameron | -1/+1 | |
| 2014-12-30 | Add hypothetical support for ranges with only an upper bound | Nick Cameron | -0/+6 | |
| Note that this doesn't add the surface syntax. | ||||
| 2014-12-24 | Review changes | Nick Cameron | -0/+6 | |
| 2014-12-24 | Add structs for ranges to core::ops. | Nick Cameron | -0/+27 | |
| 2014-06-29 | Extract tests from libcore to a separate crate | Steven Fackler | -0/+29 | |
| Libcore's test infrastructure is complicated by the fact that many lang items are defined in the crate. The current approach (realcore/realstd imports) is hacky and hard to work with (tests inside of core::cmp haven't been run for months!). Moving tests to a separate crate does mean that they can only test the public API of libcore, but I don't feel that that is too much of an issue. The only tests that I had to get rid of were some checking the various numeric formatters, but those are also exercised through normal format! calls in other tests. | ||||
