rust-lang-nursery / lazy-static.rs

A small macro for defining lazy evaluated static variables in Rust.
Apache License 2.0
1.91k stars 111 forks source link

Prepare for 1.1.0 release #112

Closed KodrAus closed 6 years ago

KodrAus commented 6 years ago

Including #103 which fixes a soundness issue with public fields and introduces a build script to automatically select an appropriate implementation based on the available compiler.

I went for the conservative versioning approach of 1.1.0 instead of 1.0.3 since the implementation of lazy_static may change, but if anyone would prefer a patch I'll update it.

dtolnay commented 6 years ago

Rebased onto #113.