| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-05-31 | Use allow_internal_unstable more in rustc_index | bjorn3 | -1/+1 | |
| 2021-05-26 | Unify feature flags as `step_trait` | Jacob Pratt | -1/+1 | |
| 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-26 | Specialize implementations | Jacob Pratt | -0/+3 | |
| Implementations in stdlib are now optimized as they were before. | ||||
| 2021-05-26 | Make Range implementation safe | Jacob Pratt | -1/+1 | |
| 2021-04-03 | Add fixme comment to revert change once const_panic is stable | Wilco Kusee | -0/+2 | |
| 2021-04-03 | Remove nightly features in rustc_type_ir | Wilco Kusee | -2/+2 | |
| 2021-03-09 | Remove useless Clone bound in IndexVec. | Camille GILLOT | -7/+7 | |
| 2021-02-26 | Miscellaneous inlining improvements | Tomasz Miąsko | -0/+1 | |
| Inline a few small and hot functions. | ||||
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+846 | |
