| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-12-22 | Remove mem::uninitalized from tests | Mark Rousskov | -3/+2 | |
| This purges uses of uninitialized where possible from test cases. Some are merely moved over to the equally bad pattern of MaybeUninit::uninit().assume_init() but with an annotation that this is "the best we can do". | ||||
| 2019-07-04 | Permit use of mem::uninitialized via allow(deprecated) | Mark Rousskov | -0/+1 | |
| 2018-09-25 | add regression test | Niko Matsakis | -0/+171 | |
