| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-03-29 | fix double-drop in in-place collect specialization | The8472 | -9/+18 | |
| 2021-02-15 | Turn may_have_side_effect into an associated constant | Tomasz Miąsko | -3/+1 | |
| The `may_have_side_effect` is an implementation detail of `TrustedRandomAccess` trait. It describes if obtaining an iterator element may have side effects. It is currently implemented as an associated function. Turn `may_have_side_effect` into an associated constant. This makes the value immediately available to the optimizer. | ||||
| 2020-12-30 | Fix rustdoc link in vec/into_iter.rs. | Mara Bos | -2/+2 | |
| 2020-12-29 | docs: fixing references | C | -1/+1 | |
| 2020-12-29 | style: applying Rust style | C | -9/+7 | |
| 2020-12-29 | refactor: moving AsIntoIter into into_iter.rs | C | -0/+15 | |
| 2020-12-29 | refactor: moved IntoIter into into_iter.rs | C | -0/+270 | |
