about summary refs log tree commit diff
path: root/src/test/ui/impl-trait/example-calendar.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-840/+0
2022-02-12Update chalk testsMatthew Jasper-1/+0
2021-05-26Unify feature flags as `step_trait`Jacob Pratt-1/+0
While stdlib implementations of the unchecked methods require unchecked math, there is no reason to gate it behind this for external users. The reasoning for a separate `step_trait_ext` feature is unclear, and as such has been merged as well.
2021-05-26Make Range implementation safeJacob Pratt-1/+1
2020-10-06Update to chalk 0.31. Implement some unimplemented. Ignore some tests in ↵Jack Huey-0/+1
compare mode chalk don't finish.
2020-04-08Redesign the Step traitCAD97-21/+5
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-0/+857